
.media2click-ratio {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative; }
  .media2click-ratio .media2click-placeholder-iframe,
  .media2click-ratio .media2click-placeholder-content,
  .media2click-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .media2click-ratio.media2click-ratio-219 {
    padding-bottom: 42.86%; }
  .media2click-ratio.media2click-ratio-169 {
    padding-bottom: 56.25%; }
  .media2click-ratio.media2click-ratio-32 {
    padding-bottom: 66.67%; }
  .media2click-ratio.media2click-ratio-43 {
    padding-bottom: 75%; }
  .media2click-ratio.media2click-ratio-50vh {
    padding-bottom: 50vh; }
  .media2click-ratio.media2click-ratio-75vh {
    padding-bottom: 75vh; }
  .media2click-ratio.media2click-ratio-90vh {
    padding-bottom: 90vh; }
  .media2click-ratio.media2click-ratio-fixed {
    width: unset;
    height: unset;
    max-width: 100%;
    max-height: 90vh; }
    .media2click-ratio.media2click-ratio-fixed.media2click-position-left {
      margin: 0 auto 0 0; }
    .media2click-ratio.media2click-ratio-fixed.media2click-position-center {
      margin: 0 auto; }
    .media2click-ratio.media2click-ratio-fixed.media2click-position-right {
      margin: 0 0 0 auto; }

