/* 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 */@charset "UTF-8";@font-face{font-family:"Lato";font-style:normal;font-weight:300;src:url(../fonts/lato-v23-latin-300.eot);src:local(""),url("../fonts/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"),url(../fonts/lato-v23-latin-300.woff2) format("woff2"),url(../fonts/lato-v23-latin-300.woff) format("woff"),url(../fonts/lato-v23-latin-300.ttf) format("truetype"),url("../fonts/lato-v23-latin-300.svg#Lato") format("svg")}@font-face{font-family:"Lato";font-style:normal;font-weight:400;src:url(../fonts/lato-v23-latin-regular.eot);src:local(""),url("../fonts/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"),url(../fonts/lato-v23-latin-regular.woff2) format("woff2"),url(../fonts/lato-v23-latin-regular.woff) format("woff"),url(../fonts/lato-v23-latin-regular.ttf) format("truetype"),url("../fonts/lato-v23-latin-regular.svg#Lato") format("svg")}@font-face{font-family:"Lato";font-style:normal;font-weight:700;src:url(../fonts/lato-v23-latin-700.eot);src:local(""),url("../fonts/lato-v23-latin-700.eot?#iefix") format("embedded-opentype"),url(../fonts/lato-v23-latin-700.woff2) format("woff2"),url(../fonts/lato-v23-latin-700.woff) format("woff"),url(../fonts/lato-v23-latin-700.ttf) format("truetype"),url("../fonts/lato-v23-latin-700.svg#Lato") format("svg")}@font-face{font-family:"Lato";font-style:normal;font-weight:900;src:url(../fonts/lato-v23-latin-900.eot);src:local(""),url("../fonts/lato-v23-latin-900.eot?#iefix") format("embedded-opentype"),url(../fonts/lato-v23-latin-900.woff2) format("woff2"),url(../fonts/lato-v23-latin-900.woff) format("woff"),url(../fonts/lato-v23-latin-900.ttf) format("truetype"),url("../fonts/lato-v23-latin-900.svg#Lato") format("svg")}@font-face{font-display:swap;font-family:"Barlow";font-style:normal;font-weight:300;src:url(../fonts/barlow-v12-latin-300.eot);src:url("../fonts/barlow-v12-latin-300.eot?#iefix") format("embedded-opentype"),url(../fonts/barlow-v12-latin-300.woff2) format("woff2"),url(../fonts/barlow-v12-latin-300.woff) format("woff"),url(../fonts/barlow-v12-latin-300.ttf) format("truetype"),url("../fonts/barlow-v12-latin-300.svg#Barlow") format("svg")}@font-face{font-display:swap;font-family:"Barlow";font-style:normal;font-weight:400;src:url(../fonts/barlow-v12-latin-regular.eot);src:url("../fonts/barlow-v12-latin-regular.eot?#iefix") format("embedded-opentype"),url(../fonts/barlow-v12-latin-regular.woff2) format("woff2"),url(../fonts/barlow-v12-latin-regular.woff) format("woff"),url(../fonts/barlow-v12-latin-regular.ttf) format("truetype"),url("../fonts/barlow-v12-latin-regular.svg#Barlow") format("svg")}@font-face{font-display:swap;font-family:"Barlow";font-style:normal;font-weight:700;src:url(../fonts/barlow-v12-latin-700.eot);src:url("../fonts/barlow-v12-latin-700.eot?#iefix") format("embedded-opentype"),url(../fonts/barlow-v12-latin-700.woff2) format("woff2"),url(../fonts/barlow-v12-latin-700.woff) format("woff"),url(../fonts/barlow-v12-latin-700.ttf) format("truetype"),url("../fonts/barlow-v12-latin-700.svg#Barlow") format("svg")}@font-face{font-display:swap;font-family:"Barlow";font-style:normal;font-weight:900;src:url(../fonts/barlow-v12-latin-900.eot);src:url("../fonts/barlow-v12-latin-900.eot?#iefix") format("embedded-opentype"),url(../fonts/barlow-v12-latin-900.woff2) format("woff2"),url(../fonts/barlow-v12-latin-900.woff) format("woff"),url(../fonts/barlow-v12-latin-900.ttf) format("truetype"),url("../fonts/barlow-v12-latin-900.svg#Barlow") format("svg")}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.clearfix::before,.clearfix::after{content:" ";display:table}.clearfix::after{clear:both}.clearfix{*zoom:1}.kopfzeile-wrapper{background:#fff;background:#4d3e37;color:#FFF}.kopfzeile-wrapper #kopfzeile{position:relative;max-width:1400px;margin-left:auto;margin-right:auto}.kopfzeile-wrapper #kopfzeile .main-top-navigation{display:block}.kopfzeile-wrapper #kopfzeile .layout_element_logo{text-align:center;position:absolute;left:0;right:0;width:180px;z-index:100}@media (max-width:640px){.kopfzeile-wrapper #kopfzeile .layout_element_logo{position:relative;margin-left:auto;margin-right:auto;left:auto;right:auto;margin-bottom:0}}.kopfzeile-wrapper #kopfzeile .layout_element_logo img.shadow{position:absolute;left:0;right:0;bottom:-20px;height:20px;opacity:.5;filter:alpha(opacity=50);width:100%}.kopfzeile-wrapper #kopfzeile .layout_element_logo a{display:block;padding:0;padding-top:10px;background:#8c786e;text-decoration:none}.kopfzeile-wrapper #kopfzeile .layout_element_logo a img.logo{overflow:hidden;max-width:100%;height:auto}.kopfzeile-wrapper #kopfzeile .layout_element_logo a:hover{text-decoration:none}.kopfzeile-wrapper #kopfzeile .layout_element_logo a:hover .label{text-decoration:underline}.menu-wrapper{position:relative;margin:0;padding:0;padding-bottom:10px;padding-top:20px;z-index:100;background:#fff}@media (max-width:1170px){.menu-wrapper{text-align:center;padding-top:10px;padding-bottom:10px}}.menu-wrapper #menu{max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:20px;text-align:right;position:relative;padding-left:160px}@media (max-width:960px){.menu-wrapper #menu{margin-right:10px;margin-left:10px}}@media (max-width:1170px){.menu-wrapper #menu{padding-left:10px;text-align:center;padding-top:0}}.menu-wrapper #menu .layout_element_logo{padding:0;margin:0;position:absolute;left:10px;top:0;text-align:center}@media (max-width:1170px){.menu-wrapper #menu .layout_element_logo{display:block;position:relative;left:0}}.menu-wrapper #menu .layout_element_logo a{display:block}.menu-wrapper #menu .layout_element_logo a img{width:160px;height: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}@media (max-width:1170px){.menu-wrapper #menu .layout_element_logo a img{width:auto}}footer,header,#header,#footer{position:relative}footer .background-img,header .background-img,#header .background-img,#footer .background-img{position:absolute;top:0;right:0;left:0;bottom:0;height:100%;background-size:cover;background-position:top center}footer .shadow_top,footer .shadow_bottom,header .shadow_top,header .shadow_bottom,#header .shadow_top,#header .shadow_bottom,#footer .shadow_top,#footer .shadow_bottom{position:absolute;width:100%;height:30px;left:0;right:0;opacity:.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{position:relative;text-align:center;background:#8c786e;color:#FFF;display:block;margin-left:auto;margin-right:auto;padding-bottom:0;margin-top:20px}.footer-wrapper footer .developer-link-wrapper a{opacity:.5;filter:alpha(opacity=50);color:#FFF;font-style:italic;font-size:16px;line-height:1.3;letter-spacing:.3px;text-decoration:none}@media (max-width:960px){.footer-wrapper footer .developer-link-wrapper a{font-size:14.4px}}@media (max-width:640px){.footer-wrapper footer .developer-link-wrapper a{font-size:14px}}@media (max-width:400px){.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-background{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-background.theme--big .modal201-wrapper{display:flex;justify-content:center;align-items:center}.modal201-wrapper-background.theme--big .modal201-wrapper .modal-container{margin:0;margin-top:20px;min-width:800px;min-height:0}@media (min-height:800px){.modal201-wrapper-background.theme--big .modal201-wrapper .modal-container{min-height:600px}}@media (max-width:840px){.modal201-wrapper-background.theme--big .modal201-wrapper .modal-container{min-width:300px;max-width:90%}}.modal201-wrapper-background .modal201-wrapper{width:100%;height:100%;position:relative}.modal201-wrapper-background .modal201-wrapper .modal-container{margin-top:100px;min-width:300px;max-width:420px;background:#fff;min-height:200px;margin-left:auto;margin-right:auto;position:relative;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.6);box-shadow:0 10px 20px 0 rgba(0,0,0,.6);position:relative}@media (max-width:440px){.modal201-wrapper-background .modal201-wrapper .modal-container{margin-left:10px;margin-right:10px;margin-top:10px}}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-close-btn,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn{cursor:pointer;font-size:24px;text-align:center;position:absolute;padding:10px;opacity:.75;filter:alpha(opacity=75)}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-close-btn:hover,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn:hover,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn:hover{opacity:1;filter:alpha(opacity=100)}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-close-btn{top:0;right:0;color:#4d3e37}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;width:40px;box-sizing:border-box;right:46px;bottom:2px}@media (max-width:960px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn{font-size:16.2px}}@media (max-width:640px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn{font-size:14.4px}}@media (max-width:400px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn{font-size:14px}}@media (max-width:400px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn{padding:3px 6px;padding-bottom:3px}}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn::-moz-selection,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn::selection,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn::-moz-selection,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn::selection{background:#FFF;color:#8c786e}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn:hover,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn.active,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn:hover,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn.active{color:#FFF;background:#534741}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn strong,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn strong,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn strong{font-size:18px}}@media (max-width:640px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn strong,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn strong,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn strong{font-size:14px;letter-spacing:0}}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn small,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn small,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn small{font-size:14.4px}}@media (max-width:640px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn small,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn small{font-size:14px}}@media (max-width:400px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn small,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn small{font-size:14px}}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-prev-btn.disabled,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn.disabled{cursor:not-allowed;opacity:.5;background:#000}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-next-btn{right:2px}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content{padding:10px}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-icon-wrapper{margin-top:24px;text-align:center;margin-bottom:24px}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-icon-wrapper>span{font-size:60px;border:3px solid #8c786e;color:#8c786e;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-background .modal201-wrapper .modal-container .modal-content .modal-header{font-size:44px;line-height:1.2;letter-spacing:3px;color:#4d3e37;margin-bottom:24px;font-weight:900;text-transform:uppercase}@media (max-width:960px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-header{font-size:39.6px}}@media (max-width:640px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-header{font-size:33px;letter-spacing:0}}@media (max-width:420px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-header{font-size:22px;letter-spacing:0}}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-text{padding:10px;background:#e0d9d6;color:#4d3e37;margin-left:-10px;margin-right:-10px;margin-bottom:24px}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-text p{font-size:44px;line-height:1.2;letter-spacing:3px}@media (max-width:960px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-text p{font-size:39.6px}}@media (max-width:640px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-text p{font-size:33px;letter-spacing:0}}@media (max-width:420px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-text p{font-size:22px;letter-spacing:0}}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper{text-align:center;margin-bottom:24px}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a{font-size:16.2px}}@media (max-width:640px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a{font-size:14.4px}}@media (max-width:400px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a{font-size:14px}}@media (max-width:400px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a{padding:3px 6px;padding-bottom:3px}}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a::-moz-selection,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a::selection{background:#FFF;color:#8c786e}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a:hover,.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a.active{color:#FFF;background:#534741}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a strong{font-size:18px}}@media (max-width:640px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a strong{font-size:14px;letter-spacing:0}}.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a small{font-size:14.4px}}@media (max-width:640px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a small{font-size:14px}}@media (max-width:400px){.modal201-wrapper-background .modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a small{font-size:14px}}.modal201-wrapper-background .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-background .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-background.visible-animation{display:block}.modal201-wrapper-background.show-animation{background:rgba(47,38,34,.6)}.modal201-wrapper-background.show-animation.theme--big{background:rgba(47,38,34,.1)}.modal201-wrapper-background.show-animation .modal201-wrapper .modal-container{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal201-wrapper-background.show-animation .modal201-wrapper .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{padding-top:2vw;padding-bottom:2vw;padding-top:0;padding-bottom:0}.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:6vw;padding-bottom:6vw;min-height:0!important}@media (max-width:960px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{padding-top:4vw;padding-bottom:4vw;min-height:0!important}}@media (max-width:640px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{padding-top:2vw;padding-bottom:2vw;min-height:0!important}}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{background-color:#e0d9d6;color:#8c786e;padding:32px 50px;margin:32px 10px;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:400;font-family:"Lato",sans-serif;line-height:1.25;letter-spacing:1px;word-spacing:2px;vertical-align:middle;text-align:center}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text.overlay-text-empty{background-color:transparent!important}@media (max-width:960px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{font-size:27px}}@media (max-width:640px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{font-size:18px;letter-spacing:0}}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text span{vertical-align:middle}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund.theme--overlapping-background-without-text--1 .overlay-text{padding:50px 10px}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund.theme--overlapping-background-without-text--2 .overlay-text{padding:100px 10px}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund.theme--overlapping-background-without-text--3 .overlay-text{padding:150px 10px}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund.theme--overlapping-background-without-text--4 .overlay-text{padding:200px 10px}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund.theme--overlapping-background-without-text--5 .overlay-text{padding:250px 10px}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund.theme--with-bg-background-light-b .overlay-text{background-color:#c2e0fa;color:#3d79a4}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund.theme--with-bg-background .overlay-text{background-color:#8c786e;color:#FFF}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund.theme--with-bg-background-b .overlay-text{background-color:#3d79a4;color:#FFF}.modul_abstandshalter{background:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw}@media (max-width:960px){.modul_abstandshalter{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_abstandshalter{padding-top:.5vw;padding-bottom:.25vw}}.modul_abstandshalter.stile--leer,.modul_abstandshalter.stile--transparent{height:2vw}.modul_abstandshalter.stile--leer.abstand--1,.modul_abstandshalter.stile--transparent.abstand--1{height:2vw}.modul_abstandshalter.stile--leer.abstand--2,.modul_abstandshalter.stile--transparent.abstand--2{height:4vw}.modul_abstandshalter.stile--leer.abstand--3,.modul_abstandshalter.stile--transparent.abstand--3{height:6vw}.modul_abstandshalter.stile--leer.abstand--4,.modul_abstandshalter.stile--transparent.abstand--4{height:8vw}.modul_abstandshalter.stile--leer.abstand--5,.modul_abstandshalter.stile--transparent.abstand--5{height:10vw}.modul_abstandshalter.stile--leer.abstand--6,.modul_abstandshalter.stile--transparent.abstand--6{height:12vw}.modul_abstandshalter.stile--leer.abstand--7,.modul_abstandshalter.stile--transparent.abstand--7{height:14vw}.modul_abstandshalter.stile--leer.abstand--8,.modul_abstandshalter.stile--transparent.abstand--8{height:16vw}.modul_abstandshalter.stile--leer.abstand--9,.modul_abstandshalter.stile--transparent.abstand--9{height:18vw}.modul_abstandshalter.stile--leer.abstand--10,.modul_abstandshalter.stile--transparent.abstand--10{height:20vw}.modul_abstandshalter.stile--leer.abstand--11,.modul_abstandshalter.stile--transparent.abstand--11{height:22vw}.modul_abstandshalter.stile--leer.abstand--12,.modul_abstandshalter.stile--transparent.abstand--12{height:24vw}.modul_abstandshalter.stile--leer.abstand--13,.modul_abstandshalter.stile--transparent.abstand--13{height:26vw}.modul_abstandshalter.stile--leer.abstand--14,.modul_abstandshalter.stile--transparent.abstand--14{height:28vw}.modul_abstandshalter.stile--leer.abstand--15,.modul_abstandshalter.stile--transparent.abstand--15{height:30vw}.modul_abstandshalter.stile--leer.abstand--16,.modul_abstandshalter.stile--transparent.abstand--16{height:32vw}.modul_abstandshalter.stile--leer.abstand--17,.modul_abstandshalter.stile--transparent.abstand--17{height:34vw}.modul_abstandshalter.stile--leer.abstand--18,.modul_abstandshalter.stile--transparent.abstand--18{height:36vw}.modul_abstandshalter.stile--leer.abstand--19,.modul_abstandshalter.stile--transparent.abstand--19{height:38vw}.modul_abstandshalter.stile--leer.abstand--20,.modul_abstandshalter.stile--transparent.abstand--20{height:40vw}.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:1vw;padding-bottom:1vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--1,.modul_abstandshalter.stile--linie.abstand--1{padding-top:.5vw;padding-bottom:.5vw}}.modul_abstandshalter.stile--logo.abstand--2,.modul_abstandshalter.stile--linie.abstand--2{padding-top:2vw;padding-bottom:2vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--2,.modul_abstandshalter.stile--linie.abstand--2{padding-top:1vw;padding-bottom:1vw}}.modul_abstandshalter.stile--logo.abstand--3,.modul_abstandshalter.stile--linie.abstand--3{padding-top:3vw;padding-bottom:3vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--3,.modul_abstandshalter.stile--linie.abstand--3{padding-top:1.5vw;padding-bottom:1.5vw}}.modul_abstandshalter.stile--logo.abstand--4,.modul_abstandshalter.stile--linie.abstand--4{padding-top:4vw;padding-bottom:4vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--4,.modul_abstandshalter.stile--linie.abstand--4{padding-top:2vw;padding-bottom:2vw}}.modul_abstandshalter.stile--logo.abstand--5,.modul_abstandshalter.stile--linie.abstand--5{padding-top:5vw;padding-bottom:5vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--5,.modul_abstandshalter.stile--linie.abstand--5{padding-top:2.5vw;padding-bottom:2.5vw}}.modul_abstandshalter.stile--logo.abstand--6,.modul_abstandshalter.stile--linie.abstand--6{padding-top:6vw;padding-bottom:6vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--6,.modul_abstandshalter.stile--linie.abstand--6{padding-top:3vw;padding-bottom:3vw}}.modul_abstandshalter.stile--logo.abstand--7,.modul_abstandshalter.stile--linie.abstand--7{padding-top:7vw;padding-bottom:7vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--7,.modul_abstandshalter.stile--linie.abstand--7{padding-top:3.5vw;padding-bottom:3.5vw}}.modul_abstandshalter.stile--logo.abstand--8,.modul_abstandshalter.stile--linie.abstand--8{padding-top:8vw;padding-bottom:8vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--8,.modul_abstandshalter.stile--linie.abstand--8{padding-top:4vw;padding-bottom:4vw}}.modul_abstandshalter.stile--logo.abstand--9,.modul_abstandshalter.stile--linie.abstand--9{padding-top:9vw;padding-bottom:9vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--9,.modul_abstandshalter.stile--linie.abstand--9{padding-top:4.5vw;padding-bottom:4.5vw}}.modul_abstandshalter.stile--logo.abstand--10,.modul_abstandshalter.stile--linie.abstand--10{padding-top:10vw;padding-bottom:10vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--10,.modul_abstandshalter.stile--linie.abstand--10{padding-top:5vw;padding-bottom:5vw}}.modul_abstandshalter.stile--logo.abstand--11,.modul_abstandshalter.stile--linie.abstand--11{padding-top:11vw;padding-bottom:11vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--11,.modul_abstandshalter.stile--linie.abstand--11{padding-top:5.5vw;padding-bottom:5.5vw}}.modul_abstandshalter.stile--logo.abstand--12,.modul_abstandshalter.stile--linie.abstand--12{padding-top:12vw;padding-bottom:12vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--12,.modul_abstandshalter.stile--linie.abstand--12{padding-top:6vw;padding-bottom:6vw}}.modul_abstandshalter.stile--logo.abstand--13,.modul_abstandshalter.stile--linie.abstand--13{padding-top:13vw;padding-bottom:13vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--13,.modul_abstandshalter.stile--linie.abstand--13{padding-top:6.5vw;padding-bottom:6.5vw}}.modul_abstandshalter.stile--logo.abstand--14,.modul_abstandshalter.stile--linie.abstand--14{padding-top:14vw;padding-bottom:14vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--14,.modul_abstandshalter.stile--linie.abstand--14{padding-top:7vw;padding-bottom:7vw}}.modul_abstandshalter.stile--logo.abstand--15,.modul_abstandshalter.stile--linie.abstand--15{padding-top:15vw;padding-bottom:15vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--15,.modul_abstandshalter.stile--linie.abstand--15{padding-top:7.5vw;padding-bottom:7.5vw}}.modul_abstandshalter.stile--logo.abstand--16,.modul_abstandshalter.stile--linie.abstand--16{padding-top:16vw;padding-bottom:16vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--16,.modul_abstandshalter.stile--linie.abstand--16{padding-top:8vw;padding-bottom:8vw}}.modul_abstandshalter.stile--logo.abstand--17,.modul_abstandshalter.stile--linie.abstand--17{padding-top:17vw;padding-bottom:17vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--17,.modul_abstandshalter.stile--linie.abstand--17{padding-top:8.5vw;padding-bottom:8.5vw}}.modul_abstandshalter.stile--logo.abstand--18,.modul_abstandshalter.stile--linie.abstand--18{padding-top:18vw;padding-bottom:18vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--18,.modul_abstandshalter.stile--linie.abstand--18{padding-top:9vw;padding-bottom:9vw}}.modul_abstandshalter.stile--logo.abstand--19,.modul_abstandshalter.stile--linie.abstand--19{padding-top:19vw;padding-bottom:19vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--19,.modul_abstandshalter.stile--linie.abstand--19{padding-top:9.5vw;padding-bottom:9.5vw}}.modul_abstandshalter.stile--logo.abstand--20,.modul_abstandshalter.stile--linie.abstand--20{padding-top:20vw;padding-bottom:20vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--20,.modul_abstandshalter.stile--linie.abstand--20{padding-top:10vw;padding-bottom:10vw}}.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_mit_bilder_und_links{margin-top:2vw;margin-bottom:2vw;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;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:.5vw 10px;padding-bottom:1vw}.modul_abstandshalter_mit_bilder_und_links .modul_headline h3{font-size:16px;line-height:1.3;letter-spacing:.3px;color:#4d3e37;font-weight:300}@media (max-width:960px){.modul_abstandshalter_mit_bilder_und_links .modul_headline h3{font-size:14.4px}}@media (max-width:640px){.modul_abstandshalter_mit_bilder_und_links .modul_headline h3{font-size:14px}}@media (max-width:400px){.modul_abstandshalter_mit_bilder_und_links .modul_headline h3{font-size:14px}}.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:.8;filter:alpha(opacity=80);margin:0}@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:#fff;border-color:#8c786e}.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:2vw}.modul_inhalt_0_uberschrift{background:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw;padding-bottom:1vw!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:.5vw;padding-bottom:.25vw}}.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:2vw}.modul_inhalt_0_uberschrift .submodul-headline-wrapper{text-align:center;margin-bottom:0;margin-top:.5vw;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-border-wrapper{display:none}.modul_inhalt_0_uberschrift .submodul-headline-wrapper.visible-in-viewport .submodul-headline .headline-border-wrapper .headline-border .headline-border-box{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.modul_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}.modul_inhalt_0_uberschrift .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#8c786e;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 .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_0_uberschrift .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_0_uberschrift .headline b,.modul_inhalt_0_uberschrift .headline strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.modul_inhalt_0_uberschrift .headline b,.modul_inhalt_0_uberschrift .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_0_uberschrift .headline *::-moz-selection,.modul_inhalt_0_uberschrift .headline *::selection,.modul_inhalt_0_uberschrift .headline::-moz-selection,.modul_inhalt_0_uberschrift .headline::selection{background:#8c786e;color:#e0d9d6}.modul_inhalt_0_uberschrift h2.headline{font-size:44px;line-height:1.2;letter-spacing:3px;font-weight:900;padding:0;margin:0;color:#8c786e;margin-bottom:0;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 h2.headline{font-size:39.6px}}@media (max-width:640px){.modul_inhalt_0_uberschrift h2.headline{font-size:33px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift h2.headline{font-size:22px;letter-spacing:0}}.modul_inhalt_0_uberschrift h2.headline b,.modul_inhalt_0_uberschrift h2.headline strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.modul_inhalt_0_uberschrift h2.headline b,.modul_inhalt_0_uberschrift h2.headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_0_uberschrift h2.headline *::-moz-selection,.modul_inhalt_0_uberschrift h2.headline *::selection,.modul_inhalt_0_uberschrift h2.headline::-moz-selection,.modul_inhalt_0_uberschrift h2.headline::selection{background:#8c786e;color:#e0d9d6}.modul_inhalt_0_uberschrift h3.headline{font-size:20px;line-height:1.25;letter-spacing:.3px;font-weight:700;text-align:left;margin-bottom:12px;font-style:italic;color:#8c786e;display:block;text-align:center}@media (max-width:960px){.modul_inhalt_0_uberschrift h3.headline{font-size:18px}}@media (max-width:640px){.modul_inhalt_0_uberschrift h3.headline{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift h3.headline{font-size:14px;letter-spacing:0}}.modul_inhalt_0_uberschrift h4.headline{color:#8c786e;font-size:20px;line-height:1.25;letter-spacing:.3px;text-transform:none;margin-bottom:6px;text-align:center}@media (max-width:960px){.modul_inhalt_0_uberschrift h4.headline{font-size:18px}}@media (max-width:640px){.modul_inhalt_0_uberschrift h4.headline{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift h4.headline{font-size:14px;letter-spacing:0}}@media (max-width:640px){.modul_inhalt_0_uberschrift h4.headline{text-decoration:underline}}.modul_inhalt_0_uberschrift .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#8c786e;margin-bottom:12px;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 .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_0_uberschrift .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_0_uberschrift .subheadline b,.modul_inhalt_0_uberschrift .subheadline strong{background:#4d3e37;color:#FFF;padding:0 12px;margin:0 3px}.modul_inhalt_0_uberschrift .subheadline *::-moz-selection,.modul_inhalt_0_uberschrift .subheadline *::selection,.modul_inhalt_0_uberschrift .subheadline::-moz-selection,.modul_inhalt_0_uberschrift .subheadline::selection{background:#4d3e37;color:#FFF}.modul_inhalt_0_uberschrift.stile--color-b .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#3d79a4;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.stile--color-b .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_0_uberschrift.stile--color-b .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift.stile--color-b .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_0_uberschrift.stile--color-b .headline b,.modul_inhalt_0_uberschrift.stile--color-b .headline strong{color:#3d79a4;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#3d79a4}@media (max-width:640px){.modul_inhalt_0_uberschrift.stile--color-b .headline b,.modul_inhalt_0_uberschrift.stile--color-b .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_0_uberschrift.stile--color-b .headline *::-moz-selection,.modul_inhalt_0_uberschrift.stile--color-b .headline *::selection,.modul_inhalt_0_uberschrift.stile--color-b .headline::-moz-selection,.modul_inhalt_0_uberschrift.stile--color-b .headline::selection{background:#3d79a4;color:#e0d9d6}.modul_inhalt_0_uberschrift.stile--color-b h2.headline{font-size:44px;line-height:1.2;letter-spacing:3px;font-weight:900;padding:0;margin:0;color:#3d79a4;margin-bottom:0;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.stile--color-b h2.headline{font-size:39.6px}}@media (max-width:640px){.modul_inhalt_0_uberschrift.stile--color-b h2.headline{font-size:33px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift.stile--color-b h2.headline{font-size:22px;letter-spacing:0}}.modul_inhalt_0_uberschrift.stile--color-b h2.headline b,.modul_inhalt_0_uberschrift.stile--color-b h2.headline strong{color:#3d79a4;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#3d79a4}@media (max-width:640px){.modul_inhalt_0_uberschrift.stile--color-b h2.headline b,.modul_inhalt_0_uberschrift.stile--color-b h2.headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_0_uberschrift.stile--color-b h2.headline *::-moz-selection,.modul_inhalt_0_uberschrift.stile--color-b h2.headline *::selection,.modul_inhalt_0_uberschrift.stile--color-b h2.headline::-moz-selection,.modul_inhalt_0_uberschrift.stile--color-b h2.headline::selection{background:#3d79a4;color:#e0d9d6}.modul_inhalt_0_uberschrift.stile--color-b h3.headline{font-size:20px;line-height:1.25;letter-spacing:.3px;font-weight:700;text-align:left;margin-bottom:12px;font-style:italic;color:#3d79a4;display:block;text-align:center}@media (max-width:960px){.modul_inhalt_0_uberschrift.stile--color-b h3.headline{font-size:18px}}@media (max-width:640px){.modul_inhalt_0_uberschrift.stile--color-b h3.headline{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift.stile--color-b h3.headline{font-size:14px;letter-spacing:0}}.modul_inhalt_0_uberschrift.stile--color-b h4.headline{color:#3d79a4;font-size:20px;line-height:1.25;letter-spacing:.3px;text-transform:none;margin-bottom:6px;text-align:center}@media (max-width:960px){.modul_inhalt_0_uberschrift.stile--color-b h4.headline{font-size:18px}}@media (max-width:640px){.modul_inhalt_0_uberschrift.stile--color-b h4.headline{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift.stile--color-b h4.headline{font-size:14px;letter-spacing:0}}@media (max-width:640px){.modul_inhalt_0_uberschrift.stile--color-b h4.headline{text-decoration:underline}}.modul_inhalt_0_uberschrift.stile--color-b .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#3d79a4;margin-bottom:12px;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.stile--color-b .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_0_uberschrift.stile--color-b .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_0_uberschrift.stile--color-b .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_0_uberschrift.stile--color-b .subheadline b,.modul_inhalt_0_uberschrift.stile--color-b .subheadline strong{background:#21425a;color:#FFF;padding:0 12px;margin:0 3px}.modul_inhalt_0_uberschrift.stile--color-b .subheadline *::-moz-selection,.modul_inhalt_0_uberschrift.stile--color-b .subheadline *::selection,.modul_inhalt_0_uberschrift.stile--color-b .subheadline::-moz-selection,.modul_inhalt_0_uberschrift.stile--color-b .subheadline::selection{background:#21425a;color:#FFF}.content-sidebar .modul_inhalt_0_uberschrift .headline{font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.content-sidebar .modul_inhalt_0_uberschrift .headline{font-size:18px}}@media (max-width:640px){.content-sidebar .modul_inhalt_0_uberschrift .headline{font-size:15px;letter-spacing:0}}@media (max-width:420px){.content-sidebar .modul_inhalt_0_uberschrift .headline{font-size:14px;letter-spacing:0}}.modul_inhalt_bilder_galerie{position:relative;text-align:center;background:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw}@media (max-width:960px){.modul_inhalt_bilder_galerie{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_bilder_galerie{padding-top:.5vw;padding-bottom:.25vw}}.modul_inhalt_bilder_galerie .image-wrapper{margin-bottom:2vw;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:1vw}.modul_inhalt_bilder_galerie.modul-style--2 .image-wrapper-for-title{max-width:45%}@media (max-width:640px){.modul_inhalt_bilder_galerie.modul-style--2 .image-wrapper-for-title{max-width:90%}}.modul_inhalt_bilder_galerie.modul-style--3 .image-wrapper-for-title{max-width:30%}@media (max-width:640px){.modul_inhalt_bilder_galerie.modul-style--3 .image-wrapper-for-title{max-width:90%}}.modul_inhalt_bilder_galerie.modul-style--4 .image-wrapper-for-title{max-width:23%}@media (max-width:640px){.modul_inhalt_bilder_galerie.modul-style--4 .image-wrapper-for-title{max-width:90%}}.modul_inhalt_bilder_galerie.modul-style--5 .image-wrapper-for-title{max-width:18%}@media (max-width:640px){.modul_inhalt_bilder_galerie.modul-style--5 .image-wrapper-for-title{max-width:90%}}.modul_inhalt_bilder_galerie .link-btns-wrapper{text-align:center}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;margin:6px}@media (max-width:960px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn{font-size:14px}}@media (max-width:400px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn::-moz-selection,.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn::selection{background:#FFF;color:#8c786e}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn:hover,.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn.active{color:#FFF;background:#534741}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn strong{font-size:14px;letter-spacing:0}}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn small{font-size:14px}}@media (max-width:400px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn small{font-size:14px}}.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{text-align:center}.modul_inhalt_2_buttons h3{margin-top:6px;margin-bottom:12px;text-align:center;padding:0 40px}@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;text-align:center;padding:0 40px}@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{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{margin:6px}.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn.active{text-decoration:underline}.modul_inhalt_2_buttons.stile--{background:#e0d9d6}.modul_inhalt_2_buttons.stile-- h3{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#8c786e;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- h3{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- h3{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile-- h3{font-size:22px;letter-spacing:0}}.modul_inhalt_2_buttons.stile-- h3 b,.modul_inhalt_2_buttons.stile-- h3 strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- h3 b,.modul_inhalt_2_buttons.stile-- h3 strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_2_buttons.stile-- h3 *::-moz-selection,.modul_inhalt_2_buttons.stile-- h3 *::selection,.modul_inhalt_2_buttons.stile-- h3::-moz-selection,.modul_inhalt_2_buttons.stile-- h3::selection{background:#8c786e;color:#e0d9d6}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- h3{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile-- h3{padding:0 10px}}.modul_inhalt_2_buttons.stile-- h4{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#8c786e;margin-bottom:12px;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- h4{font-size:27px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- h4{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile-- h4{font-size:18px;letter-spacing:0}}.modul_inhalt_2_buttons.stile-- h4 b,.modul_inhalt_2_buttons.stile-- h4 strong{background:#8c786e;color:#FFF;padding:0 12px;margin:0 3px}.modul_inhalt_2_buttons.stile-- h4 *::-moz-selection,.modul_inhalt_2_buttons.stile-- h4 *::selection,.modul_inhalt_2_buttons.stile-- h4::-moz-selection,.modul_inhalt_2_buttons.stile-- h4::selection{background:#8c786e;color:#FFF}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- h4{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile-- h4{padding:0 10px}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--::-moz-selection,.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--::selection{background:#FFF;color:#8c786e}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--:hover,.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--.active{color:#FFF;background:#534741}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile-- strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile-- small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::-moz-selection,.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::selection{background:#FFF;color:#8c786e}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a:hover,.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a.active{color:#8c786e;background:#534741}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::-moz-selection,.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::selection{background:#FFF;color:#3d79a4}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b:hover,.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b.active{color:#3d79a4;background:#21425a}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#6fa43d}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::-moz-selection,.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::selection{background:#FFF;color:#6fa43d}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c:hover,.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c.active{color:#6fa43d;background:#3d5a21}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile-- .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}.modul_inhalt_2_buttons.stile--color-b{background:#e0d9d6}.modul_inhalt_2_buttons.stile--color-b h3{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#3d79a4;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b h3{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b h3{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-b h3{font-size:22px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-b h3 b,.modul_inhalt_2_buttons.stile--color-b h3 strong{color:#3d79a4;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#3d79a4}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b h3 b,.modul_inhalt_2_buttons.stile--color-b h3 strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_2_buttons.stile--color-b h3 *::-moz-selection,.modul_inhalt_2_buttons.stile--color-b h3 *::selection,.modul_inhalt_2_buttons.stile--color-b h3::-moz-selection,.modul_inhalt_2_buttons.stile--color-b h3::selection{background:#3d79a4;color:#e0d9d6}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b h3{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--color-b h3{padding:0 10px}}.modul_inhalt_2_buttons.stile--color-b h4{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#3d79a4;margin-bottom:12px;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b h4{font-size:27px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b h4{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-b h4{font-size:18px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-b h4 b,.modul_inhalt_2_buttons.stile--color-b h4 strong{background:#3d79a4;color:#FFF;padding:0 12px;margin:0 3px}.modul_inhalt_2_buttons.stile--color-b h4 *::-moz-selection,.modul_inhalt_2_buttons.stile--color-b h4 *::selection,.modul_inhalt_2_buttons.stile--color-b h4::-moz-selection,.modul_inhalt_2_buttons.stile--color-b h4::selection{background:#3d79a4;color:#FFF}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b h4{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--color-b h4{padding:0 10px}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--::-moz-selection,.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--::selection{background:#FFF;color:#3d79a4}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--:hover,.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--.active{color:#FFF;background:#21425a}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::-moz-selection,.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::selection{background:#FFF;color:#8c786e}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a:hover,.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a.active{color:#8c786e;background:#534741}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::-moz-selection,.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::selection{background:#FFF;color:#3d79a4}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b:hover,.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b.active{color:#3d79a4;background:#21425a}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#6fa43d}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::-moz-selection,.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::selection{background:#FFF;color:#6fa43d}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c:hover,.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c.active{color:#6fa43d;background:#3d5a21}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}.modul_inhalt_2_buttons.stile--color-c{background:#e0d9d6}.modul_inhalt_2_buttons.stile--color-c h3{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#6fa43d;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c h3{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c h3{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-c h3{font-size:22px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-c h3 b,.modul_inhalt_2_buttons.stile--color-c h3 strong{color:#6fa43d;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#6fa43d}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c h3 b,.modul_inhalt_2_buttons.stile--color-c h3 strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_2_buttons.stile--color-c h3 *::-moz-selection,.modul_inhalt_2_buttons.stile--color-c h3 *::selection,.modul_inhalt_2_buttons.stile--color-c h3::-moz-selection,.modul_inhalt_2_buttons.stile--color-c h3::selection{background:#6fa43d;color:#e0d9d6}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c h3{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--color-c h3{padding:0 10px}}.modul_inhalt_2_buttons.stile--color-c h4{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#6fa43d;margin-bottom:12px;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c h4{font-size:27px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c h4{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-c h4{font-size:18px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-c h4 b,.modul_inhalt_2_buttons.stile--color-c h4 strong{background:#6fa43d;color:#FFF;padding:0 12px;margin:0 3px}.modul_inhalt_2_buttons.stile--color-c h4 *::-moz-selection,.modul_inhalt_2_buttons.stile--color-c h4 *::selection,.modul_inhalt_2_buttons.stile--color-c h4::-moz-selection,.modul_inhalt_2_buttons.stile--color-c h4::selection{background:#6fa43d;color:#FFF}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c h4{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--color-c h4{padding:0 10px}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#6fa43d}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--::-moz-selection,.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--::selection{background:#FFF;color:#6fa43d}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--:hover,.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--.active{color:#FFF;background:#3d5a21}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile-- strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile-- small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::-moz-selection,.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::selection{background:#FFF;color:#8c786e}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a:hover,.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a.active{color:#8c786e;background:#534741}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::-moz-selection,.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::selection{background:#FFF;color:#3d79a4}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b:hover,.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b.active{color:#3d79a4;background:#21425a}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#6fa43d}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::-moz-selection,.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::selection{background:#FFF;color:#6fa43d}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c:hover,.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c.active{color:#6fa43d;background:#3d5a21}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--color-c .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background{padding-top:2vw;padding-bottom:2vw;background:#8c786e}.modul_inhalt_2_buttons.stile--with-bg-background h3{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#FFF;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background h3{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background h3{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background h3{font-size:22px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background h3 b,.modul_inhalt_2_buttons.stile--with-bg-background h3 strong{color:#FFF;-webkit-text-fill-color:#8c786e;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#FFF}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background h3 b,.modul_inhalt_2_buttons.stile--with-bg-background h3 strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_2_buttons.stile--with-bg-background h3 *::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background h3 *::selection,.modul_inhalt_2_buttons.stile--with-bg-background h3::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background h3::selection{background:#FFF;color:#8c786e}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background h3{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--with-bg-background h3{padding:0 10px}}.modul_inhalt_2_buttons.stile--with-bg-background h4{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#FFF;margin-bottom:12px;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background h4{font-size:27px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background h4{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background h4{font-size:18px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background h4 b,.modul_inhalt_2_buttons.stile--with-bg-background h4 strong{background:#534741;color:#FFF;padding:0 12px;margin:0 3px}.modul_inhalt_2_buttons.stile--with-bg-background h4 *::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background h4 *::selection,.modul_inhalt_2_buttons.stile--with-bg-background h4::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background h4::selection{background:#534741;color:#FFF}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background h4{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--with-bg-background h4{padding:0 10px}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#534741}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--::selection{background:#FFF;color:#534741}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--:hover,.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--.active{color:#534741;background:#FFF}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile-- strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile-- small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::selection{background:#FFF;color:#8c786e}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a:hover,.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a.active{color:#8c786e;background:#534741}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::selection{background:#FFF;color:#3d79a4}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b:hover,.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b.active{color:#3d79a4;background:#21425a}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#6fa43d}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::selection{background:#FFF;color:#6fa43d}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c:hover,.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c.active{color:#6fa43d;background:#3d5a21}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-light{padding-top:2vw;padding-bottom:2vw;background:#e0d9d6}.modul_inhalt_2_buttons.stile--with-bg-background-light h3{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#8c786e;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light h3{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light h3{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light h3{font-size:22px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light h3 b,.modul_inhalt_2_buttons.stile--with-bg-background-light h3 strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light h3 b,.modul_inhalt_2_buttons.stile--with-bg-background-light h3 strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_2_buttons.stile--with-bg-background-light h3 *::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light h3 *::selection,.modul_inhalt_2_buttons.stile--with-bg-background-light h3::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light h3::selection{background:#8c786e;color:#e0d9d6}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light h3{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--with-bg-background-light h3{padding:0 10px}}.modul_inhalt_2_buttons.stile--with-bg-background-light h4{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#8c786e;margin-bottom:12px;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light h4{font-size:27px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light h4{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light h4{font-size:18px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light h4 b,.modul_inhalt_2_buttons.stile--with-bg-background-light h4 strong{background:#534741;color:#FFF;padding:0 12px;margin:0 3px}.modul_inhalt_2_buttons.stile--with-bg-background-light h4 *::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light h4 *::selection,.modul_inhalt_2_buttons.stile--with-bg-background-light h4::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light h4::selection{background:#534741;color:#FFF}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light h4{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--with-bg-background-light h4{padding:0 10px}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#534741}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--::selection{background:#FFF;color:#534741}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--:hover,.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--.active{color:#534741;background:#FFF}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile-- strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile-- small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::selection{background:#FFF;color:#8c786e}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a:hover,.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a.active{color:#8c786e;background:#534741}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::selection{background:#FFF;color:#3d79a4}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b:hover,.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b.active{color:#3d79a4;background:#21425a}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#6fa43d}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::selection{background:#FFF;color:#6fa43d}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c:hover,.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c.active{color:#6fa43d;background:#3d5a21}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-b{padding-top:2vw;padding-bottom:2vw;background:#3d79a4}.modul_inhalt_2_buttons.stile--with-bg-background-b h3{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#FFF;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b h3{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b h3{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-b h3{font-size:22px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-b h3 b,.modul_inhalt_2_buttons.stile--with-bg-background-b h3 strong{color:#FFF;-webkit-text-fill-color:#3d79a4;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#FFF}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b h3 b,.modul_inhalt_2_buttons.stile--with-bg-background-b h3 strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_2_buttons.stile--with-bg-background-b h3 *::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-b h3 *::selection,.modul_inhalt_2_buttons.stile--with-bg-background-b h3::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-b h3::selection{background:#FFF;color:#3d79a4}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b h3{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--with-bg-background-b h3{padding:0 10px}}.modul_inhalt_2_buttons.stile--with-bg-background-b h4{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#FFF;margin-bottom:12px;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b h4{font-size:27px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b h4{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-b h4{font-size:18px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-b h4 b,.modul_inhalt_2_buttons.stile--with-bg-background-b h4 strong{background:#21425a;color:#FFF;padding:0 12px;margin:0 3px}.modul_inhalt_2_buttons.stile--with-bg-background-b h4 *::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-b h4 *::selection,.modul_inhalt_2_buttons.stile--with-bg-background-b h4::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-b h4::selection{background:#21425a;color:#FFF}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b h4{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--with-bg-background-b h4{padding:0 10px}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#21425a}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--::selection{background:#FFF;color:#21425a}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--:hover,.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--.active{color:#21425a;background:#FFF}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::selection{background:#FFF;color:#8c786e}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a:hover,.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a.active{color:#8c786e;background:#534741}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::selection{background:#FFF;color:#3d79a4}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b:hover,.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b.active{color:#3d79a4;background:#21425a}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#6fa43d}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::selection{background:#FFF;color:#6fa43d}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c:hover,.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c.active{color:#6fa43d;background:#3d5a21}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b{padding-top:2vw;padding-bottom:2vw;background:#c2e0fa}.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#3d79a4;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3{font-size:22px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3 b,.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3 strong{color:#3d79a4;-webkit-text-fill-color:#c2e0fa;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#3d79a4}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3 b,.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3 strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3 *::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3 *::selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3::selection{background:#3d79a4;color:#c2e0fa}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h3{padding:0 10px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#3d79a4;margin-bottom:12px;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;padding:0 40px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4{font-size:27px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4{font-size:18px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4 b,.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4 strong{background:#21425a;color:#FFF;padding:0 12px;margin:0 3px}.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4 *::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4 *::selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4::selection{background:#21425a;color:#FFF}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b h4{padding:0 10px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#21425a}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--::selection{background:#FFF;color:#21425a}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--:hover,.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--.active{color:#21425a;background:#FFF}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile-- strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile-- small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a::selection{background:#FFF;color:#8c786e}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a:hover,.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a.active{color:#8c786e;background:#534741}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-a small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b::selection{background:#FFF;color:#3d79a4}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b:hover,.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b.active{color:#3d79a4;background:#21425a}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-b small{font-size:14px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#6fa43d}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::-moz-selection,.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c::selection{background:#FFF;color:#6fa43d}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c:hover,.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c.active{color:#6fa43d;background:#3d5a21}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:18px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c strong{font-size:14px;letter-spacing:0}}.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}@media (max-width:400px){.modul_inhalt_2_buttons.stile--with-bg-background-light-b .link-btns-wrapper a.link-btn.btn-stile--btn-color-c small{font-size:14px}}.content-sidebar .modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:16px;line-height:1.3;letter-spacing:.3px;padding:3px 12px!important}@media (max-width:960px){.content-sidebar .modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:640px){.content-sidebar .modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:14px}}@media (max-width:400px){.content-sidebar .modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:14px}}.modul_inhalt_1_text_bild_links.theme--,.modul_inhalt_1_text_bild_links .modul-content-col.theme--{background:#e0d9d6}.modul_inhalt_1_text_bild_links.theme-- *::-moz-selection,.modul_inhalt_1_text_bild_links.theme-- *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- *::selection{background:#8c786e;color:#e0d9d6}.modul_inhalt_1_text_bild_links.theme--.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--.mode--overlapping{background:transparent}.modul_inhalt_1_text_bild_links.theme--.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--.mode--overlapping .modul-content-wrapper .modul-content-col{background:#e0d9d6}@media (max-width:740px){.modul_inhalt_1_text_bild_links.theme--.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--.mode--overlapping .modul-content-wrapper .modul-content-col{background:#e0d9d6}}.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#8c786e;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .headline::selection{background:#8c786e;color:#e0d9d6}.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#8c786e;margin-bottom:12px;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}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#8c786e;color:#e0d9d6;padding:0 12px;margin:0 3px}.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme-- .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .submodul-headline-wrapper .submodul-headline .subheadline::selection{background:#8c786e;color:#e0d9d6}.modul_inhalt_1_text_bild_links.theme-- .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme-- .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links.theme-- .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme-- a,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- a{color:#4d3e37}.modul_inhalt_1_text_bild_links.theme-- .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .link-btns-wrapper a.link-btn{background:#8c786e!important;color:#e0d9d6!important;border:2px solid #8c786e!important}.modul_inhalt_1_text_bild_links.theme-- .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-col.theme-- .link-btns-wrapper a.link-btn:hover{color:#8c786e!important;background:#e0d9d6!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background,.modul_inhalt_1_text_bild_links.theme--blog-full,.modul_inhalt_1_text_bild_links.theme--blog-small,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small{background:#8c786e}.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.theme--blog-full *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-full *::selection,.modul_inhalt_1_text_bild_links.theme--blog-small *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-small *::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,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small *::selection{background:#FFF;color:#8c786e}.modul_inhalt_1_text_bild_links.theme--with-bg-background.mode--overlapping,.modul_inhalt_1_text_bild_links.theme--blog-full.mode--overlapping,.modul_inhalt_1_text_bild_links.theme--blog-small.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small.mode--overlapping{background:transparent}.modul_inhalt_1_text_bild_links.theme--with-bg-background.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links.theme--blog-full.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links.theme--blog-small.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,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small.mode--overlapping .modul-content-wrapper .modul-content-col{background:#8c786e}@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.theme--blog-full.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links.theme--blog-small.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,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small.mode--overlapping .modul-content-wrapper .modul-content-col{background:#8c786e}}.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#FFF;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline strong{color:#FFF;-webkit-text-fill-color:#8c786e;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#FFF}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .headline::selection{background:#FFF;color:#8c786e}.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#FFF;margin-bottom:12px;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}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#FFF;color:#8c786e;padding:0 12px;margin:0 3px}.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .submodul-headline-wrapper .submodul-headline .subheadline::selection{background:#FFF;color:#8c786e}.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 .text-of-html-editor ul li,.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.theme--blog-full .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme--blog-full .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links.theme--blog-full .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme--blog-full a,.modul_inhalt_1_text_bild_links.theme--blog-small .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme--blog-small .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links.theme--blog-small .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme--blog-small 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 .text-of-html-editor ul li,.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,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full a,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small a{color:#fff}.modul_inhalt_1_text_bild_links.theme--with-bg-background .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links.theme--blog-full .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links.theme--blog-small .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,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .link-btns-wrapper a.link-btn{background:#FFFFFF!important;color:#8c786e!important;border:2px solid #FFFFFF!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links.theme--blog-full .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links.theme--blog-small .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,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .link-btns-wrapper a.link-btn:hover{color:#FFFFFF!important;background:#8c786e!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light{background:#e0d9d6}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light *::selection{background:#8c786e;color:#e0d9d6}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light.mode--overlapping{background:transparent}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light.mode--overlapping .modul-content-wrapper .modul-content-col{background:#e0d9d6}@media (max-width:740px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light.mode--overlapping .modul-content-wrapper .modul-content-col{background:#e0d9d6}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#8c786e;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .headline::selection{background:#8c786e;color:#e0d9d6}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#8c786e;margin-bottom:12px;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}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#8c786e;color:#e0d9d6;padding:0 12px;margin:0 3px}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .submodul-headline-wrapper .submodul-headline .subheadline::selection{background:#8c786e;color:#e0d9d6}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light a,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light a{color:#8c786e}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .link-btns-wrapper a.link-btn{background:#8c786e!important;color:#e0d9d6!important;border:2px solid #8c786e!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light .link-btns-wrapper a.link-btn:hover{color:#8c786e!important;background:#e0d9d6!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b{background:#c2e0fa}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b *::selection{background:#3d79a4;color:#c2e0fa}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b.mode--overlapping{background:transparent}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b.mode--overlapping .modul-content-wrapper .modul-content-col{background:#c2e0fa}@media (max-width:740px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b.mode--overlapping .modul-content-wrapper .modul-content-col{background:#c2e0fa}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#3d79a4;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline strong{color:#3d79a4;-webkit-text-fill-color:#c2e0fa;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#3d79a4}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .headline::selection{background:#3d79a4;color:#c2e0fa}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#3d79a4;margin-bottom:12px;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}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#3d79a4;color:#c2e0fa;padding:0 12px;margin:0 3px}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .submodul-headline-wrapper .submodul-headline .subheadline::selection{background:#3d79a4;color:#c2e0fa}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b a,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b a{color:#3d79a4}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .link-btns-wrapper a.link-btn{background:#3d79a4!important;color:#c2e0fa!important;border:2px solid #3d79a4!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-b .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-b .link-btns-wrapper a.link-btn:hover{color:#3d79a4!important;background:#c2e0fa!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c{background:#e1fac2}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c *::selection{background:#6fa43d;color:#e1fac2}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c.mode--overlapping{background:transparent}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c.mode--overlapping .modul-content-wrapper .modul-content-col{background:#e1fac2}@media (max-width:740px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c.mode--overlapping .modul-content-wrapper .modul-content-col{background:#e1fac2}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#6fa43d;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline strong{color:#6fa43d;-webkit-text-fill-color:#e1fac2;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#6fa43d}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .headline::selection{background:#6fa43d;color:#e1fac2}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#6fa43d;margin-bottom:12px;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}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#6fa43d;color:#e1fac2;padding:0 12px;margin:0 3px}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .submodul-headline-wrapper .submodul-headline .subheadline::selection{background:#6fa43d;color:#e1fac2}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c a,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c a{color:#6fa43d}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .link-btns-wrapper a.link-btn{background:#6fa43d!important;color:#e1fac2!important;border:2px solid #6fa43d!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-light-c .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-light-c .link-btns-wrapper a.link-btn:hover{color:#6fa43d!important;background:#e1fac2!important}.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:#3d79a4}.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:#FFF;color:#3d79a4}.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:transparent}.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:#3d79a4}@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:#3d79a4}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#FFF;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline strong{color:#FFF;-webkit-text-fill-color:#3d79a4;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#FFF}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .headline::selection{background:#FFF;color:#3d79a4}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#FFF;margin-bottom:12px;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}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#FFF;color:#3d79a4;padding:0 12px;margin:0 3px}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .submodul-headline-wrapper .submodul-headline .subheadline::selection{background:#FFF;color:#3d79a4}.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 .text-of-html-editor ul li,.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 .text-of-html-editor ul li,.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:#fff}.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:#FFFFFF!important;color:#3d79a4!important;border:2px solid #FFFFFF!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{color:#FFFFFF!important;background:#3d79a4!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c{background:#6fa43d}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c *::selection{background:#FFF;color:#6fa43d}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c.mode--overlapping{background:transparent}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c.mode--overlapping .modul-content-wrapper .modul-content-col{background:#6fa43d}@media (max-width:740px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-c.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c.mode--overlapping .modul-content-wrapper .modul-content-col{background:#6fa43d}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#FFF;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline strong{color:#FFF;-webkit-text-fill-color:#6fa43d;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#FFF}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .headline::selection{background:#FFF;color:#6fa43d}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#FFF;margin-bottom:12px;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}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#FFF;color:#6fa43d;padding:0 12px;margin:0 3px}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .submodul-headline-wrapper .submodul-headline .subheadline::selection{background:#FFF;color:#6fa43d}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme--with-bg-background-c a,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .text-of-html-editor ul li,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c a{color:#fff}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .link-btns-wrapper a.link-btn{background:#FFFFFF!important;color:#6fa43d!important;border:2px solid #FFFFFF!important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-c .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-c .link-btns-wrapper a.link-btn:hover{color:#FFFFFF!important;background:#6fa43d!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:#4d3e37}.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:#f3efeb;color:#4d3e37}.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:transparent}.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:#4d3e37}@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:#4d3e37}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#f3efeb;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline{font-size:46.8px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline{font-size:22px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline strong{color:#f3efeb;-webkit-text-fill-color:#4d3e37;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#f3efeb}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .headline::selection{background:#f3efeb;color:#4d3e37}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#f3efeb;margin-bottom:12px;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}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline{font-size:27px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px;letter-spacing:0}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline strong,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#f3efeb;color:#4d3e37;padding:0 12px;margin:0 3px}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .submodul-headline-wrapper .submodul-headline .subheadline::selection{background:#f3efeb;color:#4d3e37}.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 .text-of-html-editor ul li,.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 .text-of-html-editor ul li,.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:#f3efeb}.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:#f3efeb!important;color:#4d3e37!important;border:2px solid #f3efeb!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{color:#f3efeb!important;background:#4d3e37!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:16px;line-height:1.3;letter-spacing:.3px;color:#8c786e}@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:14.4px}}@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}}@media (max-width:400px){.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:#8c786e;-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:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw}@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:.5vw;padding-bottom:.25vw}}@media (max-width:740px){.modul_inhalt_1_text_bild_links{padding-left:0!important;padding-right:0!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:2vw;margin-bottom:2vw;width:50%;background:transparent;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.25);box-shadow:0 2px 5px 0 rgba(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:4vw!important;margin-bottom:4vw!important}}@media (max-width:740px){.modul_inhalt_1_text_bild_links.mode--overlapping .modul-content-wrapper .modul-content-col{background:rgba(0,0,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%;text-align:left}.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.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:.5vw;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:768px){.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{margin-bottom:1vw;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{-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{margin-bottom:-3px}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper{text-align:left;margin-bottom:1vw}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-content-text-wrapper{margin-bottom:1vw}.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{-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:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4;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: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{font-size:14.4px}}@media (max-width:400px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn{font-size:14px}}@media (max-width:400px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn{padding:3px 6px;padding-bottom:3px}}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn::selection{background:#FFF;color:#3d79a4}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn.active{color:#FFF;background:#21425a}.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:20px;line-height:1.25;letter-spacing:.3px}@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:18px}}@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:15px;letter-spacing:0}}@media (max-width:420px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn strong{font-size:14px;letter-spacing:0}}.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:16px;line-height:1.3;letter-spacing:.3px;opacity:.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: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 small{font-size:14px}}@media (max-width:400px){.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.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_special_akkordeon.stile--{background:transparent!important}.modul_special_akkordeon.stile-- .modul-content-wrapper .item{color:#8c786e}.modul_special_akkordeon.stile-- .modul-content-wrapper .item .title{color:#8c786e}.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details{color:#8c786e}.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn{font-size:16.2px}}@media (max-width:640px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn{font-size:14.4px}}@media (max-width:400px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn{padding:3px 6px;padding-bottom:3px}}.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn::-moz-selection,.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn::selection{background:#FFF;color:#8c786e}.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn:hover,.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn.active{color:#FFF;background:#534741}.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn strong{font-size:18px}}@media (max-width:640px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn strong{font-size:14px;letter-spacing:0}}.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn small{font-size:14.4px}}@media (max-width:640px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}.modul_special_akkordeon.stile-- .modul-content-wrapper .item .details a.link-btn:hover{background:#534741}.modul_special_akkordeon.stile-- .modul-content-wrapper .item .fa{color:#8c786e}.modul_special_akkordeon.stile-- .modul-content-wrapper .item.has-link:hover .title,.modul_special_akkordeon.stile-- .modul-content-wrapper .item.has-link.hovered .title{color:#534741}.modul_special_akkordeon.stile--with-bg-background{background:#8c786e!important}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item{color:#FFF}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .title{color:#FFF}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details{color:#FFF}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;color:#8c786e;background:#FFF}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn{font-size:16.2px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn{font-size:14.4px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn{padding:3px 6px;padding-bottom:3px}}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn::-moz-selection,.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn::selection{background:#FFF;color:#8c786e}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn:hover,.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn.active{color:#FFF;background:#534741}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn strong{font-size:18px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn strong{font-size:14px;letter-spacing:0}}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn small{font-size:14.4px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .details a.link-btn:hover{background:#534741}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item .fa{color:#FFF}.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item.has-link:hover .title,.modul_special_akkordeon.stile--with-bg-background .modul-content-wrapper .item.has-link.hovered .title{color:#534741}.modul_special_akkordeon.stile--with-bg-background-light{background:#e0d9d6!important}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item{color:#8c786e}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .title{color:#8c786e}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details{color:#8c786e}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;color:#FFF;background:#8c786e}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn{font-size:16.2px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn{font-size:14.4px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn{padding:3px 6px;padding-bottom:3px}}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn::-moz-selection,.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn::selection{background:#FFF;color:#8c786e}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn:hover,.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn.active{color:#FFF;background:#534741}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn strong{font-size:18px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn strong{font-size:14px;letter-spacing:0}}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn small{font-size:14.4px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .details a.link-btn:hover{background:#534741}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item .fa{color:#8c786e}.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item.has-link:hover .title,.modul_special_akkordeon.stile--with-bg-background-light .modul-content-wrapper .item.has-link.hovered .title{color:#534741}.modul_special_akkordeon.stile--color-b{background:transparent!important}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item{color:#3d79a4}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .title{color:#3d79a4}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details{color:#3d79a4}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn{font-size:16.2px}}@media (max-width:640px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn{font-size:14.4px}}@media (max-width:400px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn{padding:3px 6px;padding-bottom:3px}}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn::-moz-selection,.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn::selection{background:#FFF;color:#8c786e}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn:hover,.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn.active{color:#FFF;background:#534741}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn strong{font-size:18px}}@media (max-width:640px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn strong{font-size:14px;letter-spacing:0}}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn small{font-size:14.4px}}@media (max-width:640px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .details a.link-btn:hover{background:#21425a}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item .fa{color:#3d79a4}.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item.has-link:hover .title,.modul_special_akkordeon.stile--color-b .modul-content-wrapper .item.has-link.hovered .title{color:#21425a}.modul_special_akkordeon.stile--with-bg-background-b{background:#3d79a4!important}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item{color:#FFF}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .title{color:#FFF}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details{color:#FFF}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;color:#3d79a4;background:#FFF}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn{font-size:16.2px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn{font-size:14.4px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn{padding:3px 6px;padding-bottom:3px}}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn::-moz-selection,.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn::selection{background:#FFF;color:#8c786e}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn:hover,.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn.active{color:#FFF;background:#534741}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn strong{font-size:18px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn strong{font-size:14px;letter-spacing:0}}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn small{font-size:14.4px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .details a.link-btn:hover{background:#21425a}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item .fa{color:#FFF}.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item.has-link:hover .title,.modul_special_akkordeon.stile--with-bg-background-b .modul-content-wrapper .item.has-link.hovered .title{color:#21425a}.modul_special_akkordeon.stile--with-bg-background-light-b{background:#c2e0fa!important}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item{color:#3d79a4}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .title{color:#3d79a4}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details{color:#3d79a4}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn{font-size:16.2px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn{font-size:14.4px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn{padding:3px 6px;padding-bottom:3px}}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn::-moz-selection,.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn::selection{background:#FFF;color:#8c786e}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn:hover,.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn.active{color:#FFF;background:#534741}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn strong{font-size:18px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn strong{font-size:14px;letter-spacing:0}}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn small{font-size:14.4px}}@media (max-width:640px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}@media (max-width:400px){.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn small{font-size:14px}}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .details a.link-btn:hover{background:#21425a}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item .fa{color:#3d79a4}.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item.has-link:hover .title,.modul_special_akkordeon.stile--with-bg-background-light-b .modul-content-wrapper .item.has-link.hovered .title{color:#21425a}.modul_special_akkordeon .modul-content-wrapper{background:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw;text-align:left}@media (max-width:960px){.modul_special_akkordeon .modul-content-wrapper{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_akkordeon .modul-content-wrapper{padding-top:.5vw;padding-bottom:.25vw}}.modul_special_akkordeon .modul-content-wrapper .item{margin-left:165px;margin-right:100px;margin-bottom:1vw;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 .modul-content-wrapper .item{margin-left:115px;margin-right:50px}}@media (max-width:640px){.modul_special_akkordeon .modul-content-wrapper .item{margin-left:65px;margin-right:0}}.modul_special_akkordeon .modul-content-wrapper .item .title{background:transparent;display:block;font-size:20px;line-height:1.25;letter-spacing:.3px;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 .modul-content-wrapper .item .title{font-size:18px}}@media (max-width:640px){.modul_special_akkordeon .modul-content-wrapper .item .title{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_special_akkordeon .modul-content-wrapper .item .title{font-size:14px;letter-spacing:0}}.modul_special_akkordeon .modul-content-wrapper .item .title .image-icon{margin-right:12px}.modul_special_akkordeon .modul-content-wrapper .item .title .image-icon img{display:inline-block;height:auto;margin-top:-8px;width:40px}.modul_special_akkordeon .modul-content-wrapper .item .title .main{font-weight:700}.modul_special_akkordeon .modul-content-wrapper .item .title .sub{font-weight:lighter}@media (max-width:768px){.modul_special_akkordeon .modul-content-wrapper .item .title .sub{display:none}}.modul_special_akkordeon .modul-content-wrapper .item .btn-action{cursor:pointer;left:-40px;top:0;position:absolute}.modul_special_akkordeon .modul-content-wrapper .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:.5;filter:alpha(opacity=50)}.modul_special_akkordeon .modul-content-wrapper .item.has-details:hover,.modul_special_akkordeon .modul-content-wrapper .item.has-details.hovered,.modul_special_akkordeon .modul-content-wrapper .item.has-link:hover,.modul_special_akkordeon .modul-content-wrapper .item.has-link.hovered{cursor:pointer;text-decoration:none}.modul_special_akkordeon .modul-content-wrapper .item.has-details:hover .btn-action .fa,.modul_special_akkordeon .modul-content-wrapper .item.has-details.hovered .btn-action .fa,.modul_special_akkordeon .modul-content-wrapper .item.has-link:hover .btn-action .fa,.modul_special_akkordeon .modul-content-wrapper .item.has-link.hovered .btn-action .fa{opacity:1;filter:alpha(opacity=100)}.modul_special_akkordeon .modul-content-wrapper .item .details{display:none;font-size:18px;line-height:1.3;letter-spacing:.3px;padding-bottom:18px;padding-top:3px}@media (max-width:960px){.modul_special_akkordeon .modul-content-wrapper .item .details{font-size:16.2px}}@media (max-width:640px){.modul_special_akkordeon .modul-content-wrapper .item .details{font-size:14.4px}}@media (max-width:400px){.modul_special_akkordeon .modul-content-wrapper .item .details{font-size:14px}}.modul_special_akkordeon .modul-content-wrapper .item .details a.link-btn{margin-top:12px}.modul_special_akkordeon .modul-content-wrapper .item.with-image .details{padding-left:60px}.modul_special_akkordeon .modul-content-wrapper .item.open.has-details .btn-action .fa:before{content:""!important}.modul_special_akkordeon .modul-content-wrapper .item.open.has-details .details{display:block}.rex-slice-output .modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize{background-color:#8c786e!important}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize{display:block;position:relative;min-height:400px;background-size:cover;background-position:center center}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .map_wrapper{position:absolute;left:0;right:0;top:0;bottom:0;height:100%;width:100%}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .map_wrapper .map_canvas{height:100%;width:100%;margin-left:auto;margin-right:auto}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .map_wrapper .anti-drag-overlay-for-mobil{display:none}@media (max-width:800px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .map_wrapper{position:relative;height:400px}}@media (max-width:640px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .map_wrapper{height:300px}}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper{position:relative;text-align:center;padding:40px;margin-left:460px;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;max-width:400px}@media (max-width:800px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper{margin-left:auto}}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content{background:#FFF;color:#4d3e37;padding:10px;font-size:16px;line-height:1.3;letter-spacing:.3px;margin-left:auto;margin-right:auto;text-align:left;line-height:1.25}@media (max-width:960px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content{font-size:14.4px}}@media (max-width:640px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content{font-size:14px}}@media (max-width:400px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content{font-size:14px}}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content h4{margin-bottom:12px;font-weight:700}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_address{font-weight:300;margin-bottom:12px}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_address strong{font-weight:700;letter-spacing:.5px}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_address p{padding:0;margin:0}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_info{font-weight:300}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_info .info-label,.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_info .info-value{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;color:inherit}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_info .info-label{width:70px}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_info.map_info--email{margin-top:12px}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_hinweis_wrapper{font-size:16px;line-height:1.3;letter-spacing:.3px;font-style:italic;line-height:1.25;opacity:.75;margin-left:auto;margin-right:auto;margin-top:12px}@media (max-width:960px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_hinweis_wrapper{font-size:14.4px}}@media (max-width:640px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_hinweis_wrapper{font-size:14px}}@media (max-width:400px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .map_hinweis_wrapper{font-size:14px}}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper{margin-top:12px}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;background:#8c786e;color:#FFF}@media (max-width:960px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a{font-size:16.2px}}@media (max-width:640px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a{font-size:14.4px}}@media (max-width:400px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a{font-size:14px}}@media (max-width:400px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a{padding:3px 6px;padding-bottom:3px}}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a::-moz-selection,.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a::selection{background:#FFF;color:#8c786e}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a:hover,.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a.active{color:#FFF;background:#534741}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a strong{font-size:18px}}@media (max-width:640px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a strong{font-size:14px;letter-spacing:0}}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a small{font-size:14.4px}}@media (max-width:640px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a small{font-size:14px}}@media (max-width:400px){.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a small{font-size:14px}}.modul_z_Footer_Karte_mit_Kontaktinformationen_Fullsize .modul-content-wrapper .modul-content .btn-wrapper a:hover{background:#534741}.modul_special_sitemap{background:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw}@media (max-width:960px){.modul_special_sitemap{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_sitemap{padding-top:.5vw;padding-bottom:.25vw}}.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:#534741;background:#c0bab7;margin-bottom:1px;text-decoration:none;cursor:pointer}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a:hover{background:#8c786e;color:#FFF}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a.category-link{background:#8c786e;color:#FFF;font-weight:700}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a.category-link:hover{color:#8c786e;background:#FFF}.modul-special-referenzen-wrapper .load-more-article-btn span{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e}@media (max-width:960px){.modul-special-referenzen-wrapper .load-more-article-btn span{font-size:16.2px}}@media (max-width:640px){.modul-special-referenzen-wrapper .load-more-article-btn span{font-size:14.4px}}@media (max-width:400px){.modul-special-referenzen-wrapper .load-more-article-btn span{font-size:14px}}@media (max-width:400px){.modul-special-referenzen-wrapper .load-more-article-btn span{padding:3px 6px;padding-bottom:3px}}.modul-special-referenzen-wrapper .load-more-article-btn span::-moz-selection,.modul-special-referenzen-wrapper .load-more-article-btn span::selection{background:#FFF;color:#8c786e}.modul-special-referenzen-wrapper .load-more-article-btn span:hover,.modul-special-referenzen-wrapper .load-more-article-btn span.active{color:#FFF;background:#534741}.modul-special-referenzen-wrapper .load-more-article-btn span strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul-special-referenzen-wrapper .load-more-article-btn span strong{font-size:18px}}@media (max-width:640px){.modul-special-referenzen-wrapper .load-more-article-btn span strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul-special-referenzen-wrapper .load-more-article-btn span strong{font-size:14px;letter-spacing:0}}.modul-special-referenzen-wrapper .load-more-article-btn span small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul-special-referenzen-wrapper .load-more-article-btn span small{font-size:14.4px}}@media (max-width:640px){.modul-special-referenzen-wrapper .load-more-article-btn span small{font-size:14px}}@media (max-width:400px){.modul-special-referenzen-wrapper .load-more-article-btn span small{font-size:14px}}.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4}@media (max-width:960px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span{font-size:16.2px}}@media (max-width:640px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span{font-size:14.4px}}@media (max-width:400px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span{font-size:14px}}@media (max-width:400px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span{padding:3px 6px;padding-bottom:3px}}.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span::-moz-selection,.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span::selection{background:#FFF;color:#3d79a4}.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span:hover,.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span.active{color:#FFF;background:#21425a}.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span strong{font-size:18px}}@media (max-width:640px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span strong{font-size:14px;letter-spacing:0}}.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span small{font-size:14.4px}}@media (max-width:640px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span small{font-size:14px}}@media (max-width:400px){.modul-special-referenzen-wrapper.theme--with-bg-background-b .load-more-article-btn span small{font-size:14px}}.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#6fa43d}@media (max-width:960px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span{font-size:16.2px}}@media (max-width:640px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span{font-size:14.4px}}@media (max-width:400px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span{font-size:14px}}@media (max-width:400px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span{padding:3px 6px;padding-bottom:3px}}.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span::-moz-selection,.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span::selection{background:#FFF;color:#6fa43d}.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span:hover,.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span.active{color:#FFF;background:#3d5a21}.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span strong{font-size:18px}}@media (max-width:640px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span strong{font-size:14px;letter-spacing:0}}.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span small{font-size:14.4px}}@media (max-width:640px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span small{font-size:14px}}@media (max-width:400px){.modul-special-referenzen-wrapper.theme--with-bg-background-c .load-more-article-btn span small{font-size:14px}}.modul_special_referenz_item{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;margin-bottom:20px;margin-left:10px;margin-right:10px;background:#e0d9d6;cursor:pointer;position:relative;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_special_referenz_item.hidden-item-for-lazy-load-btn,.modul_special_referenz_item.hidden-for-filter{display:none;opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}@media (max-width:540px){.modul_special_referenz_item{margin-bottom:10px;margin-left:5px;margin-right:5px}}.modul_special_referenz_item .icon-img{position:absolute;right:2px;top:2px;opacity:.5;-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:540px){.modul_special_referenz_item .icon-img{display:none}}.modul_special_referenz_item .modul-image{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}.modul_special_referenz_item .modul-image img{position:relative;width:240px;height:auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;overflow:hidden}@media (max-width:500px){.modul_special_referenz_item .modul-image img{width:180px}}@media (max-width:400px){.modul_special_referenz_item .modul-image img{width:160px}}@media (max-width:360px){.modul_special_referenz_item .modul-image img{width:120px}}.modul_special_referenz_item .modul-content{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0,200px);-ms-transform:translate(0,200px);-o-transform:translate(0,200px);transform:translate(0,200px);-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;padding:5px 10px;position:absolute;bottom:-1px;left:0;right:0;background:#8c786e;color:#FFF;font-weight:700;letter-spacing:.5px;font-size:16px;line-height:1.3;letter-spacing:.3px;text-align:center;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}@media (max-width:960px){.modul_special_referenz_item .modul-content{font-size:14.4px}}@media (max-width:640px){.modul_special_referenz_item .modul-content{font-size:14px}}@media (max-width:400px){.modul_special_referenz_item .modul-content{font-size:14px}}@media (max-width:540px){.modul_special_referenz_item .modul-content{display:none}}.modul_special_referenz_item:hover .icon-img{opacity:1;filter:alpha(opacity=100)}.modul_special_referenz_item:hover .modul-content{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)}.modul_special_referenz_item:hover .modul-image img{opacity:.75;filter:alpha(opacity=75);-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)}.modul_special_referenz_item_detail{max-height:90vh;overflow-y:auto;overflow-x:hidden;background:#fff}.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#342923;margin-bottom:12px;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:16px;line-height:1.3;letter-spacing:.3px;margin-right:25px}@media (max-width:960px){.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:27px}}@media (max-width:640px){.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:18px;letter-spacing:0}}.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline b,.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline strong{background:#4d3e37;color:#FFF;padding:0 12px;margin:0 3px}.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline *::-moz-selection,.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline *::selection,.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline::-moz-selection,.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline::selection{background:#4d3e37;color:#FFF}@media (max-width:960px){.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:14.4px}}@media (max-width:640px){.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:14px}}@media (max-width:400px){.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:14px}}@media (max-width:640px){.modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{margin-top:-6px}}.modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:44px;line-height:1.2;letter-spacing:3px;font-weight:900;padding:0;margin:0;color:#8c786e;margin-bottom:0;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:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:39.6px}}@media (max-width:640px){.modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:33px;letter-spacing:0}}@media (max-width:420px){.modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:22px;letter-spacing:0}}.modul_special_referenz_item_detail .submodul-headline-wrapper .headline b,.modul_special_referenz_item_detail .submodul-headline-wrapper .headline strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.modul_special_referenz_item_detail .submodul-headline-wrapper .headline b,.modul_special_referenz_item_detail .submodul-headline-wrapper .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_special_referenz_item_detail .submodul-headline-wrapper .headline *::-moz-selection,.modul_special_referenz_item_detail .submodul-headline-wrapper .headline *::selection,.modul_special_referenz_item_detail .submodul-headline-wrapper .headline::-moz-selection,.modul_special_referenz_item_detail .submodul-headline-wrapper .headline::selection{background:#8c786e;color:#e0d9d6}@media (max-width:960px){.modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:18px}}@media (max-width:640px){.modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:14px;letter-spacing:0}}.modul_special_referenz_item_detail .details-images,.modul_special_referenz_item_detail .details-content{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top}@media (max-width:900px){.modul_special_referenz_item_detail .details-images,.modul_special_referenz_item_detail .details-content{width:100%!important}.modul_special_referenz_item_detail .details-images .image-wrapper-for-title,.modul_special_referenz_item_detail .details-content .image-wrapper-for-title{max-width:80%!important}}.modul_special_referenz_item_detail .details-images{width:66%}.modul_special_referenz_item_detail .details-images .modul-image img{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px}.modul_special_referenz_item_detail .details-images .details-images-thumbs{margin-top:10px}.modul_special_referenz_item_detail .details-images .details-images-thumbs a{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;cursor:pointer;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius: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}.modul_special_referenz_item_detail .details-images .details-images-thumbs a:hover,.modul_special_referenz_item_detail .details-images .details-images-thumbs a.active{background:#3d79a4}.modul_special_referenz_item_detail .details-images .details-images-thumbs a:hover img,.modul_special_referenz_item_detail .details-images .details-images-thumbs a.active img{opacity:.25}.modul_special_referenz_item_detail .details-images .details-images-thumbs a img{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;width:50px;height: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}.modul_special_referenz_item_detail .details-content{width:32%;padding-left:10px;box-sizing:content-box;text-align:left}@media (max-width:900px){.modul_special_referenz_item_detail .details-content{margin-top:10px}}.modul_special_referenz_item_detail .details-content .info-wrapper,.modul_special_referenz_item_detail .details-content .icon-wrapper{display:block;margin-bottom:16px;color:#8c786e}@media (max-width:640px){.modul_special_referenz_item_detail .details-content .info-wrapper,.modul_special_referenz_item_detail .details-content .icon-wrapper{margin-bottom:0}}.modul_special_referenz_item_detail .details-content .info-wrapper strong,.modul_special_referenz_item_detail .details-content .icon-wrapper strong{display:block;color:inherit;font-size:20px;line-height:1.25;letter-spacing:.3px;text-transform:uppercase;letter-spacing:.5px;font-weight:700}@media (max-width:960px){.modul_special_referenz_item_detail .details-content .info-wrapper strong,.modul_special_referenz_item_detail .details-content .icon-wrapper strong{font-size:18px}}@media (max-width:640px){.modul_special_referenz_item_detail .details-content .info-wrapper strong,.modul_special_referenz_item_detail .details-content .icon-wrapper strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul_special_referenz_item_detail .details-content .info-wrapper strong,.modul_special_referenz_item_detail .details-content .icon-wrapper strong{font-size:14px;letter-spacing:0}}.modul_special_referenz_item_detail .details-content .info-wrapper small,.modul_special_referenz_item_detail .details-content .info-wrapper div,.modul_special_referenz_item_detail .details-content .icon-wrapper small,.modul_special_referenz_item_detail .details-content .icon-wrapper div{display:block;color:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px}@media (max-width:960px){.modul_special_referenz_item_detail .details-content .info-wrapper small,.modul_special_referenz_item_detail .details-content .info-wrapper div,.modul_special_referenz_item_detail .details-content .icon-wrapper small,.modul_special_referenz_item_detail .details-content .icon-wrapper div{font-size:14.4px}}@media (max-width:640px){.modul_special_referenz_item_detail .details-content .info-wrapper small,.modul_special_referenz_item_detail .details-content .info-wrapper div,.modul_special_referenz_item_detail .details-content .icon-wrapper small,.modul_special_referenz_item_detail .details-content .icon-wrapper div{font-size:14px}}@media (max-width:400px){.modul_special_referenz_item_detail .details-content .info-wrapper small,.modul_special_referenz_item_detail .details-content .info-wrapper div,.modul_special_referenz_item_detail .details-content .icon-wrapper small,.modul_special_referenz_item_detail .details-content .icon-wrapper div{font-size:14px}}.modul_special_referenz_item_detail .details-content .info-wrapper.icon-wrapper,.modul_special_referenz_item_detail .details-content .icon-wrapper.icon-wrapper{color:#3d79a4;font-weight:700}.modul_special_referenz_item_detail .details-content .info-wrapper.icon-wrapper img,.modul_special_referenz_item_detail .details-content .icon-wrapper.icon-wrapper img{width:18px;height:auto;margin-right:3px;margin-bottom:-1px}.modul_special_referenz_item_detail .details-content .info-wrapper div ul,.modul_special_referenz_item_detail .details-content .icon-wrapper div ul{margin-left:14px}.modul_special_referenz_item_detail_wrapper{margin-top:20px;margin-bottom:20px;text-align:center;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative}@media (max-width:960px){.modul_special_referenz_item_detail_wrapper{margin-right:10px;margin-left:10px}}.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail{max-height:none!important}.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper{text-align:center}@media (max-width:640px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper{margin-top:-20px}}.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline-border-wrapper{display:none}.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-family:"Lato",sans-serif;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:300;padding:0;margin:0;color:#342923;margin-bottom:12px;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:30px;line-height:1.2;letter-spacing:1px;text-align:center}@media (max-width:960px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:27px}}@media (max-width:640px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:18px;letter-spacing:0}}.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline b,.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline strong{background:#4d3e37;color:#FFF;padding:0 12px;margin:0 3px}.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline *::-moz-selection,.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline *::selection,.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline::-moz-selection,.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline::selection{background:#4d3e37;color:#FFF}@media (max-width:960px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:27px}}@media (max-width:640px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .submodul-headline{font-size:18px;letter-spacing:0}}.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:44px;line-height:1.2;letter-spacing:3px;font-weight:900;padding:0;margin:0;color:#8c786e;margin-bottom:0;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:44px;line-height:1.2;letter-spacing:3px;text-align:center;text-transform:uppercase}@media (max-width:960px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:39.6px}}@media (max-width:640px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:33px;letter-spacing:0}}@media (max-width:420px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:22px;letter-spacing:0}}.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline b,.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline b,.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline *::-moz-selection,.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline *::selection,.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline::-moz-selection,.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline::selection{background:#8c786e;color:#e0d9d6}@media (max-width:960px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:39.6px}}@media (max-width:640px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:33px;letter-spacing:0}}@media (max-width:420px){.modul_special_referenz_item_detail_wrapper .modul_special_referenz_item_detail .submodul-headline-wrapper .headline{font-size:22px;letter-spacing:0}}.modul_special_referenz_item_detail_wrapper .details-images,.modul_special_referenz_item_detail_wrapper .details-content{margin-top:20px}.theme--with-bg-background-b .modul_special_referenz_item .modul-content{background:#3d79a4;color:#FFF}.theme--with-bg-background-c .modul_special_referenz_item .modul-content{background:#6fa43d;color:#FFF}.modul-filter-referenzen{max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;margin-bottom:25px}@media (max-width:960px){.modul-filter-referenzen{margin-right:10px;margin-left:10px}}.modul-filter-referenzen .btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;margin-bottom:6px}@media (max-width:960px){.modul-filter-referenzen .btn{font-size:16.2px}}@media (max-width:640px){.modul-filter-referenzen .btn{font-size:14.4px}}@media (max-width:400px){.modul-filter-referenzen .btn{font-size:14px}}@media (max-width:400px){.modul-filter-referenzen .btn{padding:3px 6px;padding-bottom:3px}}.modul-filter-referenzen .btn::-moz-selection,.modul-filter-referenzen .btn::selection{background:#FFF;color:#8c786e}.modul-filter-referenzen .btn:hover,.modul-filter-referenzen .btn.active{color:#FFF;background:#534741}.modul-filter-referenzen .btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.modul-filter-referenzen .btn strong{font-size:18px}}@media (max-width:640px){.modul-filter-referenzen .btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.modul-filter-referenzen .btn strong{font-size:14px;letter-spacing:0}}.modul-filter-referenzen .btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul-filter-referenzen .btn small{font-size:14.4px}}@media (max-width:640px){.modul-filter-referenzen .btn small{font-size:14px}}@media (max-width:400px){.modul-filter-referenzen .btn small{font-size:14px}}.modul-filter-referenzen .btn img,.modul-filter-referenzen .btn span{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.modul-filter-referenzen .btn img{width:25px;margin-right:3px;height:auto}@media (max-width:400px){.modul-filter-referenzen .btn img{width:20px}}.modul_z_html{background:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw;background:#FFF}@media (max-width:960px){.modul_z_html{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_z_html{padding-top:.5vw;padding-bottom:.25vw}}@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:#FFF;-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:768px){.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}.layout_element_breadcrumb_menu{text-align:center;margin-top:10px;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px}@media (max-width:960px){.layout_element_breadcrumb_menu{margin-right:10px;margin-left:10px}}@media (max-width:400px){.layout_element_breadcrumb_menu{padding:0}}.layout_element_breadcrumb_menu .link-wrapper{margin:0;padding:0 10px;padding-bottom:14px;text-align:left}@media (max-width:400px){.layout_element_breadcrumb_menu .link-wrapper{padding:0;padding-bottom:7px}}.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:16px;line-height:1.3;letter-spacing:.3px;color:#8c786e!important;text-decoration:none}@media (max-width:960px){.layout_element_breadcrumb_menu .link-wrapper .breadcrump-icon,.layout_element_breadcrumb_menu .link-wrapper .breadcrump-spacer{font-size:14.4px}}@media (max-width:640px){.layout_element_breadcrumb_menu .link-wrapper .breadcrump-icon,.layout_element_breadcrumb_menu .link-wrapper .breadcrump-spacer{font-size:14px}}@media (max-width:400px){.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{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:1170px){.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;overflow:hidden;cursor:pointer;z-index:110;padding:0 10px;padding-top:20px;padding-bottom:10px;font-size:18px;line-height:1.3;letter-spacing:.3px;font-weight:500;color:#8c786e;-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:16.2px}}@media (max-width:640px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn{font-size:14.4px}}@media (max-width:400px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn{font-size:14px}}@media (max-width:400px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn{padding-top:0}}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn .fa{margin-left:3px}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover{color:#534741}.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:#8c786e!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:#e0d9d6;border-top:4px solid #4d3e37;color:#FFF;-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:#FFF;font-size:18px;line-height:1.3;letter-spacing:.3px;font-weight:700;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:16.2px}}@media (max-width:640px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-headline{font-size:14.4px}}@media (max-width:400px){.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:16px;line-height:1.3;letter-spacing:.3px;display:block;color:rgba(0,0,0,.5);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:14.4px}}@media (max-width:640px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-item-wrapper>a{font-size:14px}}@media (max-width:400px){.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{background-color:#4d3e37;background-position:center center;background-size:cover;position:relative;overflow:hidden}.layout_element_header_element .header-head-wrapper.background-right{background-position:right center}.layout_element_header_element .header-head-wrapper.background-left{background-position:left center}.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;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;text-align:left;margin-left:20px}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item{margin-right:10px;margin-left:10px}}@media (min-width:1440px){.layout_element_header_element .header-head-wrapper .header-head-item{margin-left:auto;margin-right:auto}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper{padding:20px 10px;margin:100px 5%;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;margin-left:-10px}@media (max-width:700px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper{margin-bottom:30px}}@media (min-width:400px) and (max-height:940px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper{margin-top:30px}}@media (min-width:400px) and (max-height:850px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper{margin-top:10px}}@media (max-width:400px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper{margin:10px;margin-left:-10px;margin-right:-10px;padding:10px 5px;border:6px solid #fff}}.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,.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline-slogan{color:#FFF;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;padding:5px 10px;margin-bottom:4px;text-shadow:2px 2px rgba(0,0,0,.5);text-transform:uppercase}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;letter-spacing:5px}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:46.8px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:39px;letter-spacing:0}}@media (max-width:420px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:22px;letter-spacing:0}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:900}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:27px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:18px;letter-spacing:0}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline-slogan{font-size:24px;line-height:1.25;letter-spacing:.3px;font-weight:900;color:#FFF;background-color:#3d79a4}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline-slogan{font-size:21.6px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline-slogan{font-size:18px;letter-spacing:0}}@media (max-width:420px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline-slogan{font-size:14.4px;letter-spacing:0}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#3d79a4;margin-top:20px}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn{font-size:16.2px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn{font-size:14.4px}}@media (max-width:400px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn{padding:3px 6px;padding-bottom:3px}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn::-moz-selection,.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn::selection{background:#FFF;color:#3d79a4}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn:hover,.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn.active{color:#FFF;background:#21425a}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn strong{font-size:18px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn strong{font-size:14px;letter-spacing:0}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn small{font-size:14.4px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn small{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .section-link-btn small{font-size:14px}}.layout_element_header_element .header-body-wrapper{max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;margin-bottom:20px;margin-top:-80px;margin-left:20px;margin-right:20px;height:410px}@media (max-width:960px){.layout_element_header_element .header-body-wrapper{margin-right:10px;margin-left:10px}}@media (min-width:1440px){.layout_element_header_element .header-body-wrapper{margin-left:auto;margin-right:auto}}@media (max-width:700px){.layout_element_header_element .header-body-wrapper{margin-top:20px}}@media (max-width:500px){.layout_element_header_element .header-body-wrapper{margin-top:10px;margin-bottom:10px}}@media (max-width:700px){.layout_element_header_element .header-body-wrapper{height:auto}}@media (min-width:700px) and (max-height:780px){.layout_element_header_element .header-body-wrapper{height:240px}}.layout_element_header_element .header-body-wrapper .header-content-item{border:4px solid #fff;background-color:#FFF;color:#3d79a4;position:absolute;background-position:center center;background-size:cover;display:none;box-sizing:border-box;text-align:left;-webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.25);box-shadow:0 4px 20px 0 rgba(0,0,0,.25);-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}.layout_element_header_element .header-body-wrapper .header-content-item .header-spacer{background-color:#3d79a4}.layout_element_header_element .header-body-wrapper .header-content-item:hover .modul-content-wrapper,.layout_element_header_element .header-body-wrapper .header-content-item.hover .modul-content-wrapper{background-color:#3d79a4;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item:hover .modul-content-wrapper .modul-content,.layout_element_header_element .header-body-wrapper .header-content-item:hover .modul-content-wrapper .header-headline,.layout_element_header_element .header-body-wrapper .header-content-item.hover .modul-content-wrapper .modul-content,.layout_element_header_element .header-body-wrapper .header-content-item.hover .modul-content-wrapper .header-headline{color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item:hover .modul-content-wrapper .header-spacer,.layout_element_header_element .header-body-wrapper .header-content-item.hover .modul-content-wrapper .header-spacer{background-color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item:hover .modul-content-wrapper .section-link-btn,.layout_element_header_element .header-body-wrapper .header-content-item.hover .modul-content-wrapper .section-link-btn{background-color:#FFF;color:#3d79a4}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--with-background:hover .modul-content-wrapper{background-color:#3d79a4;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#3d79a4;background:#FFF}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn{font-size:16.2px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn{font-size:14.4px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn{padding:3px 6px;padding-bottom:3px}}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn::-moz-selection,.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn::selection{background:#3d79a4;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn:hover,.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn.active{color:#FFF;background:#3d79a4}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn strong{font-size:18px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn strong{font-size:14px;letter-spacing:0}}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn small{font-size:14.4px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn small{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn small{font-size:14px}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b{border:4px solid #fff;background-color:#FFF;color:#3d79a4}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .header-spacer{background-color:#3d79a4}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b:hover .modul-content-wrapper,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b.hover .modul-content-wrapper{background-color:#3d79a4;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b:hover .modul-content-wrapper .modul-content,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b:hover .modul-content-wrapper .header-headline,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b.hover .modul-content-wrapper .modul-content,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b.hover .modul-content-wrapper .header-headline{color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b:hover .modul-content-wrapper .header-spacer,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b.hover .modul-content-wrapper .header-spacer{background-color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b:hover .modul-content-wrapper .section-link-btn,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b.hover .modul-content-wrapper .section-link-btn{background-color:#FFF;color:#3d79a4}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b.header-content-item--with-background:hover .modul-content-wrapper{background-color:#3d79a4;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#3d79a4;background:#FFF}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn{font-size:16.2px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn{font-size:14.4px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn{padding:3px 6px;padding-bottom:3px}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn::-moz-selection,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn::selection{background:#3d79a4;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn:hover,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn.active{color:#FFF;background:#3d79a4}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn strong{font-size:18px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn strong{font-size:14px;letter-spacing:0}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn small{font-size:14.4px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn small{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-b .modul-content-wrapper .section-link-btn small{font-size:14px}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a{border:4px solid #fff;background-color:#FFF;color:#8c786e}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .header-spacer{background-color:#8c786e}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a:hover .modul-content-wrapper,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a.hover .modul-content-wrapper{background-color:#8c786e;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a:hover .modul-content-wrapper .modul-content,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a:hover .modul-content-wrapper .header-headline,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a.hover .modul-content-wrapper .modul-content,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a.hover .modul-content-wrapper .header-headline{color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a:hover .modul-content-wrapper .header-spacer,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a.hover .modul-content-wrapper .header-spacer{background-color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a:hover .modul-content-wrapper .section-link-btn,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a.hover .modul-content-wrapper .section-link-btn{background-color:#FFF;color:#8c786e}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a.header-content-item--with-background:hover .modul-content-wrapper{background-color:#8c786e;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#8c786e;background:#FFF}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn{font-size:16.2px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn{font-size:14.4px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn{padding:3px 6px;padding-bottom:3px}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn::-moz-selection,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn::selection{background:#8c786e;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn:hover,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn.active{color:#FFF;background:#8c786e}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn strong{font-size:18px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn strong{font-size:14px;letter-spacing:0}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn small{font-size:14.4px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn small{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-a .modul-content-wrapper .section-link-btn small{font-size:14px}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c{border:4px solid #fff;background-color:#FFF;color:#6fa43d}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .header-spacer{background-color:#6fa43d}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c:hover .modul-content-wrapper,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c.hover .modul-content-wrapper{background-color:#6fa43d;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c:hover .modul-content-wrapper .modul-content,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c:hover .modul-content-wrapper .header-headline,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c.hover .modul-content-wrapper .modul-content,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c.hover .modul-content-wrapper .header-headline{color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c:hover .modul-content-wrapper .header-spacer,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c.hover .modul-content-wrapper .header-spacer{background-color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c:hover .modul-content-wrapper .section-link-btn,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c.hover .modul-content-wrapper .section-link-btn{background-color:#FFF;color:#6fa43d}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c.header-content-item--with-background:hover .modul-content-wrapper{background-color:#6fa43d;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#6fa43d;background:#FFF}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn{font-size:16.2px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn{font-size:14.4px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn{padding:3px 6px;padding-bottom:3px}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn::-moz-selection,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn::selection{background:#6fa43d;color:#FFF}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn:hover,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn.active{color:#FFF;background:#6fa43d}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn strong{font-size:18px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn strong{font-size:14px;letter-spacing:0}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn small{font-size:14.4px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn small{font-size:14px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item-style--btn-color-c .modul-content-wrapper .section-link-btn small{font-size:14px}}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;box-sizing:border-box;padding:10px 20px;padding-top:120px;-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;text-align:left}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper a.section-overlay-link{background-color:rgba(0,0,0,0);display:block;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;color:transparent;z-index:100}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn{position:relative;z-index:101}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn:hover{text-decoration:underline}@media (min-width:700px) and (max-height:780px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper{padding-top:10px}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-content-item-icon,.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-content-item-icon-hover{top:5px!important;left:auto!important;right:10px;height:40px!important}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{min-height:0;font-size:20px!important}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .text-of-html-editor *{font-size:14px!important}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn{padding:3px 6px!important;font-size:14px!important;margin-top:6px!important}}@media (max-width:700px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper{padding-top:20px;padding-right:120px}}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn{margin-top:12px}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .modul-content{text-align:left;color:inherit}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .modul-content.text-of-html-editor p{color:inherit;text-align:left}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .section-link-btn,.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .modul-content{-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;-ms-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;-webkit-transform:translate(0,50px);-ms-transform:translate(0,50px);-o-transform:translate(0,50px);transform:translate(0,50px);opacity:0;filter:alpha(opacity=0)}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-content-item-icon,.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-content-item-icon-hover{position:absolute;left:20px;top:30px;height:50px;width: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}@media (max-width:700px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-content-item-icon,.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-content-item-icon-hover{left:auto;right:20px;top:20px}}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-content-item-icon-hover{opacity:0;filter:alpha(opacity=0)}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-spacer{width:10%;height:4px;-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;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);opacity:0;filter:alpha(opacity=0)}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-spacer.visible-in-viewport{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:1;filter:alpha(opacity=100)}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-headline{opacity:.75;color:#45515b;-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;margin-bottom:3px}.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{min-height:78px;color:inherit;font-size:30px;line-height:1.2;letter-spacing:1px;font-weight:900;-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:12px}@media (max-width:700px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{min-height:0}}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{font-size:27px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{font-size:22.5px;letter-spacing:0}}@media (max-width:420px){.layout_element_header_element .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{font-size:18px;letter-spacing:0}}.layout_element_header_element .header-body-wrapper .header-content-item:hover .modul-content-wrapper .header-content-item-icon,.layout_element_header_element .header-body-wrapper .header-content-item.hover .modul-content-wrapper .header-content-item-icon{opacity:0;filter:alpha(opacity=0)}.layout_element_header_element .header-body-wrapper .header-content-item:hover .modul-content-wrapper .header-content-item-icon-hover,.layout_element_header_element .header-body-wrapper .header-content-item.hover .modul-content-wrapper .header-content-item-icon-hover{opacity:1;filter:alpha(opacity=100)}.layout_element_header_element .header-body-wrapper .header-content-item:hover .modul-content-wrapper .section-link-btn,.layout_element_header_element .header-body-wrapper .header-content-item:hover .modul-content-wrapper .modul-content,.layout_element_header_element .header-body-wrapper .header-content-item.hover .modul-content-wrapper .section-link-btn,.layout_element_header_element .header-body-wrapper .header-content-item.hover .modul-content-wrapper .modul-content{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--with-background .modul-content-wrapper{background-color:rgba(0,0,0,.1)}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--with-background .modul-content-wrapper .header-headline{color:#FFF;text-shadow:2px 2px rgba(0,0,0,.5);font-size:18px;line-height:1.3;letter-spacing:.3px}@media (max-width:960px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--with-background .modul-content-wrapper .header-headline{font-size:16.2px}}@media (max-width:640px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--with-background .modul-content-wrapper .header-headline{font-size:14.4px}}@media (max-width:400px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--with-background .modul-content-wrapper .header-headline{font-size:14px}}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--with-background .modul-content-wrapper .header-subheadline{color:#FFF;text-shadow:2px 2px rgba(0,0,0,.5)}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--1,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--2,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--3{display:block;left:0;top:0;bottom:0;height:100%;width:32%}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--2{left:34%}.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--3{right:0;left:auto}@media (max-width:700px){.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--1,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--2,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--3,.layout_element_header_element .header-body-wrapper .header-content-item.header-content-item--4{position:relative;left:auto;top:auto;right:auto;bottom:auto;width:100%;height:240px;margin-bottom:12px}}.layout_element_footer_menu{max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;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:1vw}.layout_element_footer_menu .modul-content>a,.layout_element_footer_menu .modul-content>span,.layout_element_footer_menu .modul-content .footer-item{font-size:18px;line-height:1.3;letter-spacing:.3px;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:16.2px}}@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:14.4px}}@media (max-width:400px){.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 #FFF;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}.layout_element_scrollmenu_fuer_ueberschriften{background:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw;padding-bottom:2vw;text-align:left}@media (max-width:960px){.layout_element_scrollmenu_fuer_ueberschriften{margin-right:10px;margin-left:10px}}@media (max-width:960px){.layout_element_scrollmenu_fuer_ueberschriften{padding-top:.5vw;padding-bottom:.25vw}}.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper{padding:0 40px}@media (max-width:640px){.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper{padding:0 20px}}@media (max-width:340px){.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper{padding:0 10px}}.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper a{display:block;padding:12px 0;line-height:1.25}.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper a strong,.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper a small{display:block}.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper a strong{font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper a strong{font-size:18px}}@media (max-width:640px){.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper a strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper a strong{font-size:14px;letter-spacing:0}}.layout_element_scrollmenu_fuer_ueberschriften .link-wrapper a small{color:#4d3e37}.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}@media (max-width:960px){.layout_element_sidebar_menu_mit_modaldialog{display:none!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}.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper .link-item{z-index:200;display:block;width:200px;height:50px;background:#21425a;background:rgba(33,66,90,.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:#8c786e;-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:#FFF;font-size:20px;line-height:1.25;letter-spacing:.3px;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:18px}}@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:15px;letter-spacing:0}}@media (max-width:420px){.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;letter-spacing:0}}.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}.layout_element_Untermenu{text-align:left;position:relative;background:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw}@media (max-width:960px){.layout_element_Untermenu{margin-right:10px;margin-left:10px}}@media (max-width:960px){.layout_element_Untermenu{padding-top:.5vw;padding-bottom:.25vw}}@media (max-width:640px){.layout_element_Untermenu{text-align:center}}.layout_element_Untermenu .subnav{margin-bottom:12px;margin-top:12px;padding:0 40px}@media (max-width:640px){.layout_element_Untermenu .subnav{padding:0 20px}}@media (max-width:340px){.layout_element_Untermenu .subnav{padding:0 10px}}.layout_element_Untermenu .subnav>a{font-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#8c786e;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;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;margin-right:50px;margin-bottom:12px*x}@media (max-width:960px){.layout_element_Untermenu .subnav>a{font-size:46.8px}}@media (max-width:640px){.layout_element_Untermenu .subnav>a{font-size:39px;letter-spacing:0}}@media (max-width:420px){.layout_element_Untermenu .subnav>a{font-size:22px;letter-spacing:0}}.layout_element_Untermenu .subnav>a b,.layout_element_Untermenu .subnav>a strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.layout_element_Untermenu .subnav>a b,.layout_element_Untermenu .subnav>a strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.layout_element_Untermenu .subnav>a *::-moz-selection,.layout_element_Untermenu .subnav>a *::selection,.layout_element_Untermenu .subnav>a::-moz-selection,.layout_element_Untermenu .subnav>a::selection{background:#8c786e;color:#e0d9d6}@media (max-width:640px){.layout_element_Untermenu .subnav>a{margin-right:20px;margin-left:20px}}.layout_element_Untermenu .subnav>a:hover,.layout_element_Untermenu .subnav>a.active{color:#8c786e;text-decoration:underline}.layout_element_Untermenu.style--main-color-boxes-3er,.layout_element_Untermenu.style--main-color-boxes-4er{text-align:center}.layout_element_Untermenu.style--main-color-boxes-3er .subnav,.layout_element_Untermenu.style--main-color-boxes-4er .subnav{padding-left:0;padding-right:0}.layout_element_Untermenu.style--main-color-boxes-3er .subnav>a,.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{width:24%;padding:40px 3%;font-size:20px;line-height:1.25;letter-spacing:.3px;margin:5px 1%;min-width:200px;min-height:50px;background:#8c786e;color:#FFF}@media (max-width:960px){.layout_element_Untermenu.style--main-color-boxes-3er .subnav>a,.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{font-size:18px}}@media (max-width:640px){.layout_element_Untermenu.style--main-color-boxes-3er .subnav>a,.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{font-size:15px;letter-spacing:0}}@media (max-width:420px){.layout_element_Untermenu.style--main-color-boxes-3er .subnav>a,.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{font-size:14px;letter-spacing:0}}@media (max-width:640px){.layout_element_Untermenu.style--main-color-boxes-3er .subnav>a,.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{width:auto;margin-left:auto;margin-right:auto;display:block;min-height:0;padding:20px}}.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{width:15%;min-width:120px;font-size:18px;line-height:1.3;letter-spacing:.3px}@media (max-width:960px){.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{font-size:16.2px}}@media (max-width:640px){.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{font-size:14.4px}}@media (max-width:400px){.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{font-size:14px}}@media (max-width:640px){.layout_element_Untermenu.style--main-color-boxes-4er .subnav>a{width:auto;margin-left:auto;margin-right:auto;display:block;min-height:0;padding:20px}}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:.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:#FFF}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:#fff;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:#8c786e}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:#8c786e}body.rex-is-logged-in.DEAKTIVIERT a,body.rex-is-logged-out.DEAKTIVIERT a{color:#8c786e}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:#8c786e;color:#FFF}body.rex-is-logged-in.DEAKTIVIERT#rex-page-login,body.rex-is-logged-out.DEAKTIVIERT#rex-page-login{background:#e0d9d6}body.rex-is-logged-in.DEAKTIVIERT#rex-page-login .panel-default,body.rex-is-logged-out.DEAKTIVIERT#rex-page-login .panel-default{background:#8c786e}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:#534741}.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:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.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:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}.cc-window{background:#534741;background:rgba(83,71,65,.8);color:#FFF;font-size:12px;text-align:center;border:3px solid #534741}.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:0;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:#FFF;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;color:#8c786e;flex:none;font-size:inherit;padding:5px 30px;margin-bottom:6px;font-size:14px;letter-spacing:.5px}.cc-window.cc-floating.cc-theme-edgeless .cc-btn:hover{color:#8c786e!important}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;color:#FFF;font-size:18px;line-height:1.3;letter-spacing:.3px}@media (max-width:960px){.select2-container{font-size:16.2px}}@media (max-width:640px){.select2-container{font-size:14.4px}}@media (max-width:400px){.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:#4d3e37}.select2-container .select2-selection--single .select2-selection__clear:hover{color:#8c786e}.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:#534741;border:2px solid #534741;-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:18px;line-height:1.3;letter-spacing:.3px;width:100%;box-sizing:border-box;-webkit-appearance:none;outline:none}@media (max-width:960px){.select2-search--dropdown .select2-search__field{font-size:16.2px}}@media (max-width:640px){.select2-search--dropdown .select2-search__field{font-size:14.4px}}@media (max-width:400px){.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:0 solid #534741;-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:#8c786e;line-height:50px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#4d3e37}.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:#4d3e37 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:#fff;border:0 solid #534741;-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:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#8c786e;border:1px solid #534741;-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:#534741;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px;opacity:.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 #534741}.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:18px;line-height:1.3;letter-spacing:.3px}@media (max-width:960px){.select2-container--default .select2-search--inline .select2-search__field{font-size:16.2px}}@media (max-width:640px){.select2-container--default .select2-search--inline .select2-search__field{font-size:14.4px}}@media (max-width:400px){.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:#4d3e37}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#8c786e}.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:#8c786e;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 #4d3e37 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:#534741}body{background:#e0d9d6;font-family:"Lato",sans-serif;font-weight:300;font-size:18px}@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:#8c786e;color:#FFF}.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:18px;line-height:1.3;letter-spacing:.3px;line-height:1.6!important;color:#4d3e37;text-align:justify;font-size:18px;line-height:1.3;letter-spacing:.3px}.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:16px;line-height:1.3;letter-spacing:.3px;color:#FFF;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;padding:1px 6px;background:#4d3e37;-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:14.4px}}@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}}@media (max-width:400px){.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:#534741}@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-size:52px;line-height:1.2;letter-spacing:5px;font-weight:900;padding:0;margin:0;color:#8c786e;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 #8c786e}@media (max-width:960px){.text-of-html-editor h1,.redactor-styles h1{font-size:46.8px}}@media (max-width:640px){.text-of-html-editor h1,.redactor-styles h1{font-size:39px;letter-spacing:0}}@media (max-width:420px){.text-of-html-editor h1,.redactor-styles h1{font-size:22px;letter-spacing:0}}.text-of-html-editor h1 b,.text-of-html-editor h1 strong,.redactor-styles h1 b,.redactor-styles h1 strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.text-of-html-editor h1 b,.text-of-html-editor h1 strong,.redactor-styles h1 b,.redactor-styles h1 strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.text-of-html-editor h1 *::-moz-selection,.text-of-html-editor h1 *::selection,.text-of-html-editor h1::-moz-selection,.text-of-html-editor h1::selection,.redactor-styles h1 *::-moz-selection,.redactor-styles h1 *::selection,.redactor-styles h1::-moz-selection,.redactor-styles h1::selection{background:#8c786e;color:#e0d9d6}.text-of-html-editor h2,.redactor-styles h2{font-size:44px;line-height:1.2;letter-spacing:3px;font-weight:900;padding:0;margin:0;color:#8c786e;margin-bottom:0;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:39.6px}}@media (max-width:640px){.text-of-html-editor h2,.redactor-styles h2{font-size:33px;letter-spacing:0}}@media (max-width:420px){.text-of-html-editor h2,.redactor-styles h2{font-size:22px;letter-spacing:0}}.text-of-html-editor h2 b,.text-of-html-editor h2 strong,.redactor-styles h2 b,.redactor-styles h2 strong{color:#8c786e;-webkit-text-fill-color:#e0d9d6;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#8c786e}@media (max-width:640px){.text-of-html-editor h2 b,.text-of-html-editor h2 strong,.redactor-styles h2 b,.redactor-styles h2 strong{-webkit-text-stroke-width:1px;letter-spacing:1px}}.text-of-html-editor h2 *::-moz-selection,.text-of-html-editor h2 *::selection,.text-of-html-editor h2::-moz-selection,.text-of-html-editor h2::selection,.redactor-styles h2 *::-moz-selection,.redactor-styles h2 *::selection,.redactor-styles h2::-moz-selection,.redactor-styles h2::selection{background:#8c786e;color:#e0d9d6}.text-of-html-editor h3,.redactor-styles h3{font-size:20px;line-height:1.25;letter-spacing:.3px;font-weight:700;text-align:left;margin-bottom:12px;font-style:italic;color:#342923;display:block}@media (max-width:960px){.text-of-html-editor h3,.redactor-styles h3{font-size:18px}}@media (max-width:640px){.text-of-html-editor h3,.redactor-styles h3{font-size:15px;letter-spacing:0}}@media (max-width:420px){.text-of-html-editor h3,.redactor-styles h3{font-size:14px;letter-spacing:0}}.text-of-html-editor h4,.redactor-styles h4{color:#8c786e;font-size:20px;line-height:1.25;letter-spacing:.3px;text-transform:none;margin-bottom:6px}@media (max-width:960px){.text-of-html-editor h4,.redactor-styles h4{font-size:18px}}@media (max-width:640px){.text-of-html-editor h4,.redactor-styles h4{font-size:15px;letter-spacing:0}}@media (max-width:420px){.text-of-html-editor h4,.redactor-styles h4{font-size:14px;letter-spacing:0}}@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 underline,.redactor-styles underline{text-decoration:underline}.text-of-html-editor em,.redactor-styles em{font-style:italic}@media (max-width:960px){.text-of-html-editor,.redactor-styles{font-size:16.2px}}@media (max-width:640px){.text-of-html-editor,.redactor-styles{font-size:14.4px}}@media (max-width:400px){.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:16.2px}}@media (max-width:640px){.text-of-html-editor,.redactor-styles{font-size:14.4px}}@media (max-width:400px){.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:#342923;font-weight:700}.text-of-html-editor p,.redactor-styles p{font-size:18px;line-height:1.3;letter-spacing:.3px;line-height:1.6!important;color:#4d3e37;text-align:justify}@media (max-width:960px){.text-of-html-editor p,.redactor-styles p{font-size:16.2px}}@media (max-width:640px){.text-of-html-editor p,.redactor-styles p{font-size:14.4px}}@media (max-width:400px){.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:#4d3e37}.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 #c0bab7}.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:#8c786e}.modul a:hover{text-decoration:underline}.link-to-top{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:16px;line-height:1.3;letter-spacing:.3px;color:#8c786e;font-style:italic}@media (max-width:960px){.link-to-top a{font-size:14.4px}}@media (max-width:640px){.link-to-top a{font-size:14px}}@media (max-width:400px){.link-to-top a{font-size:14px}}.hide-until-visible-in-viewport-element{-webkit-transition:all 0.75s ease-in-out 0s;-moz-transition:all 0.75s ease-in-out 0s;-o-transition:all 0.75s ease-in-out 0s;-ms-transition:all 0.75s ease-in-out 0s;transition:all 0.75s ease-in-out 0s}.hide-until-visible-in-viewport-element.hide-until-visible-in-viewport{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);-o-transform:translate(0,100%);transform:translate(0,100%)}.image-wrapper-for-title{position:relative;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;overflow:hidden;max-width:100%}.image-wrapper-for-title .image-wrapper-title{display:block;position:absolute;left:0;right:0;bottom:0;padding:6px 12px;background:#8c786e;color:#FFF;text-align:center;font-size:16px;line-height:1.3;letter-spacing:.3px;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:14.4px}}@media (max-width:640px){.image-wrapper-for-title .image-wrapper-title{font-size:14px}}@media (max-width:400px){.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:18px;line-height:1.3;letter-spacing:.3px;line-height:1.6!important;color:#4d3e37;text-align:justify;font-style:italic;padding:6px;text-align:center}@media (max-width:960px){.image-wrapper-for-title .img-caption{font-size:16.2px}}@media (max-width:640px){.image-wrapper-for-title .img-caption{font-size:14.4px}}@media (max-width:400px){.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:#8c786e}#lightcase-overlay{background:#8c786e;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:#8c786e;color:#FFF;-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:#8c786e;width:90%;padding:5%}#lightcase-info,#lightcase-title,#lightcase-caption,#lightcase-sequenceInfo{color:#FFFFFF!important}.filter-bar{margin-bottom:12px;background:transparent;max-width:1400px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1400px;padding-left:10px;padding-right:10px;padding-top:1vw;padding-bottom:.5vw;text-align:center}@media (max-width:960px){.filter-bar{margin-right:10px;margin-left:10px}}@media (max-width:960px){.filter-bar{padding-top:.5vw;padding-bottom:.25vw}}.filter-bar .filter-item{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;-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:16.2px}}@media (max-width:640px){.filter-bar .filter-item{font-size:14.4px}}@media (max-width:400px){.filter-bar .filter-item{font-size:14px}}@media (max-width:400px){.filter-bar .filter-item{padding:3px 6px;padding-bottom:3px}}.filter-bar .filter-item::-moz-selection,.filter-bar .filter-item::selection{background:#FFF;color:#8c786e}.filter-bar .filter-item:hover,.filter-bar .filter-item.active{color:#FFF;background:#534741}.filter-bar .filter-item strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.filter-bar .filter-item strong{font-size:18px}}@media (max-width:640px){.filter-bar .filter-item strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.filter-bar .filter-item strong{font-size:14px;letter-spacing:0}}.filter-bar .filter-item small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.filter-bar .filter-item small{font-size:14.4px}}@media (max-width:640px){.filter-bar .filter-item small{font-size:14px}}@media (max-width:400px){.filter-bar .filter-item small{font-size:14px}}.filter-element{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}.filter-element.hidden-for-filter{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transform:scale(.1);-moz-transform:scale(.1);-o-transform:scale(.1);-ms-transform:scale(.1);transform:scale(.1);height:0;width:0;overflow:hidden}.lazy-load-img{opacity:.2;filter:alpha(opacity=20);width:30px;height:30px;background:#000}.lazy-load-img.show-loaded-img{width:auto;height:auto;background:none;-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:18px;line-height:1.3;letter-spacing:.3px;color:#4d3e37;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 #c0bab7;margin-bottom:12px}@media (max-width:960px){#wrapper .alert{font-size:16.2px}}@media (max-width:640px){#wrapper .alert{font-size:14.4px}}@media (max-width:400px){#wrapper .alert{font-size:14px}}#wrapper .alert.alert-success{color:green;background:#beffa6;border-color:#beffa6}#wrapper .alert.alert-danger{color:#9a0400;background:#fac5cd;border-color:#fac5cd}.link-btns-wrapper{text-align:center;display:block;clear:both;clear-after:both;margin-top:12px;margin-bottom:12px}.link-btns-wrapper span{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:18px;line-height:1.3;letter-spacing:.3px;padding:6px 12px;padding-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;text-align:center;color:#FFF;background:#8c786e;cursor:pointer}@media (max-width:960px){.link-btns-wrapper span{font-size:16.2px}}@media (max-width:640px){.link-btns-wrapper span{font-size:14.4px}}@media (max-width:400px){.link-btns-wrapper span{font-size:14px}}@media (max-width:400px){.link-btns-wrapper span{padding:3px 6px;padding-bottom:3px}}.link-btns-wrapper span::-moz-selection,.link-btns-wrapper span::selection{background:#FFF;color:#8c786e}.link-btns-wrapper span:hover,.link-btns-wrapper span.active{color:#FFF;background:#534741}.link-btns-wrapper span strong{font-weight:400;font-size:20px;line-height:1.25;letter-spacing:.3px}@media (max-width:960px){.link-btns-wrapper span strong{font-size:18px}}@media (max-width:640px){.link-btns-wrapper span strong{font-size:15px;letter-spacing:0}}@media (max-width:420px){.link-btns-wrapper span strong{font-size:14px;letter-spacing:0}}.link-btns-wrapper span small{font-weight:inherit;font-size:16px;line-height:1.3;letter-spacing:.3px;opacity:.75;filter:alpha(opacity=75)}@media (max-width:960px){.link-btns-wrapper span small{font-size:14.4px}}@media (max-width:640px){.link-btns-wrapper span small{font-size:14px}}@media (max-width:400px){.link-btns-wrapper span small{font-size:14px}}