
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
  /*firefox doesn't make images responsive without:*/
  .ce-gallery figure, .ce-gallery figcaption {display: block;}
  .ce-intext.ce-left .ce-gallery {
   margin-right: 0 !important;
  }
  .ce-center .ce-outer,.ce-center .ce-inner {
    float: none;
    right: 0;
}
  .ce-intext.ce-right .ce-gallery {
  margin-left: 0 !important;
  }
  .ce-intext > .ce-gallery {
  width: 100%;
  }
  .ce-intext > .ce-bodytext {
  width:100%;
  }
  .ce-column {
  margin-right: 0;
  padding-right: 10px;
  }
  .ce-right .ce-column {
  padding-left: 10px;
  padding-right: 0;
  }
  .ce-above .ce-gallery, .ce-below .ce-gallery {
  margin-right: -10px;
  }
  .ce-right.ce-above, .ce-right.ce-below {
  margin-left: -10px;
  margin-right: 0;
  }
  [data-ce-columns="1"] .ce-column {
  max-width: 100%;
  }
  [data-ce-columns="2"] .ce-column {
  max-width: 50%;
  }
  [data-ce-columns="3"] .ce-column {
  max-width: 33.33333333%;
  }
  [data-ce-columns="4"] .ce-column {
  max-width: 25%;
  }
  .ce-intext > .ce-gallery {
  width: 41.6667%;
  }
  .ce-intext.ce-nowrap > .ce-bodytext {
  width: 58.3333%;
  }
  .ce-left.ce-above .ce-gallery,
  .ce-left.ce-below .ce-gallery
  {float: none;}
  /*firefox adjustement so that images over whole width are responsive*/
  @media all and (max-width: 1000px) {
    .ce-above .ce-gallery[data-ce-columns="1"],
    .ce-below .ce-gallery[data-ce-columns="1"] {
      float: none;
    }
  }