.media2click-placeholder {
  position: relative;
  background-color: #ddd;
  border: 0;
  box-sizing: border-box;
  padding: .5em;
  font-size: 1em;
  text-align: center;
  transition: background-color .2s; }
  .media2click-placeholder:hover, .media2click-placeholder:focus-within {
    background-color: #eee; }
    .media2click-placeholder:hover .media2click-button, .media2click-placeholder:focus-within .media2click-button {
      background-color: #666; }
  .media2click-placeholder.media2click-haspreview {
    color: #000;
    text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff; }

.media2click-placeholder-video {
  background-image: url('../../../_assets/b9704905dd79cb4eb8d7cff3d2245dd9/Images/placeholder.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.media2click-placeholder-inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: .5em;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.5); }
  .media2click-placeholder.media2click-haspreview:hover .media2click-placeholder-inner, .media2click-placeholder.media2click-haspreview:focus-within .media2click-placeholder-inner {
    background-color: rgba(255, 255, 255, 0.85); }
  .media2click-placeholder-video.media2click-haspreview .media2click-placeholder-inner {
    background-image: url('../../../_assets/b9704905dd79cb4eb8d7cff3d2245dd9/Images/videobutton.png');
    background-size: 30% auto;
    background-position: center center;
    background-repeat: no-repeat; }
  .media2click-placeholder-video.media2click-haspreview:hover .media2click-placeholder-inner, .media2click-placeholder-video.media2click-haspreview:focus-within .media2click-placeholder-inner {
    background-image: none; }

.media2click-placeholder-iframe.media2click-haspreview,
.media2click-placeholder-content.media2click-haspreview {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.media2click-placeholder-logo {
  display: block;
  max-width: 30%;
  height: auto;
  float: right;
  margin: 0 0 .25em .5em; }

.media2click-title {
  font-weight: bold;
  margin-bottom: .5em; }

.media2click-content > *:last-child {
  margin-bottom: 2.57em; }

.media2click-iframedata {
  display: none; }

.media2click-controls {
  display: block;
  position: absolute;
  bottom: .75em;
  right: .75em; }
  .media2click-controls .media2click-button {
    display: inline-block;
    background-color: #999;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    text-shadow: none;
    padding: .25em .5em;
    border: none;
    border-radius: .25em;
    margin: .25em; }
    .media2click-controls .media2click-button:hover, .media2click-controls .media2click-button:focus {
      background-color: #333; }

.news .article .news-img-wrap .media2click-placeholder:hover a.media2click-button, .news .article .news-img-wrap .media2click-placeholder:focus-within a.media2click-button {
  background-color: #666; }
.news .article .news-img-wrap .media2click-placeholder a.media2click-button {
  display: inline-block;
  float: none;
  border: none;
  padding: .25em .5em;
  background-color: #999; }
  .news .article .news-img-wrap .media2click-placeholder a.media2click-button:hover, .news .article .news-img-wrap .media2click-placeholder a.media2click-button:focus {
    background-color: #333; }
.news .article .news-img-wrap .media2click-content a {
  display: inline;
  float: none;
  background: none;
  border: none;
  padding: 0; }

.media2click-hosts {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .media2click-hosts li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: 2em 1fr;
    grid-column-gap: .5em; }
    .media2click-hosts li:last-child {
      margin-bottom: 0; }
    .media2click-hosts li .media2click-toggle-label {
      display: grid;
      grid-template-columns: 10em 1fr;
      column-gap: 1em; }
      .media2click-hosts li .media2click-toggle-label .media2click-toggle-logo {
        display: block; }
        .media2click-hosts li .media2click-toggle-label .media2click-toggle-logo img {
          display: block;
          width: 100%;
          height: auto; }
      .media2click-hosts li .media2click-toggle-label .media2click-toggle-text {
        display: block; }
        .media2click-hosts li .media2click-toggle-label .media2click-toggle-text:first-child {
          grid-column: 1/3; }
    .media2click-hosts li .media2click-privacylink {
      display: block; }

/*# sourceMappingURL=media2click.css.map */

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

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{background:#fff;color:#000;font-family:sans-serif;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body,html{width:100%;height:100%;margin:0;padding:0}a{text-decoration:none}a:focus{outline:thin dotted}a:active,a:hover{outline:0}ol,ul{margin-top:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0;clear:both;visibility:hidden}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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border-radius:0;background-image:none}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;-moz-appearance:button;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-appearance:textfield;appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;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}*,:after,:before{box-sizing:border-box}:after,:before{padding:0;margin:0}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.folderonhover,.onhover{z-index:1000}embed,img,object,video{max-width:100%;height:auto;width:100%;display:block}html{font-family:Lato,sans-serif;font-weight:400;line-height:1.65;font-size:112.5%;font-smoothing:antialiased}body{hyphens:none;word-wrap:normal;color:#585858}h1{font-size:28.833px;font-size:1.6018333333333332rem;margin-bottom:1.0300697117885755rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}h2{font-size:25.192px;font-size:1.3995555555555557rem;margin-bottom:1.1789456970466814rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}h3{font-size:22.127px;font-size:1.2292777777777777rem;margin-bottom:1.3422515478826773rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}h4{font-size:20.738px;font-size:1.152111111111111rem;margin-bottom:1.4321535345742116rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}h5{font-size:19.436px;font-size:1.0797777777777777rem;margin-bottom:1.5280922000411608rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}h6{font-size:18.216px;font-size:1.012rem;margin-bottom:1.6304347826086956rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}p{margin:0 0 26.4px 0;margin:0 0 1.65rem 0}p+p{text-indent:0}abbr,acronym,blockquote,code,dir,kbd,listing,plaintext,q,samp,tt,var,xmp{hyphens:none}@keyframes hvr-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}.schaltflaeche{position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;cursor:pointer;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#fff!important;background-color:#009bdc}.schaltflaeche a{color:#fff!important}.schaltflaeche a:hover{color:#fff!important}.portrait .portrait-only{display:block}.portrait .landscape-only{display:none}.landscape .portrait-only{display:none}.landscape .landscape-only{display:block}.slide-swipe{position:absolute;left:0;top:0;width:100%;height:100%}.firefox .slide-swipe{display:none}.headimg{background-size:cover;-ms-behavior:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/backgroundsize.htc');background-position:center;background-repeat:no-repeat}h1+*{margin-top:1.5em}h1+div.ce,h1+h1,h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h1+p{margin-top:0}h2+*{margin-top:1em}h2+div.ce,h2+h1,h2+h2,h2+h3,h2+h4,h2+h5,h2+h6,h2+p{margin-top:0}section{position:relative}section:after,section:before{content:"";display:table}section:after{clear:both}section h1,section h2{width:100%;clear:both}section div.ce:last-child{margin-bottom:0}figure{width:100%}.wrap{width:100%;position:relative}.container{width:100%;max-width:1140px;position:relative;margin:auto auto;z-index:5;padding-left:1.65em;padding-right:1.65em}.container:after,.container:before{content:"";display:table}.container:after{clear:both}@media only screen and (max-width:1030px){.container{min-width:400px}}@media only screen and (max-width:672px){.container{min-width:0;width:100%;padding-left:1.2375em;padding-right:1.2375em}}#head{z-index:10}div[role=document]{min-height:100vh}div[role=main]{height:auto!important;height:350px;min-height:350px}#qr-code{display:none}a{color:#009bdc}a:hover{color:#06aaef}a:visited{color:#0077a9}.firefox.win.touch a[href^=tel]:hover,.firefox.win.touch a[href^=tel]:link,.firefox.win.touch a[href^=tel]:visited,.no-touch a[href^=tel]:hover,.no-touch a[href^=tel]:link,.no-touch a[href^=tel]:visited{color:#585858;cursor:text;pointer-events:none}.schwarz{color:#000!important}.highlight{color:#009bdc!important}div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8){position:relative;clear:both}div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8):after,div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8):before{content:"";display:table}div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8):after{clear:both}div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8).frame-type-html,div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8).frame-type-list{margin-bottom:2.8em}div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8) ol,div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8) ul{padding-left:2em}div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8) ol li p,div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8) ul li p{margin-bottom:0}div.frame:not(.frame-type-header,.frame-layout-2,.frame-layout-3,.frame-layout-4,.frame-layout-5,.frame-layout-6,.frame-layout-7,.frame-layout-8).header-footer{margin-bottom:0;clear:both}@media only screen and (max-width:672px){div.ce ol li,div.ce ul li{list-style-position:outside}}.news ul li,div.ce ul li{list-style:none}.news ul li:before,div.ce ul li:before{color:#009bdc;content:"\2022";font-weight:700;position:relative;left:-10px;margin-left:-10px}.piwikframe{width:100%;height:240px}@media all and (min-width:770px) and (max-width:1300px){.piwikframe{height:190px}}@media all and (min-width:1300px){.piwikframe{height:150px}}.no-js noscript{width:100%;height:3em;background-color:rgba(250,0,0,.7);position:fixed;top:0;left:0;z-index:2000;text-align:center;color:#fff;font-weight:700;line-height:3em}#map{height:550px;width:100%;margin-bottom:2.8em}@media only screen and (max-width:740px) and (orientation:landscape){#map{height:250px}}@media only screen and (max-width:672px) and (orientation:landscape){#map{height:250px}}@media only screen and (max-width:672px) and (orientation:portrait){#map{height:380px}}@media only screen and (max-width:360px) and (max-height:300px) and (orientation:landscape){#map{height:170px}}.frame{position:relative}.frame .ce-gallery[data-ce-columns='1'] .ce-outer{float:none;right:auto}.frame .ce-gallery[data-ce-columns='1'] .ce-outer .ce-inner{float:none;right:auto}.frame .ce-gallery[data-ce-columns='1'] .ce-row{width:100%}.frame .ce-gallery[data-ce-columns='1'] .ce-row:after,.frame .ce-gallery[data-ce-columns='1'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='1'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='1'] .ce-row .ce-column{width:100%;float:none}.frame .ce-gallery[data-ce-columns='2'] .ce-row{margin-bottom:1.65em}.frame .ce-gallery[data-ce-columns='2'] .ce-row:after,.frame .ce-gallery[data-ce-columns='2'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='2'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column{width:50%;float:left}.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(1){padding-right:.825em}.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(2){padding-left:.825em}.frame .ce-gallery[data-ce-columns='3'] .ce-row{margin-bottom:1.65em}.frame .ce-gallery[data-ce-columns='3'] .ce-row:after,.frame .ce-gallery[data-ce-columns='3'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='3'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='3'] .ce-row .ce-column{width:33.33%;float:left}.frame .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(2){padding-left:1%;padding-right:1%}.frame .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(3){padding-left:2%}.frame .ce-gallery[data-ce-columns='4'] .ce-row{margin-bottom:1.65em}.frame .ce-gallery[data-ce-columns='4'] .ce-row:after,.frame .ce-gallery[data-ce-columns='4'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='4'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='4'] .ce-row .ce-column{width:25%;float:left}.frame .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(2){padding-left:.75%;padding-right:1.25%}.frame .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(3){padding-left:1.25%;padding-right:.75%}.frame .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(4){padding-left:2%}.frame .ce-gallery[data-ce-columns='5'] .ce-row{margin-bottom:1.65em}.frame .ce-gallery[data-ce-columns='5'] .ce-row:after,.frame .ce-gallery[data-ce-columns='5'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='5'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column{width:20%;float:left}.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(2){padding-left:.5%;padding-right:1.5%}.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(3){padding-left:.75%;padding-right:.75%}.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(4){padding-left:1.5%;padding-right:.5%}.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(5){padding-left:2%}.frame .ce-gallery[data-ce-columns='6'] .ce-row{margin-bottom:1.65em}.frame .ce-gallery[data-ce-columns='6'] .ce-row:after,.frame .ce-gallery[data-ce-columns='6'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='6'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column{width:16.66%;float:left}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(2){padding-left:.75%;padding-right:1.25%}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(3){padding-left:1%;padding-right:1%}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(4){padding-left:1%;padding-right:1%}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(5){padding-left:1.25%;padding-right:.75%}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(6){padding-left:2%}.frame .ce-gallery[data-ce-columns='7'] .ce-row{margin-bottom:1.65em}.frame .ce-gallery[data-ce-columns='7'] .ce-row:after,.frame .ce-gallery[data-ce-columns='7'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='7'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column{width:14.28%;float:left}.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(2){padding-left:.5%;padding-right:1.5%}.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(3){padding-left:.5%;padding-right:1.5%}.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(4){padding-left:1%;padding-right:1%}.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(5){padding-left:1.5%;padding-right:.5%}.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(6){padding-left:1.5%;padding-right:.5%}.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(7){padding-left:2%}.frame .ce-gallery[data-ce-columns='8'] .ce-row{margin-bottom:1.65em}.frame .ce-gallery[data-ce-columns='8'] .ce-row:after,.frame .ce-gallery[data-ce-columns='8'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='8'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column{width:12.5%;float:left}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(2){padding-left:.5%;padding-right:1.5%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(3){padding-left:.75%;padding-right:1.25%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(4){padding-left:1%;padding-right:1%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(5){padding-left:1%;padding-right:1%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(6){padding-left:1.25%;padding-right:.75%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(7){padding-left:1.5%;padding-right:.5%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(8){padding-left:2%}@media only screen and (max-width:672px){.frame .ce-gallery[data-ce-columns='6'] .ce-row{margin-bottom:1.65em}.frame .ce-gallery[data-ce-columns='6'] .ce-row:after,.frame .ce-gallery[data-ce-columns='6'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='6'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column{width:33.33%;float:left}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(1){padding-right:2%;padding-bottom:1.65em}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(2){padding-left:1%;padding-right:1%;padding-bottom:1.65em}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(3){padding-left:2%;padding-right:0;padding-bottom:1.65em}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(4){clear:left;padding-left:0;padding-right:2%}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(5){padding-left:1%;padding-right:1%}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(6){padding-left:2%}.frame .ce-gallery[data-ce-columns='8'] .ce-row{margin-bottom:1.65em}.frame .ce-gallery[data-ce-columns='8'] .ce-row:after,.frame .ce-gallery[data-ce-columns='8'] .ce-row:before{content:"";display:table}.frame .ce-gallery[data-ce-columns='8'] .ce-row:after{clear:both}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column{width:25%;float:left}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(1){padding-right:2%;padding-bottom:1.65em}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(2){padding-left:.75%;padding-right:1.25%;padding-bottom:1.65em}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(3){padding-left:1.25%;padding-right:.75%;padding-bottom:1.65em}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(4){padding-left:2%;padding-right:0;padding-bottom:1.65em}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(5){clear:left;padding-left:0;padding-right:2%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(6){padding-left:.75%;padding-right:1.25%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(7){padding-left:1.25%;padding-right:.75%}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(8){padding-left:2%}}@media only screen and (max-width:420px){.frame .ce-gallery[data-ce-columns='2'] .ce-row,.frame .ce-gallery[data-ce-columns='3'] .ce-row,.frame .ce-gallery[data-ce-columns='4'] .ce-row,.frame .ce-gallery[data-ce-columns='5'] .ce-row,.frame .ce-gallery[data-ce-columns='6'] .ce-row,.frame .ce-gallery[data-ce-columns='7'] .ce-row,.frame .ce-gallery[data-ce-columns='8'] .ce-row{width:100%}.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column,.frame .ce-gallery[data-ce-columns='3'] .ce-row .ce-column,.frame .ce-gallery[data-ce-columns='4'] .ce-row .ce-column,.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column,.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column,.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column,.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column{width:100%!important;float:none!important;padding-right:0!important;padding-left:0!important}.frame .ce-gallery[data-ce-columns='2'] .ce-row{margin-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(1){padding-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='3'] .ce-row{margin-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(1),.frame .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(2){padding-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='4'] .ce-row{margin-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(1),.frame .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(2),.frame .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(3){padding-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='5'] .ce-row{margin-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(1),.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(2),.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(3),.frame .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(4){padding-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='6'] .ce-row{margin-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(1),.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(2),.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(3),.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(4),.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(5){padding-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='7'] .ce-row{margin-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(1),.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(2),.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(3),.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(4),.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(5),.frame .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(6){padding-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='8'] .ce-row{margin-bottom:.825em!important}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(1),.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(2),.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(3),.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(4),.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(5),.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(6),.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(7){padding-bottom:.825em!important}}.frame:after,.frame:before{content:"";display:table}.frame:after{clear:both}.frame.frame-space-before-extra-small{margin-top:10px}.frame.frame-space-before-small{margin-top:20px}.frame.frame-space-before-medium{margin-top:40px}.frame.frame-space-before-large{margin-top:80px}.frame.frame-space-before-extra-large{margin-top:160px}.frame.frame-space-after-extra-small{margin-bottom:10px}.frame.frame-space-after-small{margin-bottom:20px}.frame.frame-space-after-medium{margin-bottom:40px}.frame.frame-space-after-large{margin-bottom:80px}.frame.frame-space-after-extra-large{margin-bottom:160px}.frame .ce-gallery .ce-column{margin:0}.frame .ce-gallery figcaption{font-size:small;padding-top:.5em}.frame ol,.frame ul{padding-left:2em}.frame ol li p,.frame ul li p{margin-bottom:0}.frame .ce-right.ce-above .ce-gallery{padding-left:33%}.frame .ce-right.ce-below .ce-gallery{padding-left:33%}.frame .ce-right.ce-intext .ce-gallery{width:35%;padding-left:1.65em;float:right}.frame .ce-right.ce-intext.ce-nowrap .ce-bodytext{width:65%;float:left}.frame .ce-left.ce-above .ce-gallery{padding-right:33%}.frame .ce-left.ce-below .ce-gallery{padding-right:33%}.frame .ce-left.ce-intext .ce-gallery{width:35%;padding-right:1.65em;float:left}.frame .ce-left.ce-intext.ce-nowrap .ce-bodytext{width:65%;float:right}@media only screen and (max-width:672px){.frame .ce-left.ce-intext .ce-gallery,.frame .ce-right.ce-intext .ce-gallery{width:40%}.frame ol li,.frame ul li{list-style-position:outside}}@media only screen and (max-width:420px){.frame .ce-left.ce-intext .ce-gallery,.frame .ce-right.ce-intext .ce-gallery{width:50%}.frame .ce-left.ce-intext.ce-nowrap .ce-gallery,.frame .ce-right.ce-intext.ce-nowrap .ce-gallery{width:50%}.frame .ce-left.ce-intext.ce-nowrap .ce-bodytext,.frame .ce-right.ce-intext.ce-nowrap .ce-bodytext{width:100%;float:none;overflow:visible}}.frame.frame-type-image .ce-above .ce-gallery{margin-bottom:0}.frame.frame-type-html{display:block;clear:none}.frame.frame-type-html:after,.frame.frame-type-html:before{display:none}.frame.frame-neutral-light{padding:1.65em;background-color:#eee}.frame.frame-neutral-dark{padding:1.65em;background-color:#bbb}.frame.frame-neutral-dark *{color:#fff!important}.frame.frame-neutral-light-border{border:1px solid #eee;padding:1.65em}.frame.frame-neutral-dark-border{border:1px solid #bbb;padding:1.65em}.frame.frame-layout-0:not(.frame-type-html){clear:both}.frame-type-textmedia .ce-textpic:after,.frame-type-textmedia .ce-textpic:before{content:"";display:table}.frame-type-textmedia .ce-textpic:after{clear:both}.frame-type-textmedia .ce-textpic .ce-gallery .video-embed{position:relative;padding-bottom:56.25%;height:0}.frame-type-textmedia .ce-textpic .ce-gallery .video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.frame-type-textmedia .ce-textpic.ce-center.ce-above .ce-gallery{margin-bottom:1.65em}.frame-type-textmedia .ce-textpic.ce-center.ce-below .ce-gallery{margin-bottom:1.65em}.frame-type-textmedia .ce-textpic.ce-right.ce-intext .ce-gallery{margin-bottom:1.65em;width:35%;padding-left:5%;float:right}.frame-type-textmedia .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext{width:65%;float:left}.frame-type-textmedia .ce-textpic.ce-right.ce-intext.ce-nowrap.with-headline .ce-gallery:before{content:'\00A0';display:block;font-size:25.192px;font-size:1.3995555555555557rem;margin-bottom:1.1789456970466814rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}.frame-type-textmedia .ce-textpic.ce-left.ce-intext .ce-gallery{margin-bottom:1.65em;width:35%;padding-right:5%;float:left}.frame-type-textmedia .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext{width:65%;float:right}.frame-type-textmedia .ce-textpic.ce-left.ce-intext.ce-nowrap.with-headline .ce-gallery:before{content:'\00A0';display:block;font-size:25.192px;font-size:1.3995555555555557rem;margin-bottom:1.1789456970466814rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}.frame-type-textmedia.frame-layout-0{clear:both}.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row{display:block;margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column{display:block}.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column .ce-media a{display:block;position:relative}.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column .ce-media a:after{content:"» mehr Bilder";position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#009bdc!important;background-color:#fff;position:absolute;bottom:1em;right:2em;top:inherit;left:inherit;line-height:1.5em;width:7.5em;height:2.5em;pointer-events:none;cursor:pointer}.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column .ce-media a:after a{color:#009bdc!important}.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-0 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column .ce-media a:after a:hover{color:#009bdc!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='1'] .ce-outer{float:none;right:auto}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='1'] .ce-outer .ce-inner{float:none;right:auto}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='1'] .ce-row{width:100%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='1'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='1'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='1'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='1'] .ce-row .ce-column{width:100%;float:none}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row{margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row .ce-column{width:50%;float:left}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(1){padding-right:.825em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(2){padding-left:.825em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row{margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row .ce-column{width:33.33%;float:left}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(2){padding-left:1%;padding-right:1%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(3){padding-left:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row{margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row .ce-column{width:25%;float:left}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(2){padding-left:.75%;padding-right:1.25%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(3){padding-left:1.25%;padding-right:.75%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(4){padding-left:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row{margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column{width:20%;float:left}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(2){padding-left:.5%;padding-right:1.5%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(3){padding-left:.75%;padding-right:.75%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(4){padding-left:1.5%;padding-right:.5%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(5){padding-left:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row{margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column{width:16.66%;float:left}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(2){padding-left:.75%;padding-right:1.25%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(3){padding-left:1%;padding-right:1%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(4){padding-left:1%;padding-right:1%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(5){padding-left:1.25%;padding-right:.75%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(6){padding-left:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row{margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column{width:14.28%;float:left}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(2){padding-left:.5%;padding-right:1.5%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(3){padding-left:.5%;padding-right:1.5%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(4){padding-left:1%;padding-right:1%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(5){padding-left:1.5%;padding-right:.5%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(6){padding-left:1.5%;padding-right:.5%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(7){padding-left:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row{margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column{width:12.5%;float:left}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(1){padding-right:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(2){padding-left:.5%;padding-right:1.5%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(3){padding-left:.75%;padding-right:1.25%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(4){padding-left:1%;padding-right:1%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(5){padding-left:1%;padding-right:1%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(6){padding-left:1.25%;padding-right:.75%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(7){padding-left:1.5%;padding-right:.5%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(8){padding-left:2%}@media only screen and (max-width:672px){.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row{margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column{width:33.33%;float:left}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(1){padding-right:2%;padding-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(2){padding-left:1%;padding-right:1%;padding-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(3){padding-left:2%;padding-right:0;padding-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(4){clear:left;padding-left:0;padding-right:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(5){padding-left:1%;padding-right:1%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(6){padding-left:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row{margin-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row:after,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row:before{content:"";display:table}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row:after{clear:both}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column{width:25%;float:left}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(1){padding-right:2%;padding-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(2){padding-left:.75%;padding-right:1.25%;padding-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(3){padding-left:1.25%;padding-right:.75%;padding-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(4){padding-left:2%;padding-right:0;padding-bottom:1.65em}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(5){clear:left;padding-left:0;padding-right:2%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(6){padding-left:.75%;padding-right:1.25%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(7){padding-left:1.25%;padding-right:.75%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(8){padding-left:2%}}@media only screen and (max-width:420px){.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row{width:100%}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column{width:100%!important;float:none!important;padding-right:0!important;padding-left:0!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row{margin-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(1){padding-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row{margin-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(1),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='3'] .ce-row .ce-column:nth-child(2){padding-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row{margin-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(1),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(2),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='4'] .ce-row .ce-column:nth-child(3){padding-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row{margin-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(1),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(2),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(3),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='5'] .ce-row .ce-column:nth-child(4){padding-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row{margin-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(1),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(2),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(3),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(4),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(5){padding-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row{margin-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(1),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(2),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(3),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(4),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(5),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='7'] .ce-row .ce-column:nth-child(6){padding-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row{margin-bottom:.825em!important}.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(1),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(2),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(3),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(4),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(5),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(6),.frame-type-textmedia.frame-layout-0 .img-only .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(7){padding-bottom:.825em!important}}.frame-type-textmedia.frame-layout-1>header h2{text-indent:1.1em;cursor:pointer!important;position:relative}.frame-type-textmedia.frame-layout-1>header h2:before{margin:-8px 0 0;position:absolute;top:12px;left:6px;width:5px;height:15px;margin-top:-2px;background:#009bdc;content:""}.frame-type-textmedia.frame-layout-1>header h2:after{margin:-8px 0 0;position:absolute;top:17px;left:1px;width:15px;height:5px;margin-top:-2px;background:#009bdc;content:""}.frame-type-textmedia.frame-layout-1>header h2.active:before{display:none}.frame-type-textmedia.frame-layout-1 .accordion{display:none}.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row{display:block;margin-bottom:1.65em}.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column{display:block}.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column .ce-media a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column .ce-media a{display:block;position:relative}.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column .ce-media a:after,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column .ce-media a:after{content:"» mehr Bilder";position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#009bdc!important;background-color:#fff;position:absolute;bottom:1em;right:2em;top:inherit;left:inherit;line-height:1.5em;width:7.5em;height:2.5em;pointer-events:none;cursor:pointer}.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column .ce-media a:after a,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column .ce-media a:after a{color:#009bdc!important}.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='1'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='2'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='3'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='4'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='5'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='6'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='7'] .ce-row .ce-column .ce-media a:after a:hover,.frame-type-textmedia.frame-layout-1 .img-text-combi .ce-gallery[data-ce-columns='8'] .ce-row .ce-column .ce-media a:after a:hover{color:#009bdc!important}.frame-type-textmedia.frame-layout-2,.frame-type-textmedia.frame-layout-3{padding:1.65em;background-color:#eee;margin-bottom:1.65em}.frame-type-textmedia.frame-layout-2 :last-child,.frame-type-textmedia.frame-layout-3 :last-child{margin-bottom:0!important}.frame-type-textmedia.frame-layout-3{float:left;width:47.5%}.frame-type-textmedia.frame-layout-3.odd{margin-right:2.5%}.frame-type-textmedia.frame-layout-3.even{margin-left:2.5%}.frame-type-textmedia.frame-layout-4{float:left;width:22.5%}.frame-type-textmedia.frame-layout-4.odd{margin-right:1.66%}.frame-type-textmedia.frame-layout-4.odd.second{margin-left:1.66%}.frame-type-textmedia.frame-layout-4.even{margin-left:1.66%}.frame-type-textmedia.frame-layout-4.even.first{margin-right:1.66%}@media only screen and (max-width:1030px){.frame-type-textmedia .ce-textpic.ce-left.ce-intext .ce-gallery,.frame-type-textmedia .ce-textpic.ce-right.ce-intext .ce-gallery{width:40%}.frame-type-textmedia .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext,.frame-type-textmedia .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext{width:60%}}@media only screen and (max-width:770px){.frame-type-textmedia .ce-textpic.ce-left.ce-intext .ce-gallery,.frame-type-textmedia .ce-textpic.ce-right.ce-intext .ce-gallery{width:50%}.frame-type-textmedia .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext,.frame-type-textmedia .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext{width:50%}}@media only screen and (max-width:672px){.frame-type-textmedia.frame-layout-3{width:100%;float:none}.frame-type-textmedia.frame-layout-3.even,.frame-type-textmedia.frame-layout-3.odd{margin-left:0;margin-right:0}.frame-type-textmedia.frame-layout-4{width:47.5%}.frame-type-textmedia.frame-layout-4.odd{margin-right:2.5%}.frame-type-textmedia.frame-layout-4.odd.second{margin-left:0}.frame-type-textmedia.frame-layout-4.even{margin-left:2.5%}.frame-type-textmedia.frame-layout-4.even.first{margin-right:0}}@media only screen and (max-width:420px){.frame-type-textmedia .ce-textpic.ce-left.ce-intext .ce-gallery,.frame-type-textmedia .ce-textpic.ce-right.ce-intext .ce-gallery{width:100%;padding:0;float:none}.frame-type-textmedia .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext,.frame-type-textmedia .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext{width:100%;float:none}.frame-type-textmedia.frame-layout-4{width:100%;float:none}.frame-type-textmedia.frame-layout-4.even,.frame-type-textmedia.frame-layout-4.odd{margin-left:0;margin-right:0}}.ce-uploads{padding:0;list-style-type:none;margin-left:0}.ce-uploads li{margin-bottom:.2em}.ce-uploads li .before,.ce-uploads li:before{display:none}.ce-uploads li img{width:18px;height:16px;margin-top:6px;margin-right:6px;float:left}.ce-uploads li div .ce-uploads-description{margin-left:.5em}.ce-uploads li div .ce-uploads-filesize{margin-left:.5em}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container embed,.video-container iframe,.video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.contenttable,.tabelle{width:100%;border-collapse:collapse;border-spacing:0}.contenttable td,.contenttable th,.tabelle td,.tabelle th{margin:0;padding:.4166em;vertical-align:top;border:1px solid #bbb;background:#eee}.contenttable td.tabelle-highlight,.contenttable th.tabelle-highlight,.tabelle td.tabelle-highlight,.tabelle th.tabelle-highlight{background-color:#56c0ec;color:#fff}.contenttable td.tabelle-highlight a,.contenttable th.tabelle-highlight a,.tabelle td.tabelle-highlight a,.tabelle th.tabelle-highlight a{color:#fff;text-decoration:underline}.contenttable td.tabelle-highlight a:hover,.contenttable th.tabelle-highlight a:hover,.tabelle td.tabelle-highlight a:hover,.tabelle th.tabelle-highlight a:hover{color:#fff}.contenttable th,.tabelle th{text-align:left;background:#bbb;border:1px solid #959595;color:#fff}@media only screen and (max-width:672px){.contenttable,.tabelle{display:block;position:relative;width:100%}.contenttable thead,.tabelle thead{display:block;float:left;border-bottom:1px solid #959595}.contenttable thead tr,.tabelle thead tr{display:block}.contenttable tbody,.tabelle tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}.contenttable tbody tr,.tabelle tbody tr{display:inline-block;vertical-align:top;border-right:1px solid #bbb;border-bottom:1px solid #bbb}.contenttable tbody tr.tr-even,.contenttable tbody tr.tr-odd,.tabelle tbody tr.tr-even,.tabelle tbody tr.tr-odd{margin-right:-4px}.contenttable th,.tabelle th{display:block;border-bottom:0}.contenttable td,.tabelle td{display:block;min-height:1.25em;border-left:0;border-right:0;border-bottom:0}}footer{font-size:14.22px;font-size:.79rem;line-height:1.15;margin-top:0;font-weight:400;width:100%;padding-top:2em;padding-bottom:1.5em}footer div{display:inline}footer div a{color:#777!important}footer div a div a{color:#777!important}footer ul{list-style-type:none;padding:0;display:inline-block;float:right;margin-bottom:0;width:auto;max-width:300px}footer ul li{float:right}footer ul li a{color:#009bdc}footer ul li a:hover{color:#06aaef}footer ul li.active a{color:#06aaef}footer #footer-info{float:left;color:#777}footer #footer-menu{color:#777}footer #footer-menu li a{color:#777}footer #footer-menu li.active a,footer #footer-menu li:hover a{color:#009bdc}footer:after,footer:before{content:"";display:table}footer:after{clear:both}@media only screen and (max-width:672px){footer #footer-info{display:none}}span.sprechblase{position:relative;padding:2em;color:#585858;background:#eee;zoom:1;display:block}span.sprechblase{after:''}span.sprechblase .after,span.sprechblase:after{content:'';position:absolute;top:50px;left:-25px;border-width:25px 0 0 25px;border-style:solid;border-color:#eee transparent;display:block;width:0}@media only screen and (max-width:770px){span.sprechblase{position:relative;padding:2em;color:#585858;background:#eee;zoom:1;display:block}span.sprechblase{after:''}span.sprechblase .after,span.sprechblase:after{content:'';position:absolute;top:-1.9em;left:2em;border-width:0 0 2em 2em;border-style:solid;border-color:#eee transparent;display:block;width:0}}#search{display:inline-block;float:right;width:100%}#search *{border-radius:0!important}#search>a{height:3.2em;width:3.2em;background-color:#009bdc;display:none;font-size:16px;font-size:.8888888888888888rem;line-height:1.15;margin-top:0;text-transform:none;cursor:pointer}#search form{height:3.2em;background-color:#009bdc;padding:.4em;border-bottom:1px solid #06aaef;position:relative}#search fieldset{border:none;padding:0;margin:0}#search #tx-indexedsearch-searchbox-sword{width:100%;height:2.4em;padding-left:.8em;padding-right:3.2em;margin:0;background-color:#fff;font-style:scroll;border:1px solid #009bdc!important;float:left;overflow:hidden;font-size:16px;font-size:.8888888888888888rem;margin-bottom:0;line-height:1.15;margin-top:0;text-transform:uppercase;font-weight:400;color:#777;font-style:italic;line-height:2.4em;-webkit-appearance:none;-moz-appearance:none;appearance:none}#search #tx-indexedsearch-searchbox-button-submit{height:2.4em;width:2.4em;background-image:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Images/lupe.svg');background-repeat:no-repeat;background-position:center center;background-size:1.6em;background-color:#2fbefa;border:1px solid #009bdc;position:absolute;top:.4em;right:.4em}.msie #search #mailformsubmit,.no-svg #search #mailformsubmit{background-image:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Images/lupe.png')}.tx-indexedsearch-redMarkup{color:#000}.browsebox{padding:0}.browsebox li{display:inline-block;list-style-type:none;margin-left:3px;margin-right:3px}.tx-indexedsearch-title{font-weight:400}.tx-indexedsearch-info{font-style:italic;color:#777}.tx-indexedsearch-info dt{margin-right:0;display:inline-block}.tx-indexedsearch-info dd{display:inline-block;margin-right:10px;margin-left:0}.tx-indexedsearch-percent{font-style:italic;color:#777;float:right}.tx-indexedsearch-icon,.tx-indexedsearch-rules,.tx-indexedsearch-searchbox{display:none}.tx-indexedsearch-whatis{font-size:1em;font-weight:400;margin:0;padding-bottom:5px;color:#009bdc;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#777}.cssremunit .tx-indexedsearch-whatis{font-size:1rem}.tx-indexedsearch-icon img{width:auto}@media only screen and (max-width:672px){#search{top:-15.85em;position:absolute;left:13em;z-index:200;width:50%;font-size:14.22px;font-size:.79rem;line-height:1.15;margin-top:0}#search>a{display:inline-block}#search>a img{display:block;padding:.75em}#search:not(:target)>a:last-of-type,#search:target>a:first-of-type{display:none}#search form{margin-bottom:none;display:none;position:absolute;font-size:1rem;font-weight:400;left:-10rem;right:0;margin:0}#search:target>form{display:block}#search #mailformsword{line-height:1rem!important}}@media print{#pageinfo{position:absolute!important;top:0;right:0;display:table;background-color:#fff}#qr-code{display:table-cell;width:100px}#breadcrumb-wrap{display:table-cell;vertical-align:middle}#breadcrumb-wrap b{display:none}#breadcrumb-wrap .print-only{display:inline-block}.searchform{display:none}footer ul{display:none}[role=main]{padding-top:1.5em}}@font-face{font-family:lg;src:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/lg.eot?n1z373');src:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/lg.eot?#iefixn1z373') format("embedded-opentype"),url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/lg.woff?n1z373') format("woff"),url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/lg.ttf?n1z373') format("truetype"),url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/lg.svg?n1z373#lg') format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{transform:scale3d(.5,.5,.5);opacity:0;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;transform:translate3d(0,100%,0);transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#fff}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/img/lg_vimeo-play.png') no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/img/lg_vimeo-play.png') no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/img/lg_video-play.png') no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/img/lg_youtube-play.png') no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/img/lg_youtube-play.png') no-repeat scroll 0 -60px transparent}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transform:translate3d(0,0,0);backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scale3d(1,1,1);transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transform-origin:0 0;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;transition:opacity .15s ease 0s,transform .15s ease 0s;transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;transition:opacity .15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/img/lg_loading.gif') no-repeat scroll center center transparent;display:none!important}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html{display:none}.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{backface-visibility:hidden}.lg-css3.lg-use-left .lg-item{backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}@font-face{font-family:iconset;src:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/iconset.eot?52153854');src:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/iconset.eot?52153854#iefix') format('embedded-opentype'),url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/iconset.woff2?52153854') format('woff2'),url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/iconset.woff?52153854') format('woff'),url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/iconset.ttf?52153854') format('truetype'),url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Css/Fonts/iconset.svg?52153854#iconset') format('svg');font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:iconset;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.animate-spin{animation:spin 2s infinite linear;display:inline-block}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.icon-bin:before{content:'\e800'}.icon-copy-2:before{content:'\e801'}.icon-copy-1:before{content:'\e802'}.icon-cursor-tap:before{content:'\e803'}.icon-wrench:before{content:'\e804'}.icon-upload:before{content:'\e805'}.icon-thumbs-up-1:before{content:'\e806'}.icon-thumbs-down-1:before{content:'\e807'}.icon-email:before{content:'\e808'}.icon-email-compose:before{content:'\e809'}.icon-shopping-cart-up:before{content:'\e80a'}.icon-shopping-cart-full:before{content:'\e80b'}.icon-shopping-cart:before{content:'\e80c'}.icon-shopping-cart-down:before{content:'\e80d'}.icon-print-text:before{content:'\e80e'}.icon-home-2:before{content:'\e80f'}.icon-cog:before{content:'\e810'}.icon-cog-double-1:before{content:'\e811'}.icon-cog-double-2:before{content:'\e812'}.icon-search:before{content:'\e813'}.icon-navigation-drawer-2:before{content:'\e814'}.icon-expand-1:before{content:'\e815'}.icon-expand-vertical-2:before{content:'\e816'}.icon-expand-horizontal-2:before{content:'\e817'}.icon-expand-diagonal-4:before{content:'\e818'}.icon-expand-diagonal-3:before{content:'\e819'}.icon-expand-diagonal-2:before{content:'\e81a'}.icon-shrink-diagonal-2:before{content:'\e81b'}.icon-shrink-diagonal-1:before{content:'\e81c'}.icon-shrink-1:before{content:'\e81d'}.icon-zoom-in:before{content:'\e81e'}.icon-zoom-out:before{content:'\e81f'}.icon-synchronize-1:before{content:'\e820'}.icon-synchronize-3:before{content:'\e821'}.icon-synchronize-4:before{content:'\e822'}.icon-synchronize-6:before{content:'\e823'}.icon-transfer-1:before{content:'\e824'}.icon-transfer-2:before{content:'\e825'}.icon-transfer-3:before{content:'\e826'}.icon-transfer-4:before{content:'\e827'}.icon-add-1:before{content:'\e828'}.icon-subtract-1:before{content:'\e829'}.icon-subtract-2:before{content:'\e82a'}.icon-remove-2:before{content:'\e82b'}.icon-add-2:before{content:'\e82c'}.icon-add-box:before{content:'\e82d'}.icon-arrow-box-down-3:before{content:'\e82e'}.icon-arrow-box-down-4:before{content:'\e82f'}.icon-arrow-box-down-5:before{content:'\e830'}.icon-arrow-box-left-3:before{content:'\e831'}.icon-arrow-box-left-4:before{content:'\e832'}.icon-arrow-box-left-5:before{content:'\e833'}.icon-arrow-box-right-3:before{content:'\e834'}.icon-arrow-box-right-4:before{content:'\e835'}.icon-arrow-box-right-5:before{content:'\e836'}.icon-arrow-box-up-3:before{content:'\e837'}.icon-arrow-box-up-4:before{content:'\e838'}.icon-arrow-box-up-5:before{content:'\e839'}.icon-subtract-box:before{content:'\e83a'}.icon-remove-box:before{content:'\e83b'}.icon-volume-off-1:before{content:'\e83c'}.icon-eject-button:before{content:'\e83d'}.icon-control-stop:before{content:'\e83e'}.icon-control-rewind:before{content:'\e83f'}.icon-control-record:before{content:'\e840'}.icon-control-previous:before{content:'\e841'}.icon-control-play:before{content:'\e842'}.icon-control-pause:before{content:'\e843'}.icon-control-next:before{content:'\e844'}.icon-control-fast-forward:before{content:'\e845'}.icon-control-eject:before{content:'\e846'}.icon-spin3:before{content:'\e847'}.icon-informiert-bleiben:before{content:'\e848'}.icon-attention:before{content:'\e849'}.icon-login:before{content:'\e84a'}.icon-logout:before{content:'\e84b'}.icon-arrow-circle-up-01:before{content:'\e84c'}.icon-navigation-before-2:before{content:'\e84d'}.icon-navigation-next-2:before{content:'\e84e'}.icon-arrow-circle-down-01:before{content:'\e84f'}.icon-volume-up-1:before{content:'\e850'}.icon-volume-medium-1:before{content:'\e851'}.icon-volume-max-1:before{content:'\e852'}.icon-volume-low-1:before{content:'\e853'}.icon-volume-down-1:before{content:'\e854'}.icon-rewind-button:before{content:'\e855'}.icon-fast-forward-button:before{content:'\e856'}.icon-sopt-button:before{content:'\e857'}.icon-record-button:before{content:'\e858'}.icon-previous-button:before{content:'\e859'}.icon-play-button:before{content:'\e85a'}.icon-pause-button:before{content:'\e85b'}.icon-next-button:before{content:'\e85c'}.icon-play-button-1:before{content:'\e85d'}.icon-account-group-1:before{content:'\e85e'}.icon-account-group-4:before{content:'\e85f'}.icon-account-group-5:before{content:'\e860'}.icon-calendar:before{content:'\e861'}.icon-asterisk-1:before{content:'\e862'}.icon-asterisk-2:before{content:'\e863'}.icon-computer-imac-1:before{content:'\e864'}.icon-clock:before{content:'\e865'}.icon-check-circle-1:before{content:'\e866'}.icon-check-box-1:before{content:'\e867'}.icon-check-1:before{content:'\e868'}.icon-chat-double-bubble-4:before{content:'\e869'}.icon-language:before{content:'\e86a'}.icon-business-man-1:before{content:'\e86b'}.icon-bubble-chat-typing-3:before{content:'\e86c'}.icon-bubble-chat-information-2:before{content:'\e86d'}.icon-bubble-chat-exclamation-2:before{content:'\e86e'}.icon-bubble-chat-2:before{content:'\e86f'}.icon-bubble-chat-1:before{content:'\e870'}.icon-book-open-2:before{content:'\e871'}.icon-bookmark-all-1:before{content:'\e872'}.icon-bookmark-4:before{content:'\e873'}.icon-bookmark-1:before{content:'\e874'}.icon-book-contact-1:before{content:'\e875'}.icon-barrier-free:before{content:'\e876'}.icon-at-sign:before{content:'\e877'}.icon-computer-notebook-1:before{content:'\e878'}.icon-computer-notebook-2:before{content:'\e879'}.icon-discount:before{content:'\e87a'}.icon-events:before{content:'\e87b'}.icon-factory:before{content:'\e87c'}.icon-flash-1:before{content:'\e87d'}.icon-question:before{content:'\e87e'}.icon-folder-2:before{content:'\e87f'}.icon-folder-medium:before{content:'\e880'}.icon-folder-network-2:before{content:'\e881'}.icon-help:before{content:'\e882'}.icon-document:before{content:'\e883'}.icon-arrow-light:before{content:'\e884'}.icon-globe-2:before{content:'\e885'}.icon-globe-3:before{content:'\e886'}.icon-graph-bar-2:before{content:'\e887'}.icon-graph-bar-decrease:before{content:'\e888'}.icon-graph-bar-increase:before{content:'\e889'}.icon-graph-bar-line:before{content:'\e88a'}.icon-graph-pie-1:before{content:'\e88b'}.icon-location-pin-remove-4:before{content:'\e88c'}.icon-location-pin-favorite-4:before{content:'\e88d'}.icon-location-pin-add-5:before{content:'\e88e'}.icon-location-pin-add-3:before{content:'\e88f'}.icon-location-pin-2:before{content:'\e890'}.icon-loading-1:before{content:'\e891'}.icon-link-3:before{content:'\e893'}.icon-infomation-circle:before{content:'\e896'}.icon-id-card-double:before{content:'\e897'}.icon-id-card-3:before{content:'\e898'}.icon-home-1:before{content:'\e899'}.icon-hierarchy-3:before{content:'\e89a'}.icon-hand-kindle:before{content:'\e89c'}.icon-group-global:before{content:'\e89d'}.icon-group-chat:before{content:'\e89e'}.icon-graph-pie-2:before{content:'\e89f'}.icon-location-pin-subtract-3:before{content:'\e8a0'}.icon-location-pin-subtract-5:before{content:'\e8a1'}.icon-lock-close-1:before{content:'\e8a2'}.icon-lock-open-1:before{content:'\e8a3'}.icon-logo-rss:before{content:'\e8a4'}.icon-network-computers-2:before{content:'\e8a5'}.icon-network-world:before{content:'\e8a6'}.icon-paperclip-1:before{content:'\e8a7'}.icon-parking:before{content:'\e8a8'}.icon-pencil-1:before{content:'\e8a9'}.icon-person-2:before{content:'\e8aa'}.icon-person-add-2:before{content:'\e8ab'}.icon-person-block-2:before{content:'\e8ac'}.icon-person-check-2:before{content:'\e8ad'}.icon-person-edit-2:before{content:'\e8ae'}.icon-person-favorite-star-2:before{content:'\e8af'}.icon-person-remove-2:before{content:'\e8b0'}.icon-person-subtract-2:before{content:'\e8b1'}.icon-person-view-2:before{content:'\e8b2'}.icon-task-checklist:before{content:'\e8b5'}.icon-window-application-1:before{content:'\e8b6'}.icon-window-1:before{content:'\e8b7'}.icon-window-pulse-1:before{content:'\e8b8'}.icon-window-list-1:before{content:'\e8b9'}.icon-navigation-show-more-1:before{content:'\e8bb'}.icon-alarm:before{content:'\e8bc'}.icon-user-chat-5:before{content:'\e8bd'}.icon-view-1:before{content:'\e8be'}.icon-megaphone-1:before{content:'\e8bf'}.icon-scale:before{content:'\e8c0'}.icon-retirement:before{content:'\e8c1'}.icon-rank-army-star-badge-2:before{content:'\e8c2'}.icon-rank-army-star-2:before{content:'\e8c3'}.icon-rank-army-star-1:before{content:'\e8c4'}.icon-quote-2:before{content:'\e8c5'}.icon-quote-1:before{content:'\e8c6'}.icon-projector-screen:before{content:'\e8c7'}.icon-transfer-folder:before{content:'\e8c8'}.icon-smartphone-iphone:before{content:'\e8c9'}.icon-window-code-1:before{content:'\e8ca'}.icon-transfer-computers-1:before{content:'\e8cb'}.icon-window-sync:before{content:'\e8cc'}.icon-user-chat-1:before{content:'\e8cd'}.icon-heart:before{content:'\e8ce'}.icon-task-check-2:before{content:'\e8cf'}.icon-logo-xing:before{content:'\e8d0'}.icon-logo-twitter:before{content:'\e8d1'}.icon-logo-twitter-bird:before{content:'\e8d2'}.icon-logo-you-tube:before{content:'\e8d3'}.icon-logo-pinterest:before{content:'\e8d4'}.icon-logo-youtube-clip:before{content:'\e8d5'}.icon-logo-linkedin:before{content:'\e8d6'}.icon-logo-google-plus-1:before{content:'\e8d7'}.icon-logo-facebook:before{content:'\e8d8'}.icon-news-article:before{content:'\e8d9'}.icon-newspaper:before{content:'\e8da'}.icon-video-clip-2:before{content:'\e8db'}.icon-file-module-edit:before{content:'\e8dc'}.icon-file-lock-1:before{content:'\e8dd'}.icon-file-line-graph:before{content:'\e8de'}.icon-file-keynote:before{content:'\e8df'}.icon-file-acrobat:before{content:'\e8e0'}.icon-file-add-1:before{content:'\e8e1'}.icon-file-bar-graph:before{content:'\e8e2'}.icon-file-block-1:before{content:'\e8e3'}.icon-file-check-1:before{content:'\e8e4'}.icon-file-delete-1:before{content:'\e8e5'}.icon-file-download-1:before{content:'\e8e6'}.icon-file-edit-1:before{content:'\e8e7'}.icon-file-excel:before{content:'\e8e8'}.icon-file-favorite-star-1:before{content:'\e8e9'}.icon-file-format-mp3:before{content:'\e8ea'}.icon-file-format-mp4:before{content:'\e8eb'}.icon-file-format-zip:before{content:'\e8ec'}.icon-file-graph-pie:before{content:'\e8ed'}.icon-file-hierarchy:before{content:'\e8ee'}.icon-file-highlight:before{content:'\e8ef'}.icon-file-video-1:before{content:'\e8f0'}.icon-file-upload-1:before{content:'\e8f1'}.icon-file-text-document:before{content:'\e8f2'}.icon-file-text-chart:before{content:'\e8f3'}.icon-file-table:before{content:'\e8f4'}.icon-file-sync-1:before{content:'\e8f5'}.icon-file-subtract-1:before{content:'\e8f6'}.icon-file-stamp:before{content:'\e8f7'}.icon-file-setting-1:before{content:'\e8f8'}.icon-file-rtf:before{content:'\e8f9'}.icon-file-refresh-1:before{content:'\e8fa'}.icon-file-powerpoint-show:before{content:'\e8fb'}.icon-file-powerpoint:before{content:'\e8fc'}.icon-file-picture:before{content:'\e8fd'}.icon-file-pdf:before{content:'\e8fe'}.icon-file-notepad:before{content:'\e8ff'}.icon-file-new-3:before{content:'\e900'}.icon-file-new-2:before{content:'\e901'}.icon-file-new-1:before{content:'\e902'}.icon-file-music-1:before{content:'\e903'}.icon-file-view-1:before{content:'\e904'}.icon-file-warning-1:before{content:'\e905'}.icon-file-words:before{content:'\e906'}.icon-file-zipped:before{content:'\e907'}.icon-picture-1:before{content:'\e908'}.icon-picture-2:before{content:'\e909'}.icon-picture-3:before{content:'\e90a'}.icon-plus-circled:before{content:'\e90b'}.icon-cancel-circled:before{content:'\e90c'}.icon-ok-circled:before{content:'\e90d'}.icon-minus-circled:before{content:'\e90e'}.icon-star:before{content:'\e90f'}.icon-star-empty:before{content:'\e910'}.icon-heart-1:before{content:'\e911'}.icon-heart-empty:before{content:'\e912'}.icon-star-half:before{content:'\e913'}.icon-clock-1:before{content:'\e914'}.icon-user:before{content:'\e915'}.icon-users:before{content:'\e916'}.icon-lock:before{content:'\e917'}.icon-camera:before{content:'\e918'}.icon-block:before{content:'\e919'}.icon-thumbs-up:before{content:'\e91a'}.icon-thumbs-down:before{content:'\e91b'}.icon-home:before{content:'\e91c'}.icon-off:before{content:'\e91d'}.icon-chat:before{content:'\e91e'}.icon-mehr:before{content:'\e91f'}.icon-kontakt:before{content:'\e921'}.icon-download:before{content:'\e922'}.icon-ccw:before{content:'\e923'}.icon-status-negativ:before{content:'\e924'}.icon-zeiten:before{content:'\e926'}.icon-radiobutton:before{content:'\e927'}.icon-hinweis:before{content:'\e928'}.icon-fehler:before{content:'\e929'}.icon-filter:before{content:'\e92a'}.icon-checker:before{content:'\e92b'}.icon-faq:before{content:'\e92c'}.icon-persoenlicher-bereich:before{content:'\e92d'}.icon-konfigurator:before{content:'\e92e'}.icon-adresse:before{content:'\e92f'}.icon-suche:before{content:'\e930'}.icon-telefon:before{content:'\e931'}.icon-arrow-right:before{content:'\e932'}.icon-arrow-down:before{content:'\e933'}.icon-arrow-up:before{content:'\e934'}.icon-close-1:before{content:'\e935'}.icon-arrow-left:before{content:'\e936'}.icon-facebook-messenger:before{content:'\e938'}.icon-threema:before{content:'\e939'}.icon-linkarrow:before{content:'\e93a'}.icon-infomation-circle-light:before{content:'\e93b'}.icon-translate:before{content:'\e93c'}.icon-right:before{content:'\e93d'}.icon-left:before{content:'\e93e'}.icon-down:before{content:'\e93f'}.icon-up:before{content:'\e940'}.icon-right-open:before{content:'\f006'}.icon-left-open:before{content:'\f007'}.icon-lightbulb:before{content:'\f0eb'}.icon-download-cloud:before{content:'\f0ed'}.icon-upload-cloud:before{content:'\f0ee'}.icon-circle-empty:before{content:'\f10c'}.icon-circle:before{content:'\f111'}.icon-star-half-alt:before{content:'\f123'}.icon-lock-open-alt:before{content:'\f13e'}.icon-thumbs-up-alt:before{content:'\f164'}.icon-thumbs-down-alt:before{content:'\f165'}.icon-youtube:before{content:'\f167'}.icon-instagram:before{content:'\f16d'}.icon-tumblr:before{content:'\f173'}.icon-tumblr-squared:before{content:'\f174'}.icon-skype:before{content:'\f17e'}.icon-vkontakte:before{content:'\f189'}.icon-dot-circled:before{content:'\f192'}.icon-vimeo-squared:before{content:'\f194'}.icon-slack:before{content:'\f198'}.icon-stumbleupon:before{content:'\f1a4'}.icon-wechat:before{content:'\f1d7'}.icon-circle-thin:before{content:'\f1db'}.icon-share:before{content:'\f1e0'}.icon-toggle-off:before{content:'\f204'}.icon-toggle-on:before{content:'\f205'}.icon-facebook-official:before{content:'\f230'}.icon-whatsapp:before{content:'\f232'}.icon-get-pocket:before{content:'\f265'}.icon-safari:before{content:'\f267'}.icon-chrome-1:before{content:'\f268'}.icon-firefox-1:before{content:'\f269'}.icon-opera-1:before{content:'\f26a'}.icon-internet-explorer:before{content:'\f26b'}.icon-commenting-o:before{content:'\f27b'}.icon-bluetooth-b:before{content:'\f294'}.icon-viber:before{content:'\f2a0'}.icon-google-plus-circle:before{content:'\f2b3'}.icon-telegram:before{content:'\f2c6'}#nav{width:100%;position:relative;z-index:100;clear:both}#nav ul{list-style-type:none;padding:0;margin-bottom:0}#nav>button{display:none}#nav li{position:relative}#nav li a{color:#fff;display:block;text-decoration:none;cursor:pointer}#nav .parent>a span:after{width:0;height:0;border:.313em solid transparent;border-bottom:none;border-top-color:#fff;content:'';vertical-align:middle;display:inline-block;position:relative;right:-.313em}#nav>ul>li{width:14.285%;height:3.2em;float:left;display:table;background-color:#009bdc}#nav>ul>li>a{font-size:17.072px;font-size:.9484444444444444rem;line-height:1.15;margin-top:0;font-weight:400;color:#fff;height:100%;width:100%;text-align:center;display:table-cell;vertical-align:middle}#nav>ul>li>a>span{height:100%}#nav>ul>li:not(:last-child)>a{border-right:1px solid #06aaef}#nav li ul{background-color:#06aaef;display:none;position:absolute;top:100%;left:0;right:0}#nav li ul a{font-size:14.22px;font-size:.79rem;margin-bottom:0;line-height:1.15;margin-top:0;text-transform:uppercase;font-weight:400;color:#fff;text-transform:none;border-top:1px solid #009bdc;padding:.75em}#nav li ul .parent>a span:after{width:0;height:0;border:.313em solid transparent;border-right:none;border-left-color:#fff;content:'';vertical-align:middle;display:inline-block;position:relative;right:-.4em}#nav li ul li ul{position:absolute;display:none;margin-left:100%;top:0;width:100%}#nav li ul li ul li a{border-top:1px solid #06aaef}#nav li ul li ul li:first-child a{border-top:1px solid transparent}#nav li ul li ul.wide-submenu{width:200%;margin-top:1px}#nav li ul li ul.wide-submenu li{width:50%;float:left}#nav li ul li ul.wide-submenu li:nth-child(2) a{border-top:1px solid #1bb8f9}#nav li ul li ul.wide-submenu li:nth-child(odd) a{border-right:1px solid #06aaef}#nav li ul li ul .parent span:after{width:0;height:0;border:none;border-right:none;border-left-color:transparent;content:'';vertical-align:middle;display:inline-block;position:relative;right:0}#nav li ul li li{background-color:#1bb8f9}#nav li ul li li a{text-indent:.75em}.no-touchevents #nav li:hover>ul{display:block}.no-touchevents #nav li a:active{background-color:#0077a9!important}.no-touchevents #nav>ul>li:hover>a{background-color:#06aaef}.no-touchevents #nav>ul>li.active{background-color:#06aaef}.no-touchevents #nav li ul li:hover>a{background-color:#1bb8f9}.no-touchevents #nav li ul li.active{background-color:#1bb8f9}.no-touchevents #nav li ul li li:hover>a{background-color:#2abcfa}.no-touchevents #nav li ul li li.active{background-color:#2abcfa}@media only screen and (min-width:1030px){.touch #nav li:hover>ul{display:block}}@media only screen and (min-width:672px) and (max-width:1030px){#nav li:hover>ul{display:block}}@media only screen and (min-width:672px){#nav li ul li ul{background-color:transparent}#nav>ul{display:block!important}#nav>ul>li:hover>a{background-color:#06aaef}#nav>ul>li.active{background-color:#06aaef}}@media only screen and (max-width:672px){#nav{position:relative;top:auto;left:auto;width:100%;top:51.2px}#nav>button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;line-height:40.96px;margin-bottom:0;width:7.25em;height:51.2px;text-align:left;text-indent:51.2px;color:#fff;text-decoration:none;background-color:#009bdc;position:relative;display:table;float:right;top:-51.2px}#nav>button span{display:table-cell;vertical-align:middle}#nav>button span:after{width:0;height:0;border:none;right:0}#nav>button:after{position:absolute;top:30%;left:.8em;content:'';border-bottom:11px double #fff;border-top:4px solid #fff;height:18px;width:24px}#nav>ul{height:auto;display:none;position:absolute;left:0;right:0;margin:3em 0 0 0;top:0}#nav>ul>li{width:100%;float:none;height:auto;background-color:#009bdc}#nav>ul>li>a{height:auto;text-align:left;padding:.75em;display:block;font-size:16px;font-size:.8888888888888888rem;margin-bottom:0;line-height:1.15;margin-top:0;text-transform:uppercase;font-weight:400;color:#fff;text-transform:none}#nav>ul>li>a .parent span:after{border-top-color:#fff}#nav>ul>li:not(:last-child)>a{border-right:none;border-bottom:1px solid #009bdc}#nav>ul>li.touched>a .parent span:after{border-top-color:transparent;border-left-color:#fff;border-bottom:.313em solid transparent;right:-.5em;top:-.15em}#nav li ul{position:static;padding:1.25em;padding-top:0;padding-bottom:.5em}#nav li ul li{height:auto}#nav li ul li a{display:block;height:auto}#nav li ul li:first-child a{border-top:none}#nav li ul .parent span:after{width:0;height:0;border:.313em solid transparent;border-bottom:none;border-top-color:#fff;content:'';vertical-align:middle;display:inline-block;position:relative;right:-.313em}#nav li ul li ul{position:static;margin-left:0;margin-top:0;width:100%;padding:0}#nav li ul li ul li{border-top:1px solid #06aaef}#nav li ul li ul li a{border-top:none}#nav li ul li ul.wide-submenu{width:100%;margin-top:0}#nav li ul li ul.wide-submenu li{width:100%;float:none}#nav li ul li ul.wide-submenu li:nth-child(2) a{border-top:none}#nav li ul li ul.wide-submenu li:nth-child(odd) a{border-right:none}#nav li ul li ul .parent span:after{width:0;height:0;border:.313em solid transparent;border-bottom:none;border-top-color:#fff;content:'';vertical-align:middle;display:inline-block;position:relative;right:-.313em}#nav li ul li ul li ul{padding:.5em;background-color:#2fbefa}#nav li ul li ul li ul li{background-color:#2fbefa;border-top:none}#nav li ul li ul li ul li:not(:last-child)>a{border-right:none;border-bottom:1px solid #16b6f9}.no-touchevents li:hover>ul,.touched>ul,a.touched~ul{display:block!important}}@media only screen and (max-width:672px) and (orientation:landscape){#nav>ul{width:60%;margin-left:40%;right:0}}@media print{#nav{display:none}}.news{position:relative}.news .clear{clear:both}.news a{color:#009bdc!important}.news .nav ul{float:left;display:inline;margin:0}.news .nav li{float:left}.news .nav a{float:left;display:block}.news .nav:after{content:".";display:block;height:0;clear:both;visibility:hidden}.news .article{margin-bottom:1em;margin-bottom:2em}.news .article:last-child{margin-bottom:0}.news .article:after{content:".";display:block;height:0;clear:both;visibility:hidden}.news .article .news-img-wrap{float:left}.news .article .news-img-wrap .mediaelement-image{display:none}.news .article .news-img-wrap .mediaelement-image:first-child{display:block}.news .article .news-img-wrap a{display:block;float:left;padding:.45em 1em .45em 0}.news .article .news-img-wrap img{float:left;height:auto}.news .article h3,.news .article h4{margin-bottom:.5em;margin-bottom:.5rem}.news .article .teaser-text{margin:0}.news .article .teaser-text p{margin:0}.news .article .footer{font-size:16px;font-size:.8888888888888888rem;margin-bottom:0;line-height:1.15;margin-top:0;text-transform:uppercase;font-weight:400;color:#777;margin-top:.7em;clear:both}.news .article .footer p{margin:0}.news .article .footer span{display:inline-block;padding-right:.5em;margin-right:.5em;border-right:1px solid #919191}.news .article .footer span:last-child{border-right:none}.news .article .footer .news-category a{text-transform:uppercase}.news .page-navigation p{float:left;margin-bottom:0}.news .page-navigation ul{float:right}.news .page-navigation ul li{float:left;display:block;padding:0 2px 0 2px;background:0 0}.news .page-navigation ul li:before{content:'';display:none}.news .page-navigation ul li.current:before{content:'';display:none}.news .page-navigation ul li a{display:block}.news .no-news-found{color:red}.news .more,.news .more-link{position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;cursor:pointer;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#fff!important;background-color:#009bdc;margin-top:.5em;margin-bottom:.5em}.news .more a,.news .more-link a{color:#fff!important}.news .more a:hover,.news .more-link a:hover{color:#fff!important}.news .news-backlink-wrap a{position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;cursor:pointer;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#fff!important;background-color:#009bdc;margin-top:.5em;margin-bottom:.5em}.news .news-backlink-wrap a a{color:#fff!important}.news .news-backlink-wrap a a:hover{color:#fff!important}.news .facebook{width:100%;position:relative}.news .facebook .like,.news .facebook .share,.news .facebook .twitter{display:inline-block;margin-right:1em;margin-top:2em}.news .share{padding-right:1em}.news-category-view ul li{padding:5px 8px}.news-category-view ul li ul li{padding:2px 8px 2px 12px}.news-category-view>ul>li:nth-child(even){background:#fff}.news-category-view .category-desc{padding-left:10px;margin-left:10px;border-left:1px solid #eee}.news-browsebox{margin:15px 0;padding-top:10px;border-top:1px solid #eee}.news-browsebox ul li{margin:0 5px}.news-browsebox ul .prev{margin-right:20px;margin-left:0}.news-browsebox ul .current-page a{font-weight:700}.news-browsebox ul .next{margin-left:20px;margin-right:0}.news-list-view{position:relative;margin-bottom:2em}.news-list-view .article{width:100%}.news-list-view .article .news-img-wrap{width:20%;float:left}.news-list-view .article .more{margin-bottom:0}.news-list-view .article .footer{display:none!important}.news-list-view .article h3{font-size:20.738px;font-size:1.152111111111111rem;margin-bottom:1.4321535345742116rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}.news-single .article:last-child{margin-bottom:2em}.news-single .article h3{margin-bottom:1em;margin-bottom:1rem}.news-single .article .news-text-wrap{width:65%;margin-right:5%}.news-single .article .news-img-wrap{float:right;width:30%;margin:0 0 0 2em}.news-single .article .news-img-wrap img{float:none}.news-single .article .news-img-wrap .outer{display:none}.news-single .article .news-img-wrap .outer:first-child{display:block;float:left;position:relative}.news-single .article .news-img-wrap .outer:first-child:after{content:"» mehr Bilder";position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#009bdc!important;background-color:#fff;position:absolute;bottom:1em;right:2em;top:inherit;left:inherit;line-height:1.5em;width:7.5em;height:2.5em;pointer-events:none;cursor:pointer}.news-single .article .news-img-wrap .outer:first-child:after a{color:#009bdc!important}.news-single .article .news-img-wrap .outer:first-child:after a:hover{color:#009bdc!important}.news-single .article .news-img-wrap .outer:only-child:after{content:'';display:none}.news-single .article .footer{margin-bottom:1.5em;margin-top:.5em;padding:.5em 0 0 0;border-bottom:0;border-top:1px solid #eee}.news-single .article .teaser-text{color:#777;margin-bottom:1.65rem}.news-img-caption{font-size:16px;font-size:.8888888888888888rem;margin-bottom:.0625rem;line-height:1.15;margin-top:0;text-transform:uppercase;font-weight:400;color:#777}.news-related-wrap{display:table;margin-top:2em;width:100%}.news-related{width:50%;padding-bottom:1em;display:table-cell}.news-related ul{padding-left:1em;list-style-type:square}.news-related ul li span{border-right:1px solid #eee;display:inline-block;margin-right:8px;padding-right:8px;color:#585858}.news-related ul li span:last-child{border-right:0;padding-right:0}.news-related h4{font-size:18.216px;font-size:1.012rem;margin-bottom:1.6304347826086956rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase}.news-related-files ul li{margin-bottom:20px}.news-related-files .news-related-files-link .jpg{background-position:0 0}.news-clear{clear:both}.news-menu-view>ul{list-style-type:none;padding:0;font-weight:700}.news-menu-view>ul ul{list-style-type:square;font-weight:400;padding-left:1em}.category-select{display:inline-block;position:relative;z-index:10;margin-bottom:1.65em}.category-select span{position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;cursor:pointer;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#fff!important;background-color:#009bdc}.category-select span a{color:#fff!important}.category-select span a:hover{color:#fff!important}.category-select span:after{width:0;height:0;border:.313em solid transparent;border-bottom:none;border-top-color:#fff;content:'';vertical-align:middle;display:inline-block;position:relative;right:-.313em}.category-select ul{display:none;padding:0;margin:0;position:absolute;left:0;text-align:left}.category-select ul li{position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;cursor:pointer;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#fff!important;background-color:#009bdc;width:100%}.category-select ul li a{color:#fff!important}.category-select ul li a:hover{color:#fff!important}.category-select ul li a{font-weight:400}.category-select.active ul{display:block}@media only screen and (max-width:672px){.news-list-view .article{float:none;width:100%;margin-right:0;margin-bottom:2em}.news-list-view .article:last-of-type{margin-bottom:0}.news-single .article .news-img-wrap{float:none;position:relative;margin:.5em 0 1.5em 0;width:100%}.news-single .article .news-img-wrap a{float:none}.news-single .article .news-text-wrap{width:100%;margin-right:0}}.news-list-archive .article{margin-bottom:2.8em}.tx-powermail{width:100%;position:relative;margin-bottom:2em}.tx-powermail *{color:#585858!important}.tx-powermail .highlight{color:#009bdc!important}.tx-powermail h3{display:none}.tx-powermail fieldset{border:none;margin:0;padding:0}.tx-powermail .powermail_legend{display:none}.tx-powermail .powermail_fieldwrap{width:100%;clear:both;position:relative}.tx-powermail .powermail_label{width:25%;float:left;display:block;margin:0;padding-top:8px;padding-bottom:8px;height:2.5em}.tx-powermail .powermail_fieldwrap_file_inner,.tx-powermail .powermail_fieldwrap_type_check .powermail_field,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field,.tx-powermail .powermail_input,.tx-powermail .powermail_select,.tx-powermail .powermail_textarea{width:70%;margin-left:5%;float:left;display:block;margin-bottom:2%}.tx-powermail .powermail_fieldwrap_type_check .powermail_field:after,.tx-powermail .powermail_fieldwrap_type_check .powermail_field:before,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field:after,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field:before{content:"";display:table}.tx-powermail .powermail_fieldwrap_type_check .powermail_field:after,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field:after{clear:both}.tx-powermail .powermail_fieldwrap_type_check .powermail_field .checkbox,.tx-powermail .powermail_fieldwrap_type_check .powermail_field .radio,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field .checkbox,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field .radio{float:left;margin-right:1em}.tx-powermail .powermail_fieldwrap_type_check .powermail_field .checkbox .prettycheckbox,.tx-powermail .powermail_fieldwrap_type_check .powermail_field .checkbox .prettyradio,.tx-powermail .powermail_fieldwrap_type_check .powermail_field .radio .prettycheckbox,.tx-powermail .powermail_fieldwrap_type_check .powermail_field .radio .prettyradio,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field .checkbox .prettycheckbox,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field .checkbox .prettyradio,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field .radio .prettycheckbox,.tx-powermail .powermail_fieldwrap_type_radio .powermail_field .radio .prettyradio{display:inline-block}.tx-powermail .powermail_fieldwrap_file_inner,.tx-powermail .powermail_input,.tx-powermail .powermail_textarea{background-color:#fff!important;border:1px solid #bbb}.tx-powermail .powermail_fieldwrap_file_inner[disabled],.tx-powermail .powermail_input[disabled],.tx-powermail .powermail_textarea[disabled]{background-color:#eee!important;border:1px solid #eee!important;color:#777!important}.tx-powermail .powermail_fieldwrap_file_inner,.tx-powermail .powermail_input,.tx-powermail .powermail_select,.tx-powermail .powermail_textarea{background:#fff;padding:8px 10px;position:relative;height:2.5em}.tx-powermail .powermail_textarea{height:8em}.tx-powermail .powermail_file{width:100%;border:none;background:#fff}.tx-powermail .powermail_submit{float:right}.tx-powermail .powermail_fieldwrap_text{margin-bottom:1.65em}.tx-powermail .mandatory{color:#0077a9!important}.tx-powermail .ajaxSubmit{padding:20px;background:#009bdc;border:1px solid #bbb;display:none}.tx-powermail .inputContainer{position:relative;float:left}.tx-powermail .formErrorInsideDialog.formError{z-index:5000}.tx-powermail .formErrorInsideDialog.formError .formErrorContent{z-index:5001}.tx-powermail .formErrorInsideDialog.formError .formErrorArrow{z-index:5006}.tx-powermail .formError{position:absolute;top:300px;left:300px;display:block;cursor:pointer;z-index:990}.tx-powermail .formError .formErrorContent{z-index:991;width:100%;position:relative;width:200px;border:none;padding:.5em;background:#009bdc;font-size:14.22px;font-size:.79rem;margin-bottom:0;line-height:1.15;margin-top:0;text-transform:uppercase;font-weight:400;color:#fff}.tx-powermail .formError .formErrorArrowBottom{box-shadow:none;margin:0 0 0 12px;top:0}.tx-powermail .formError .formErrorArrowBottom div{box-shadow:none}.tx-powermail .formError .formErrorArrow{z-index:996;width:15px;margin:-2px 0 0 13px;position:relative}.tx-powermail .formError .formErrorArrow div{border:none;height:1px;margin:0 auto;line-height:0;font-size:0;display:block;background:#009bdc}.tx-powermail .formError .formErrorArrow .line10{width:15px;border:none}.tx-powermail .formError .formErrorArrow .line9{width:13px;border:none}.tx-powermail .formError .formErrorArrow .line8{width:11px}.tx-powermail .formError .formErrorArrow .line7{width:9px}.tx-powermail .formError .formErrorArrow .line6{width:7px}.tx-powermail .formError .formErrorArrow .line5{width:5px}.tx-powermail .formError .formErrorArrow .line4{width:3px}.tx-powermail .formError .formErrorArrow .line3{width:1px;border:none}.tx-powermail .formError .formErrorArrow .line2{width:3px;border:none;background:#ddd}.tx-powermail .formError .formErrorArrow .line1{width:1px;border:none;background:#ddd}.tx-powermail input[type=button],.tx-powermail input[type=reset],.tx-powermail input[type=submit]{position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;cursor:pointer;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#fff!important;background-color:#009bdc;border:1px solid #009bdc}.tx-powermail input[type=button] a,.tx-powermail input[type=reset] a,.tx-powermail input[type=submit] a{color:#fff!important}.tx-powermail input[type=button] a:hover,.tx-powermail input[type=reset] a:hover,.tx-powermail input[type=submit] a:hover{color:#fff!important}.tx-powermail .powermail_submit:disabled{background-color:#eee}.powermail_tabmenu{padding:0}.powermail_tabmenu li{position:relative;top:0;left:0;margin:0;padding:.5em .7em;line-height:100%;cursor:pointer;width:auto;overflow:visible;text-decoration:none;vertical-align:middle;box-sizing:border-box;display:inline-block;zoom:1;font-weight:400;border:none;color:#fff!important;background-color:#009bdc;background-color:#bbb;margin-right:1em}.powermail_tabmenu li a{color:#fff!important}.powermail_tabmenu li a:hover{color:#fff!important}.powermail_tabmenu li.act{background-color:#009bdc}.prettycheckbox,.prettyradio{display:table-cell;padding:0;margin:0;vertical-align:middle}.prettycheckbox a,.prettyradio a{width:30px;height:30px;background:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Images/formelements.png') top left no-repeat;display:block;float:left;cursor:pointer;margin:0}.prettyradio a{background-position:0 -120px}.prettycheckbox a:focus,.prettyradio a:focus{outline:0 none}.prettycheckbox a:focus{background-position:0 -30px}.prettyradio a:focus{background-position:0 -150px}.prettycheckbox a.checked{background-position:0 -60px}.prettyradio a.checked{background-position:0 -180px}.prettycheckbox a.checked:focus{background-position:0 -90px}.prettyradio a.checked:focus{background-position:0 -210px}.powermail_check_inner{height:2.5em}.powermail_check_inner label,.powermail_radio_inner label{height:2.5em;display:block;float:left;line-height:2.8}.customStyleSelectBox{width:70%;margin-left:5%;float:left;display:block;margin-bottom:2%;background-color:#fff;border:1px solid #bbb;position:relative;padding:8px 10px;background-image:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Images/arrow-down.svg');background-size:15px 13px;background-repeat:no-repeat;background-position:95% center}.no-svg .customStyleSelectBox{background-image:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Images/arrow-down.png')}.powermail_fieldwrap_type_select select{height:2.5em!important;position:absolute!important;top:0;right:0;z-index:10}#ui-datepicker-div{z-index:10}#ui-datepicker-div .ui-datepicker-next span,#ui-datepicker-div .ui-datepicker-prev span{text-indent:9999px}.powermail_date{width:70%;margin-left:5%;float:left;display:block;margin-bottom:2%;background-color:#fff!important;border:1px solid #bbb;padding:8px 10px;position:relative;height:2.5em}@media only screen and (max-width:420px) and (orientation:portrait){.tx-powermail .powermail_label{width:100%;float:none;height:auto}.tx-powermail .customStyleSelectBox,.tx-powermail .powermail_check_outer,.tx-powermail .powermail_fieldwrap_file_inner,.tx-powermail .powermail_input,.tx-powermail .powermail_radio_outer,.tx-powermail .powermail_select,.tx-powermail .powermail_textarea{width:100%;margin-left:0}}@media only screen and (max-width:380px){html{font-size:100%}}.maincolor{background-color:#009bdc}.subcolor{background-color:#551285}.neutral-light{background-color:#eee}.neutral-dark{background-color:#bbb}#mobilehead{padding:1.65em}#mobilehead #nav>button{float:none}#mobilehead #nav>ul{margin-top:0!important}#mobilehead .logo{position:absolute;width:160px;right:1.65em;top:1.65em;z-index:999}@media only screen and (max-width:320px){#mobilehead{padding:.825em}#mobilehead .logo{right:.825em;top:.825em}}#ribbon{background:#009bdc;background:linear-gradient(to right,#551285 33%,#91cbe4 33%,#91cbe4 66%,#009bdc 66%);height:25px}@media only screen and (max-width:672px){#ribbon{height:20px}}#head{background-size:cover;-ms-behavior:url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/backgroundsize.htc');background-position:center;background-repeat:no-repeat}#head.head_large{height:500px}#head.head_small{height:400px}#head #head_content{width:350px;height:100%;position:absolute;right:0;top:0;padding:.825em;background:#fff;background:linear-gradient(to bottom,#fff 60%,#e8d0f9 100%)}#head #head_content .logo{margin-bottom:2.475em;text-align:center}#head #head_content #head_content_text{color:#551285!important}#head #head_content #head_content_text h1,#head #head_content #head_content_text h2,#head #head_content #head_content_text h3,#head #head_content #head_content_text h4,#head #head_content #head_content_text h5,#head #head_content #head_content_text h6{color:#551285!important;text-transform:none;font-size:1em;margin-bottom:.25em!important}#head #head_content #head_content_text p{font-size:.8em;line-height:1.2;margin-bottom:0}#head #head_content #search form{background-color:transparent;border-bottom:none}#head #head_content #search form #tx-indexedsearch-searchbox-button-submit{height:2.15em;width:2.15em}#head #head_content .tx-indexedsearch-browsebox,#head #head_content .tx-indexedsearch-info-noresult,#head #head_content .tx-indexedsearch-res{display:none}#head #head_content #head_content_ani{max-width:120px;position:absolute;right:.825em;bottom:.825em;text-align:right}#head #head_content #head_content_ani img{opacity:.5}@media only screen and (max-width:1030px){#head #head_content{width:250px}}@media only screen and (max-width:672px){#head{margin-bottom:139.6px}#head.head_large{height:200px;margin-bottom:200px}#head.head_large #search{top:-21.15em}#head.head_small{height:125px;margin-bottom:200px}#head #head_content{width:100%;height:150px;top:auto;bottom:-150px}#head #head_content .logo{display:none}#head #head_content #head_content_ani{display:none}}@media only screen and (max-width:320px){#head{margin-bottom:119.8px}#head.head_large{height:175px}#head.head_small{height:100px}#head #head_content{height:80px;bottom:-80px}}#nav_wrap{background-color:#009bdc;z-index:999;margin-bottom:3.3em}#nav_wrap #nav>ul>li.active{background-color:#551285}@media only screen and (min-width:672px) and (max-width:1030px){#nav_wrap .container{padding-left:0;padding-right:0}#nav_wrap #nav>ul>li>a{font-size:.88rem}#nav_wrap #nav>ul>li>ul{width:150%}#nav_wrap #nav>ul>li:last-child>ul{width:100%}}.layout-2 #content{max-width:1500px}.layout-2 #content #rechts{padding-right:1.65em}.layout-2 #content #links{padding-right:1.65em;padding-left:1.65em}@media only screen and (max-width:1030px){.layout-2 #content{display:flex;flex-wrap:wrap}.layout-2 #content #links{width:100%;float:none;padding-right:0;padding-left:0;order:-2}.layout-2 #content #events,.layout-2 #content #rechts{width:50%;float:left}}@media only screen and (max-width:600px){.layout-2 #content #events,.layout-2 #content #rechts{width:100%;float:none;padding-right:0;padding-left:0}.layout-2 #content #events{margin-top:2em;order:-1}}#content #mitte{width:100%}#content #links{width:50%;float:left;padding-right:3.3em}#content #rechts{width:25%;float:left;padding-right:1.65em}#content #events{width:25%;float:left;padding-left:1.65em}.TwoColumns#content #mitte{width:66%;float:left;padding-right:3.3em}.TwoColumns#content #rechts-content{width:33%;float:left}@media only screen and (max-width:672px){#content #links{width:100%;float:none;padding-right:0;margin-bottom:2.475em}#content #rechts{width:100%;float:none}.TwoColumns#content #mitte{width:100%;float:none;padding-right:0;margin-bottom:2.475em}.TwoColumns#content #rechts-content{width:100%;float:none}}#footer-bottomwrap footer{border-top:1px solid #551285}#footer-bottomwrap footer #footer-menu li:last-child{margin-right:10px;padding-right:12px;position:relative}#footer-bottomwrap footer #footer-menu li:last-child:after{content:'|';position:absolute;top:0;right:0}#footer-bottomwrap footer #footer_social{float:left;position:relative;top:-12px}#footer-bottomwrap footer #footer_social a{font-size:30px;margin-right:15px}.frame-type-textmedia.frame-layout-1>header h2:before{background-color:#551285}.frame-type-textmedia.frame-layout-1>header h2:after{background-color:#551285}.frame-type-textmedia.frame-layout-4{margin-bottom:3.32%}.frame-type-textmedia.frame-layout-4 .ce-bodytext{text-align:center;background-color:#009bdc;color:#fff!important}.frame-type-textmedia.frame-layout-4 .ce-bodytext a,.frame-type-textmedia.frame-layout-4 .ce-bodytext h1,.frame-type-textmedia.frame-layout-4 .ce-bodytext h2,.frame-type-textmedia.frame-layout-4 .ce-bodytext h3,.frame-type-textmedia.frame-layout-4 .ce-bodytext h4,.frame-type-textmedia.frame-layout-4 .ce-bodytext h5,.frame-type-textmedia.frame-layout-4 .ce-bodytext h6,.frame-type-textmedia.frame-layout-4 .ce-bodytext span{color:#fff}.frame-type-textmedia.frame-layout-4 .ce-bodytext a{display:block;width:100%;height:100%;padding:1.65em}.frame-type-textmedia.frame-layout-4 .ce-bodytext :last-child{margin-bottom:0!important}.frame-type-textmedia.frame-layout-5,.frame-type-textmedia.frame-layout-6,.frame-type-textmedia.frame-layout-7,.frame-type-textmedia.frame-layout-8{position:relative;margin-bottom:1.65em}.frame-type-textmedia.frame-layout-5 .ce-gallery,.frame-type-textmedia.frame-layout-6 .ce-gallery,.frame-type-textmedia.frame-layout-7 .ce-gallery,.frame-type-textmedia.frame-layout-8 .ce-gallery{margin-bottom:0!important}.frame-type-textmedia.frame-layout-5 .ce-bodytext,.frame-type-textmedia.frame-layout-6 .ce-bodytext,.frame-type-textmedia.frame-layout-7 .ce-bodytext,.frame-type-textmedia.frame-layout-8 .ce-bodytext{position:absolute;bottom:0;left:0;right:0;width:100%;height:auto;padding:.5em .7em;color:#fff!important;text-align:center;line-height:1.2!important;background-color:rgba(85,18,133,.6)}.frame-type-textmedia.frame-layout-5 .ce-bodytext h1,.frame-type-textmedia.frame-layout-5 .ce-bodytext h2,.frame-type-textmedia.frame-layout-5 .ce-bodytext h3,.frame-type-textmedia.frame-layout-5 .ce-bodytext h4,.frame-type-textmedia.frame-layout-5 .ce-bodytext h5,.frame-type-textmedia.frame-layout-5 .ce-bodytext h6,.frame-type-textmedia.frame-layout-6 .ce-bodytext h1,.frame-type-textmedia.frame-layout-6 .ce-bodytext h2,.frame-type-textmedia.frame-layout-6 .ce-bodytext h3,.frame-type-textmedia.frame-layout-6 .ce-bodytext h4,.frame-type-textmedia.frame-layout-6 .ce-bodytext h5,.frame-type-textmedia.frame-layout-6 .ce-bodytext h6,.frame-type-textmedia.frame-layout-7 .ce-bodytext h1,.frame-type-textmedia.frame-layout-7 .ce-bodytext h2,.frame-type-textmedia.frame-layout-7 .ce-bodytext h3,.frame-type-textmedia.frame-layout-7 .ce-bodytext h4,.frame-type-textmedia.frame-layout-7 .ce-bodytext h5,.frame-type-textmedia.frame-layout-7 .ce-bodytext h6,.frame-type-textmedia.frame-layout-8 .ce-bodytext h1,.frame-type-textmedia.frame-layout-8 .ce-bodytext h2,.frame-type-textmedia.frame-layout-8 .ce-bodytext h3,.frame-type-textmedia.frame-layout-8 .ce-bodytext h4,.frame-type-textmedia.frame-layout-8 .ce-bodytext h5,.frame-type-textmedia.frame-layout-8 .ce-bodytext h6{color:#fff!important}.frame-type-textmedia.frame-layout-5 .ce-bodytext a,.frame-type-textmedia.frame-layout-6 .ce-bodytext a,.frame-type-textmedia.frame-layout-7 .ce-bodytext a,.frame-type-textmedia.frame-layout-8 .ce-bodytext a{display:block;width:100%;height:100%;color:#fff!important}.frame-type-textmedia.frame-layout-5 .ce-bodytext :last-child,.frame-type-textmedia.frame-layout-6 .ce-bodytext :last-child,.frame-type-textmedia.frame-layout-7 .ce-bodytext :last-child,.frame-type-textmedia.frame-layout-8 .ce-bodytext :last-child{margin-bottom:0!important}.frame-type-textmedia.frame-layout-6{width:47.5%;float:left}.frame-type-textmedia.frame-layout-6.odd{margin-right:2.5%}.frame-type-textmedia.frame-layout-6.even{margin-left:2.5%}.frame-type-textmedia.frame-layout-7,.frame-type-textmedia.frame-layout-8{float:left;width:30.66%}.frame-type-textmedia.frame-layout-7.first,.frame-type-textmedia.frame-layout-8.first{margin-right:2%}.frame-type-textmedia.frame-layout-7.second,.frame-type-textmedia.frame-layout-8.second{margin-left:2%;margin-right:2%}.frame-type-textmedia.frame-layout-7.third,.frame-type-textmedia.frame-layout-8.third{margin-left:2%}.frame-type-textmedia.frame-layout-8 .ce-bodytext{background-color:rgba(0,155,220,.6)}@media only screen and (max-width:672px){.frame-type-textmedia.frame-layout-7,.frame-type-textmedia.frame-layout-8{width:47.5%}.frame-type-textmedia.frame-layout-7.first,.frame-type-textmedia.frame-layout-8.first{margin-left:0;margin-right:2.5%}.frame-type-textmedia.frame-layout-7.second,.frame-type-textmedia.frame-layout-8.second{margin-left:2.5%;margin-right:0}}.startseite .news .news-list-view .article{padding-bottom:1.65em;border-bottom:1px solid #009bdc}.startseite .news .news-list-view .article h3{margin-bottom:.5em}.news-single .footer{display:none}.stationsinfo{display:table}.stationsinfo .stationsinfo_person{width:20%;display:table-cell;background-color:#009bdc;color:#fff;padding:.825em}.stationsinfo .stationsinfo_person img{margin-bottom:.825em}.stationsinfo .stationsinfo_spacer{width:5%;display:table-cell}.stationsinfo .stationsinfo_karte{width:75%;display:table-cell;background-color:#009bdc;padding:.825em}.stationsinfo .stationsinfo_karte:after,.stationsinfo .stationsinfo_karte:before{content:"";display:table}.stationsinfo .stationsinfo_karte:after{clear:both}.stationsinfo .stationsinfo_karte #map_info{width:35%;float:left;padding-right:.825em;color:#fff}.stationsinfo .stationsinfo_karte #map_info a,.stationsinfo .stationsinfo_karte #map_info h1,.stationsinfo .stationsinfo_karte #map_info h2,.stationsinfo .stationsinfo_karte #map_info h3,.stationsinfo .stationsinfo_karte #map_info h4,.stationsinfo .stationsinfo_karte #map_info h5,.stationsinfo .stationsinfo_karte #map_info h6,.stationsinfo .stationsinfo_karte #map_info span{color:#fff}.stationsinfo .stationsinfo_karte #map_small{width:65%;height:300px;float:left}@media only screen and (max-width:1030px){.stationsinfo .stationsinfo_person{width:21%}.stationsinfo .stationsinfo_spacer{width:3%}.stationsinfo .stationsinfo_karte{width:76%}}@media only screen and (max-width:850px){.stationsinfo .stationsinfo_karte #map_info{width:45%}.stationsinfo .stationsinfo_karte #map_small{width:55%}}@media only screen and (max-width:770px){.stationsinfo{display:block}.stationsinfo .stationsinfo_person{display:block;width:33%;margin-bottom:.825em}.stationsinfo .stationsinfo_spacer{display:none}.stationsinfo .stationsinfo_karte{display:block;width:100%}}@media only screen and (max-width:540px){.stationsinfo .stationsinfo_person{width:50%}.stationsinfo .stationsinfo_karte #map_info{width:100%;float:none}.stationsinfo .stationsinfo_karte #map_small{width:100%;float:none}}#c22{margin-bottom:1.65em}#c22 .news-list-view{margin-bottom:0}#c24{width:66%;float:left;clear:none;padding-right:3.3em}#c298{width:33%;float:left;clear:none;padding-bottom:1.65em;font-size:80%}#c298 .news-menu-view>ul>li{margin-bottom:.825em}#c298 .news-menu-view ul{padding-left:0}#c298 .news-menu-view ul li:before{display:none}@media only screen and (max-width:672px){#c24{width:100%;float:none;clear:both;padding-right:0;margin-bottom:2.475em}#c298{width:100%;float:none;clear:both}}.print-only{display:none}@media print{.print-only{display:block}}@media only screen and (min-width:672px){.desktop-only{display:block}.mobile-only{display:none}}@media only screen and (max-width:672px){.desktop-only{display:none}.mobile-only{display:block}}@media only screen and (orientation:portrait){.landscape-only{display:none}.portrait-only{display:block}}@media only screen and (orientation:landscape){.portrait-only{display:none}.landscape-only{display:block}}.ce-center .ce-inner,.ce-center .ce-outer{float:none;right:unset}.ce-intext.ce-right .ce-gallery{margin-left:0}.ce-intext.ce-left .ce-gallery{margin-right:0}.formprocessing{float:right;position:relative;margin:0;padding:.2em;display:inline-block}.formprocessing .spinner{margin:0;width:50px;height:40px;text-align:center;font-size:10px}.formprocessing .spinner>div{background-color:#009bdc;height:100%;width:6px;display:inline-block;margin-right:3px;animation:sk-stretchdelay 1.2s infinite ease-in-out}.formprocessing .spinner>div:last-child{margin-right:0}.formprocessing .spinner .rect2{animation-delay:-1.1s}.formprocessing .spinner .rect3{animation-delay:-1s}.formprocessing .spinner .rect4{animation-delay:-.9s}.formprocessing .spinner .rect5{animation-delay:-.8s}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.powermail_field_error{border-color:red!important;color:red!important}.powermail_legend,.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.event-calendar{width:100%}.event-calendar__browser{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px!important;list-style:none}.event-calendar__browser .event-calendar__browser-current .h3{font-weight:600}.event-calendar__browser .event-calendar__browser-current h2{margin-bottom:.75em!important}.event-calendar__browser .event-calendar__browser-current h2:after{display:none!important}.event-calendar__browser .event-calendar__browser-prev a{font-weight:500;position:relative;color:#009bdc;text-decoration:none!important}.event-calendar__browser .event-calendar__browser-next a{font-weight:500;position:relative;color:#009bdc;text-decoration:none!important}@media only screen and (max-width:500px){.event-calendar__browser{justify-content:center;margin-bottom:30px!important}.event-calendar__browser .event-calendar__browser-prev{position:absolute;left:0;top:30px}.event-calendar__browser .event-calendar__browser-next{position:absolute;right:0;top:30px}}.event-calendar__weekdays{display:flex;list-style:none;padding:0;margin-bottom:10px!important}.event-calendar__weekdays-weekday{flex:1;text-align:center;font-weight:700}.event-calendar__days{display:flex;flex-wrap:wrap;list-style:none;padding:0!important;border-right:1px solid #ccc}.event-calendar__days:last-child{border-bottom:1px solid #ccc}.event-calendar__day{flex:1 0 14.28%;padding:5px;text-align:center;border:1px solid #ccc;min-height:100px;border-right:none;border-bottom:none;height:140px}@media only screen and (max-width:750px){.event-calendar__day{height:108px}}@media only screen and (max-width:580px){.event-calendar__day{height:auto;min-height:50px}.event-calendar__day.has-events .event-calendar__day-date{padding:5px;background-color:#009bdc;border-radius:30px;height:30px;width:30px;display:flex;justify-content:center;align-items:center;margin:auto;color:#fff}.event-calendar__day.has-events .event-calendar__day-event{display:none}}.mobile-events{display:block;margin-top:2em}@media only screen and (min-width:579px){.mobile-events{display:none}}.mobile-events .event-calendar__day-event{padding:1em;padding-bottom:1.25em;background-color:#efefef;margin-bottom:1em}.mobile-events .event-calendar__day-event a{font-size:16px}.mobile-events .event-calendar__day-event .event-calendar__day-event-time{font-size:12px;margin-bottom:5px}.mobile-events .event-calendar__day-event:last-child{padding-bottom:1.25em}.event-calendar__day-date{font-weight:700}.event-calendar__day-today{background-color:#e6e6e6}.event-calendar__day-other-month{color:#888!important}.event-calendar__weeknumber{display:none}.tx-sf-event-mgt ul{padding:0!important;margin-bottom:0}.tx-sf-event-mgt ul li:before{display:none}.event-calendar__day-event{clear:both;display:block;padding:5px;margin-top:6px;margin-bottom:0;border:none;border-radius:0;text-align:left}.event-calendar__day-event a{hyphens:auto;font-size:16px;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media only screen and (max-width:750px){.event-calendar__day-event{line-height:1;padding:0}.event-calendar__day-event .event-calendar__day-event-time{line-height:1.25;margin-bottom:3px}.event-calendar__day-event a{font-size:12px}}.event-calendar__day-event-time{font-size:12px;margin-bottom:2px}.calender{position:absolute;z-index:1;right:80px;top:40px;font-size:4em;color:#009bdc;font-weight:700;text-transform:uppercase;display:flex;align-items:center}.calender i{padding-right:.5em;top:-2px;position:relative;color:#009bdc}.calender span{color:#fff;font-size:2.5rem;padding-right:1em}.calender span:after{right:auto;left:-70px}@media only screen and (max-width:1030px){.calender{display:none}}.calender-mobile{color:#fff;font-weight:600;padding-top:10px;border-top:1px solid #fff;font-size:18px}.calender-mobile i{padding-right:.5em}.tx-sf-event-mgt .event-list-item{padding-bottom:1.65em;margin-bottom:1.65em;border-bottom:1px solid #009bdc}.tx-sf-event-mgt .event-list-item h3{font-size:20.738px;font-size:1.152111111111111rem;margin-bottom:1.4321535345742116rem;line-height:1.15;margin-top:0;font-weight:700;font-family:Lato,sans-serif;color:#551285;text-transform:uppercase;margin-bottom:.5em}.tx-sf-event-mgt .event-list-item h3 a{color:#009bdc!important}.tx-sf-event-mgt .event-list-item .event-startdate{font-size:16px;margin-bottom:.5em}.tx-sf-event-mgt .event-list-item .event-teaser p{margin-bottom:0}.tx-sf-event-mgt .event-list-item .more{margin-top:.5em}.tx-sf-event-mgt .event-header h1{margin-bottom:0}@media only screen and (max-width:550px){.tx-sf-event-mgt .event-header h1{font-size:28px;margin-bottom:.25em}}@media only screen and (max-width:550px){.tx-sf-event-mgt h1{font-size:28px}}.tx-sf-event-mgt .event-date{width:75%;text-align:right;position:relative}.tx-sf-event-mgt .event-date span{background-color:#fff;color:#009bdc;position:relative;padding-left:10px;z-index:1}.tx-sf-event-mgt .event-date:after{content:'';border-top:1px dashed #009bdc;width:100%;position:absolute;left:0;top:50%}.tx-sf-event-mgt .btn-details{margin-top:1.75em}.tx-sf-event-mgt .event-list-table td,.tx-sf-event-mgt .event-list-table th{width:25%!important}.tx-sf-event-mgt .event-detail-row,.tx-sf-event-mgt .event-detail-value{display:flex;align-items:flex-end;color:#009bdc}.tx-sf-event-mgt .event-detail-row img,.tx-sf-event-mgt .event-detail-value img{width:80px;margin-right:20px}.tx-sf-event-mgt .event-detail-row.event-logos,.tx-sf-event-mgt .event-detail-value.event-logos{margin:1em 0}.tx-sf-event-mgt .event-detail-row.event-logos img,.tx-sf-event-mgt .event-detail-value.event-logos img{width:200px;margin-right:30px}@media only screen and (max-width:600px){.tx-sf-event-mgt .event-detail-row.event-logos img,.tx-sf-event-mgt .event-detail-value.event-logos img{width:150px;margin-right:20px}}.tx-sf-event-mgt .event-detail-row.event-full,.tx-sf-event-mgt .event-detail-value.event-full{align-items:center}.tx-sf-event-mgt .event-detail-row.spaced,.tx-sf-event-mgt .event-detail-value.spaced{display:block;margin-top:1em}@media only screen and (max-width:580px){.tx-sf-event-mgt .event-detail-row,.tx-sf-event-mgt .event-detail-value{width:100%}}.tx-sf-event-mgt .event-item-wrap{display:flex}.tx-sf-event-mgt .event-item-wrap .event-list-row.image{width:33.33%;padding-right:2.5%;padding-bottom:calc(6em + 4px);margin-top:8px}.tx-sf-event-mgt .event-item-wrap .event-list-row.image img{-o-object-fit:cover;object-fit:cover;height:100%}.tx-sf-event-mgt .event-item-wrap .event-list-item{width:66.66%}.tx-sf-event-mgt .event-item-wrap .event-list-item .event-teaser{text-transform:uppercase;margin-top:-.25em}.tx-sf-event-mgt .event-item-wrap .event-list-item .event-date{width:100%;margin:.25em 0}.tx-sf-event-mgt .wrap-event-detail{display:flex;flex-wrap:wrap}.tx-sf-event-mgt .wrap-event-detail .event-detail-left{width:68.75%;margin-right:1.25%;padding-right:1.25%;border-top:1px dashed #009bdc;padding-top:2em;margin-bottom:1em}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-teaser{text-transform:uppercase;margin-bottom:1em}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-image{margin-top:1em;margin-bottom:1.5em;flex-wrap:wrap}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-image img{width:100%;margin-right:0}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-image img:not(:only-child){margin-bottom:20px}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-image .image-caption{display:block;width:100%;color:#000;font-size:12px;flex:none;margin-top:.5em}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-description{margin-top:.25em;color:#585858;margin-bottom:0;display:block}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-detail-row.program,.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-program{display:block;color:#585858}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-detail-row.program .event-detail-label,.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-program .event-detail-label{color:#009bdc;text-transform:uppercase;font-weight:700;margin-bottom:1em}.tx-sf-event-mgt .wrap-event-detail .event-detail-left hr{height:4px;background-color:#009bdc;margin:2em 0 1.25em}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-detail-organisator{color:#585858;flex-wrap:wrap}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-detail-organisator .event-detail-label{margin-bottom:1em}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-detail-organisator .event-organisator{flex-wrap:wrap;color:#585858}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-detail-organisator .event-organisator .organisator-name{width:100%;display:block}.tx-sf-event-mgt .wrap-event-detail .event-detail-right{width:30%}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row.ics{margin-top:2em;display:block}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row.ics .kalender{display:flex;align-items:flex-end;text-transform:uppercase;font-weight:600;margin-bottom:.5em;line-height:1.35}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row.ics .kalender img{width:40px}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row.ics small{margin-left:60px;line-height:1.25;display:block;color:#626262}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row-speaker{flex-wrap:wrap}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row-speaker .event-speaker-label{display:block;font-weight:700;width:100%}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row-speaker .event-speaker{align-items:center;gap:15px;margin-top:10px;width:100%}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row-speaker .event-speaker .left{flex:none}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row-speaker .event-speaker .left img{border-radius:50px;margin-right:0}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row-speaker .event-speaker .right .speaker-name{display:block;font-weight:700;font-size:16px}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row-speaker .event-speaker .right .speaker-job_title{display:block;font-size:14px;line-height:1.25}@media only screen and (max-width:580px){.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row-speaker .event-speaker{margin-bottom:30px}}.tx-sf-event-mgt .wrap-event-detail .buttons-wrap{display:flex;justify-content:space-between;width:67.5%}.tx-sf-event-mgt .event_filters{width:100%}.tx-sf-event-mgt .schaltflaeche.full{float:right;padding-left:20px;padding-top:15px;padding-bottom:13px;background-color:#009bdc;color:#fff!important}.tx-sf-event-mgt .schaltflaeche.full:after{display:none}.tx-sf-event-mgt .schaltflaeche.full:hover{background-color:transparent;color:#009bdc!important}.tx-sf-event-mgt .event-detail-row.event-date{margin-top:-.6em;display:block;width:100%;line-height:1.25;font-weight:700;text-align:left}.tx-sf-event-mgt .event-detail-row.event-date:after{display:none}.tx-sf-event-mgt .event-detail-row.event-date span{font-weight:400;display:block;padding-left:0}.tx-sf-event-mgt .eventdata .event-date{display:flex;margin-bottom:2em;margin-top:1em;color:#585858!important}.tx-sf-event-mgt .eventdata .event-date .event-detail-row-left{margin-right:20px}.tx-sf-event-mgt .eventdata .event-date .event-detail-value{color:#585858!important;font-weight:400}.tx-sf-event-mgt .table-registration{margin-bottom:2em}.tx-sf-event-mgt .table-registration td,.tx-sf-event-mgt .table-registration th{width:25%!important}.tx-sf-event-mgt .registration fieldset{border:none;margin:0;padding:0}.tx-sf-event-mgt .registration .event-registration-row label{width:25%;float:left;display:block;margin:0;padding-top:8px;padding-bottom:8px;height:auto;min-height:2.5em}@media only screen and (max-width:550px){.tx-sf-event-mgt .registration .event-registration-row label{width:100%;float:none;padding-top:0;padding-bottom:5px;min-height:auto}}.tx-sf-event-mgt .registration .event-registration-row input{width:70%;margin-left:5%;float:left;display:block;margin-bottom:2%;background:#fff;padding:8px 10px;position:relative;height:2.5em;border:1px solid #bbb}@media only screen and (max-width:550px){.tx-sf-event-mgt .registration .event-registration-row input{width:100%;margin-left:0;float:none;margin-bottom:0}}.tx-sf-event-mgt .schaltflaeche{margin-top:2em}.tx-sf-event-mgt>.button{position:absolute;right:0;margin-top:-2em}@media only screen and (max-width:550px){.tx-sf-event-mgt>.button{position:relative;display:block;margin-top:2em!important;color:#009bdc;text-decoration:underline!important;text-underline-offset:2px;text-decoration-thickness:1px!important}}@media only screen and (max-width:580px){.tx-sf-event-mgt .wrap-event-detail .event-detail-left{width:100%;margin-right:0;padding-right:0;margin-top:1em}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-date{margin-top:0;width:auto;display:inline-block;float:right;margin-top:-46px;background-color:#fff;padding-left:10px;font-size:16px}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-teaser{font-size:16px}.tx-sf-event-mgt .wrap-event-detail .event-detail-left .event-description{font-size:16px}.tx-sf-event-mgt .wrap-event-detail .event-detail-right{width:100%;margin-bottom:2em}.tx-sf-event-mgt .wrap-event-detail .event-detail-right .event-detail-row.ics{margin-top:0}}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Images/Leaflet/layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Images/Leaflet/layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('../../../_assets/a646aa50a7a87f9b1177948bbfb53992/Images/Leaflet/marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */
	
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