/*!
 *  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('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/font-awesome/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}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
/**
 * Swiper 11.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 13, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'), url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-regular.svg#Rubik') format('svg');
  /* Legacy iOS */
}
/* rubik-italic - latin */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Rubik Italic'), local('Rubik-Italic'), url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-italic.svg#Rubik') format('svg');
  /* Legacy iOS */
}
/* rubik-500 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Rubik Medium'), local('Rubik-Medium'), url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500.woff') format('woff'), /* Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500.svg#Rubik') format('svg');
  /* Legacy iOS */
}
/* rubik-500italic - latin */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500italic.eot');
  /* IE9 Compat Modes */
  src: local('Rubik Medium Italic'), local('Rubik-MediumItalic'), url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-500italic.svg#Rubik') format('svg');
  /* Legacy iOS */
}
/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Rubik Bold'), local('Rubik-Bold'), url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../typo3conf/ext/rmdtheme/Resources/Public/Fonts/webfont/rubik-v7-latin-700.svg#Rubik') format('svg');
  /* Legacy iOS */
}
.innerpx {
  width: 990px;
  margin: 0 auto;
}
.einnerpx {
  width: 1170px;
  margin: 0 auto;
}
.col1 {
  width: 5.55555556%;
}
.col1.nomargin {
  width: 8.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .col1 {
    width: 100%;
  }
}
.ecol1 {
  width: 5.98290598%;
}
.ecol1.nomargin {
  width: 8.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol1 {
    width: 100%;
  }
}
.col1p {
  width: 55px;
  max-width: 100%;
}
.col1p.nomargin {
  width: 8.33333333%;
  margin: 0;
}
.ecol1p {
  width: 70px;
  max-width: 100%;
}
.ecol1p.nomargin {
  width: 8.33333333%;
  margin: 0;
}
.col2 {
  width: 14.14141414%;
}
.col2.nomargin {
  width: 16.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .col2 {
    width: 100%;
  }
}
.ecol2 {
  width: 14.52991453%;
}
.ecol2.nomargin {
  width: 16.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol2 {
    width: 100%;
  }
}
.col2p {
  width: 140px;
  max-width: 100%;
}
.col2p.nomargin {
  width: 16.66666667%;
  margin: 0;
}
.ecol2p {
  width: 170px;
  max-width: 100%;
}
.ecol2p.nomargin {
  width: 16.66666667%;
  margin: 0;
}
.col3 {
  width: 22.72727273%;
}
.col3.nomargin {
  width: 25%;
  margin: 0;
}
@media (max-width:710px) {
  .col3 {
    width: 100%;
  }
}
.ecol3 {
  width: 23.07692308%;
}
.ecol3.nomargin {
  width: 25%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol3 {
    width: 100%;
  }
}
.col3p {
  width: 225px;
  max-width: 100%;
}
.col3p.nomargin {
  width: 25%;
  margin: 0;
}
.ecol3p {
  width: 270px;
  max-width: 100%;
}
.ecol3p.nomargin {
  width: 25%;
  margin: 0;
}
.col4 {
  width: 31.31313131%;
}
.col4.nomargin {
  width: 33.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .col4 {
    width: 100%;
  }
}
.ecol4 {
  width: 31.62393162%;
}
.ecol4.nomargin {
  width: 33.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol4 {
    width: 100%;
  }
}
.col4p {
  width: 310px;
  max-width: 100%;
}
.col4p.nomargin {
  width: 33.33333333%;
  margin: 0;
}
.ecol4p {
  width: 370px;
  max-width: 100%;
}
.ecol4p.nomargin {
  width: 33.33333333%;
  margin: 0;
}
.col5 {
  width: 39.8989899%;
}
.col5.nomargin {
  width: 41.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .col5 {
    width: 100%;
  }
}
.ecol5 {
  width: 40.17094017%;
}
.ecol5.nomargin {
  width: 41.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol5 {
    width: 100%;
  }
}
.col5p {
  width: 395px;
  max-width: 100%;
}
.col5p.nomargin {
  width: 41.66666667%;
  margin: 0;
}
.ecol5p {
  width: 470px;
  max-width: 100%;
}
.ecol5p.nomargin {
  width: 41.66666667%;
  margin: 0;
}
.col6 {
  width: 48.48484848%;
}
.col6.nomargin {
  width: 50%;
  margin: 0;
}
@media (max-width:710px) {
  .col6 {
    width: 100%;
  }
}
.ecol6 {
  width: 48.71794872%;
}
.ecol6.nomargin {
  width: 50%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol6 {
    width: 100%;
  }
}
.col6p {
  width: 480px;
  max-width: 100%;
}
.col6p.nomargin {
  width: 50%;
  margin: 0;
}
.ecol6p {
  width: 570px;
  max-width: 100%;
}
.ecol6p.nomargin {
  width: 50%;
  margin: 0;
}
.col7 {
  width: 57.07070707%;
}
.col7.nomargin {
  width: 58.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .col7 {
    width: 100%;
  }
}
.ecol7 {
  width: 57.26495726%;
}
.ecol7.nomargin {
  width: 58.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol7 {
    width: 100%;
  }
}
.col7p {
  width: 565px;
  max-width: 100%;
}
.col7p.nomargin {
  width: 58.33333333%;
  margin: 0;
}
.ecol7p {
  width: 670px;
  max-width: 100%;
}
.ecol7p.nomargin {
  width: 58.33333333%;
  margin: 0;
}
.col8 {
  width: 65.65656566%;
}
.col8.nomargin {
  width: 66.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .col8 {
    width: 100%;
  }
}
.ecol8 {
  width: 65.81196581%;
}
.ecol8.nomargin {
  width: 66.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol8 {
    width: 100%;
  }
}
.col8p {
  width: 650px;
  max-width: 100%;
}
.col8p.nomargin {
  width: 66.66666667%;
  margin: 0;
}
.ecol8p {
  width: 770px;
  max-width: 100%;
}
.ecol8p.nomargin {
  width: 66.66666667%;
  margin: 0;
}
.col9 {
  width: 74.24242424%;
}
.col9.nomargin {
  width: 75%;
  margin: 0;
}
@media (max-width:710px) {
  .col9 {
    width: 100%;
  }
}
.ecol9 {
  width: 74.35897436%;
}
.ecol9.nomargin {
  width: 75%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol9 {
    width: 100%;
  }
}
.col9p {
  width: 735px;
  max-width: 100%;
}
.col9p.nomargin {
  width: 75%;
  margin: 0;
}
.ecol9p {
  width: 870px;
  max-width: 100%;
}
.ecol9p.nomargin {
  width: 75%;
  margin: 0;
}
.col10 {
  width: 82.82828283%;
}
.col10.nomargin {
  width: 83.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .col10 {
    width: 100%;
  }
}
.ecol10 {
  width: 82.90598291%;
}
.ecol10.nomargin {
  width: 83.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol10 {
    width: 100%;
  }
}
.col10p {
  width: 820px;
  max-width: 100%;
}
.col10p.nomargin {
  width: 83.33333333%;
  margin: 0;
}
.ecol10p {
  width: 970px;
  max-width: 100%;
}
.ecol10p.nomargin {
  width: 83.33333333%;
  margin: 0;
}
.col11 {
  width: 91.41414141%;
}
.col11.nomargin {
  width: 91.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .col11 {
    width: 100%;
  }
}
.ecol11 {
  width: 91.45299145%;
}
.ecol11.nomargin {
  width: 91.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol11 {
    width: 100%;
  }
}
.col11p {
  width: 905px;
  max-width: 100%;
}
.col11p.nomargin {
  width: 91.66666667%;
  margin: 0;
}
.ecol11p {
  width: 1070px;
  max-width: 100%;
}
.ecol11p.nomargin {
  width: 91.66666667%;
  margin: 0;
}
.col12 {
  width: 100%;
}
.col12.nomargin {
  width: 100%;
  margin: 0;
}
@media (max-width:710px) {
  .col12 {
    width: 100%;
  }
}
.ecol12 {
  width: 100%;
}
.ecol12.nomargin {
  width: 100%;
  margin: 0;
}
@media (max-width:710px) {
  .ecol12 {
    width: 100%;
  }
}
.col12p {
  width: 990px;
  max-width: 100%;
}
.col12p.nomargin {
  width: 100%;
  margin: 0;
}
.ecol12p {
  width: 1170px;
  max-width: 100%;
}
.ecol12p.nomargin {
  width: 100%;
  margin: 0;
}
.breitesGrid .col1 {
  width: 5.98290598%;
}
.breitesGrid .col1.nomargin {
  width: 8.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col1 {
    width: 100%;
  }
}
.breitesGrid .col1p {
  width: 70px;
  max-width: 100%;
}
.breitesGrid .col1p.nomargin {
  width: 8.33333333%;
  margin: 0;
}
.breitesGrid .col2 {
  width: 14.52991453%;
}
.breitesGrid .col2.nomargin {
  width: 16.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col2 {
    width: 100%;
  }
}
.breitesGrid .col2p {
  width: 170px;
  max-width: 100%;
}
.breitesGrid .col2p.nomargin {
  width: 16.66666667%;
  margin: 0;
}
.breitesGrid .col3 {
  width: 23.07692308%;
}
.breitesGrid .col3.nomargin {
  width: 25%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col3 {
    width: 100%;
  }
}
.breitesGrid .col3p {
  width: 270px;
  max-width: 100%;
}
.breitesGrid .col3p.nomargin {
  width: 25%;
  margin: 0;
}
.breitesGrid .col4 {
  width: 31.62393162%;
}
.breitesGrid .col4.nomargin {
  width: 33.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col4 {
    width: 100%;
  }
}
.breitesGrid .col4p {
  width: 370px;
  max-width: 100%;
}
.breitesGrid .col4p.nomargin {
  width: 33.33333333%;
  margin: 0;
}
.breitesGrid .col5 {
  width: 40.17094017%;
}
.breitesGrid .col5.nomargin {
  width: 41.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col5 {
    width: 100%;
  }
}
.breitesGrid .col5p {
  width: 470px;
  max-width: 100%;
}
.breitesGrid .col5p.nomargin {
  width: 41.66666667%;
  margin: 0;
}
.breitesGrid .col6 {
  width: 48.71794872%;
}
.breitesGrid .col6.nomargin {
  width: 50%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col6 {
    width: 100%;
  }
}
.breitesGrid .col6p {
  width: 570px;
  max-width: 100%;
}
.breitesGrid .col6p.nomargin {
  width: 50%;
  margin: 0;
}
.breitesGrid .col7 {
  width: 57.26495726%;
}
.breitesGrid .col7.nomargin {
  width: 58.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col7 {
    width: 100%;
  }
}
.breitesGrid .col7p {
  width: 670px;
  max-width: 100%;
}
.breitesGrid .col7p.nomargin {
  width: 58.33333333%;
  margin: 0;
}
.breitesGrid .col8 {
  width: 65.81196581%;
}
.breitesGrid .col8.nomargin {
  width: 66.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col8 {
    width: 100%;
  }
}
.breitesGrid .col8p {
  width: 770px;
  max-width: 100%;
}
.breitesGrid .col8p.nomargin {
  width: 66.66666667%;
  margin: 0;
}
.breitesGrid .col9 {
  width: 74.35897436%;
}
.breitesGrid .col9.nomargin {
  width: 75%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col9 {
    width: 100%;
  }
}
.breitesGrid .col9p {
  width: 870px;
  max-width: 100%;
}
.breitesGrid .col9p.nomargin {
  width: 75%;
  margin: 0;
}
.breitesGrid .col10 {
  width: 82.90598291%;
}
.breitesGrid .col10.nomargin {
  width: 83.33333333%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col10 {
    width: 100%;
  }
}
.breitesGrid .col10p {
  width: 970px;
  max-width: 100%;
}
.breitesGrid .col10p.nomargin {
  width: 83.33333333%;
  margin: 0;
}
.breitesGrid .col11 {
  width: 91.45299145%;
}
.breitesGrid .col11.nomargin {
  width: 91.66666667%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col11 {
    width: 100%;
  }
}
.breitesGrid .col11p {
  width: 1070px;
  max-width: 100%;
}
.breitesGrid .col11p.nomargin {
  width: 91.66666667%;
  margin: 0;
}
.breitesGrid .col12 {
  width: 100%;
}
.breitesGrid .col12.nomargin {
  width: 100%;
  margin: 0;
}
@media (max-width:710px) {
  .breitesGrid .col12 {
    width: 100%;
  }
}
.breitesGrid .col12p {
  width: 1170px;
  max-width: 100%;
}
.breitesGrid .col12p.nomargin {
  width: 100%;
  margin: 0;
}
/*
@width: Breite des Grids
@pagewidthplain: Breite des Grids
@bps: Liste der Breakpoints ((@smallscreen,@phone,@smallphone))
@anz: Liste der Anzahl der Boxen, welche pro Breakpoint in einer Row seien sollen ((3,2,1))
@n: Anzahl der Breakpoints (3)
@i: iterator



*/
.clearer {
  clear: both;
  margin: 0;
  padding: 0;
  float: none;
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  font-family: 'Neue Helvetica eText W01', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  overflow: visible;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #3c4650;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  background-color: #505a64 !important;
}
a,
button,
.button {
  outline-color: unset;
  border: 0;
  outline: 0;
  outline: 0 !important;
  outline-style: none;
}
a:link,
button:link,
.button:link,
a:hover,
button:hover,
.button:hover,
a:active,
button:active,
.button:active,
a:focus,
button:focus,
.button:focus,
a:visited,
button:visited,
.button:visited,
a:-moz-focus-inner,
button:-moz-focus-inner,
.button:-moz-focus-inner {
  outline-color: unset;
  border: 0;
  outline: 0;
  outline: 0 !important;
  outline-style: none;
}
h1 {
  font-size: 42px;
  line-height: 52px;
  font-size: 4.2rem;
  line-height: 5.2rem;
  color: #4A96D2;
  font-weight: 500 !important;
  font-family: 'Rubik', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
@media (max-width:710px) {
  h1 {
    font-size: 31.5px;
    line-height: 39px;
    font-size: 3.15rem;
    line-height: 3.9rem;
  }
}
h2 {
  font-size: 36px;
  line-height: 40px;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #4A96D2;
  font-weight: 500 !important;
  font-family: 'Rubik', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
@media (max-width:710px) {
  h2 {
    font-size: 27px;
    line-height: 30px;
    font-size: 2.7rem;
    line-height: 3.0000000000000004rem;
  }
}
h3 {
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #4A96D2;
  font-weight: 500 !important;
  font-family: 'Rubik', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
@media (max-width:710px) {
}
h4,
h3.h4 {
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #3c4650;
  font-weight: 300 !important;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
}
@media (max-width:710px) {
}
p {
  margin: 0 0 30px;
  color: #3c4650;
  font-weight: 300 !important;
}
p strong,
p b {
  font-weight: bold !important;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
}
ul {
  margin: 22.5px 0;
}
iframe {
  max-width: 100%;
}
.ce_tablestyle .ce-media img {
  width: auto;
}
@media (max-width: 829px) {
  .ce-media img {
    min-width: 100%;
  }
}
.ce-intext.ce-left .ce-gallery {
  margin-left: 0px;
  margin-right: 30px;
}
@media (max-width:710px) {
  .ce-intext.ce-left .ce-gallery {
    margin-right: 0px;
    float: none;
  }
}
.ce-intext.ce-right .ce-gallery {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width:710px) {
  .ce-intext.ce-right .ce-gallery {
    margin-left: 0px;
    float: none;
  }
}
dl {
  margin: 22.5px 0;
}
dl:after {
  content: '';
  margin: 0;
  padding: 0;
  display: table;
  float: none;
  clear: both;
  visibility: hidden;
}
dl dt {
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  float: left;
  width: 30%;
  margin: 0 10% 20px 0;
  clear: both;
}
dl dd {
  float: left;
  width: 60%;
  margin: 0 0 20px 0;
}
dl dd p {
  margin: 0 0 15px;
}
@media (max-width:710px) {
  dl dt {
    float: none;
    margin: 0;
    width: 100%;
  }
  dl dd {
    float: none;
    width: 100%;
  }
}
.header .inner {
  padding: 20px 0;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.header .inner:after {
  content: '';
  margin: 0;
  padding: 0;
  display: table;
  float: none;
  clear: both;
  visibility: hidden;
}
.header .inner .toplogo {
  float: left;
}
.header .inner .topnav,
.header .inner .mobiletrigger {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .inner .topnav:after,
.header .inner .mobiletrigger:after {
  content: '';
  margin: 0;
  padding: 0;
  display: table;
  float: none;
  clear: both;
  visibility: hidden;
}
.header .inner .topnav li,
.header .inner .mobiletrigger li {
  float: left;
}
.header .inner .topnav li a,
.header .inner .mobiletrigger li a {
  display: block;
}
@media (max-width: 990px) {
  .header .inner .topnav {
    display: none;
  }
}
.header .inner .mobiletrigger {
  display: none;
}
@media (max-width: 990px) {
  .header .inner .mobiletrigger {
    display: block;
  }
}
.stagewrapper {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 55;
  height: 600px;
  background: url(http://placehold.it/1250x600) left top no-repeat;
  background-size: cover;
}
.stagewrapper .swpager {
  position: absolute;
  left: 0;
  bottom: 20vh;
  width: 80vh;
  z-index: 100;
}
.stagewrapper .swpager .swiper-pagination {
  position: relative;
  left: 0;
  top: 0;
  z-index: 101;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .stagewrapper .swpager {
    position: absolute;
    left: 0;
    bottom: 30vh;
    z-index: 100;
    width: 100%;
    display: none;
  }
}
.stagewrapper.stage_start {
  margin-top: 0;
  min-height: 600px;
  height: 600px;
  width: 100%;
}
.stagewrapper.stage_start.parallax {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start {
    height: 600px;
  }
}
.stagewrapper.stage_start .stage {
  overflow: hidden;
}
.stagewrapper.stage_start .stage .inner {
  width: 95%;
  max-width: 990px;
  margin: 0 auto;
  height: 600px;
  min-height: 600px;
  display: table;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start .stage .inner {
    height: 600px;
    width: 100%;
  }
}
.stagewrapper.stage_start .stage .inner .stagecontents {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  width: 100%;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start .stage .inner .stagecontents {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.stagewrapper.stage_start .stage .inner .stagecontents h1 {
  margin: 0 auto;
  font-size: 40px;
  line-height: 50px;
  font-size: 4rem;
  line-height: 5rem;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start .stage .inner .stagecontents h1 {
    font-size: 30px;
    line-height: 37.5px;
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media (max-width:710px) {
  .stagewrapper.stage_start .stage .inner .stagecontents h1 {
    font-size: 24px;
    line-height: 30px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.stagewrapper.stage_start .stage .inner .stagecontents .stageimagefg {
  width: 80%;
  margin: 0 auto;
}
.stagewrapper.stage_start .stage .inner .stagecontents .stageimagefg img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start .stage .inner .stagecontents .stageimagefg {
    width: 60%;
  }
}
.stagewrapper.stage_start .stage .inner .stagecontents .stagetexts:after,
.stagewrapper.stage_start .stage .inner .stagecontents .stagetexts:before {
  display: block;
  content: '';
  margin: 30px auto;
  width: 88px;
  height: 10px;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start .stage .inner .stagecontents .stagetexts {
    margin: 0;
  }
  .stagewrapper.stage_start .stage .inner .stagecontents .stagetexts:before,
  .stagewrapper.stage_start .stage .inner .stagecontents .stagetexts:after {
    margin: 10px auto;
  }
}
.stagewrapper.stage_start .stage .inner .stagecontents.hasbg .stagetexts {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.95);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.95)), color-stop(100%, rgba(255, 255, 255, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* W3C */
}
@media (max-width:710px) {
  .stagewrapper.stage_start .stage .inner .stagecontents {
    padding-bottom: 0;
  }
}
.stagewrapper.stage_start.stage_fullsize {
  height: 100vh;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start.stage_fullsize {
    height: 600px;
  }
}
.stagewrapper.stage_start.stage_fullsize .stage .inner {
  height: 100vh;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start.stage_fullsize .stage .inner {
    height: 600px;
    width: 100%;
  }
}
.stagewrapper.stage_start.stage_smallstage {
  margin-top: 0;
  height: 600px;
  min-height: 600px;
}
.stagewrapper.stage_start.stage_smallstage .stage {
  overflow: hidden;
}
.stagewrapper.stage_start.stage_smallstage .stage .inner {
  width: 95%;
  max-width: 990px;
  margin: 0 auto;
  height: 600px;
  min-height: 600px;
  display: table;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start.stage_smallstage .stage .inner {
    width: 100%;
    height: auto;
    min-height: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.stagewrapper.stage_start.stage_smallstage .stage .inner .stagecontents {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  padding: 100px 5% 20px 32%;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start.stage_smallstage .stage .inner .stagecontents {
    padding: 20px 60px;
    width: 80%;
    text-align: center;
  }
}
.stagewrapper.stage_start.stage_smallstage .stage .inner .stagecontents h1 {
  margin: 0 auto;
  font-size: 40px;
  line-height: 50px;
  font-size: 4rem;
  line-height: 5rem;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start.stage_smallstage .stage .inner .stagecontents h1 {
    font-size: 30px;
    line-height: 37.5px;
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media (max-width:710px) {
  .stagewrapper.stage_start.stage_smallstage .stage .inner .stagecontents h1 {
    font-size: 25px;
    line-height: 31.25px;
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.stagewrapper.stage_start.stage_smallstage .stage .inner .stagecontents .stageimagefg {
  width: 80%;
  margin: 0 auto;
}
.stagewrapper.stage_start.stage_smallstage .stage .inner .stagecontents .stageimagefg img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_start.stage_smallstage .stage .inner .stagecontents .stageimagefg {
    width: 60%;
  }
}
@media (max-width:710px) {
  .stagewrapper.stage_start.stage_smallstage .stage .inner .stagecontents {
    padding-bottom: 0;
  }
}
.stagewrapper.stage_content .stage {
  height: 400px;
}
.stagewrapper.stage_content .stage .stageinner .stagesubheader {
  padding-top: 105px;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_content .stage .stageinner .stagesubheader {
    padding-top: 45px;
  }
}
.stagewrapper.stage_content .stage .stageinner .stageheader {
  padding-bottom: 148px;
}
@media (max-width: 1024px) {
  .stagewrapper.stage_content .stage .stageinner .stageheader {
    padding-bottom: 40px;
  }
}
@media (max-width:710px) {
  .stagewrapper {
    margin-top: 0;
  }
}
.stage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper_content .stage {
  background-color: rgba(255, 255, 255, 0.8);
}
.stage .stageinnerwrapper {
  position: relative;
  left: 0;
  top: 0;
  z-index: 44;
  width: 990px;
  max-width: 95%;
  margin: 0 auto;
}
.stage .inner {
  position: relative;
  left: 0;
  top: 0;
  z-index: 60;
}
.sw_arrows {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.maincontents p span.gray {
  color: #ffffff;
}
.maincontents p span.blue {
  color: #4A96D2;
}
.maincontents p.align-center {
  text-align: center;
}
.maincontents p.align-right {
  text-align: right;
}
.maincontents h2 span.gray {
  color: #3c4650;
}
.maincontents h2 span.blue {
  color: #4A96D2;
}
.maincontents h3 span.gray {
  color: #3c4650;
}
.maincontents h3 span.blue {
  color: #4A96D2;
}
.maincontents blockquote {
  text-align: center;
}
.maincontents blockquote b,
.maincontents blockquote strong {
  font-weight: bold !important;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
}
.maincontents a {
  color: #4A96D2;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all 0.2s;
}
.maincontents a:hover {
  color: #4A96D2;
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all 0.2s;
}
.maincontents a.blue {
  color: #4A96D2;
}
.maincontents a.blue:hover {
  color: #246192;
}
.maincontents ul {
  list-style-type: none;
  padding: 0 0 0 30px;
}
.maincontents ul li {
  position: relative;
  left: 0;
  top: 0;
  z-index: 50;
  margin: 0 0 15px;
}
.maincontents ul.iconlist {
  list-style-type: none;
  margin: 22.5px 0 0 0;
  padding: 0;
}
.maincontents li {
  color: #3c4650;
}
.maincontents li.icon-mail-alt:before,
.maincontents li.icon-phone:before,
.maincontents li .icon-mail-alt:before,
.maincontents li .icon-phone:before {
  margin-left: 0;
  margin-right: 10px;
}
.morewrapper,
.backlinkwrapper {
  margin-top: 20px;
}
.morewrapper:after,
.backlinkwrapper:after {
  content: '';
  margin: 0;
  padding: 0;
  display: table;
  float: none;
  clear: both;
  visibility: hidden;
}
@media (max-width:710px) {
  .morewrapper,
  .backlinkwrapper {
    margin-top: 0;
  }
}
a.moreLink,
.newsListLink a {
  float: right;
  text-decoration: none;
  color: rgba(74, 150, 210, 0.6);
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
a.moreLink:hover,
.newsListLink a:hover {
  color: #4A96D2;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
a.moreLink:after,
.newsListLink a:after {
  font-family: "iteratec";
  font-style: normal;
  font-weight: normal;
  content: '\e800';
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: 0.5em;
  text-align: center;
}
.cegray a.moreLink,
.cegray .newsListLink a,
.ceblue a.moreLink,
.ceblue .newsListLink a,
.cepurple a.moreLink,
.cepurple .newsListLink a {
  color: rgba(255, 255, 255, 0.6);
}
.cegray a.moreLink:hover,
.cegray .newsListLink a:hover,
.ceblue a.moreLink:hover,
.ceblue .newsListLink a:hover,
.cepurple a.moreLink:hover,
.cepurple .newsListLink a:hover {
  color: #fff;
}
.cegray a.moreLink,
.cegray .newsListLink a {
  color: rgba(60, 70, 80, 0.6);
}
.cegray a.moreLink:hover,
.cegray .newsListLink a:hover {
  color: #3c4650;
}
@media (max-width:710px) {
  a.moreLink,
  .newsListLink a {
    float: none;
  }
}
a.backLink {
  text-decoration: none;
  color: rgba(74, 150, 210, 0.6);
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
a.backLink:hover {
  color: #4A96D2;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
a.backLink:before {
  font-family: "iteratec";
  font-style: normal;
  font-weight: normal;
  content: '\e801';
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.5em;
  text-align: center;
}
.cegray a.backLink,
.ceblue a.backLink,
.cepurple a.backLink,
.ceiteragenta a.backLink {
  color: rgba(255, 255, 255, 0.6);
}
.cegray a.backLink:hover,
.ceblue a.backLink:hover,
.cepurple a.backLink:hover,
.ceiteragenta a.backLink:hover {
  color: #fff;
}
.cegray a.backLink {
  color: rgba(60, 70, 80, 0.6);
}
.cegray a.backLink:hover {
  color: #3c4650;
}
@media (max-width: 990px) {
  .col3 {
    width: 48.48484848%;
  }
  .col3.nomargin {
    width: 50%;
    margin: 0;
  }
  .col9 {
    width: 48.48484848%;
  }
  .col9.nomargin {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 990px) and (max-width:710px) {
  .col3 {
    width: 100%;
  }
}
@media (max-width: 990px) and (max-width:710px) {
  .col9 {
    width: 100%;
  }
}
@media (max-width:710px) {
  .contentbox .ce-bodytext p.emptyBoxP {
    display: none;
  }
}
.contentbox .ce-textpic.ce-center.ce-above .ce-outer {
  position: relative;
  float: none;
  right: auto;
}
.contentbox .ce-textpic.ce-center.ce-above .ce-outer .ce-inner {
  position: relative;
  float: none;
  right: auto;
}
.contentbox .ce-textpic.ce-center.ce-above .ce-outer .ce-inner .ce-column {
  width: 100%;
}
.contentbox .ce-textpic.ce-center.ce-above .ce-outer .ce-inner .ce-column img {
  min-width: 100%;
}
.breitesGrid .contentbox {
  margin: 0 2.56410256% 0 0;
}
.contentbox {
  margin: 0 3.03030303% 0 0;
  float: left;
}
.contentbox.cbcontainer {
  margin: 0 3.03030303% 0 0;
}
.contentbox.last {
  margin: 0 0 0 0;
  float: right;
}
.contentbox.last.nofloat {
  float: none;
}
.contentbox.last.cbcontainer {
  margin: 0;
}
.contentbox.last.pullpush {
  float: left;
}
.contentbox.paddingtop .innercontent {
  padding-top: 15px;
}
.contentbox.paddingleft .innercontent {
  padding-left: 35px;
}
.contentbox.largepadding .innercontent {
  padding-left: 55px;
  padding-right: 55px;
}
.contentbox.cegray {
  padding: 40px 30px 30px 30px;
  color: #4A96D2;
  box-sizing: border-box;
}
.contentbox.cegray .ce-textpic.ce-center.ce-above {
  margin: -40px -30px 0 -30px;
}
.contentbox.cegray .ce-textpic.ce-center.ce-above .ce-bodytext {
  margin: 20px;
}
.contentbox.celightblue {
  padding: 40px 30px 30px 30px;
  color: #4A96D2;
  box-sizing: border-box;
}
.contentbox.celightblue .ce-textpic.ce-center.ce-above {
  margin: -40px -30px 0 -30px;
}
.contentbox.celightblue .ce-textpic.ce-center.ce-above .ce-bodytext {
  margin: 20px;
}
.contentbox.ceblue {
  padding: 40px 30px 30px 30px;
  color: #ffffff;
  box-sizing: border-box;
}
.contentbox.ceblue .ce-textpic.ce-center.ce-above {
  margin: -40px -30px 0 -30px;
}
.contentbox.ceblue .ce-textpic.ce-center.ce-above .ce-bodytext {
  margin: 20px;
}
.clearer {
  clear: both;
  margin: 0;
  padding: 0;
  float: none;
}
.centered .contentbox {
  float: none;
  margin: 0 auto 3.03030303%;
}
.centered .contentbox.col12 {
  width: 48.48484848%;
}
.centered .contentbox.col12.nomargin {
  width: 50%;
  margin: 0;
}
@media (max-width:710px) {
  .centered .contentbox.col12 {
    width: 100%;
  }
}
.centered .contentbox.last {
  float: none;
  margin: 0 auto 3.03030303%;
}
.inner.flex-stretch {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.inner.flex-stretch .contentbox {
  float: none;
  margin-bottom: 2em;
}
.inner.flex-stretch .contentbox.celightblue {
  padding: 30px 40px;
  display: flex;
  align-items: center;
}
.inner.flex-stretch .contentbox.celightblue h2 {
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  margin-bottom: 0;
  font-weight: normal!important;
}
.centered .startbox {
  margin: 0 auto;
}
.align-right {
  text-align: right;
}
.thema {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.celement {
  box-sizing: border-box;
}
.stagewrapper .celement {
  margin-top: 0;
}
.celement img {
  max-width: 100%;
  margin: 0;
}
@media (max-width:710px) {
}
.celement p,
.celement h2,
.celement h3 {
  color: #3c4650;
}
.celement.cegray,
.celement.ceblue {
  padding: 30px;
  margin-bottom: 30px;
}
.celement.cegray a,
.celement.ceblue a {
  color: #fff;
}
.celement.cegray a:hover,
.celement.ceblue a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.celement.centered {
  text-align: center;
}
.celement.righted {
  text-align: right;
}
.celement.bttn.bttn_standalone {
  margin: 0!important;
}
.celement img {
  max-width: 100%;
  height: auto;
}
@media (max-width:710px) {
}
.celement h2 {
  color: #4A96D2;
}
.celement h2 span.gray {
  color: #3c4650;
}
.celement h2 span.blue {
  color: #4A96D2;
}
.celement.ce_tablestyle .ce-gallery {
  float: none;
}
.celement.ce_tablestyle .ce-gallery .ce-row {
  display: table;
  width: 100%;
}
.celement.ce_tablestyle .ce-gallery .ce-row .ce-column {
  display: block;
  float: none;
  vertical-align: middle;
}
.celement.ce_tablestyle .ce-gallery .ce-row .ce-column .ce-media img {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .celement.ce_tablestyle .ce-gallery .ce-row .ce-column .ce-media {
    margin: 0 20px;
  }
}
@media (max-width: 829px) {
  .celement.ce_tablestyle .ce-gallery .ce-row .ce-column .ce-media {
    margin: 0 5px;
  }
}
.celement.ce_morebottompadding {
  margin-bottom: 60px!important;
}
@media (max-width:710px) {
  .celement.ce_morebottompadding {
    margin-bottom: 20px!important;
  }
}
@media (max-width: 1215px) {
  .col6 .celement .ce-left.ce-intext .ce-gallery,
  .col4 .celement .ce-left.ce-intext .ce-gallery,
  .col3 .celement .ce-left.ce-intext .ce-gallery,
  .col2 .celement .ce-left.ce-intext .ce-gallery {
    float: none;
    margin: 0;
  }
  .col6 .celement .ce-left.ce-intext .ce-gallery .ce-column,
  .col4 .celement .ce-left.ce-intext .ce-gallery .ce-column,
  .col3 .celement .ce-left.ce-intext .ce-gallery .ce-column,
  .col2 .celement .ce-left.ce-intext .ce-gallery .ce-column {
    float: none;
    width: 100%;
  }
  .col6 .celement .ce-left.ce-intext .ce-gallery .ce-column img,
  .col4 .celement .ce-left.ce-intext .ce-gallery .ce-column img,
  .col3 .celement .ce-left.ce-intext .ce-gallery .ce-column img,
  .col2 .celement .ce-left.ce-intext .ce-gallery .ce-column img {
    width: 100%;
  }
}
.celement.ce_nobottompadding,
.celement.ce_lessbottompadding {
  margin-bottom: 0!important;
}
.celement.ce_notoppadding,
.celement.ce_lesstoppadding {
  margin-top: 0!important;
}
.celement.ce_notoppadding h2,
.celement.ce_lesstoppadding h2,
.celement.ce_notoppadding h3,
.celement.ce_lesstoppadding h3,
.celement.ce_notoppadding p,
.celement.ce_lesstoppadding p,
.celement.ce_notoppadding dl,
.celement.ce_lesstoppadding dl,
.celement.ce_notoppadding ul,
.celement.ce_lesstoppadding ul {
  margin-top: 0!important;
}
@media (max-width: 1024px) {
  .celement {
    margin-bottom: 20px;
  }
}
.ce_headerwrapper.ce_morebottompadding {
  margin-bottom: 30px;
}
.ceblue p,
.ceblue h2,
.ceblue h3 {
  color: #fff;
}
.ceblue .cegray p,
.ceblue .cegray h2,
.ceblue .cegray h3 {
  color: #4A96D2;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.button.morelinkwrapper,
.button.centerbuttonwrapper {
  text-align: center;
}
.button.morelinkwrapper a,
.button.centerbuttonwrapper a {
  display: block;
  text-decoration: none;
  padding: 15px 22px;
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all 0.2s;
}
@media (max-width: 990px) {
  .button.morelinkwrapper a,
  .button.centerbuttonwrapper a {
    padding: 10px 12px;
  }
}
.button.morelinkwrapper {
  float: right;
}
.button.morelinkwrapper a {
  background: #4A96D2;
  color: #fff;
}
.button.morelinkwrapper a:hover {
  background: rgba(74, 150, 210, 0.8);
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all 0.2s;
}
.wrapper_content .button.morelinkwrapper a {
  background: #4A96D2;
}
.button.centerbuttonwrapper {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width:710px) {
  .button.centerbuttonwrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.button.centerbuttonwrapper.button-standalone {
  margin-bottom: -20px;
  margin-top: -20px;
}
.button.centerbuttonwrapper a {
  padding: 15px 40px;
}
@media (max-width: 1024px) {
  .button.morelinkwrapper a,
  .button.centerbuttonwrapper a {
    padding: 12px;
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1.6rem;
    line-height: 2.32rem;
  }
}
.button.button-blue a {
  background: #4A96D2;
  color: #fff;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.button.button-blue a:hover {
  background: #4A96D2;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.cegray {
  background: #f0f0f0;
}
.ceblue {
  background: #4A96D2;
}
.celightblue {
  background: #E6F0FA;
}
.maincontents {
  position: relative;
  left: 0;
  top: 0;
  z-index: 50;
  padding: 0 0 0;
  background: #fff;
}
.maincontents .inner {
  width: 990px;
  max-width: 95%;
  margin: 0 auto;
}
.maincontents .inner:after {
  content: '';
  margin: 0;
  padding: 0;
  display: table;
  float: none;
  clear: both;
  visibility: hidden;
}
.maincontents .inner.innerstart {
  display: flex;
  display: -webkit-flex;
  /* NEW */
  margin-bottom: 0px;
}
.maincontents .inner.innerstart:last-child {
  margin: 0 auto;
}
@media (max-width:710px) {
  .maincontents .inner.innerstart {
    display: block;
  }
}
.maincontents .inner.innerov {
  margin-bottom: 40px;
}
.maincontents .inner.innerfull {
  width: 100%;
  max-width: 100%;
}
.maincontents .outer {
  background: #ffffff;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.maincontents .outer .inner {
  box-sizing: border-box;
}
.maincontents .outer .inner.cegray {
  padding: 20px;
}
.maincontents .outer .inner.ceblue {
  padding: 20px;
}
.maincontents .outer.cegray {
  background: #f0f0f0;
}
.maincontents .outer.cegray .inner .contentbox {
  margin-bottom: 0;
}
@media (max-width:710px) {
}
.maincontents .outer.cegray:last-child {
  padding: 0;
}
.maincontents .outer.ceblue {
  background: #4A96D2;
}
.maincontents .outer.ceblue .inner .contentbox {
  margin-bottom: 0;
}
@media (max-width:710px) {
  .maincontents .outer.ceblue .inner {
    padding: 20px 0;
  }
}
.maincontents .outer.paddingtop {
  padding-top: 60px;
}
.maincontents .outer.nopaddingtop {
  padding-top: 0;
}
.maincontents .outer.nopaddingtop .inner {
  padding-top: 0;
}
.maincontents .outer.paddingbottom {
  padding-bottom: 60px;
}
.maincontents .outer.nopaddingbottom {
  padding-bottom: 0;
}
.maincontents .outer.nopaddingbottom .inner {
  padding-bottom: 0;
}
.maincontents .outer.marginTop {
  margin-top: 60px;
}
.maincontents .outer.nomarginTop {
  margin-top: 0;
}
.maincontents .outer.nomarginTop .inner {
  padding-top: 0;
}
.maincontents .outer.marginBottom {
  margin-bottom: 60px;
}
.maincontents .outer.nomarginBottom {
  margin-bottom: 0;
}
.maincontents .outer.nomarginBottom .inner {
  padding-bottom: 0;
}
.maincontents .outer .outer {
  margin: 0;
  padding: 0;
}
.maincontents .outer .outer:last-child {
  padding: 0;
}
.maincontents .outer .outer .inner {
  margin: 0;
  padding: 0;
}
.maincontents .outer .outer .inner .contentbox {
  margin-bottom: 0;
}
.maincontents .outer:last-child {
  margin: 0;
}
.maincontents .outer.nobottomspacing {
  margin: 0 0 0px;
}
@media (max-width:710px) {
  .maincontents .outer {
    padding: 20px 0;
  }
  .maincontents .outer.paddingtop {
    padding-top: 30px;
  }
  .maincontents .outer.paddingbottom {
    padding-bottom: 30px;
  }
  .maincontents .outer.nopaddingbottom {
    padding-bottom: 0;
  }
  .maincontents .outer.nopaddingtop {
    padding-top: 0;
  }
}
.wrapper_overview .maincontents .outer .inner.noflex,
.wrapper_overview .maincontents .outer .inner.innerov {
  display: block;
}
.wrapper_overview .maincontents .outer .inner .contentbox {
  position: relative;
  left: 0;
  top: 0;
  z-index: 50;
}
.wrapper_overview .maincontents .outer .inner .contentbox.pull-3,
.wrapper_overview .maincontents .outer .inner .contentbox.pull-6,
.wrapper_overview .maincontents .outer .inner .contentbox.pull-9,
.wrapper_overview .maincontents .outer .inner .contentbox.push-3,
.wrapper_overview .maincontents .outer .inner .contentbox.push-6,
.wrapper_overview .maincontents .outer .inner .contentbox.push-9 {
  position: static;
  left: 0;
  top: 0;
  z-index: 50;
}
@media (max-width: 1024px) {
  .wrapper_overview .maincontents .outer .inner .contentbox .celement img {
    width: 100%;
    height: auto;
  }
}
.wrapper_overview .maincontents .outer .inner .contentbox .celement .ceheader {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .wrapper_overview .maincontents .outer .inner .contentbox .celement .ceheader {
    padding-top: 0;
  }
}
.wrapper_overview .maincontents .outer .inner .contentbox .button {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 55;
}
.wrapper_overview .maincontents .outer .inner .contentbox .button.centerbuttonwrapper {
  position: static;
  left: 0;
  top: 0;
  z-index: 55;
}
@media (max-width:710px) {
  .wrapper_overview .maincontents .outer .inner {
    display: block;
  }
}
@media (max-width: 1024px) {
  .touch .header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 60;
  }
}
@media (max-width:710px) {
  .maincontents {
    padding: 0 0 0 0;
  }
  .mainfooter {
    padding: 25px 0 40px;
  }
  .mainfooter .footer_standorte {
    padding: 25px 0 0;
  }
  .mainfooter .footer_standorte h2 {
    margin-bottom: 15px;
  }
}
.ce-gallery {
  max-width: 100%;
}
.ce-gallery .ce-column,
.ce-gallery .ce-outer,
.ce-gallery .ce-inner {
  max-width: 100%;
}
.btt {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  z-index: 400;
}
.btt a {
  display: block;
  padding: 15px;
  font-size: 18px;
  line-height: 26.099999999999998px;
  font-size: 1.8rem;
  line-height: 2.61rem;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(74, 150, 210, 0.4);
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.btt a:hover {
  background-color: rgba(74, 150, 210, 0.9);
  color: #fff;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.sb-active .btt {
  display: none!important;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 0;
}
.maincontents .outer p,
.maincontents .outer h1,
.maincontents .outer h2,
.maincontents .outer h3,
.maincontents .outer h4 {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
}
.maincontents .outer .contentbox .ceheader h1 {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.maincontents .outer .contentbox .ceheader h2 {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.maincontents .outer .contentbox .ceheader h3 {
  margin-top: 0;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  color: #4A96D2;
  font-size: 2.4rem;
  line-height: 1.2;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.maincontents .outer .contentbox .ceheader h4,
.maincontents .outer .contentbox .ceheader h3.h4 {
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300!important;
  color: #008ca0;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
h4 {
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #008ca0;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
h3.h4 {
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 300!important;
  color: #008ca0;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
header.header {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.2);
}
header.header .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 125px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header .inner:after {
  display: none;
}
header.header .inner .toplogo {
  margin-right: 50px;
}
@media (max-width:710px) {
  header.header .inner .toplogo {
    margin: 0;
  }
}
@media (max-width:710px) {
  header.header .inner .toplogo img {
    width: 280px;
  }
}
@media (max-width: 1380px) {
  header.header .inner .toplogo img {
    width: 280px;
  }
}
header.header .inner .mobiletrigger {
  cursor: pointer;
}
header.header .inner .mobiletrigger span {
  color: #3c4650;
  font-size: 30px;
}
@media (max-width: 1380px) {
  header.header .inner {
    width: 95%;
  }
}
footer.mainfooter {
  padding: 40px 0;
  background-color: #4A96D2;
}
footer.mainfooter:after {
  content: '';
  margin: 0;
  padding: 0;
  display: table;
  float: none;
  clear: both;
  visibility: hidden;
}
footer.mainfooter .inner {
  width: 1170px;
  max-width: 95%;
  margin: 0 auto;
}
footer.mainfooter .inner:after {
  content: '';
  margin: 0;
  padding: 0;
  display: table;
  float: none;
  clear: both;
  visibility: hidden;
}
@media (max-width:710px) {
  footer.mainfooter .inner > div:first-of-type {
    margin-bottom: 30px;
  }
}
footer.mainfooter * {
  color: #FFFFFF;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
}
footer.mainfooter ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
footer.mainfooter ul li {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 1.6rem;
  list-style-type: none;
}
footer.mainfooter ul li:last-of-type {
  margin: 0;
}
footer.mainfooter ul li a {
  text-decoration: none;
}
footer.mainfooter ul.footer2nav li:first-of-type a:before {
  content: '\e801';
  font-family: 'rmd';
  display: inline-block;
  margin-right: 10px;
}
footer.mainfooter ul.footer2nav li:last-of-type a:before {
  margin-right: 10px;
  content: '\f135';
  font-family: 'rmd';
  display: inline-block;
}
.stagewrapper {
  background: #505a64;
  margin-top: 125px;
}
.stagewrapper.stage_start {
  margin-top: 125px;
  height: 950px;
}
@media (max-width:710px) {
  .stagewrapper.stage_start {
    height: 500px;
  }
}
.stagewrapper.stage_start .stage .inner {
  height: 950px;
  min-height: 600px;
}
@media (max-width:710px) {
  .stagewrapper.stage_start .stage .inner {
    height: 100%;
    min-height: 100%;
    width: 90%;
    margin: 0 auto;
  }
}
.stagewrapper.stage_start .stage .inner .stagetexts {
  text-align: left;
  width: 100%;
  margin: 0;
}
.stagewrapper.stage_start .stage .inner .stagetexts ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.stagewrapper.stage_start .stage .inner .stagetexts ul li {
  list-style-type: none;
  color: #FFFFFF;
  font-size: 42px;
  line-height: 1.3;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 47px;
}
@media (max-width:710px) {
  .stagewrapper.stage_start .stage .inner .stagetexts ul li {
    padding-left: 25px;
  }
}
@media (max-width:710px) {
  .stagewrapper.stage_start .stage .inner .stagetexts ul li {
    font-size: 2rem;
  }
}
.stagewrapper.stage_start .stage .inner .stagetexts ul li:before {
  content: '\e80d';
  font-family: 'rmd';
  color: #4A96D2;
  position: absolute;
  left: 0;
}
.stagewrapper.stage_start .stage .inner .stagetexts h1,
.stagewrapper.stage_start .stage .inner .stagetexts p {
  background: #4A96D2;
  color: #FFFFFF;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 500 !important;
}
@media (max-width:710px) {
  .stagewrapper.stage_start .stage .inner .stagetexts h1,
  .stagewrapper.stage_start .stage .inner .stagetexts p {
    font-size: 2rem;
  }
}
.stagewrapper.stage_start .stage .inner .stagetexts h1 a,
.stagewrapper.stage_start .stage .inner .stagetexts p a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 2rem;
  margin: 0 -1rem;
  transition: all 0.5s;
}
.stagewrapper.stage_start .stage .inner .stagetexts h1 a:before,
.stagewrapper.stage_start .stage .inner .stagetexts p a:before {
  content: '\e80b';
  font-family: 'rmd';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  padding: 0 2rem 0 0;
}
.stagewrapper.stage_start .stage .inner .stagetexts h1 a:hover,
.stagewrapper.stage_start .stage .inner .stagetexts p a:hover {
  transition: all 0.5s;
  background: #fff;
  color: #4A96D2;
}
.stagewrapper.stage_start .stage .inner .stagetexts p {
  display: inline-block;
  padding: 0 10px;
}
.stagewrapper.stage_start .stage .inner .swiper-button-prev,
.stagewrapper.stage_start .stage .inner .swiper-button-next {
  display: none;
}
.stagewrapper.stage_content {
  background: #E6F0FA;
  height: auto;
  margin-top: 125px;
}
.stagewrapper.stage_content .ceheader {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
.stagewrapper.stage_content .ceheader h1,
.stagewrapper.stage_content .ceheader h2,
.stagewrapper.stage_content .ceheader h3 {
  text-align: center;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 990px) {
  .stagewrapper.stage_content .ceheader {
    width: 80%;
  }
}
.stagewrapper.stage_content .stage {
  background: #E6F0FA;
  height: auto;
}
.stagewrapper.stage_content .stage .inner {
  -webkit-box-shadow: inset 0 21px 20px -30px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 21px 20px -30px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 21px 20px -30px rgba(0, 0, 0, 0.7);
  background: #E6F0FA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stagewrapper.stage_content .stage .inner .stagecontents {
  margin-top: 50px;
  background: #E6F0FA;
}
.stagewrapper.stage_content .stage .inner .stagecontents .stagetexts {
  background: #E6F0FA;
}
.stagewrapper.stage_content .stage .inner .stagecontents .stagetexts h1,
.stagewrapper.stage_content .stage .inner .stagecontents .stagetexts h2,
.stagewrapper.stage_content .stage .inner .stagecontents .stagetexts h3 {
  color: #4A96D2;
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.3;
  margin: 0 0 50px 0;
}
.stagewrapper .swiper-wrapper {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.stagewrapper .swiper-wrapper .stage {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
main.maincontents:before {
  content: '';
  display: block;
  height: 30px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008ca0+0,3abac8+100 */
  background: #4A96D2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4A96D2 0%, #4A96D2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4A96D2 0%, #4A96D2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4A96D2 0%, #4A96D2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@blau', endColorstr='@blau', GradientType=1);
  /* IE6-9 */
}
.triplets {
  display: flex;
}
@media (max-width:710px) {
  .triplets {
    flex-wrap: wrap;
  }
}
.triplets > div {
  background: #4A96D2;
  background: -moz-linear-gradient(left, #4A96D2 0, #4A96D2 100%);
  background: -webkit-linear-gradient(left, #4A96D2 0, #4A96D2 100%);
  background: linear-gradient(to right, #4A96D2 0, #4A96D2 100%);
  width: 33.33333333%;
  position: relative;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
@media (max-width:710px) {
  .triplets > div {
    width: 100%;
  }
}
.triplets > div a {
  background: #fff;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.triplets > div a:hover {
  background: #4A96D2;
}
.triplets > div .triplImg {
  position: relative;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.triplets > div .triplImg:after {
  content: '\e80b';
  font-family: 'rmd';
  position: absolute;
  font-size: 100px;
  color: #FFFFFF;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: rgba(74, 150, 210, 0.4);
  justify-content: center;
  align-items: center;
  align-content: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.triplets > div .triplImg:hover {
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.triplets > div .triplImg img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.triplets > div div.triplText {
  padding: 40px 10px;
  height: 102px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3abac8+0,00a5b1+100 */
  background: #4A96D2;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(74, 150, 210, 0.8) 0%, rgba(74, 150, 210, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(74, 150, 210, 0.8) 0%, rgba(74, 150, 210, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(74, 150, 210, 0.8) 0%, rgba(74, 150, 210, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='fade(@blau,480%)', endColorstr='fade(@blau,90%)', GradientType=1);
  /* IE6-9 */
  text-align: center;
}
@media (max-width: 990px) {
  .triplets > div div.triplText {
    height: auto;
  }
}
.triplets > div div.triplText h1,
.triplets > div div.triplText h2,
.triplets > div div.triplText h3,
.triplets > div div.triplText p {
  text-align: center;
  margin-top: 0;
  color: #FFFFFF;
}
.triplets > div div.triplText h1,
.triplets > div div.triplText h2,
.triplets > div div.triplText h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.triplets > div div.triplText p {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
}
.triplets > div:hover {
  background: #4A96D2;
}
.triplets > div:hover div.triplText {
  background: #4A96D2;
}
.triplets > div:hover div.triplImg:after {
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.doublets {
  display: flex;
}
@media (max-width:710px) {
  .doublets {
    flex-wrap: wrap;
  }
}
.doublets > div {
  background: #4A96D2;
  background: -moz-linear-gradient(left, #4A96D2 0, #4A96D2 100%);
  background: -webkit-linear-gradient(left, #4A96D2 0, #4A96D2 100%);
  background: linear-gradient(to right, #4A96D2 0, #4A96D2 100%);
  width: 50%;
  position: relative;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
@media (max-width:710px) {
  .doublets > div {
    width: 100%;
  }
}
.doublets > div a {
  background: #ffffff;
  display: block;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.doublets > div .doubleImg {
  position: relative;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.doublets > div .doubleImg:after {
  content: '\e80b';
  font-family: 'rmd';
  position: absolute;
  font-size: 100px;
  color: #FFFFFF;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: rgba(74, 150, 210, 0.4);
  justify-content: center;
  align-items: center;
  align-content: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.doublets > div .doubleImg:hover {
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.doublets > div .doubleImg img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.doublets > div div.doubleText {
  padding: 30px 10px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3abac8+0,00a5b1+100 */
  background: #4A96D2;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(74, 150, 210, 0.8) 0%, rgba(74, 150, 210, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(74, 150, 210, 0.8) 0%, rgba(74, 150, 210, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(74, 150, 210, 0.8) 0%, rgba(74, 150, 210, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='fade(@blau,480%)', endColorstr='fade(@blau,90%)', GradientType=1);
  /* IE6-9 */
  text-align: center;
}
@media (max-width: 990px) {
  .doublets > div div.doubleText {
    height: auto;
  }
}
.doublets > div div.doubleText h1,
.doublets > div div.doubleText h2,
.doublets > div div.doubleText h3,
.doublets > div div.doubleText p {
  text-align: center;
  margin-top: 0;
  color: #FFFFFF;
}
.doublets > div div.doubleText h1,
.doublets > div div.doubleText h2,
.doublets > div div.doubleText h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.doublets > div div.doubleText p {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
}
.doublets > div:hover {
  background: #4A96D2;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.doublets > div:hover div.doubleText {
  background: #4A96D2;
}
.doublets > div:hover div.doubleImg:after {
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.maincontents .outer {
  padding: 60px 0;
}
.maincontents .outer.celightblue {
  background-color: #E6F0FA;
}
.maincontents .outer.celightblue .contentbox.col12 {
  margin: 0;
}
.maincontents .outer.celightblue .ce-bodytext {
  text-align: center;
}
.maincontents .outer.celightblue .ce-bodytext h1,
.maincontents .outer.celightblue .ce-bodytext h2,
.maincontents .outer.celightblue .ce-bodytext h3,
.maincontents .outer.celightblue .ce-bodytext p {
  margin: 0;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #4A96D2;
}
.maincontents .outer.nopaddingboth {
  padding: 0;
}
.maincontents .outer.ceblue {
  background-color: #4A96D2 !important;
}
.maincontents .outer.ceblue .ce-bodytext p {
  margin: 0;
}
.maincontents .outer.ceblue p,
.maincontents .outer.ceblue li,
.maincontents .outer.ceblue div,
.maincontents .outer.ceblue a {
  color: #fff;
}
.maincontents .outer.ceblue .type_bullets ul li::before {
  color: #fff;
}
.maincontents .outer.ceblue .ceheader h2,
.maincontents .outer.ceblue .ceheader h3 {
  margin-top: 0;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
}
.maincontents .outer.cegray {
  padding: 60px 0;
}
.maincontents .outer.cegray .ceheader h2,
.maincontents .outer.cegray .ceheader h3 {
  margin-top: 0;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #3c4650;
  padding: 60px 0 45px 0;
}
.maincontents .outer.cegray .ce-bodytext p {
  margin: 0;
}
.maincontents .outer.cegray .ce-bodytext p a {
  color: #3c4650;
}
.maincontents .outer.cegray .ce-bodytext p a.buttonlink {
  color: #ffffff;
  margin-top: 30px;
}
.maincontents .outer.cegray .ce-gallery {
  margin-bottom: 15px;
}
.maincontents .outer.cegray .ce-gallery img {
  display: block;
}
.maincontents .outer.cegray:last-of-type {
  padding: 60px 0;
}
.maincontents .outer.cegray:last-of-type.nopaddingtop {
  padding-top: 0;
}
.maincontents .outer .ceheader h2 {
  text-align: center;
  margin: 0;
  padding: 60px 0;
}
.maincontents .outer .ce_akkordeon .ceheader h1,
.maincontents .outer .ce_akkordeon .ceheader h2,
.maincontents .outer .ce_akkordeon .ceheader h3 {
  display: block;
  position: relative;
  background-color: #f0f0f0;
  color: #3c4650;
  font-family: 'Neue Helvetica eText W01', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 200 !important;
  line-height: 1.2;
  text-align: left !important;
  margin: 0;
  padding: 10px 0 10px 50px;
  border-bottom: 2px solid #f0f0f0;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.maincontents .outer .ce_akkordeon .ceheader h1:hover,
.maincontents .outer .ce_akkordeon .ceheader h2:hover,
.maincontents .outer .ce_akkordeon .ceheader h3:hover {
  border-color: #4A96D2 !important;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.maincontents .outer .ce_akkordeon .ceheader h1:before,
.maincontents .outer .ce_akkordeon .ceheader h2:before,
.maincontents .outer .ce_akkordeon .ceheader h3:before {
  content: '\f0f6';
  font-family: 'rmd';
  color: #4A96D2;
  position: absolute;
  left: 20px;
  top: 11px;
  font-size: 16px;
}
.maincontents .outer .ce_akkordeon .ce_acc_element {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.maincontents .outer .ce_akkordeon.iamopen {
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.maincontents .outer .ce_akkordeon.iamopen .ceheader h1,
.maincontents .outer .ce_akkordeon.iamopen .ceheader h2,
.maincontents .outer .ce_akkordeon.iamopen .ceheader h3 {
  border-color: #505a64;
  background-color: #505a64;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.maincontents .outer .ce-bodytext ul {
  margin: 0;
  padding: 0;
}
.maincontents .outer .ce-bodytext ul li {
  margin: 0;
  padding: 0 0 0 40px;
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 300 !important;
}
.maincontents .outer .ce-bodytext ul li:before {
  content: '\e80d';
  font-family: 'rmd';
  font-size: 20px;
  color: #4A96D2;
  position: absolute;
  left: 0;
  top: 0;
}
.maincontents .outer .type_bullets ul {
  margin: 0;
  padding: 0;
}
.maincontents .outer .type_bullets ul li {
  margin: 0;
  padding: 0 0 0 40px;
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 300 !important;
}
.maincontents .outer .type_bullets ul li:before {
  content: '\e80d';
  font-family: 'rmd';
  font-size: 20px;
  color: #4A96D2;
  position: absolute;
  left: 0;
  top: 0;
}
.maincontents .outer .type_bullets ul.anchor-bullets li:before {
  content: '\f13d';
  font-family: 'rmd';
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.maincontents .outer.centered .contentbox.col12 {
  width: 100%;
}
.maincontents .infolink .ce-bodytext {
  border-top: 1px solid #4A96D2;
  border-bottom: 1px solid #4A96D2;
  padding: 30px 0;
  text-align: center;
}
.maincontents .infolink .ce-bodytext p {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
}
.maincontents .infolink .ce-bodytext a {
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  background-color: #4A96D2;
  color: #FFFFFF;
  margin: 30px 0 0 0;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 1.8rem;
}
.maincontents .infolink .ce-bodytext a:hover {
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  background-color: #4A96D2;
}
.maincontents .breitesGrid .inner {
  width: 1170px;
}
.maincontents .imgrow .inner {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 990px) {
  .maincontents .imgrow .inner {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.maincontents .imgrow .inner .imgel {
  width: 25%;
}
@media (max-width: 990px) {
  .maincontents .imgrow .inner .imgel {
    width: 50%;
  }
}
@media (max-width:710px) {
  .maincontents .imgrow .inner .imgel {
    width: 100%;
  }
}
.maincontents .imgrow .inner .imgel img {
  width: 100%;
  height: auto;
  display: block;
}
.maincontents .imgrow .inner > div {
  width: 100%;
  max-width: 100%;
}
.maincontents .moreinfo {
  background-color: #f0f0f0;
}
.maincontents .teasertext {
  font-family: 'Neue Helvetica eText W01', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.2;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.maincontents a.buttonlink {
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  background-color: #4A96D2;
  color: #FFFFFF;
  margin: 0 0 0 0;
  font-size: 1.8rem;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.maincontents a.buttonlink:hover {
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  background-color: #4A96D2;
}
.maincontents a.pdfdownload {
  margin: 0 0 10px 0;
  display: block;
  position: relative;
  background-color: #f0f0f0;
  color: #3c4650;
  font-family: 'Neue Helvetica eText W01', Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 200 !important;
  line-height: 1.2;
  text-align: left !important;
  padding: 10px 0 10px 50px;
  border-bottom: 2px solid #f0f0f0;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.maincontents a.pdfdownload:last-of-type {
  margin-bottom: 0;
}
.maincontents a.pdfdownload:hover {
  border-color: #4A96D2 !important;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.maincontents a.pdfdownload:before {
  content: '\f0f6';
  font-family: 'rmd';
  color: currentColor;
  font-size: 16px;
  margin-right: 1rem;
}
.maincontents .ce-textpic figure figcaption {
  padding: 10px 0 30px 0;
  font-weight: 300;
}
.topnav li {
  margin-left: 20px;
}
.topnav li.first {
  margin-left: 0;
}
.topnav li a {
  color: #3c4650;
  font-family: 'Rubik', Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 20.25px;
  font-size: 1.8rem;
  line-height: 2.025rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 6px 2px 6px;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.topnav li a:hover,
.topnav li a .hier {
  background: #4A96D2;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.topnav li a.hier {
  background: #4A96D2;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.topnav li.active > a {
  background: #4A96D2;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.sb-slidebar {
  background-color: #fff;
}
.sb-slidebar .inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
}
.sb-slidebar .inner .nav_header {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.sb-slidebar .inner .nav_header div.mobilelogo a {
  max-width: 90%;
  display: block;
  position: relative;
}
.sb-slidebar .inner .nav_header div.mobilelogo a img {
  display: block;
  width: 100%;
  height: auto;
}
.sb-slidebar .inner .nav_header .mobiletrigger span {
  font-size: 23px;
  color: #3c4650;
}
.sb-slidebar .inner .mobilenav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sb-slidebar .inner .mobilenav li a {
  color: #3c4650;
  font-family: 'Rubik', Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 20.25px;
  font-size: 1.8rem;
  line-height: 2.025rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 5px;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  display: block;
}
.sb-slidebar .inner .mobilenav li a:hover,
.sb-slidebar .inner .mobilenav li a .hier {
  background: #4A96D2;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.sb-slidebar .inner .mobilenav li ul.main-subnav {
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0;
}
.sb-slidebar .inner .mobilenav li ul.main-subnav li a {
  font-size: 14px;
  line-height: 15.75px;
  font-size: 1.4rem;
  line-height: 1.575rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.maincontents .outer.cegray:last-child {
  padding: 60px 0;
}
.contentbox .ce-textpic.ce-center.ce-above .ce-outer .ce-inner .ce-column img {
  min-width: 0;
}
.ce-textpic.ce-center div.ce-media {
  text-align: center;
}
.ce-textpic.ce-center div.ce-media img {
  margin: 0 auto;
}
.ceblue .ce-media img {
  margin-bottom: 15px !important;
}
.ce_nomargintop .ce-textpic .ce-bodytext p {
  margin-top: 0;
}
.ce_nomarginbottom .ce-textpic .ce-bodytext p {
  margin-bottom: 0;
}
.ce_nomargin .ce-textpic .ce-bodytext p {
  margin-bottom: 0;
}
div.swiper-button-next.swiper_stage_button {
  display: none;
}
div.swiper-button-prev.swiper_stage_button {
  display: none;
}
.wrapper_fbl .maincontents .outer p {
  margin: 0;
}
.wrapper_fbl h2 {
  margin-bottom: 0;
}
.wrapper_fbl h3 {
  margin-top: 0;
}
.wrapper_fbl .celement img {
  margin-top: 20px;
}
.wrapper_fbl .abcnav .inner {
  max-width: 100%;
  width: 990px;
  margin: 0 auto;
}
.wrapper_fbl .abcnav .inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper_fbl .abcnav .inner ul li {
  width: 37.0153px;
  display: flex;
  margin-right: 1px;
}
@media (max-width: 1024px) {
  .wrapper_fbl .abcnav .inner ul li {
    width: 36px;
  }
}
.wrapper_fbl .abcnav .inner ul li:last-of-type {
  margin: 0 0 15px;
}
.wrapper_fbl .abcnav .inner ul li a {
  width: 37.1153px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 8px;
  color: #ffffff;
  background-color: #505050;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.wrapper_fbl .abcnav .inner ul li a.hier {
  background-color: #4A96D2;
}
.wrapper_fbl .abcnav .inner ul li a:hover {
  background-color: #4A96D2;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.wrapper_fbl .abcnav .inner ul li a.disabled {
  pointer-events: none;
  background-color: #b6b6b6;
}
a.crossfader {
  display: block;
}
a.crossfader .crossfade {
  position: relative;
  height: 80px;
  width: 90px;
  margin: 0 auto 20px auto;
}
a.crossfader .crossfade img {
  background: #f0f0f0;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
a.crossfader .crossfade img:last-of-type:hover {
  opacity: 0;
}
main.maincontents div.onepgercontents > section.opsection > section.outer {
  padding: 0 0 60px 0;
}
@media (max-width:710px) {
  section.outer.ceblue .celement img {
    width: auto !important;
  }
}
.celement.ce_nomarginbottom {
  margin-bottom: 0;
}
body #sb-site {
  background-color: #505a64 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-horizontal > .swiper-pagination,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 2rem;
  bottom: 2rem;
  width: auto;
  left: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets.fullwidth-swiper-pagination,
.swiper-horizontal > .swiper-pagination.fullwidth-swiper-pagination,
.swiper-pagination-custom.fullwidth-swiper-pagination,
.swiper-pagination-fraction.fullwidth-swiper-pagination {
  right: auto;
  width: 100%;
  margin-bottom: 2rem;
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 4.5rem;
  height: 1.5rem;
  opacity: 1;
  background: rgba(80, 90, 100, 0.9);
  border: 1px solid rgba(230, 240, 250, 0.5);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E6F0FA;
  border: 1px solid rgba(80, 90, 100, 0.5);
}
.swiper-pagination-bullet:first-child:last-child {
  display: none;
}
.stage_content-gradient {
  background: #E6F0FA;
  height: auto;
  margin-top: 125px;
  background: #4A96D2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4A96D2 0%, #4A96D2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4A96D2 0%, #4A96D2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4A96D2 0%, #4A96D2 100%);
}
.stage_content-gradient .content-stage-wide .content-stage-image {
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.stage_content-gradient .content-stage-wide .content-stage-image:before {
  content: '';
  float: left;
  padding: 25% 0 0 0;
}
@media (max-width: 990px) {
  .stage_content-gradient .content-stage-wide .content-stage-image:before {
    padding: 50% 0 0 0;
  }
}
@media (max-width:710px) {
  .stage_content-gradient .content-stage-wide .content-stage-image:before {
    padding: 75% 0 0 0;
  }
}
.stage_content-gradient .content-stage-wide .content-stage-image:after {
  content: '';
  float: none;
  clear: both;
  display: block;
}
.stage_content-gradient .content-stage-wide img {
  width: 100%;
  height: auto;
  display: none;
}
.stage_content-gradient .inner {
  width: 990px;
  max-width: 95%;
  margin: 0 auto;
}
.stage_content-gradient .inner .col10 {
  margin: 0 auto;
}
.stage_content-gradient h1,
.stage_content-gradient h2,
.stage_content-gradient h3 {
  margin: 0;
  padding: 40px 0;
  color: #fff;
  font-size: 20px;
  line-height: 26.666666666666664px;
  font-size: 2rem;
  line-height: 2.6666666666666665rem;
}
.stage_content-gradient p,
.stage_content-gradient li,
.stage_content-gradient div,
.stage_content-gradient span {
  color: #fff;
}
ul.lined-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
ul.lined-list li {
  margin: 1rem 0.5%;
  padding: 0 0 0.5rem 0;
  color: #4A96D2;
  box-shadow: 0 2px 0 #4A96D2;
  width: 31%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 990px) {
  ul.lined-list li {
    width: 49%;
  }
}
.topnav {
  height: 35px;
}
.topnav > li.hassub {
  position: relative;
}
.topnav > li.hassub > ul.main-subnav {
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  opacity: 0;
  top: -10px;
  pointer-events: none;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0;
  list-style-type: none;
  background: #E6F0FA;
  width: 100%;
}
.topnav > li.hassub > ul.main-subnav > li {
  float: none!important;
  margin: 0;
  border-bottom: 2px solid #fff;
}
.topnav > li.hassub > ul.main-subnav > li a {
  padding: 5px 10px;
  text-transform: none;
  display: block;
  font-size: 1.4rem;
}
.topnav > li.hassub > ul.main-subnav > li a:before {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  padding: 0 5px 0 0;
}
.topnav > li.hassub > ul.main-subnav > li:last-of-type {
  border-bottom: medium none;
}
.topnav > li.hassub:hover > a {
  background: #4A96D2;
  color: #fff;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.topnav > li.hassub:hover > ul.main-subnav {
  opacity: 1;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  top: 0px;
  pointer-events: auto;
}
.topnav > li.active > a {
  background: #4A96D2;
  color: #fff;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
ul.anchor-bullets,
ul.bullet-list {
  margin: 0;
  padding: 0;
}
ul.anchor-bullets li,
ul.bullet-list li {
  margin: 0 0 2px;
  padding: 0 0 0 40px;
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 300 !important;
}
ul.anchor-bullets li:before,
ul.bullet-list li:before {
  content: '\f13d';
  font-family: 'rmd';
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
ul.bullet-list {
  margin-bottom: 30px;
}
ul.bullet-list li:before {
  content: '\f0c8';
  font-family: 'FontAwesome';
  color: #4A96D2;
  font-size: 16px;
}
.ceblue ul.anchor-bullets li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ceblue ul.bullet-list li:before {
  color: #fff;
}
.fullwidth-slider-container .fullwidth-slider {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.fullwidth-slider-container .fullwidth-slider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background-color: rgba(74, 150, 210, 0.6);
}
.fullwidth-slider-container .fullwidth-slider .inner {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 21;
  text-align: center;
}
.fullwidth-slider-container .fullwidth-slider .inner .fullwidth-slider-contents {
  padding: 30px 0 60px;
}
.fullwidth-slider-container .fullwidth-slider .inner .fullwidth-slider-contents blockquote {
  position: relative;
  padding: 0 60px;
}
.fullwidth-slider-container .fullwidth-slider .inner .fullwidth-slider-contents blockquote:after {
  content: '';
  width: 120px;
  margin: 0 auto;
  display: block;
  height: 1px;
  background-color: #fff;
  opacity: 0.67;
}
.fullwidth-slider-container .fullwidth-slider .inner .fullwidth-slider-contents blockquote,
.fullwidth-slider-container .fullwidth-slider .inner .fullwidth-slider-contents blockquote p {
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Rubik', Helvetica, Verdana, Tahoma, Arial, sans-serif;
}
.fullwidth-slider-container .fullwidth-slider .inner .fullwidth-slider-contents p {
  font-weight: 300;
}
.fullwidth-slider-container .fullwidth-slider .inner .fullwidth-slider-contents p strong,
.fullwidth-slider-container .fullwidth-slider .inner .fullwidth-slider-contents p b {
  font-weight: 500!important;
}
.fullwidth-slider-container .fullwidth-slider .inner p,
.fullwidth-slider-container .fullwidth-slider .inner li,
.fullwidth-slider-container .fullwidth-slider .inner div,
.fullwidth-slider-container .fullwidth-slider .inner h1,
.fullwidth-slider-container .fullwidth-slider .inner h2,
.fullwidth-slider-container .fullwidth-slider .inner a {
  color: #fff;
}
@media (max-width:710px) {
  .fullwidth-slider-container .fullwidth-slider .inner {
    min-height: 600px;
  }
}
.contentnav-top a {
  color: #3c4650;
  padding: 0 0 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 300;
}
.contentnav-top a:before {
  content: '';
  width: 19px;
  height: 19px;
  margin-right: 20px;
  display: inline-block;
  background: url(/typo3conf/ext/rmdtheme/Resources/Public/Icons/contentnav-top.svg) left top no-repeat;
  background-size: contain;
}
.contentnav-bottom ul {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.contentnav-bottom ul.justify-right {
  justify-content: flex-end;
}
.contentnav-bottom ul li {
  margin: 0;
  padding: 0;
}
.contentnav-bottom ul li a {
  font-weight: 300;
  color: #3c4650;
  padding: 0;
  display: flex;
  align-items: center;
}
.contentnav-bottom ul li.prev a {
  justify-content: flex-start;
}
.contentnav-bottom ul li.prev a:before {
  content: '';
  width: 16px;
  height: 19px;
  margin-right: 16px;
  display: inline-block;
  background: url(/typo3conf/ext/rmdtheme/Resources/Public/Icons/contentnav-bottom-prev.svg) left top no-repeat;
  background-size: contain;
}
.contentnav-bottom ul li.next a {
  justify-content: flex-end;
}
.contentnav-bottom ul li.next a:after {
  content: '';
  width: 16px;
  height: 19px;
  margin-left: 16px;
  display: inline-block;
  background: url(/typo3conf/ext/rmdtheme/Resources/Public/Icons/contentnav-bottom-next.svg) left top no-repeat;
  background-size: contain;
}
.sb-slidebar {
  display: none;
}
@media (max-width: 990px) {
  .sb-slidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 1000;
    width: 80%;
    max-width: 300px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .sb-active .sb-slidebar {
    transform: translateX(-300px);
  }
  .sb-slidebar .icon-cancel {
    cursor: pointer;
  }
  .sb-active #sb-site {
    z-index: 101;
  }
  .sb-active #sb-site:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 102;
  }
}

@font-face {
  font-family: 'rmd';
  src: url('../../../typo3conf/ext/rmdtheme/Resources/Public/Css/Iconfont_RMD/font/rmd.eot?60016280');
  src: url('../../../typo3conf/ext/rmdtheme/Resources/Public/Css/Iconfont_RMD/font/rmd.eot?60016280#iefix') format('embedded-opentype'),
       url('../../../typo3conf/ext/rmdtheme/Resources/Public/Css/Iconfont_RMD/font/rmd.woff2?60016280') format('woff2'),
       url('../../../typo3conf/ext/rmdtheme/Resources/Public/Css/Iconfont_RMD/font/rmd.woff?60016280') format('woff'),
       url('../../../typo3conf/ext/rmdtheme/Resources/Public/Css/Iconfont_RMD/font/rmd.ttf?60016280') format('truetype'),
       url('../../../typo3conf/ext/rmdtheme/Resources/Public/Css/Iconfont_RMD/font/rmd.svg?60016280#rmd') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'rmd';
    src: url('../../../typo3conf/ext/rmdtheme/Resources/Public/Css/Iconfont_RMD/font/rmd.svg?60016280#rmd') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "rmd";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* 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;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-forward:before { content: '\e800'; } /* '' */
.icon-book:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-leaf:before { content: '\e803'; } /* '' */
.icon-users:before { content: '\e804'; } /* '' */
.icon-cloud:before { content: '\e805'; } /* '' */
.icon-umbrella:before { content: '\e806'; } /* '' */
.icon-chat:before { content: '\e807'; } /* '' */
.icon-home:before { content: '\e808'; } /* '' */
.icon-picture:before { content: '\e809'; } /* '' */
.icon-videocam:before { content: '\e80a'; } /* '' */
.icon-forward-1:before { content: '\e80b'; } /* '' */
.icon-reply:before { content: '\e80c'; } /* '' */
.icon-ok:before { content: '\e80d'; } /* '' */
.icon-cancel:before { content: '\e80e'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-puzzle:before { content: '\f12e'; } /* '' */
.icon-rocket:before { content: '\f135'; } /* '' */
.icon-anchor:before { content: '\f13d'; } /* '' */
.icon-pagelines:before { content: '\f18c'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-newspaper:before { content: '\f1ea'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-street-view:before { content: '\f21d'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

form {
    box-sizing: border-box;
    --background-input: #f0f0f0;
    --background-input--active: #fff;
    --color-input--active: #000;
    --color-input-border--active: #f0f0f0;
    --border-radius-s: 0;
    --color-input-border: #f0f0f0;
    color: #3c4650;
    font-weight: 300 !important;
}


button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    background-color: #4A96D2;
    color: #FFFFFF;
    font-family: 'Rubik',Helvetica,Verdana,Tahoma,Arial,sans-serif;
    font-size: 1.8rem;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}


input, textarea {
    margin: 0 0 1em;
    padding: 0;
    color: inherit;
    background: var(--background-input);
    outline: 0;
}
input:hover, textarea:hover,
input:focus, textarea:focus{
    background: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 0.5;
}
input::placeholder, textarea::placeholder {
    opacity: 0.5;
}
input:active, input:focus, textarea:active, textarea:focus {
    color: var(--color-input--active);
    background: var(--background-input--active);
}
input:active::-moz-placeholder, input:focus::-moz-placeholder, textarea:active::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 1;
}
input:active::placeholder, input:focus::placeholder, textarea:active::placeholder, textarea:focus::placeholder {
    opacity: 1;
}

textarea {
    width: 100%;
    height: 9.5em;
    resize: none;
    box-sizing: border-box;
}

[type=text], [type=email], [type=password] {
    width: 100%;
    box-sizing: border-box;
}

textarea, select, [type=text], [type=email], [type=password] {
    padding: 0.66em;
    border: 2px solid var(--color-input-border);
    border-radius: var(--border-radius-s);
    transition: background 0.15s, border-color 0.15s;
}
textarea:active, textarea:focus, textarea:hover, select:active, select:focus, select:hover, [type=text]:active, [type=text]:focus, [type=text]:hover, [type=email]:active, [type=email]:focus, [type=email]:hover, [type=password]:active, [type=password]:focus, [type=password]:hover {
    border-color: var(--color-input-border--active);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>');
    background-repeat: no-repeat;
    background-size: 0.75em;
    background-position-x: calc(100% - 0.5em);
    background-position-y: 47%;
}

[type=checkbox], [type=radio] {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    opacity: 0;
    z-index: -1;
}
[type=checkbox] + label, [type=radio] + label {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 0 0 0 1.5em;
    line-height: 1.5;
}
[type=checkbox] + label:after, [type=checkbox] + label:before, [type=radio] + label:after, [type=radio] + label:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 100%;
}
@media (max-width: 599px) {
    [type=checkbox] + label:after, [type=checkbox] + label:before, [type=radio] + label:after, [type=radio] + label:before {
        transform: translateY(-3px);
    }
}
[type=checkbox] + label:before, [type=radio] + label:before {
    top: 3px;
    left: 0;
    width: 1.05em;
    height: 1.05em;
    border: 2px solid white;
    transition: border-color 0.15s;
}
[type=checkbox] + label:after, [type=radio] + label:after {
    box-sizing: border-box;
    top: 0.5625em;
    left: 0.3em;
    width: 0.75em;
    height: 0.75em;
    opacity: 0;
    transition: border-color 0.15s, background 0.15s, opacity 0.15s;
}
[type=checkbox]:not(:checked) + label:hover:after, [type=radio]:not(:checked) + label:hover:after {
    opacity: 0.5;
}
[type=checkbox]:checked + label:after, [type=radio]:checked + label:after {
    opacity: 1;
}

[type=checkbox] + label {
    display: block;
    max-width: 100%;
    width: 100%;
}

input[type=range] {
    -webkit-appearance: none;
    width: 50vw;
    min-width: 20rem;
    max-width: 50rem;
    margin-bottom: 0;
    height: 7px;
    border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

input[type=range]::-moz-range-thumb {
    height: 1em;
    width: 1em;
    border-radius: 50%;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    border: none;
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}