@charset "UTF-8";
/* moved by compressor */
.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%; }

@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;font-display:swap;src:local('Playfair Display'),local('Playfair Display-Regular'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/playfair-display_regular.woff2') format('woff2'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/playfair-display_regular.woff') format('woff')}@font-face{font-family:'Playfair Display';font-style:normal;font-weight:700;font-display:swap;src:local('Playfair Display Bold'),local('Playfair Display-Bold'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/playfair-display_bold.woff2') format('woff2'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/playfair-display_bold.woff') format('woff')}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/roboto-regular.woff2') format('woff2'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/roboto-regular.woff') format('woff')}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local('Roboto Medium'),local('Roboto-Medium'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/roboto-medium.woff2') format('woff2'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/roboto-medium.woff') format('woff')}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:local('Roboto Bold'),local('Roboto-Bold'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/roboto-bold.woff2') format('woff2'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/roboto-bold.woff') format('woff')}article,aside,details,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%;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],acronym[title],dfn{border-bottom:1px dotted;cursor:help}b,strong{font-family:'Roboto Bold',Arial,sans-serif;font-weight:400}dfn,em,i{font-family:Roboto,Arial,sans-serif;font-weight:400;font-style:normal}b i,em strong,i b,i strong,strong em,strong i{font-family:'Roboto Bold',Arial,sans-serif;font-weight:400;font-style:normal}hr{box-sizing:content-box;display:block;border:none;height:1px;background-color:#26343d;clear:both}hr.invisible{visibility:hidden;margin-top:0;margin-bottom:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.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;box-shadow:none;border-radius:0;background-image:none}button,input:not(.leaflet-control-layers-selector),select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{resize: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-style:solid}table:not([cellspacing]){border-collapse:collapse;border-spacing:0}table td,table th{border-style:solid}:focus{outline: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}figcaption,figure{display:block}embed,figure,img,object,video{max-width:100%;height:auto;width:100%;display:block}[type=checkbox]:checked,[type=checkbox]:not(:checked){position:absolute;left:-9999px}[type=checkbox]:checked+label,[type=checkbox]:not(:checked)+label{position:relative;padding-left:1.95em;cursor:pointer}[type=checkbox]:checked+label:before,[type=checkbox]:not(:checked)+label:before{content:'';position:absolute;left:0;top:1.25em;transform:translateY(-50%);width:1.25em;height:1.25em;line-height:1.25em;text-align:center;border:1px solid #26343d;background:#fff;border-radius:3px}[type=checkbox]:checked+label:after,[type=checkbox]:not(:checked)+label:after{content:'\2714';position:absolute;left:0;top:1.25em;transform:translateY(-50%);width:1.25em;height:1.25em;line-height:1.25em;text-align:center;color:#1c4572;transition:opacity .2s}[type=checkbox]:not(:checked)+label:after{opacity:0;transform:scale(0) translateY(-50%)}[type=checkbox]:checked+label:after{opacity:1;transform:scale(1) translateY(-50%)}[type=checkbox]:disabled:checked+label:before,[type=checkbox]:disabled:not(:checked)+label:before{box-shadow:none;border-color:#26343d;background-color:#f7f7f7}[type=checkbox]:disabled:checked+label:after{color:#707070}[type=checkbox]:disabled+label{color:#707070}[type=checkbox]:checked:focus+label:before,[type=checkbox]:not(:checked):focus+label:before{border:1px dotted #1c4572}[type=checkbox]:not([disabled])+label:hover:before{border:1px solid #1c4572!important}[type=radio]:checked,[type=radio]:not(:checked){position:absolute;left:-9999px}[type=radio]:checked+label,[type=radio]:not(:checked)+label{position:relative;padding-left:1.95em;cursor:pointer}[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before{content:'';position:absolute;left:0;top:1.25em;transform:translateY(-50%);width:1.25em;height:1.25em;line-height:1.25em;text-align:center;border:1px solid #26343d;background:#fff;border-radius:50%}[type=radio]:checked+label:after,[type=radio]:not(:checked)+label:after{content:'\25CF';position:absolute;left:0;top:1.25em;transform:translateY(-50%);width:1.25em;height:1.25em;line-height:1.25em;text-align:center;color:#1c4572;transition:opacity .2s}[type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0) translateY(-50%)}[type=radio]:checked+label:after{opacity:1;transform:scale(1) translateY(-50%)}[type=radio]:disabled:checked+label:before,[type=radio]:disabled:not(:checked)+label:before{box-shadow:none;border-color:#26343d;background-color:#f7f7f7}[type=radio]:disabled:checked+label:after{color:#707070}[type=radio]:disabled+label{color:#707070}[type=radio]:checked:focus+label:before,[type=radio]:not(:checked):focus+label:before{border:1px dotted #1c4572}[type=radio]:not([disabled])+label:hover:before{border:1px solid #1c4572!important}.custom-select{position:relative;height:2.5em;background:#fff;padding:0!important;border:none!important;width:100%}.custom-select select{display:none}.custom-select .select-items div,.custom-select .select-selected{color:#273a4f;padding:8px 35px 8px 16px;border:none;cursor:pointer}.custom-select .select-selected{background-color:#fff;height:100%;width:100%;border:1px solid #26343d}.custom-select .select-selected.disabled{pointer-events:none!important;background-color:#f7f7f7!important;color:#707070!important}.custom-select .select-selected:after{content:'';position:absolute;top:0;width:0;height:0;right:10px;bottom:0;margin:auto;border-style:solid;border-width:5px 5px 0 5px;border-color:#1c4572 transparent transparent transparent;pointer-events:none}.custom-select .select-selected.select-arrow-active:after{border-color:transparent transparent #1c4572 transparent;border-width:0 5px 5px 5px}.custom-select .select-items{position:absolute;background-color:#fff;top:100%;left:0;right:0;z-index:99;max-height:50vh;overflow-y:auto;border:1px solid #26343d;border-top:none}.custom-select .select-hide{display:none!important}.custom-select .same-as-selected,.custom-select .select-items div:hover{background-color:rgba(0,0,0,.1)}.no-js .custom-select{padding-right:35px}.no-js .custom-select:after{content:'';position:absolute;top:0;width:0;height:0;right:10px;bottom:0;margin:auto;border-style:solid;border-width:5px 5px 0 5px;border-color:#1c4572 transparent transparent transparent;pointer-events:none}.no-js .custom-select select{display:block;font-size:14px;border:none;box-shadow:none;border-radius:0;background:0 0;height:100%;width:100%;cursor:pointer;outline:0;padding-right:35px;padding-left:15px;border:1px solid #26343d;-moz-appearance:none;-webkit-appearance:none}.no-js .custom-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.no-js .custom-select select::-ms-expand{display:none}.no-js .custom-select select:focus{border-color:#1c4572}.no-js .custom-select .select-items,.no-js .custom-select .select-selected{display:none}.extbase-debugger-tree [type=checkbox]{left:0;-webkit-appearance:inherit;-moz-appearance:inherit;appearance:inherit}html{font-family:Roboto,Arial,sans-serif;font-weight:400;line-height:1.65;font-size:112.5%;font-smoothing:antialiased}body{hyphens:manual;word-wrap:normal;color:#273a4f}h1{font-size:40px;font-size:2.2222222222222223rem;margin-bottom:.7424999999999999rem;line-height:1.15;margin-top:0;font-weight:400;color:#273a4f;text-transform:none}h2{font-size:35px;font-size:1.9444444444444444rem;margin-bottom:.8485714285714285rem;line-height:1.15;margin-top:0;font-weight:400;color:#273a4f;text-transform:none}h3{font-size:28px;font-size:1.5555555555555556rem;margin-bottom:1.0607142857142857rem;line-height:1.15;margin-top:0;font-weight:400;color:#273a4f;text-transform:none}h4{font-size:25px;font-size:1.3888888888888888rem;margin-bottom:1.188rem;line-height:1.15;margin-top:0;font-weight:400;color:#273a4f;text-transform:none}h5{font-size:22px;font-size:1.2222222222222223rem;margin-bottom:1.3499999999999999rem;line-height:1.15;margin-top:0;font-weight:400;color:#273a4f;text-transform:none}h6{font-size:20px;font-size:1.1111111111111112rem;margin-bottom:1.4849999999999999rem;line-height:1.15;margin-top:0;font-weight:400;color:#273a4f;text-transform:none}p{margin:0 0 1em 0}p+p{text-indent:0}blockquote{margin-top:10px;margin-bottom:1em;margin-left:20px;padding-left:10px;border-left:3px solid #f7f7f7}abbr,acronym,blockquote,code,dir,kbd,listing,plaintext,q,samp,tt,var,xmp{hyphens:none}span[style*="vertical-align: super;"]{font-size:13px;font-size:.7222222222222222rem}@keyframes hvr-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}.highlight{color:#1c4572;font-weight:700;font-family:'Roboto Bold',Arial,sans-serif;font-weight:400}.text-justify{text-align:justify}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.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:#1c4572}.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;background-position:center;background-repeat:no-repeat}section{position:relative}section:after,section:before{content:"";display:table}section:after{clear:both}section div.frame:last-child{margin-bottom:0}.wrap{width:100%;position:relative}.container{width:100%;max-width:1350px;position:relative;margin:auto auto;padding-left:20px;padding-right:20px}.container:after,.container:before{content:"";display:table}.container:after{clear:both}@media only screen and (max-width:800px){.container{width:100%;padding-left:15px;padding-right:15px}}#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:#1c4572}.firefox.win.touchevents a[href^=tel]:hover,.firefox.win.touchevents a[href^=tel]:link,.firefox.win.touchevents a[href^=tel]:visited,.no-touchevents a[href^=tel]:hover,.no-touchevents a[href^=tel]:link,.no-touchevents a[href^=tel]:visited{color:#273a4f;cursor:text;pointer-events:none}.matomoframe{width:100%;height:240px}@media all and (min-width:800px) and (max-width:1300px){.matomoframe{height:190px}}@media all and (min-width:1300px){.matomoframe{height:150px}}#map{height:550px;width:100%;margin-bottom:2.8em}.leaflet-control [type=radio]:checked,.leaflet-control [type=radio]:not(:checked){position:relative;left:0}@media only screen and (max-width:740px) and (orientation:landscape){#map{height:250px}}@media only screen and (max-width:800px) and (orientation:landscape){#map{height:250px}}@media only screen and (max-width:800px) 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%;margin-bottom:20px}.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:20px}.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:10px}.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(2){padding-left:10px}.frame .ce-gallery[data-ce-columns='3'] .ce-row{margin-bottom:20px}.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:20px}.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:20px}.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:20px}.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:20px}.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:20px}.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:800px){.frame .ce-gallery[data-ce-columns='6'] .ce-row{margin-bottom:20px}.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:20px}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(2){padding-left:1%;padding-right:1%;padding-bottom:20px}.frame .ce-gallery[data-ce-columns='6'] .ce-row .ce-column:nth-child(3){padding-left:2%;padding-right:0;padding-bottom:20px}.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:20px}.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:20px}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(2){padding-left:.75%;padding-right:1.25%;padding-bottom:20px}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(3){padding-left:1.25%;padding-right:.75%;padding-bottom:20px}.frame .ce-gallery[data-ce-columns='8'] .ce-row .ce-column:nth-child(4){padding-left:2%;padding-right:0;padding-bottom:20px}.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:440px){.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:10px!important}.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(1){padding-bottom:10px!important}.frame .ce-gallery[data-ce-columns='3'] .ce-row{margin-bottom:10px!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:10px!important}.frame .ce-gallery[data-ce-columns='4'] .ce-row{margin-bottom:10px!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:10px!important}.frame .ce-gallery[data-ce-columns='5'] .ce-row{margin-bottom:10px!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:10px!important}.frame .ce-gallery[data-ce-columns='6'] .ce-row{margin-bottom:10px!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:10px!important}.frame .ce-gallery[data-ce-columns='7'] .ce-row{margin-bottom:10px!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:10px!important}.frame .ce-gallery[data-ce-columns='8'] .ce-row{margin-bottom:10px!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:10px!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-bodytext :last-child{margin-bottom:0}.frame .ce-gallery{margin:0!important}.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:20px;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:20px;float:left}.frame .ce-left.ce-intext.ce-nowrap .ce-bodytext{width:65%;float:right}@media only screen and (max-width:800px){.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:440px){.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-textmedia .ce-above .ce-bodytext,.frame.frame-type-textpic .ce-above .ce-bodytext{margin-top:20px}.frame.frame-type-textmedia .ce-below .ce-bodytext,.frame.frame-type-textpic .ce-below .ce-bodytext{margin-bottom:20px}.frame.frame-type-image .ce-above .ce-gallery{margin-bottom:0}.frame.frame-type-uploads ul.ce-uploads{padding-left:0}.frame.frame-type-uploads ul.ce-uploads li{position:relative;padding:10px;background-color:#f7f7f7}.frame.frame-type-uploads ul.ce-uploads li:before{display:none}.frame.frame-type-uploads ul.ce-uploads li img,.frame.frame-type-uploads ul.ce-uploads li video{display:none}.frame.frame-type-uploads ul.ce-uploads li img.filetype-icon,.frame.frame-type-uploads ul.ce-uploads li video.filetype-icon{display:block;width:1.5em;height:1.5em;padding:0;margin-bottom:0;position:absolute}.frame.frame-type-uploads ul.ce-uploads li>div{padding-left:2em}.frame.frame-type-uploads ul.ce-uploads li>div span{display:inline-block}.frame.frame-type-uploads ul.ce-uploads li>div .ce-uploads-description{margin-left:.4em}.frame.frame-type-uploads ul.ce-uploads li>div .ce-uploads-filesize{margin-left:.4em;color:#707070}.frame.frame-type-uploads ul.ce-uploads.style-0 li:before{content:'';display:block;position:absolute;left:10px;width:1.5em;height:1.5em;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/download-color.svg');background-repeat:no-repeat;background-size:cover}.frame.frame-type-uploads ul.ce-uploads.style-2 li>a{display:block;width:4em;height:auto}.frame.frame-type-uploads ul.ce-uploads.style-2 li>a *{display:block;padding:0;margin:0}.frame.frame-type-uploads ul.ce-uploads.style-2 li>div{padding-left:1.5em}.frame.frame-type-uploads.frame-neutral-dark ul li:before{background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/download-white.svg')}.frame.frame-type-uploads.frame-neutral-dark ul li div .ce-uploads-description{color:#efefef!important}.frame.frame-type-uploads.frame-neutral-dark ul li div .ce-uploads-filesize{color:#eee!important}.frame.frame-type-html{display:contents;clear:none}.frame.frame-type-html:after,.frame.frame-type-html:before{display:none}.frame.frame-neutral-light{padding:20px;background-color:#f7f7f7}.frame.frame-neutral-dark{padding:20px;background-color:#26343d}.frame.frame-neutral-dark *{color:#fff!important}.frame.frame-neutral-light-border{border:1px solid #f7f7f7;padding:20px}.frame.frame-neutral-dark-border{border:1px solid #26343d;padding:20px}.frame.frame-layout-0:not(.frame-type-html){clear:both}.frame.frame-layout-1.frame-type-image header h2,.frame.frame-layout-1.frame-type-text header h2,.frame.frame-layout-1.frame-type-textmedia header h2,.frame.frame-layout-1.frame-type-textpic header h2{font-size:25px;font-size:1.3888888888888888rem;margin-bottom:1.188rem;line-height:1.15;margin-top:0;font-weight:400;color:#273a4f;text-transform:none;margin-bottom:0;padding-left:1.2em;cursor:pointer!important;position:relative}.frame.frame-layout-1.frame-type-image header h2:before,.frame.frame-layout-1.frame-type-text header h2:before,.frame.frame-layout-1.frame-type-textmedia header h2:before,.frame.frame-layout-1.frame-type-textpic header h2:before{position:absolute;top:.1em;left:.3em;width:.22em;height:.8em;background:#1c4572;content:""}.frame.frame-layout-1.frame-type-image header h2:after,.frame.frame-layout-1.frame-type-text header h2:after,.frame.frame-layout-1.frame-type-textmedia header h2:after,.frame.frame-layout-1.frame-type-textpic header h2:after{position:absolute;top:.4em;left:0;width:.8em;height:.2em;background:#1c4572;content:""}.frame.frame-layout-1.frame-type-image header h2.active:before,.frame.frame-layout-1.frame-type-text header h2.active:before,.frame.frame-layout-1.frame-type-textmedia header h2.active:before,.frame.frame-layout-1.frame-type-textpic header h2.active:before{display:none}.frame.frame-layout-1.frame-type-image header h3,.frame.frame-layout-1.frame-type-text header h3,.frame.frame-layout-1.frame-type-textmedia header h3,.frame.frame-layout-1.frame-type-textpic header h3{display:none}.frame.frame-layout-1.frame-type-image .accordion,.frame.frame-layout-1.frame-type-text .accordion,.frame.frame-layout-1.frame-type-textmedia .accordion,.frame.frame-layout-1.frame-type-textpic .accordion{display:none;margin-top:10px}.frame.frame-layout-1.frame-type-image.frame-neutral-dark header h2:after,.frame.frame-layout-1.frame-type-image.frame-neutral-dark header h2:before,.frame.frame-layout-1.frame-type-image.frame-neutral-light header h2:after,.frame.frame-layout-1.frame-type-image.frame-neutral-light header h2:before,.frame.frame-layout-1.frame-type-text.frame-neutral-dark header h2:after,.frame.frame-layout-1.frame-type-text.frame-neutral-dark header h2:before,.frame.frame-layout-1.frame-type-text.frame-neutral-light header h2:after,.frame.frame-layout-1.frame-type-text.frame-neutral-light header h2:before,.frame.frame-layout-1.frame-type-textmedia.frame-neutral-dark header h2:after,.frame.frame-layout-1.frame-type-textmedia.frame-neutral-dark header h2:before,.frame.frame-layout-1.frame-type-textmedia.frame-neutral-light header h2:after,.frame.frame-layout-1.frame-type-textmedia.frame-neutral-light header h2:before,.frame.frame-layout-1.frame-type-textpic.frame-neutral-dark header h2:after,.frame.frame-layout-1.frame-type-textpic.frame-neutral-dark header h2:before,.frame.frame-layout-1.frame-type-textpic.frame-neutral-light header h2:after,.frame.frame-layout-1.frame-type-textpic.frame-neutral-light header h2:before{background-color:#fff}.frame.frame-layout-2.frame-type-image,.frame.frame-layout-2.frame-type-text,.frame.frame-layout-2.frame-type-textmedia,.frame.frame-layout-2.frame-type-textpic{float:left;width:47.5%}.frame.frame-layout-2.frame-type-image.odd,.frame.frame-layout-2.frame-type-text.odd,.frame.frame-layout-2.frame-type-textmedia.odd,.frame.frame-layout-2.frame-type-textpic.odd{margin-right:2.5%}.frame.frame-layout-2.frame-type-image.even,.frame.frame-layout-2.frame-type-text.even,.frame.frame-layout-2.frame-type-textmedia.even,.frame.frame-layout-2.frame-type-textpic.even{margin-left:2.5%}@media only screen and (max-width:440px){.frame.frame-layout-2.frame-type-image,.frame.frame-layout-2.frame-type-text,.frame.frame-layout-2.frame-type-textmedia,.frame.frame-layout-2.frame-type-textpic{width:100%;float:none}.frame.frame-layout-2.frame-type-image.even,.frame.frame-layout-2.frame-type-image.odd,.frame.frame-layout-2.frame-type-text.even,.frame.frame-layout-2.frame-type-text.odd,.frame.frame-layout-2.frame-type-textmedia.even,.frame.frame-layout-2.frame-type-textmedia.odd,.frame.frame-layout-2.frame-type-textpic.even,.frame.frame-layout-2.frame-type-textpic.odd{margin-left:0;margin-right:0}}.frame.frame-layout-3.frame-type-image,.frame.frame-layout-3.frame-type-text,.frame.frame-layout-3.frame-type-textmedia,.frame.frame-layout-3.frame-type-textpic{float:left;width:30.66%}.frame.frame-layout-3.frame-type-image.first,.frame.frame-layout-3.frame-type-text.first,.frame.frame-layout-3.frame-type-textmedia.first,.frame.frame-layout-3.frame-type-textpic.first{margin-right:2%}.frame.frame-layout-3.frame-type-image.second,.frame.frame-layout-3.frame-type-text.second,.frame.frame-layout-3.frame-type-textmedia.second,.frame.frame-layout-3.frame-type-textpic.second{margin-left:2%;margin-right:2%}.frame.frame-layout-3.frame-type-image.third,.frame.frame-layout-3.frame-type-text.third,.frame.frame-layout-3.frame-type-textmedia.third,.frame.frame-layout-3.frame-type-textpic.third{margin-left:2%}@media only screen and (max-width:800px){.frame.frame-layout-3.frame-type-image,.frame.frame-layout-3.frame-type-text,.frame.frame-layout-3.frame-type-textmedia,.frame.frame-layout-3.frame-type-textpic{width:47.5%}.frame.frame-layout-3.frame-type-image.first,.frame.frame-layout-3.frame-type-text.first,.frame.frame-layout-3.frame-type-textmedia.first,.frame.frame-layout-3.frame-type-textpic.first{margin-left:0;margin-right:2.5%}.frame.frame-layout-3.frame-type-image.second,.frame.frame-layout-3.frame-type-text.second,.frame.frame-layout-3.frame-type-textmedia.second,.frame.frame-layout-3.frame-type-textpic.second{margin-left:2.5%;margin-right:0}}@media only screen and (max-width:440px){.frame.frame-layout-3.frame-type-image,.frame.frame-layout-3.frame-type-text,.frame.frame-layout-3.frame-type-textmedia,.frame.frame-layout-3.frame-type-textpic{width:100%;float:none}.frame.frame-layout-3.frame-type-image.even,.frame.frame-layout-3.frame-type-image.odd,.frame.frame-layout-3.frame-type-image.second,.frame.frame-layout-3.frame-type-text.even,.frame.frame-layout-3.frame-type-text.odd,.frame.frame-layout-3.frame-type-text.second,.frame.frame-layout-3.frame-type-textmedia.even,.frame.frame-layout-3.frame-type-textmedia.odd,.frame.frame-layout-3.frame-type-textmedia.second,.frame.frame-layout-3.frame-type-textpic.even,.frame.frame-layout-3.frame-type-textpic.odd,.frame.frame-layout-3.frame-type-textpic.second{margin-left:0;margin-right:0}.frame.frame-layout-3.frame-type-image+hr,.frame.frame-layout-3.frame-type-text+hr,.frame.frame-layout-3.frame-type-textmedia+hr,.frame.frame-layout-3.frame-type-textpic+hr{display:none}}.frame.frame-layout-4.frame-type-image,.frame.frame-layout-4.frame-type-text,.frame.frame-layout-4.frame-type-textmedia,.frame.frame-layout-4.frame-type-textpic{float:left;width:22.5%}.frame.frame-layout-4.frame-type-image.odd,.frame.frame-layout-4.frame-type-text.odd,.frame.frame-layout-4.frame-type-textmedia.odd,.frame.frame-layout-4.frame-type-textpic.odd{margin-right:1.66%}.frame.frame-layout-4.frame-type-image.odd.second,.frame.frame-layout-4.frame-type-text.odd.second,.frame.frame-layout-4.frame-type-textmedia.odd.second,.frame.frame-layout-4.frame-type-textpic.odd.second{margin-left:1.66%}.frame.frame-layout-4.frame-type-image.even,.frame.frame-layout-4.frame-type-text.even,.frame.frame-layout-4.frame-type-textmedia.even,.frame.frame-layout-4.frame-type-textpic.even{margin-left:1.66%}.frame.frame-layout-4.frame-type-image.even.first,.frame.frame-layout-4.frame-type-text.even.first,.frame.frame-layout-4.frame-type-textmedia.even.first,.frame.frame-layout-4.frame-type-textpic.even.first{margin-right:1.66%}@media only screen and (max-width:800px){.frame.frame-layout-4.frame-type-image,.frame.frame-layout-4.frame-type-text,.frame.frame-layout-4.frame-type-textmedia,.frame.frame-layout-4.frame-type-textpic{width:47.5%}.frame.frame-layout-4.frame-type-image.odd,.frame.frame-layout-4.frame-type-text.odd,.frame.frame-layout-4.frame-type-textmedia.odd,.frame.frame-layout-4.frame-type-textpic.odd{margin-right:2.5%}.frame.frame-layout-4.frame-type-image.odd.second,.frame.frame-layout-4.frame-type-text.odd.second,.frame.frame-layout-4.frame-type-textmedia.odd.second,.frame.frame-layout-4.frame-type-textpic.odd.second{margin-left:0}.frame.frame-layout-4.frame-type-image.even,.frame.frame-layout-4.frame-type-text.even,.frame.frame-layout-4.frame-type-textmedia.even,.frame.frame-layout-4.frame-type-textpic.even{margin-left:2.5%}.frame.frame-layout-4.frame-type-image.even.first,.frame.frame-layout-4.frame-type-text.even.first,.frame.frame-layout-4.frame-type-textmedia.even.first,.frame.frame-layout-4.frame-type-textpic.even.first{margin-right:0}}.frame.frame-layout-1.frame-type-div{visibility:hidden;margin-bottom:0!important}.frame.frame-layout-1.frame-type-div hr{margin-top:0;margin-bottom:0}#content table{width:100%;border-color:#26343d}#content table td,#content table th{border-color:#26343d;text-align:left;padding:5px}#content table:not([cellpadding]) td,#content table:not([cellpadding]) th{padding:.5em .7em}#content table.ce-table-striped thead tr{background-color:#26343d}#content table.ce-table-striped tbody tr:nth-child(even){background-color:#f7f7f7}#content table.ce-table-bordered{border-width:1px;border-style:solid}#content table.ce-table-bordered td,#content table.ce-table-bordered th{border-width:1px;border-style:solid}.frame ul,.news ul{position:relative;padding-left:1.5em}.frame ul li,.news ul li{list-style:none}.frame ul li:before,.news ul li:before{color:#26343d;content:"\2022";font-weight:400;position:absolute;left:0}.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;font-family:'Roboto Bold',Arial,sans-serif;font-weight:400;line-height:3em}.msie body{height:100vh;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/no-ie_en.svg')}.msie body:lang(de){background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/no-ie_de.svg')}.msie body *{display:none}.hamburger{display:block;position:relative;overflow:hidden;margin:0;padding:0;width:54px;height:42px;font-size:0;text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border-radius:none;border:none;cursor:pointer;transition:background .3s;background-color:transparent;border-radius:4px}.hamburger:focus{outline:0}.hamburger span{display:block;position:absolute;top:20px;left:8px;right:8px;height:2px;background-color:#707070;transition:background-color 0s .3s}.hamburger span:after,.hamburger span:before{position:absolute;display:block;left:0;width:100%;height:2px;background-color:#707070;content:"";transition-duration:.3s,.3s;transition-delay:.3s,0s}.hamburger span:before{top:-12px;transition-property:top,transform}.hamburger span:after{bottom:-12px;transition-property:bottom,transform}.hamburger.is-active span{background-color:transparent}.hamburger.is-active span:after,.hamburger.is-active span:before{transition-delay:0s,.3s}.hamburger.is-active span:before{top:0;transform:rotate(45deg)}.hamburger.is-active span:after{bottom:0;transform:rotate(-45deg)}footer{width:100%;padding-top:2em;padding-bottom:1.5em}footer div{display:inline}footer div a{color:#707070!important}footer div a div a{color:#707070!important}footer ul{list-style-type:none;padding:0;display:inline-block;float:none;padding-left:1em;margin-bottom:0;width:auto;max-width:300px}footer ul li{float:right}footer ul li a{color:#1c4572}footer ul li a:hover{color:#d9dfe6}footer ul li.active a{color:#d9dfe6}footer #footer-info{float:left;color:#707070}footer #footer-menu{color:#707070}footer #footer-menu li a{color:#707070}footer #footer-menu li.active a,footer #footer-menu li:hover a{color:#1c4572}footer:after,footer:before{content:"";display:table}footer:after{clear:both}@media only screen and (max-width:800px){footer #footer-info{display:none}}.form-message,.typo3-messages{padding-left:0!important;margin-bottom:2em}.form-message .alert,.typo3-messages .alert{padding:20px;border-radius:4px;padding-left:4em;color:#fff}.form-message .alert:before,.typo3-messages .alert:before{font-family:iconset;font-style:normal;font-weight:400;font-size:1.6em;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:20px;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}.form-message .alert .alert-title,.typo3-messages .alert .alert-title{margin-bottom:.25em;color:#fff}.form-message .alert.alert-info,.typo3-messages .alert.alert-info{background-color:#9e9e9e}.form-message .alert.alert-info:before,.typo3-messages .alert.alert-info:before{content:'\e86f'}.form-message .alert.alert-success,.typo3-messages .alert.alert-success{background-color:#6ea046}.form-message .alert.alert-success:before,.typo3-messages .alert.alert-success:before{content:'\e86f'}.form-message .alert.alert-warning,.typo3-messages .alert.alert-warning{background-color:#e69123;color:#273a4f}.form-message .alert.alert-warning:before,.typo3-messages .alert.alert-warning:before{content:'\e86d';color:#273a4f}.form-message .alert.alert-warning .alert-title,.typo3-messages .alert.alert-warning .alert-title{color:#273a4f}.form-message .alert.alert-danger,.typo3-messages .alert.alert-danger{background-color:#71180c;color:#fff}.form-message .alert.alert-danger:before,.typo3-messages .alert.alert-danger:before{content:'\e86e'}.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:#1c4572;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)}}@font-face{font-family:lg;src:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/lg.eot?n1z373');src:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/lg.eot?#iefixn1z373') format("embedded-opentype"),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/lg.woff?n1z373') format("woff"),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/lg.ttf?n1z373') format("truetype"),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/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(39,58,79,.25);border-radius:2px;color:#273a4f;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:#707070}.lg-actions .lg-next{right:20px}@media only screen and (max-width:440px){.lg-actions .lg-next{right:10px}}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}@media only screen and (max-width:440px){.lg-actions .lg-prev{left:10px}}.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(39,58,79,.25)}.lg-toolbar .lg-icon{color:#273a4f;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:#707070}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(39,58,79,.45);bottom:0;color:#273a4f;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;font-family:'Roboto Bold',Arial,sans-serif;font-weight:400}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#273a4f;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:#fff;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 #707070;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:#1c4572}.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:#fff;border-radius:2px 2px 0 0;color:#273a4f;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:#707070}.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/b296854eecf674d2b83eb6dda3d857d1/Images/lg_vimeo-play.png') no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/lg_vimeo-play.png') no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/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/b296854eecf674d2b83eb6dda3d857d1/Images/lg_youtube-play.png') no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/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:#fff;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:#1c4572;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-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .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}.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:#707070;color:#707070;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(39,58,79,.25);border-radius:50%;box-shadow:0 0 0 8px rgba(39,58,79,.5) 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"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{transition-delay:0s;transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;transform:translate3d(0,5px,0);transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.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/b296854eecf674d2b83eb6dda3d857d1/Images/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:#fff;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}.slick-loading .slick-list{background:#fff url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/slider_loader-light.gif') center center no-repeat}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/slick.eot');src:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/slick.eot?#iefix') format('embedded-opentype'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/slick.woff') format('woff'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/slick.ttf') format('truetype'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/slick.svg#slick') format('svg')}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted .slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.tablesaw{width:100%;max-width:100%;empty-cells:show;border-collapse:collapse;border:0;padding:0}.tablesaw *{box-sizing:border-box}.tablesaw-btn{border:1px solid #ccc;border-radius:.25em;background:0 0;box-shadow:0 1px 0 #fff;color:#4a4a4a;cursor:pointer;display:inline-block;margin:0;padding:.5em .85em .4em .85em;position:relative;text-align:center;text-decoration:none;text-transform:capitalize;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.tablesaw-btn{color:#1c95d4}.tablesaw-btn:hover{text-decoration:none}.tablesaw-btn:active{background-color:#ddd}@supports (box-shadow:none){.tablesaw-btn:focus{background-color:#fff;outline:0}.tablesaw-btn:focus{box-shadow:0 0 .35em #4faeef!important}}.tablesaw-btn-select select{background:0 0;border:none;display:inline-block;position:absolute;left:0;top:0;margin:0;width:100%;height:100%;z-index:2;min-height:1em;opacity:0;color:transparent}.tablesaw-btn select option{background:#fff;color:#000}.tablesaw-btn{display:inline-block;width:auto;height:auto;position:relative;top:0}.tablesaw-btn.btn-small{font-size:1.0625em;line-height:19px;padding:.3em 1em .3em 1em}.tablesaw-btn.btn-micro{font-size:.8125em;padding:.4em .7em .25em .7em}.tablesaw-btn-select{padding-right:1.5em;text-align:left;display:inline-block;color:#26343d;padding-right:2.5em;min-width:7.25em}.tablesaw-btn-select:after{content:" ";position:absolute;background:0 0;background-repeat:no-repeat;background-position:.25em .45em;content:"\25bc";font-size:.55em;padding-top:1.2em;padding-left:1em;left:auto;right:0;margin:0;top:0;bottom:0;width:1.8em}.tablesaw-btn-select.btn-micro:after,.tablesaw-btn-select.btn-small:after{width:1.2em;font-size:.5em;padding-top:1em;padding-right:.5em;line-height:1.65;background:0 0;box-shadow:none;border-left-width:0}.tablesaw-advance .tablesaw-btn{-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;text-shadow:0 1px 0 #fff;border-radius:.25em}.tablesaw-advance .tablesaw-btn.btn-micro{font-size:.8125em;padding:.3em .7em .25em .7em}.tablesaw-advance a.tablesaw-nav-btn:first-child{margin-left:0}.tablesaw-advance a.tablesaw-nav-btn:last-child{margin-right:0}.tablesaw-advance a.tablesaw-nav-btn{display:inline-block;overflow:hidden;width:1.8em;height:1.8em;background-position:50% 50%;margin-left:.25em;margin-right:.25em;position:relative;text-indent:-9999px}.tablesaw-advance a.tablesaw-nav-btn.down:before,.tablesaw-advance a.tablesaw-nav-btn.left:before,.tablesaw-advance a.tablesaw-nav-btn.right:before,.tablesaw-advance a.tablesaw-nav-btn.up:before{content:"\0020";overflow:hidden;width:0;height:0;position:absolute}.tablesaw-advance a.tablesaw-nav-btn.down:before{left:.5em;top:.65em;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #26343d}.tablesaw-advance a.tablesaw-nav-btn.up:before{left:.5em;top:.65em;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #26343d}.tablesaw-advance a.tablesaw-nav-btn.left:before,.tablesaw-advance a.tablesaw-nav-btn.right:before{top:.45em;border-top:5px solid transparent;border-bottom:5px solid transparent}.tablesaw-advance a.tablesaw-nav-btn.left:before{left:.6em;border-right:5px solid #26343d}.tablesaw-advance a.tablesaw-nav-btn.right:before{left:.7em;border-left:5px solid #26343d}.tablesaw-advance a.tablesaw-nav-btn.disabled{opacity:.25;cursor:default;pointer-events:none}.tablesaw-bar{clear:both}.tablesaw-bar *{box-sizing:border-box}.tablesaw-bar-section{float:left}.tablesaw-bar-section label{font-size:.875em;padding:.5em 0;clear:both;display:block;color:#26343d;margin-right:.5em;text-transform:uppercase}.tablesaw-btn,.tablesaw-enhanced .tablesaw-btn{margin-top:.5em;margin-bottom:.5em}.tablesaw-btn-select,.tablesaw-enhanced .tablesaw-btn-select{margin-bottom:0}.tablesaw-bar .tablesaw-bar-section .tablesaw-btn{margin-left:.4em;margin-top:0;text-transform:uppercase;border:none;box-shadow:none;background:0 0;font-size:1em;padding-left:.3em}.tablesaw-bar .tablesaw-bar-section .btn-select{min-width:0}.tablesaw-bar .tablesaw-bar-section .btn-select:after{padding-top:.9em}.tablesaw-bar .tablesaw-bar-section select{color:#26343d;text-transform:none;background:0 0}.tablesaw-bar-section~table{clear:both}.tablesaw-bar-section .abbreviated{display:inline}.tablesaw-bar-section .longform{display:none}@media (min-width:547.94520548px){.tablesaw-bar-section .abbreviated{display:none}.tablesaw-bar-section .longform{display:inline}}.tablesaw td,.tablesaw th{padding:.5em .7em;text-align:left;vertical-align:middle}.tablesaw-sortable-btn{padding:.5em .7em}.tablesaw thead th{text-align:left}.tablesaw-row-border tr{border-bottom:1px solid #26343d}.tablesaw-row-zebra thead th{background-color:#26343d;color:#fff}.tablesaw-row-zebra .tablesaw-cell-label{background-color:#fdfdfd;color:#273a4f}.tablesaw-row-zebra tr:nth-child(2n) .tablesaw-cell-label{background-color:#e4e4e4;color:#273a4f}.tablesaw-row-zebra tr:nth-child(2n){background-color:#f7f7f7}.tablesaw caption{text-align:left;margin:.59375em 0}.tablesaw-swipe .tablesaw-swipe-cellpersist{border-right:2px solid #f7f7f7}.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist{border-right-width:1px}.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist{box-shadow:3px 0 4px -1px #f7f7f7}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none}@media only all{.tablesaw-stack{clear:both}.tablesaw-stack td,.tablesaw-stack th{text-align:left;display:block}.tablesaw-stack tr{clear:both;display:table-row}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:inline-block;padding:0 .6em 0 0;width:30%}.tablesaw-stack td .tablesaw-cell-label-top,.tablesaw-stack th .tablesaw-cell-label-top{display:block;padding:.4em 0;margin:.4em 0}.tablesaw-cell-label{display:block}.tablesaw-stack tbody th.group{margin-top:-1px}.tablesaw-stack th.group b.tablesaw-cell-label{display:none!important}}@media (max-width:800px){.tablesaw-stack tbody tr{display:block;width:100%;border-bottom:1px solid #dfdfdf}.tablesaw-stack thead td,.tablesaw-stack thead th{display:none}.tablesaw-stack tbody td,.tablesaw-stack tbody th{display:block;float:left;clear:left;width:100%}.tablesaw-cell-label{vertical-align:top}.tablesaw-cell-content{display:inline-block;max-width:67%}.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content,.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label{display:block;width:100%;max-width:100%;padding:0}.tablesaw-stack td:empty,.tablesaw-stack th:empty{display:none}}@media (min-width:801px){.tablesaw-stack tr{display:table-row}.tablesaw-stack td,.tablesaw-stack th,.tablesaw-stack thead td,.tablesaw-stack thead th{display:table-cell;margin:0}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none!important}}.tablesaw-fix-persist{table-layout:fixed}@media only all{.tablesaw-swipe td.tablesaw-swipe-cellhidden,.tablesaw-swipe th.tablesaw-swipe-cellhidden{display:none}}.tablesaw-overflow{position:relative;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.tablesaw-overflow>.tablesaw{margin-top:2px}.tablesaw-columntoggle-btn span{text-indent:-9999px;display:inline-block}.tablesaw-columntoggle-btnwrap{position:relative}.tablesaw-columntoggle-btnwrap .dialog-content{padding:.5em}.tablesaw-columntoggle tbody td{line-height:1.5}.tablesaw-columntoggle-popup{display:none}.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup{display:block;position:absolute;top:2em;right:0;background-color:#fff;padding:.5em .8em;border:1px solid #ccc;box-shadow:0 1px 2px #ccc;border-radius:.2em;z-index:1}.tablesaw-columntoggle-popup fieldset{margin:0}@media only all{.tablesaw-columntoggle td.tablesaw-priority-0,.tablesaw-columntoggle td.tablesaw-priority-1,.tablesaw-columntoggle td.tablesaw-priority-2,.tablesaw-columntoggle td.tablesaw-priority-3,.tablesaw-columntoggle td.tablesaw-priority-4,.tablesaw-columntoggle td.tablesaw-priority-5,.tablesaw-columntoggle td.tablesaw-priority-6,.tablesaw-columntoggle th.tablesaw-priority-0,.tablesaw-columntoggle th.tablesaw-priority-1,.tablesaw-columntoggle th.tablesaw-priority-2,.tablesaw-columntoggle th.tablesaw-priority-3,.tablesaw-columntoggle th.tablesaw-priority-4,.tablesaw-columntoggle th.tablesaw-priority-5,.tablesaw-columntoggle th.tablesaw-priority-6{display:none}}.tablesaw-columntoggle-btnwrap .dialog-content{top:0!important;right:1em;left:auto!important;width:12em;max-width:18em;margin:-.5em auto 0}.tablesaw-columntoggle-btnwrap .dialog-content:focus{outline-style:none}@media (min-width:320px){.tablesaw-columntoggle td.tablesaw-priority-1,.tablesaw-columntoggle th.tablesaw-priority-1{display:table-cell}}@media (min-width:440px){.tablesaw-columntoggle td.tablesaw-priority-2,.tablesaw-columntoggle th.tablesaw-priority-2{display:table-cell}}@media (min-width:520px){.tablesaw-columntoggle td.tablesaw-priority-3,.tablesaw-columntoggle th.tablesaw-priority-3{display:table-cell}.tablesaw-columntoggle tbody td{line-height:2}}@media (min-width:800px){.tablesaw-columntoggle td.tablesaw-priority-4,.tablesaw-columntoggle th.tablesaw-priority-4{display:table-cell}}@media (min-width:1030px){.tablesaw-columntoggle td.tablesaw-priority-5,.tablesaw-columntoggle th.tablesaw-priority-5{display:table-cell}}@media (min-width:1300px){.tablesaw-columntoggle td.tablesaw-priority-6,.tablesaw-columntoggle th.tablesaw-priority-6{display:table-cell}}@media only all{.tablesaw-columntoggle td.tablesaw-toggle-cellhidden,.tablesaw-columntoggle th.tablesaw-toggle-cellhidden{display:none}.tablesaw-columntoggle td.tablesaw-toggle-cellvisible,.tablesaw-columntoggle th.tablesaw-toggle-cellvisible{display:table-cell}}.tablesaw-columntoggle-popup .btn-group>label{display:block;padding:.2em 0;white-space:nowrap;cursor:default}.tablesaw-columntoggle-popup .btn-group>label input{margin-right:.8em}.tablesaw-sortable-head{position:relative;vertical-align:top}.tablesaw .tablesaw-sortable-head{padding:0}.tablesaw-sortable-btn{min-width:100%;color:inherit;background:0 0;border:0;text-align:inherit;font:inherit;text-transform:inherit}.tablesaw-sortable-arrow:after{display:inline-block;width:10px;height:14px;content:" ";margin-left:.3125em}.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,.tablesaw-sortable-descending .tablesaw-sortable-arrow:after{content:"\0020"}.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after{content:"\2191"}.tablesaw-sortable-descending .tablesaw-sortable-arrow:after{content:"\2193"}.tablesaw-advance{float:right}.tablesaw-advance.minimap{margin-right:.4em}.tablesaw-advance-dots{float:left;margin:0;padding:0;list-style:none}.tablesaw-advance-dots li{display:table-cell;margin:0;padding:.4em .2em}.tablesaw-advance-dots li i{width:.25em;height:.25em;background:#555;border-radius:100%;display:inline-block}.tablesaw-advance-dots-hide{opacity:.25;cursor:default;pointer-events:none}.tablesaw td,.tablesaw th{vertical-align:top}@media (max-width:800px){.frame table.tablesaw{max-width:100%}.frame table.tablesaw.tablesaw-stack thead tr th{font-family:Roboto,Arial,sans-serif;font-weight:700;font-family:'Roboto Bold',Arial,sans-serif;font-weight:400}.frame table.tablesaw.tablesaw-stack tbody tr{border-bottom:2px solid #26343d}.frame table.tablesaw.tablesaw-stack tbody tr:after,.frame table.tablesaw.tablesaw-stack tbody tr:before{content:"";display:table}.frame table.tablesaw.tablesaw-stack tbody tr:after{clear:both}.frame table.tablesaw.tablesaw-stack tbody tr td{padding:0;border-bottom:1px solid #26343d!important}.frame table.tablesaw.tablesaw-stack tbody tr td .tablesaw-cell-label{padding:4px;border-right:1px solid #26343d;max-width:50%;font-family:Roboto,Arial,sans-serif;font-weight:700;font-family:'Roboto Bold',Arial,sans-serif;font-weight:400}.frame table.tablesaw.tablesaw-stack tbody tr td .tablesaw-cell-content{padding:4px;padding-left:8px}.frame table.tablesaw.tablesaw-stack tbody tr td[colspan] .tablesaw-cell-label{display:none}.frame .ce-bodytext table.tablesaw[border] tbody tr td{border-top:none;border-left:none;border-right:none}}.scrolltable{display:block;overflow-x:auto}@font-face{font-family:iconset;src:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/iconset.eot?52153854');src:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/iconset.eot?52153854#iefix') format('embedded-opentype'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/iconset.woff2?52153854') format('woff2'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/iconset.woff?52153854') format('woff'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Css/Fonts/iconset.ttf?52153854') format('truetype'),url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/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'}.frame-type-form_formframework{width:100%;position:relative}.frame-type-form_formframework form>h2{display:none}.frame-type-form_formframework .form-group{width:100%;clear:both;position:relative}.frame-type-form_formframework .form-group .control-label{margin-bottom:8px}.frame-type-form_formframework .form-group .control-label .required{color:#1c4572}.frame-type-form_formframework .form-group .input{margin-bottom:8px}.frame-type-form_formframework .form-group .input input[type=date],.frame-type-form_formframework .form-group .input input[type=email],.frame-type-form_formframework .form-group .input input[type=number],.frame-type-form_formframework .form-group .input input[type=password],.frame-type-form_formframework .form-group .input input[type=tel],.frame-type-form_formframework .form-group .input input[type=text],.frame-type-form_formframework .form-group .input input[type=url]{height:2.5em;width:100%;padding:8px;border:1px solid #26343d}.frame-type-form_formframework .form-group .input input[type=date]:disabled,.frame-type-form_formframework .form-group .input input[type=email]:disabled,.frame-type-form_formframework .form-group .input input[type=number]:disabled,.frame-type-form_formframework .form-group .input input[type=password]:disabled,.frame-type-form_formframework .form-group .input input[type=tel]:disabled,.frame-type-form_formframework .form-group .input input[type=text]:disabled,.frame-type-form_formframework .form-group .input input[type=url]:disabled{border:1px solid #f7f7f7!important;color:#707070!important}.frame-type-form_formframework .form-group .input textarea{height:8em;width:100%;padding:8px;border:1px solid #26343d}.frame-type-form_formframework .form-group .input .checkbox,.frame-type-form_formframework .form-group .input .radio{display:inline-block;margin-right:8px}.frame-type-form_formframework .form-group .input .checkbox label,.frame-type-form_formframework .form-group .input .radio label{min-height:2.5em;padding-top:8px;display:inline-block}.frame-type-form_formframework .actions{margin-top:8px}.frame-type-form_formframework .actions button{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:#1c4572;padding:.85em 2em .8em;border-radius:50px;color:#fff;background-color:#607ea2;font-weight:500;letter-spacing:.5px;transition:.3s ease-in-out}.frame-type-form_formframework .actions button a{color:#fff!important}.frame-type-form_formframework .actions button a:hover{color:#fff!important}.frame-type-form_formframework .actions button:focus-visible,.frame-type-form_formframework .actions button:hover{background-color:rgba(96,126,162,.2);color:#8f3e5a!important}.frame-type-form_formframework .actions button a{color:#fff!important}.frame-type-form_formframework .actions button a:hover{color:#fff!important}.frame-type-form_formframework .actions button:focus-visible,.frame-type-form_formframework .actions button:hover{background-color:rgba(96,126,162,.2);color:#8f3e5a!important}.frame-type-form_formframework .actions button.schaltflaeche-icon{padding:1em 2em .95em!important;margin-bottom:2em!important;font-size:20px;letter-spacing:.7px}.frame-type-form_formframework .actions button.schaltflaeche-icon:before{content:'';position:absolute;display:block;height:120px;width:102px;left:-140px;top:-25%;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/booking.svg');background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:1500px){.frame-type-form_formframework .actions button.schaltflaeche-icon{font-size:1rem}.frame-type-form_formframework .actions button.schaltflaeche-icon:before{height:95px;width:82px;left:-105px}}@media only screen and (max-width:800px){.frame-type-form_formframework .actions button.schaltflaeche-icon{margin-bottom:0!important}.frame-type-form_formframework .actions button.schaltflaeche-icon:before{display:none}}.frame-type-form_formframework .actions button:disabled{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:#26343d}.frame-type-form_formframework .actions button:disabled a{color:#fff!important}.frame-type-form_formframework .actions button:disabled a:hover{color:#fff!important}@media only screen and (max-width:1500px){html{font-size:100%}}@media only screen and (max-width:600px){html{font-size:87.5%;line-height:1.5}}h1 span.large,h2 span.large,h3 span.large,h4 span.large,h5 span.large,h6 span.large,p span.large{font-size:200%}span.small{font-size:80%}.sticky{position:sticky;top:0}.sticky:after,.sticky:before{content:"";display:table}.sticky:after{clear:both}.blockparent{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.blockparent.centered{align-items:center;justify-content:center}.blockparent.nowrap{flex-wrap:nowrap}@media only screen and (max-width:520px){.blockparent{display:block}}.blockitem,.blockwrap{padding:40px;position:relative}.blockitem.floated,.blockwrap.floated{vertical-align:top}.blockitem.white,.blockwrap.white{background-color:#fff}.blockitem.white .inline_box,.blockwrap.white .inline_box{background-color:#f7f7f7}.blockitem.white .inline_box *,.blockwrap.white .inline_box *{color:#273a4f}.blockitem.lightgrey,.blockwrap.lightgrey{background-color:#f7f7f7}.blockitem.lightgrey .inline_box,.blockwrap.lightgrey .inline_box{background-color:#26343d}.blockitem.lightgrey .inline_box *,.blockwrap.lightgrey .inline_box *{color:#fff}.blockitem.darkgrey,.blockwrap.darkgrey{background-color:#26343d}.blockitem.darkgrey *,.blockwrap.darkgrey *{color:#fff}.blockitem.darkgrey .inline_box,.blockwrap.darkgrey .inline_box{background-color:#fff}.blockitem.darkgrey .inline_box *,.blockwrap.darkgrey .inline_box *{color:#273a4f}.blockitem.imgbg,.blockwrap.imgbg{padding:0!important}.blockitem.imgbg .replacedImage,.blockwrap.imgbg .replacedImage{background-size:cover!important;top:0;bottom:0;left:0;right:0}.blockitem.imgbg .imgbg-text,.blockwrap.imgbg .imgbg-text{text-align:right;position:absolute;padding:0 50px 30px 50px;right:0;bottom:0}.blockitem.imgbg .imgbg-text>:not(br),.blockwrap.imgbg .imgbg-text>:not(br){-webkit-box-decoration-break:clone;box-decoration-break:clone;display:inline;line-height:1.5!important;padding:9px 0!important;margin:0!important;color:#273a4f;background:#fff;box-shadow:#fff 30px 0 0,#fff -30px 0 0,#fff 5px 0 0,#fff -5px 0 0,#fff 3px 0 0,#fff -3px 0 0,#fff 1px 0 0,#fff -1px 0 0}.blockitem.imgbg .imgbg-text>:not(br):after,.blockwrap.imgbg .imgbg-text>:not(br):after{content:'';display:block;width:100%;height:0;margin:0;padding:0;font-size:0}@media only screen and (max-width:1030px){.blockitem.imgbg .imgbg-text>:not(br),.blockwrap.imgbg .imgbg-text>:not(br){box-shadow:#fff 15px 0 0,#fff -15px 0 0,#fff 5px 0 0,#fff -5px 0 0,#fff 3px 0 0,#fff -3px 0 0,#fff 1px 0 0,#fff -1px 0 0}}.blockitem.imgbg .imgbg-text h1:after,.blockwrap.imgbg .imgbg-text h1:after{margin-bottom:-21px}.blockitem.imgbg .imgbg-text h2:after,.blockwrap.imgbg .imgbg-text h2:after{margin-bottom:-15px}.blockitem.imgbg .imgbg-text h3:after,.blockwrap.imgbg .imgbg-text h3:after{margin-bottom:-9px}.blockitem.imgbg .imgbg-text h4:after,.blockwrap.imgbg .imgbg-text h4:after{margin-bottom:-4.5px}.blockitem.imgbg .imgbg-text h5:after,.blockitem.imgbg .imgbg-text h6:after,.blockwrap.imgbg .imgbg-text h5:after,.blockwrap.imgbg .imgbg-text h6:after{margin-bottom:-1.5px}.blockitem.imgbg.align-top .replacedImage,.blockwrap.imgbg.align-top .replacedImage{background-position:top 15% center!important}.blockitem.imgbg.align-bottom .replacedImage,.blockwrap.imgbg.align-bottom .replacedImage{background-position:bottom 15% center!important}.blockitem.col-100,.blockwrap.col-100{width:100%}.blockitem.col-66,.blockwrap.col-66{width:66.66%}.blockitem.col-50,.blockwrap.col-50{width:50%}.blockitem.col-33,.blockwrap.col-33{width:33.33%}.blockitem.col-25,.blockwrap.col-25{width:25%}.blockitem :last-child,.blockwrap :last-child{margin-bottom:0}@media only screen and (max-width:800px){.blockitem.col-66.scaledown,.blockwrap.col-66.scaledown{width:50%}.blockitem.col-66.scaleup,.blockwrap.col-66.scaleup{width:100%}.blockitem.col-33.scaleup,.blockwrap.col-33.scaleup{width:50%}.blockitem.col-33.scaledown,.blockwrap.col-33.scaledown{display:none}.blockitem.col-25.scaleup,.blockwrap.col-25.scaleup{width:50%}.blockitem.col-25.scaledown,.blockwrap.col-25.scaledown{display:none}}@media only screen and (max-width:520px){.blockitem,.blockwrap{padding:20px}.blockitem.imgbg,.blockwrap.imgbg{height:150px}.blockitem.imgbg .imgbg-text *,.blockwrap.imgbg .imgbg-text *{font-size:16px;font-size:.8888888888888888rem;margin-bottom:1.85625rem;line-height:1.15;margin-top:0;font-weight:400;color:#273a4f;text-transform:none}.blockitem.col-33,.blockitem.col-33.scaleup,.blockitem.col-50,.blockitem.col-66,.blockitem.col-66.scaledown,.blockwrap.col-33,.blockwrap.col-33.scaleup,.blockwrap.col-50,.blockwrap.col-66,.blockwrap.col-66.scaledown{width:100%}.blockitem.col-25,.blockitem.col-25.scaleup,.blockwrap.col-25,.blockwrap.col-25.scaleup{width:50%}}.blockwrap{padding:0!important;background-color:transparent!important}.fullscreen{width:100vw;height:100vh}.maincolor{background-color:#1c4572}.neutral-light{background-color:#f7f7f7}.neutral-dark{background-color:#26343d}@supports (backdrop-filter:blur(8px)){.bg-blur{background-color:rgba(0,0,0,.3);backdrop-filter:blur(8px)}}@supports not (backdrop-filter:blur(8px)){.bg-blur{background:rgba(0,0,0,.45)}}.msie .bg-blur{background-color:rgba(0,0,0,.45)}.schaltflaeche-download{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:#1c4572;padding:.85em 2em .8em;border-radius:50px;color:#fff;background-color:#607ea2;font-weight:500;letter-spacing:.5px;transition:.3s ease-in-out;background-color:transparent;padding-left:2.5em;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/download-white.svg');background-repeat:no-repeat;background-position:left .3em center;background-size:1.6em}.schaltflaeche-download a{color:#fff!important}.schaltflaeche-download a:hover{color:#fff!important}.schaltflaeche-download:focus-visible,.schaltflaeche-download:hover{background-color:rgba(96,126,162,.2);color:#8f3e5a!important}.schaltflaeche-download a{color:#fff!important}.schaltflaeche-download a:hover{color:#fff!important}.schaltflaeche-download:focus-visible,.schaltflaeche-download:hover{background-color:rgba(96,126,162,.2);color:#8f3e5a!important}.schaltflaeche-download.schaltflaeche-icon{padding:1em 2em .95em!important;margin-bottom:2em!important;font-size:20px;letter-spacing:.7px}.schaltflaeche-download.schaltflaeche-icon:before{content:'';position:absolute;display:block;height:120px;width:102px;left:-140px;top:-25%;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/booking.svg');background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:1500px){.schaltflaeche-download.schaltflaeche-icon{font-size:1rem}.schaltflaeche-download.schaltflaeche-icon:before{height:95px;width:82px;left:-105px}}@media only screen and (max-width:800px){.schaltflaeche-download.schaltflaeche-icon{margin-bottom:0!important}.schaltflaeche-download.schaltflaeche-icon:before{display:none}}hr.clearer{visibility:hidden;margin:0;padding:0;width:100%;clear:both}hr.spacer{visibility:hidden;height:1em;padding:0;width:100%;clear:both;background-color:transparent}body,html{scroll-behavior:smooth;scroll-padding-top:155px}@media only screen and (max-width:1500px){body,html{scroll-padding-top:130px}}@media only screen and (max-width:500px){body,html{scroll-padding-top:90px}}body{counter-reset:section}html{display:block!important}h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',Times,serif}h1,h2{hyphens:none;opacity:0;transform:translateY(40px)}@media only screen and (max-width:800px){h1,h2{hyphens:manual}}h1+h2{font-size:70px}@media only screen and (max-width:1550px){h1+h2{font-size:60px}}@media only screen and (max-width:1200px){h1+h2{font-size:50px}}@media only screen and (max-width:800px){h1+h2{font-size:38px}}@media only screen and (max-width:550px){h1+h2{font-size:26px}}.hdline-line{display:block;overflow:hidden}.hdline-word{display:inline-block;white-space:nowrap}.hdline-space{white-space:pre}.hdline-letter{display:inline-block;will-change:transform}.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:#1c4572;padding:.85em 2em .8em;border-radius:50px;color:#fff;background-color:#607ea2;font-weight:500;letter-spacing:.5px;transition:.3s ease-in-out}.schaltflaeche a{color:#fff!important}.schaltflaeche a:hover{color:#fff!important}.schaltflaeche:focus-visible,.schaltflaeche:hover{background-color:rgba(96,126,162,.2);color:#8f3e5a!important}.schaltflaeche.schaltflaeche-icon{padding:1em 2em .95em!important;margin-bottom:2em!important;font-size:20px;letter-spacing:.7px}.schaltflaeche.schaltflaeche-icon:before{content:'';position:absolute;display:block;height:120px;width:102px;left:-140px;top:-25%;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/booking.svg');background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:1500px){.schaltflaeche.schaltflaeche-icon{font-size:1rem}.schaltflaeche.schaltflaeche-icon:before{height:95px;width:82px;left:-105px}}@media only screen and (max-width:800px){.schaltflaeche.schaltflaeche-icon{margin-bottom:0!important}.schaltflaeche.schaltflaeche-icon:before{display:none}}.firefox.win.touchevents a[href^=tel]:hover,.firefox.win.touchevents a[href^=tel]:link,.firefox.win.touchevents a[href^=tel]:visited,.no-touchevents a[href^=tel]:hover,.no-touchevents a[href^=tel]:link,.no-touchevents a[href^=tel]:visited{color:#1c4572;cursor:pointer;pointer-events:all}b,strong{font-family:inherit;font-weight:700}.highlight{font-family:inherit;font-weight:inherit}.dark-blue{color:#273a4f!important}.red{color:#8f3e5a}a{font-family:inherit;color:#1c4572}.frame .plus-list{margin-top:1em}.frame .plus-list li{color:#273a4f;padding-left:1.5em;padding-bottom:.15em}.frame .plus-list li:before{content:'+';color:#8f3e5a;line-height:1.25;font-size:120%}.medium{font-weight:500;margin-bottom:0}.uppercase{text-transform:uppercase}hr{margin:0;height:50px;background-color:#f7f7f7}@media only screen and (max-width:600px){hr{height:25px}}.icon{position:relative;padding:5px 0;padding-left:2.25em}.icon:before{position:absolute;left:0;top:4px;border:1px solid #273a4f;border-radius:10px;width:1.75em;height:1.75em;font-size:16px;padding:3px;display:flex;align-items:center;justify-content:center}.icon a{font-size:1rem!important;text-transform:none!important;letter-spacing:0!important}.icon.icon-parken:before{content:'';background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/parken.svg');background-repeat:no-repeat;background-position:center;background-size:44%}.text-end{text-align:right}.hamburger{display:none}h1{color:#273a4f;font-size:100px;margin-bottom:.4em;line-height:1.2}@media only screen and (max-width:1550px){h1{font-size:70px}}@media only screen and (max-width:1200px){h1{font-size:60px}}@media only screen and (max-width:800px){h1{font-size:50px}}@media only screen and (max-width:550px){h1{font-size:42px}}@media only screen and (max-width:450px){h1{font-size:38px}}@media only screen and (max-width:400px){h1{font-size:34px}}h1:has(.h2){font-size:48px;margin-bottom:.75em}@media only screen and (max-width:1550px){h1:has(.h2){font-size:40px}}@media only screen and (max-width:1200px){h1:has(.h2){font-size:36px}}@media only screen and (max-width:800px){h1:has(.h2){font-size:32px}}@media only screen and (max-width:550px){h1:has(.h2){font-size:28px}}.h2,h2{color:#8f3e5a;font-size:48px;margin-bottom:.5em!important;line-height:1.2}@media only screen and (max-width:1550px){.h2,h2{font-size:40px}}@media only screen and (max-width:1200px){.h2,h2{font-size:36px}}@media only screen and (max-width:800px){.h2,h2{font-size:32px}}@media only screen and (max-width:550px){.h2,h2{font-size:28px}}.h2 .h1,h2 .h1{font-size:60px;display:block;margin-bottom:.75em!important}@media only screen and (max-width:1500px){.h2 .h1,h2 .h1{font-size:50px}}@media only screen and (max-width:1030px){.h2 .h1,h2 .h1{font-size:40px;margin-bottom:1em!important}}@media only screen and (max-width:800px){.h2 .h1,h2 .h1{font-size:32px}}@media only screen and (max-width:500px){.h2 .h1,h2 .h1{font-size:28px}}.h2:has(.h4),h2:has(.h4){font-size:32px;margin-bottom:.75em!important}@media only screen and (max-width:1500px){.h2:has(.h4),h2:has(.h4){font-size:26px}}@media only screen and (max-width:800px){.h2:has(.h4),h2:has(.h4){font-size:22px}}@media only screen and (max-width:500px){.h2:has(.h4),h2:has(.h4){font-size:18px}}.h3,h3{color:#273a4f;font-size:48px;margin-bottom:.5em!important;line-height:1.2}@media only screen and (max-width:1500px){.h3,h3{font-size:40px}}@media only screen and (max-width:1030px){.h3,h3{font-size:36px}}@media only screen and (max-width:800px){.h3,h3{font-size:32px}}@media only screen and (max-width:500px){.h3,h3{font-size:25px}}.h4,h4{color:#8f3e5a;font-size:32px;margin-bottom:.5em!important;line-height:1.2;font-family:Roboto,Arial,sans-serif;text-transform:uppercase;hyphens:auto}@media only screen and (max-width:1500px){.h4,h4{font-size:26px}}@media only screen and (max-width:800px){.h4,h4{font-size:22px}}@media only screen and (max-width:500px){.h4,h4{font-size:18px}}#main:before{content:'';display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;opacity:0}#main.disabled{pointer-events:none;touch-action:none}#main.disabled:before{display:block}div[role=main]{min-height:100vh!important}#head-wrap{position:absolute;position:fixed;top:0;background:#fff;z-index:9}#head-wrap #head{max-width:1750px;display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column;position:unset}#head-wrap #head:after,#head-wrap #head:before{display:none}#head-wrap #head .logowrap{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 0}#head-wrap #head .logowrap .logo{width:450px;display:block;flex:none;z-index:2}#head-wrap #head .logowrap .logo a{display:block}@media only screen and (max-width:1500px){#head-wrap #head .logowrap .logo{width:350px}}@media only screen and (max-width:500px){#head-wrap #head .logowrap .logo{width:220px}}#head-wrap #head #mainnav{padding-right:100px}#head-wrap #head #mainnav ul{padding-left:0;list-style-type:none;margin-bottom:0;display:flex;gap:60px}#head-wrap #head #mainnav ul li{padding-bottom:0;line-height:1}#head-wrap #head #mainnav ul li a{font-family:Roboto,Arial,sans-serif;color:#273a4f;font-size:18px;text-transform:uppercase;letter-spacing:2px;transition:.3s ease-in-out;position:relative}#head-wrap #head #mainnav ul li a:after{content:'';height:2px;width:0;position:absolute;left:0;bottom:-8px;background:#8f3e5a;transition:.3s ease-in-out;z-index:2}@media only screen and (max-width:1100px){#head-wrap #head #mainnav ul li a:after{display:none}}#head-wrap #head #mainnav ul li a.active,#head-wrap #head #mainnav ul li a:focus-visible,#head-wrap #head #mainnav ul li a:hover{color:#8f3e5a!important}#head-wrap #head #mainnav ul li a.active:after,#head-wrap #head #mainnav ul li a:focus-visible:after,#head-wrap #head #mainnav ul li a:hover:after{width:100%;transition:.3s ease-in-out}#head-wrap #head #mainnav ul li.is-shortcut>a{pointer-events:none}@media only screen and (max-width:1100px){#head-wrap #head #mainnav ul li.is-shortcut>a{pointer-events:auto}}#head-wrap #head #mainnav ul li.parent .ul-wrap{display:none;position:absolute;left:0;background:#fff;width:100%;z-index:1}#head-wrap #head #mainnav ul li.parent .ul-wrap ul{position:relative;left:0;padding-bottom:20px;padding-right:20px;display:block;margin-top:40px}#head-wrap #head #mainnav ul li.parent .ul-wrap ul li{padding-bottom:10px;line-height:1.5}#head-wrap #head #mainnav ul li.parent .ul-wrap ul li a{transition:.3s ease-in-out;display:inline-block}#head-wrap #head #mainnav ul li.parent .ul-wrap ul li a:after{display:none}#head-wrap #head #mainnav ul li.parent .ul-wrap ul li a:focus-visible,#head-wrap #head #mainnav ul li.parent .ul-wrap ul li a:hover{transform:translate(10px,0)}#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul{margin-left:auto;margin-right:auto;padding-right:75px;padding-left:0!important;display:flex;justify-content:end}#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table{border:none}#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr{border:none;vertical-align:top}#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr td,#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr th{border:none;font-weight:400;text-align:left}#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr td p,#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr th p{margin:0}#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr table{margin:10px 100px 5px 0}#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr table tr{padding-bottom:10px}#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr table tr th{padding-right:40px}#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr table tr td,#head-wrap #head #mainnav ul li:last-of-type .ul-wrap ul .frame table tr table tr th{padding-bottom:5px}@media only screen and (max-width:1100px){#head-wrap #head #mainnav ul li:last-of-type .ul-wrap{display:none!important}}#head-wrap #head #mainnav ul:after,#head-wrap #head #mainnav ul:before{display:none}@media only screen and (max-width:1500px){#head-wrap #head #mainnav{padding-right:150px}#head-wrap #head #mainnav ul{gap:40px}#head-wrap #head #mainnav ul li a{font-size:16px;letter-spacing:1px}}@media only screen and (max-width:1100px){#head-wrap #head #mainnav{position:absolute;display:block;width:100%;max-height:calc(100dvh - 119px);min-height:calc(100dvh - 119px);transform:translate(-100%,0);padding-top:100px;top:0;left:0;padding-right:0;background:#fff;z-index:1;padding-left:60px;padding-right:60px;margin-top:119px;transition:.5s ease-in-out;overflow:scroll}#head-wrap #head #mainnav ul.clearfix{flex-direction:column;gap:20px}#head-wrap #head #mainnav ul.clearfix>li>a{font-size:40px;letter-spacing:2px;font-weight:500}#head-wrap #head #mainnav ul.clearfix>li.active>a{color:#1c4572}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap{position:relative}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap ul{margin-top:20px}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap ul li a{font-size:26px;display:block;position:relative;padding-left:25px}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap ul li a:before{content:'+';color:#8f3e5a;line-height:1.25;font-size:120%;position:absolute;left:0;top:-2px}#head-wrap #head #mainnav.menu-open{transform:translate(0,0)}#head-wrap #head .hamburger{display:block;z-index:2}}@media only screen and (max-width:800px){#head-wrap #head #mainnav{padding-top:80px;padding-left:40px;padding-right:40px}#head-wrap #head #mainnav ul.clearfix{gap:20px}#head-wrap #head #mainnav ul.clearfix>li>a{font-size:44px}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap ul{margin-top:15px;padding-bottom:0}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap ul li{padding-bottom:5px}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap ul li a{font-size:22px}}@media only screen and (max-width:500px){#head-wrap #head #mainnav{padding-left:40px;padding-right:40px;max-height:calc(100dvh - 80px);min-height:calc(100dvh - 80px);padding-top:80px;margin-top:80px}#head-wrap #head #mainnav ul.clearfix{gap:20px}#head-wrap #head #mainnav ul.clearfix>li>a{font-size:38px}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap ul{margin-top:15px;padding-bottom:0}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap ul li{padding-bottom:5px}#head-wrap #head #mainnav ul.clearfix>li.parent .ul-wrap ul li a{font-size:18px;letter-spacing:1px}}@media only screen and (max-width:400px){#head-wrap #head #mainnav{padding-left:20px;padding-right:20px}#head-wrap #head #mainnav ul.clearfix>li>a{font-size:36px;letter-spacing:1.25px}}.skip-to-content{background-color:#fff;width:100%;z-index:9999;position:absolute}.skip-to-content .skip-to-content-container{display:flex;justify-content:space-between;padding:10px 0}.skip-to-content .skip-to-content-container:not(:focus):not(:focus-within):not(caption){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-to-content .skip-to-content-container a{color:#273a4f}.sticky{position:fixed;right:0;z-index:3;top:50%;background:#607ea2;padding:12px;box-shadow:0 0 10px rgba(143,62,90,.2);border-radius:10px 0 0 10px;transition:.3s ease-in-out}.sticky a .sticky-button__text{line-height:1.3;text-transform:uppercase;font-size:16px;display:flex;color:#fff;padding-top:8px;transition:.3s ease-in-out;letter-spacing:.75px}.sticky a .sticky-button__text:before{content:'';background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/termin.svg');background-size:contain;background-repeat:no-repeat;display:block;height:6em;width:6em;margin-top:-8px;transition:.3s ease-in-out}@media only screen and (max-width:1500px){.sticky a .sticky-button__text{font-size:14px;padding-top:0;letter-spacing:.5px}.sticky a .sticky-button__text:before{height:5em;width:5em;margin-top:0}}.sticky:hover{background:#fff}.sticky:hover a .sticky-button__text{color:#8f3e5a}.sticky:hover a .sticky-button__text:before{background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/termin_hover.svg')}@media only screen and (max-width:800px){.sticky{transform:translateX(109px)}.sticky:hover{transform:translateX(0)}}@media only screen and (max-width:500px){.sticky{transform:translateX(94px);padding:10px}.sticky a .sticky-button__text{font-size:12px;align-items:center}.sticky a .sticky-button__text:before{height:4em;width:4em}.sticky:hover{transform:translateX(0)}}.headimage{position:relative;height:calc(100dvh - 148px);width:100%;margin-top:148px}.headimage picture{width:100%;height:100%;display:block;position:absolute}.headimage picture img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width:1500px){.headimage{height:calc(100dvh - 119px);min-height:600px;margin-top:119px}}@media only screen and (max-width:767px){.headimage{height:450px;min-height:unset;margin-top:80px}}.headimage .frame{max-width:1750px;padding:0 20px;margin:0 auto;height:100%;display:flex;align-items:flex-end;padding-bottom:60px;z-index:2}.headimage .overlay{position:absolute;width:100%;height:100%;z-index:1;background:#607ea2;opacity:.1;mix-blend-mode:multiply}.frame-column-1{position:relative;overflow:hidden}.frame-column-1 .col-1{width:100%;max-width:1350px;position:relative;margin:auto auto;padding-left:20px;padding-right:20px}.frame-column-1 .col-1:after,.frame-column-1 .col-1:before{content:"";display:table}.frame-column-1 .col-1:after{clear:both}@media only screen and (max-width:1500px){.frame-column-1 .col-1{max-width:1100px}}.frame-column-1.section--grey{background-color:#f7f7f7}.frame-column-1.section--darkgrey{background-color:#d3d4d4}.frame-column-1.section--darkgrey h2{color:#273a4f}.frame-column-1.section--blue{background-color:#dbe4f4}.frame-column-1.section--bright+.section--bright .col-1,.frame-column-1.section--bright+.section--bright .col-2{padding-top:0}.frame-column-1 .section__background{left:-200px;bottom:40px;width:auto;z-index:0;position:absolute;max-width:1350px}@media only screen and (max-width:800px){.frame-column-1 .section__background{max-width:800px;left:- 100px}}@media only screen and (max-width:450px){.frame-column-1 .section__background{max-width:600px;left:-100px}}.frame-column-1.frame-layout-1 .col-1{padding:50px 0;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:15px;grid-row-gap:15px}.frame-column-1.frame-layout-1 .col-1 .grid-header{grid-area:1/1/2/3}.frame-column-1.frame-layout-1 .col-1:after,.frame-column-1.frame-layout-1 .col-1:before{display:none}@media only screen and (max-width:500px){.frame-column-1.frame-layout-1 .col-1{padding:30px 0}}.frame-column-1.frame-layout-1 .frame-type-image{border-radius:15px;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/background_schwerpunkte.jpg');background-size:cover;background-repeat:no-repeat;padding:40px 20px;overflow:hidden;height:100%}@media only screen and (max-width:1200px){.frame-column-1.frame-layout-1 .frame-type-image{min-height:310px}}@media only screen and (max-width:800px){.frame-column-1.frame-layout-1 .frame-type-image{padding:30px 20px;min-height:350px!important}}.frame-column-1.frame-layout-1 .frame-type-image .ce-gallery{width:73%;padding-left:14%;overflow:visible;position:absolute;bottom:45%;transform:translate(0,50%)}.frame-column-1.frame-layout-1 .frame-type-image .ce-gallery .ce-inner .ce-row{transition:.3s ease-in-out;margin-bottom:0}.frame-column-1.frame-layout-1 .frame-type-image .ce-gallery .ce-inner .ce-row:last-child{position:absolute;top:0;right:0;left:0;bottom:0;-o-object-fit:contain;object-fit:contain;opacity:0;transition:.3s ease-in-out}.frame-column-1.frame-layout-1 .frame-type-image .ce-image:after,.frame-column-1.frame-layout-1 .frame-type-image .ce-image:before{content:"";display:block;height:35px;position:absolute;bottom:25px;width:2px;left:50%;pointer-events:none;transition:.3s ease-in-out;background-color:#fff}.frame-column-1.frame-layout-1 .frame-type-image .ce-image:after{transform:rotate(90deg)}.frame-column-1.frame-layout-1 .frame-type-image header h3{font-family:Roboto,Arial,sans-serif;font-size:18px;text-transform:uppercase;color:#fff;transition:.3s ease-in-out;z-index:1;position:relative;text-align:center}@media only screen and (max-width:1500px){.frame-column-1.frame-layout-1 .frame-type-image header h3{font-size:16px}}@media only screen and (max-width:800px){.frame-column-1.frame-layout-1 .frame-type-image header h3{hyphens:auto}}.frame-column-1.frame-layout-1 .frame-type-image:before{content:'';position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;transition:opacity .3s ease-in-out}.frame-column-1.frame-layout-1 .frame-type-image:focus-visible header h3,.frame-column-1.frame-layout-1 .frame-type-image:hover header h3{color:#8f3e5a;transition:.3s ease-in-out}.frame-column-1.frame-layout-1 .frame-type-image:focus-visible header:after,.frame-column-1.frame-layout-1 .frame-type-image:hover header:after{color:#607ea2;transition:color .3s ease-in-out}.frame-column-1.frame-layout-1 .frame-type-image:focus-visible .ce-gallery:after,.frame-column-1.frame-layout-1 .frame-type-image:focus-visible .ce-gallery:before,.frame-column-1.frame-layout-1 .frame-type-image:hover .ce-gallery:after,.frame-column-1.frame-layout-1 .frame-type-image:hover .ce-gallery:before{background-color:#607ea2;transition:.3s ease-in-out}.frame-column-1.frame-layout-1 .frame-type-image:focus-visible .ce-gallery .ce-inner .ce-row,.frame-column-1.frame-layout-1 .frame-type-image:hover .ce-gallery .ce-inner .ce-row{transform:scale(1.15);transition:.3s ease-in-out}.frame-column-1.frame-layout-1 .frame-type-image:focus-visible .ce-gallery .ce-inner .ce-row:last-child,.frame-column-1.frame-layout-1 .frame-type-image:hover .ce-gallery .ce-inner .ce-row:last-child{opacity:1}.frame-column-1.frame-layout-1 .frame-type-image:focus-visible:before,.frame-column-1.frame-layout-1 .frame-type-image:hover:before{opacity:.5;transition:opacity .3s ease-in-out}@media only screen and (max-width:1030px){.frame-column-1.frame-layout-1{margin:0 -20px}.frame-column-1.frame-layout-1 .col-1{display:block}.frame-column-1.frame-layout-1 .col-1 .grid-header{padding:0 20px;padding-bottom:20px}.frame-column-1.frame-layout-1 .col-1 .slick-list .slick-track{display:flex;margin:0}.frame-column-1.frame-layout-1 .col-1 .slick-list .slick-track .frame-type-image{height:auto;margin:0 10px;min-height:370px}}@media only screen and (max-width:800px){.frame-column-1.frame-layout-1 .col-1 .slick-list .slick-track .frame-type-image{min-height:320px!important}}@media only screen and (max-width:500px){.frame-column-1.frame-layout-1{margin:0 -20px}.frame-column-1.frame-layout-1 .col-1{display:block}.frame-column-1.frame-layout-1 .col-1 .slick-list .slick-track{display:flex}.frame-column-1.frame-layout-1 .col-1 .slick-list .slick-track .frame-type-image{height:auto;margin:0 5px;min-height:300px!important}.frame-column-1.frame-layout-1 .col-1 .slick-list .slick-track .frame-type-image .ce-gallery{bottom:50%}}@media only screen and (max-width:451px){.frame-column-1.frame-layout-1 .col-1 .slick-list .slick-track .frame-type-image{min-height:350px!important}}.frame-column-1.spacing-bottom .col-1{padding-bottom:0}.frame-column-1.frame-layout-2 .col-1{padding:100px 0!important;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);grid-column-gap:15px;grid-row-gap:15px;align-items:start}.frame-column-1.frame-layout-2 .col-1:after,.frame-column-1.frame-layout-2 .col-1:before{display:none}.frame-column-1.frame-layout-2 .col-1 .grid-header{padding-right:20px}@media only screen and (max-width:800px){.frame-column-1.frame-layout-2 .col-1{padding:75px 0!important;display:flex;flex-wrap:wrap}}@media only screen and (max-width:500px){.frame-column-1.frame-layout-2 .col-1{padding:50px 0!important;display:flex;flex-wrap:wrap;grid-row-gap:10px}}.section--grey+.section--grey>div{padding-top:0}.section--grey:has(+.section--grey)>div{padding-bottom:75px}@media only screen and (max-width:800px){.section--grey:has(+.section--grey)>div{padding-bottom:30px}}.section--bright:has(+.section--bright)>div{padding-bottom:75px}@media only screen and (max-width:700px){.section--bright:has(+.section--bright)>div{padding-bottom:40px}}.frame-column-2 .col-2{display:flex;width:100%}.frame-column-2 .col-2:after,.frame-column-2 .col-2:before{display:none!important}.frame-column-2 .col-2 .left,.frame-column-2 .col-2 .right{flex:0 0 50%;width:50%;display:flex;flex-direction:column}.frame-column-2 .col-2 .left:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-left:max(20px,calc((100vw - 1320px)/ 2));padding-right:60px}@media only screen and (max-width:1500px){.frame-column-2 .col-2 .left:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-left:max(20px,calc((100vw - 1070px)/ 2))}}@media only screen and (max-width:1030px){.frame-column-2 .col-2 .left:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-right:25px}}.frame-column-2 .col-2 .right:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-right:max(20px,calc((100vw - 1320px)/ 2));padding-left:60px}@media only screen and (max-width:1500px){.frame-column-2 .col-2 .right:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-right:max(20px,calc((100vw - 1070px)/ 2))}}@media only screen and (max-width:1030px){.frame-column-2 .col-2 .right:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-left:25px}}.frame-column-2 .col-2 .left:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2){padding-left:0;padding-right:0}.frame-column-2 .col-2 .right:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2){padding-right:0;padding-left:0}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-1){padding-top:50px}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-1) .left{padding-left:0;padding-right:10px}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-1) .right{padding-right:0;padding-left:10px}@media only screen and (max-width:700px){.frame-column-2 .col-2:has(.frame-type-text.frame-layout-1){padding-top:20px}}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-2) .left{padding-left:0;padding-right:10px}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-2) .right{padding-right:0;padding-left:10px}@media only screen and (max-width:1030px){.frame-column-2 .col-2:has(.frame-type-media2click_iframe){flex-direction:column}.frame-column-2 .col-2:has(.frame-type-media2click_iframe) .left,.frame-column-2 .col-2:has(.frame-type-media2click_iframe) .right{width:100%;flex:0 0 100%}.frame-column-2 .col-2:has(.frame-type-media2click_iframe):has(.frame-type-text.frame-layout-0) .left:not(:has(.frame-type-media2click_iframe)){padding-right:20px}.frame-column-2 .col-2:has(.frame-type-media2click_iframe) .right:has(.frame-type-media2click_iframe) .frame-type-media2click_iframe{margin-top:40px}}@media only screen and (max-width:700px){.frame-column-2 .col-2:has(.frame-type-image){flex-direction:column}.frame-column-2 .col-2:has(.frame-type-image) .left,.frame-column-2 .col-2:has(.frame-type-image) .right{width:100%;flex:0 0 100%}.frame-column-2 .col-2:has(.frame-type-image) .left{margin-bottom:35px}.frame-column-2 .col-2:has(.frame-type-image) .left:not(:has(.frame-type-image)){padding-right:20px}.frame-column-2 .col-2:has(.frame-type-image) .right:not(:has(.frame-type-image)){padding-left:20px}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-0):not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-1)) .left,.frame-column-2 .col-2:has(.frame-type-text.frame-layout-0):not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-1)) .right{hyphens:auto;font-size:14px}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-0):not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-1)) .left{padding-right:7px}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-0):not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-1)) .right{padding-left:7px}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-1){flex-direction:column}.frame-column-2 .col-2:has(.frame-type-text.frame-layout-1) .left,.frame-column-2 .col-2:has(.frame-type-text.frame-layout-1) .right{width:100%;flex:0 0 100%;padding:0}}.frame-column-2.section--grey{background-color:#f7f7f7}.frame-column-2.spacing-top .col-2{padding-top:40px}@media only screen and (max-width:800px){.frame-column-2.spacing-top .col-2{padding-top:30px}}@media only screen and (max-width:500px){.frame-column-2.spacing-top .col-2{padding-top:20px}}.frame-column-2.spacing-bottom .col-2{padding-bottom:0}.frame-column-2.frame-layout-1 .col-2{align-items:flex-end}.frame-column-2.frame-layout-1 .col-2 h1{margin-bottom:2em}.frame-column-2-unequal .col-2{display:flex;width:100%;padding:100px 0}.frame-column-2-unequal .col-2:after,.frame-column-2-unequal .col-2:before{display:none!important}.frame-column-2-unequal .col-2 .left,.frame-column-2-unequal .col-2 .right{display:flex;flex-direction:column}.frame-column-2-unequal .col-2 .left{flex:0 0 45%;width:45%}.frame-column-2-unequal .col-2 .left .frame-type-text .ce-bodytext{margin-top:4rem}.frame-column-2-unequal .col-2 .right{flex:0 0 55%;width:55%}.frame-column-2-unequal .col-2 .right .frame-type-image .ce-gallery[data-ce-images='2']{padding-right:0;float:none}.frame-column-2-unequal .col-2 .right .frame-type-image .ce-gallery[data-ce-images='2'][data-ce-columns='2'] .ce-row{margin-bottom:0}.frame-column-2-unequal .col-2 .left:not(:has(.frame-type-image,.frame-type-textpic.frame-layout-1)){padding-left:max(20px,calc((100vw - 1320px)/ 2));padding-right:40px}@media only screen and (max-width:1500px){.frame-column-2-unequal .col-2 .left:not(:has(.frame-type-image,.frame-type-textpic.frame-layout-1)){padding-left:max(20px,calc((100vw - 1070px)/ 2));padding-right:25px}}.frame-column-2-unequal .col-2 .right:not(:has(.ce-gallery[data-ce-images='1'],.frame-type-textpic.frame-layout-1)){padding-right:max(20px,calc((100vw - 1320px)/ 2));padding-left:0}@media only screen and (max-width:1500px){.frame-column-2-unequal .col-2 .right:not(:has(.ce-gallery[data-ce-images='1'],.frame-type-textpic.frame-layout-1)){padding-right:max(20px,calc((100vw - 1070px)/ 2));padding-left:0}}.frame-column-2-unequal .col-2 .left:has(.frame-type-image,.frame-type-textpic.frame-layout-1){padding-left:0;padding-right:0}.frame-column-2-unequal .col-2 .right:has(.frame-type-image.ce-gallery[data-ce-images='2'],.frame-type-textpic.frame-layout-1){padding-right:0;padding-left:0}.frame-column-2-unequal.section--grey{background-color:#f7f7f7}.frame-column-2-unequal.section--blue{background-color:#dbe4f4}.frame-column-2-unequal.spacing-top .col-2{padding-top:40px}@media only screen and (max-width:800px){.frame-column-2-unequal.spacing-top .col-2{padding-top:30px}}@media only screen and (max-width:500px){.frame-column-2-unequal.spacing-top .col-2{padding-top:20px}}.frame-column-2-unequal.spacing-bottom .col-2{padding-bottom:0}.frame-column-2-unequal .frame.frame-type-textpic:not(.frame-layout-1) .ce-gallery{max-width:35%;margin:0 auto 6rem auto!important}.frame-column-2-unequal .frame.frame-type-textpic.frame-layout-1 .ce-bodytext{margin-top:40px;padding-right:25%}.frame-column-2-unequal.frame-layout-1 .col-2{align-items:flex-end}.frame-column-2-unequal.frame-layout-1 .col-2 .frame-type-text .ce-bodytext{margin-top:0!important;margin-bottom:-8px}@media only screen and (max-width:800px){.frame-column-2-unequal.frame-layout-1 .col-2 .frame-type-text .ce-bodytext{margin-bottom:0}}@media only screen and (max-width:800px){.frame-column-2-unequal .col-2{flex-direction:column;padding:75px 0}.frame-column-2-unequal .col-2 .left:has(.frame){flex:auto;width:100%;padding:0 20px 30px!important}.frame-column-2-unequal .col-2 .left:has(.frame) .frame-type-textpic .ce-textpic{display:flex}.frame-column-2-unequal .col-2 .left:has(.frame) .frame-type-textpic .ce-textpic .ce-gallery{margin:0!important;max-width:none;width:125px;flex:none}.frame-column-2-unequal .col-2 .left:has(.frame) .frame-type-textpic .ce-textpic .ce-bodytext{margin-top:0;padding-left:20px}.frame-column-2-unequal .col-2 .left:has(.frame) .frame-type-text .ce-bodytext{margin-top:2rem}.frame-column-2-unequal .col-2 .right{flex:auto;width:100%}.frame-column-2-unequal .col-2 .right:not(:has(.ce-gallery[data-ce-images='1'])){padding:0 20px!important}.frame-column-2-unequal .col-2 .right .frame-type-image .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(1){padding-right:5px}.frame-column-2-unequal .col-2 .right .frame-type-image .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(2){padding-left:5px}.frame-column-2-unequal:not(:last-child) .col-2:has(.right>.frame-type-image:last-child){padding-bottom:0}}@media only screen and (max-width:500px){.frame-column-2-unequal .col-2{padding:50px 0}.frame-column-2-unequal .col-2 .left:has(.frame){padding:0 20px 20px!important}.frame-column-2-unequal .col-2 .left:has(.frame) .frame-type-textpic .ce-textpic .ce-gallery{width:90px}}.frame-column-1 .col-1,.frame-column-1 .col-2,.frame-column-2 .col-1,.frame-column-2 .col-2{padding-top:100px;padding-bottom:100px}@media only screen and (max-width:1030px){.frame-column-1 .col-1,.frame-column-1 .col-2,.frame-column-2 .col-1,.frame-column-2 .col-2{padding-top:75px;padding-bottom:75px}}@media only screen and (max-width:500px){.frame-column-1 .col-1,.frame-column-1 .col-2,.frame-column-2 .col-1,.frame-column-2 .col-2{padding-top:50px;padding-bottom:50px}}.frame.frame-type-text .ce-bodytext ul.checkliste,.frame.frame-type-textpic .ce-bodytext ul.checkliste{padding-left:0}.frame.frame-type-text .ce-bodytext ul.checkliste li,.frame.frame-type-textpic .ce-bodytext ul.checkliste li{padding-bottom:25px;border-bottom:1px solid #f0dce3;padding-left:2.5em}.frame.frame-type-text .ce-bodytext ul.checkliste li>span,.frame.frame-type-textpic .ce-bodytext ul.checkliste li>span{font-size:22px;font-weight:600;padding-bottom:5px;display:inline-block}@media only screen and (max-width:450px){.frame.frame-type-text .ce-bodytext ul.checkliste li>span,.frame.frame-type-textpic .ce-bodytext ul.checkliste li>span{font-size:20px}}.frame.frame-type-text .ce-bodytext ul.checkliste li:before,.frame.frame-type-textpic .ce-bodytext ul.checkliste li:before{color:#1c4572;content:'';background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/check.svg');background-size:contain;background-repeat:no-repeat;background-position:center;height:2em;width:1.5em}@media only screen and (max-width:450px){.frame.frame-type-text .ce-bodytext ul.checkliste li:before,.frame.frame-type-textpic .ce-bodytext ul.checkliste li:before{width:1.25em;height:1.75em}}.frame.frame-type-text .ce-bodytext ul.checkliste li:not(:first-of-type),.frame.frame-type-textpic .ce-bodytext ul.checkliste li:not(:first-of-type){padding-top:25px}@media only screen and (max-width:450px){.frame.frame-type-text .ce-bodytext ul.checkliste li,.frame.frame-type-textpic .ce-bodytext ul.checkliste li{padding-left:2em}}.frame.frame-type-text .ce-bodytext ol,.frame.frame-type-textpic .ce-bodytext ol{padding-left:0;margin-bottom:50px}.frame.frame-type-text .ce-bodytext ol li,.frame.frame-type-textpic .ce-bodytext ol li{list-style:none;position:relative;padding-bottom:25px;border-bottom:1px solid #f0dce3;padding-left:2.5em}.frame.frame-type-text .ce-bodytext ol li>span,.frame.frame-type-textpic .ce-bodytext ol li>span{font-size:22px;font-weight:600;padding-bottom:5px;display:inline-block}@media only screen and (max-width:450px){.frame.frame-type-text .ce-bodytext ol li>span,.frame.frame-type-textpic .ce-bodytext ol li>span{font-size:20px}}.frame.frame-type-text .ce-bodytext ol li::marker,.frame.frame-type-textpic .ce-bodytext ol li::marker{display:none}.frame.frame-type-text .ce-bodytext ol li:before,.frame.frame-type-textpic .ce-bodytext ol li:before{counter-increment:section;content:counter(section) ".";position:absolute;left:0;color:#1c4572;font-size:22px;font-weight:600}@media only screen and (max-width:450px){.frame.frame-type-text .ce-bodytext ol li:before,.frame.frame-type-textpic .ce-bodytext ol li:before{font-size:20px}}@media only screen and (max-width:450px){.frame.frame-type-text .ce-bodytext ol li,.frame.frame-type-textpic .ce-bodytext ol li{padding-left:2em}}.frame.frame-type-text .ce-bodytext ol li:not(:first-of-type),.frame.frame-type-textpic .ce-bodytext ol li:not(:first-of-type){padding-top:25px}.frame .ce-gallery[data-ce-columns='1'] .ce-row{margin-bottom:0}.frame.frame-type-header:only-child header h3{margin-bottom:0!important}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe{padding:0}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-placeholder-inner{padding:1.5em;backdrop-filter:blur(4px)}@media only screen and (max-width:450px){.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-placeholder-inner{padding:1em;font-size:13px}}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls{right:1.5em;bottom:1.5em}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button{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:#1c4572;padding:.85em 2em .8em;border-radius:50px;color:#fff;background-color:#607ea2;font-weight:500;letter-spacing:.5px;transition:.3s ease-in-out}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button a{color:#fff!important}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button a:hover{color:#fff!important}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button:focus-visible,.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button:hover{background-color:rgba(96,126,162,.2);color:#8f3e5a!important}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button a{color:#fff!important}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button a:hover{color:#fff!important}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button:focus-visible,.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button:hover{background-color:rgba(96,126,162,.2);color:#8f3e5a!important}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button.schaltflaeche-icon{padding:1em 2em .95em!important;margin-bottom:2em!important;font-size:20px;letter-spacing:.7px}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button.schaltflaeche-icon:before{content:'';position:absolute;display:block;height:120px;width:102px;left:-140px;top:-25%;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/booking.svg');background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:1500px){.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button.schaltflaeche-icon{font-size:1rem}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button.schaltflaeche-icon:before{height:95px;width:82px;left:-105px}}@media only screen and (max-width:800px){.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button.schaltflaeche-icon{margin-bottom:0!important}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button.schaltflaeche-icon:before{display:none}}@media only screen and (max-width:450px){.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls{right:1em;bottom:1em}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe .media2click-controls .media2click-button{font-size:12px;padding:.75em 1.5em .7em}}.frame.frame-type-media2click_iframe .media2click-placeholder-iframe:hover .media2click-placeholder-inner{background-color:rgba(255,255,255,.5)}.frame.frame-type-media2click_iframe .media2click-ratio iframe html{height:100%}.frame-type-text.frame-layout-1{padding:35px 25px 100px;border-radius:25px;color:#fff}.frame-type-text.frame-layout-1 .accordion-header{padding:0;border:none;background:0 0;text-align:left}.frame-type-text.frame-layout-1 .accordion-header h3{margin-bottom:0!important;font-size:26px;text-transform:uppercase;font-family:Roboto,Arial,sans-serif;color:#fff;transition:.75s ease-in-out;position:relative;z-index:1}@media only screen and (max-width:1030px){.frame-type-text.frame-layout-1 .accordion-header h3{font-size:26px}}@media only screen and (max-width:800px){.frame-type-text.frame-layout-1 .accordion-header h3{font-size:24px}}@media only screen and (max-width:500px){.frame-type-text.frame-layout-1 .accordion-header h3{font-size:22px}}.frame-type-text.frame-layout-1 .accordion-header:before{content:'';position:absolute;width:100%;height:100%;left:0;top:0;z-index:2}.frame-type-text.frame-layout-1 .accordion-header.open h3{color:#8f3e5a;transition:.75s ease-in-out}.frame-type-text.frame-layout-1 .accordion-subheader{margin-top:1.5rem;position:relative;z-index:1;transition:.75s ease-in-out}.frame-type-text.frame-layout-1 .accordion-subheader p{margin-bottom:0}@media only screen and (max-width:500px){.frame-type-text.frame-layout-1 .accordion-subheader{margin-top:1rem}}@media only screen and (max-width:500px){.frame-type-text.frame-layout-1{padding:35px 25px 72px;border-radius:15px}}.frame-type-text.frame-layout-1 .accordion-content{display:none;position:relative;z-index:1;transition:color .75s ease-in-out}.frame-type-text.frame-layout-1 .accordion-content .ce-bodytext{padding-top:1rem}.frame-type-text.frame-layout-1:after,.frame-type-text.frame-layout-1:before{content:"";display:block;height:35px;position:absolute;bottom:30px;width:2px;left:50%;transition:.75s ease-in-out;background-color:#fff;z-index:1}@media only screen and (max-width:1030px){.frame-type-text.frame-layout-1:after,.frame-type-text.frame-layout-1:before{height:35px}}@media only screen and (max-width:500px){.frame-type-text.frame-layout-1:after,.frame-type-text.frame-layout-1:before{height:30px;width:2px;bottom:25px}}.frame-type-text.frame-layout-1:after{transform:rotate(90deg)}.frame-type-text.frame-layout-1 .overlay{border-radius:25px;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/background-accordion.jpg');background-size:cover;background-repeat:no-repeat;transition:opacity .75s ease-in-out}@media only screen and (max-width:500px){.frame-type-text.frame-layout-1 .overlay{border-radius:15px}}.frame-type-text.frame-layout-1.open *{color:#273a4f;transition:color .75s ease-in-out}.frame-type-text.frame-layout-1.open .overlay{opacity:.2;transition:opacity .75s ease-in-out}.frame-type-text.frame-layout-1.open:before{transform:rotate(90deg)}.frame-type-text.frame-layout-2.frame-type-text{width:100%;border-radius:25px;margin-bottom:20px}.frame-type-text.frame-layout-2.frame-type-text:after{content:'';position:absolute;top:0;left:0;height:100%;width:100%;background-image:url('../../../_assets/b296854eecf674d2b83eb6dda3d857d1/Images/background-accordion.jpg');background-size:cover;background-repeat:no-repeat;z-index:0;opacity:.2;border-radius:25px}.frame-type-text.frame-layout-2.frame-type-text .ce-bodytext{position:relative;z-index:1;padding:35px 30px 50px}@media only screen and (max-width:800px){.frame-type-text.frame-layout-2.frame-type-text .ce-bodytext{padding:30px 20px}}@media only screen and (max-width:600px){.frame-type-text.frame-layout-2.frame-type-text{margin-bottom:10px;border-radius:15px}.frame-type-text.frame-layout-2.frame-type-text:after{border-radius:15px}.frame-type-text.frame-layout-2.frame-type-text .ce-bodytext{padding:20px 15px}}.tx-questions .question.card{margin-bottom:30px}@media only screen and (max-width:1500px){.tx-questions .question.card{margin-bottom:25px}}@media only screen and (max-width:800px){.tx-questions .question.card{margin-bottom:20px}}@media only screen and (max-width:500px){.tx-questions .question.card{margin-bottom:10px}}.tx-questions .question.card .card-body{border-radius:15px;background-color:#607ea2}.tx-questions .question.card .card-body .card-title{color:#fff;text-transform:none;font-size:22px;font-weight:700;margin-bottom:0!important;position:relative;padding:15px 25px 15px 70px;border-radius:15px;cursor:pointer}.tx-questions .question.card .card-body .card-title:after,.tx-questions .question.card .card-body .card-title:before{content:"";display:block;height:1.25em;position:absolute;top:50%;transform:translateY(-50%);width:3px;left:30px;transition:.75s ease-in-out;background-color:#fff;z-index:1}.tx-questions .question.card .card-body .card-title:after{transform:translateY(-50%) rotate(90deg)}.tx-questions .question.card .card-body .card-title:focus-visible{outline:4px solid #273a4f;border-radius:15px}.tx-questions .question.card .card-body .question-answer{display:none;padding:5px 70px 20px;color:#fff}.tx-questions .question.card .card-body .question-answer p{color:#fff}.tx-questions .question.card .card-body .question-answer p:last-child{margin-bottom:0}.tx-questions .question.card .card-body .question-answer ul li:before{color:#fff}.tx-questions .question.card .card-body .question-answer ul:last-child{margin-bottom:0}.tx-questions .question.card .card-body.open .card-title:before{transform:translateY(-50%) rotate(90deg)}@media only screen and (max-width:1500px){.tx-questions .question.card .card-body .card-title{font-size:20px;padding:15px 25px 15px 60px}.tx-questions .question.card .card-body .question-answer{padding:5px 60px 15px}}@media only screen and (max-width:800px){.tx-questions .question.card .card-body .card-title{font-size:18px;padding:15px 25px 15px 60px}.tx-questions .question.card .card-body .question-answer{padding:0 20px 15px 60px}}@media only screen and (max-width:500px){.tx-questions .question.card .card-body{border-radius:10px}.tx-questions .question.card .card-body .card-title{font-size:16px;padding:12px 20px 12px 40px}.tx-questions .question.card .card-body .card-title:after,.tx-questions .question.card .card-body .card-title:before{left:20px;width:2px;height:1.1em}.tx-questions .question.card .card-body .card-title:focus-visible{border-radius:10px}.tx-questions .question.card .card-body .question-answer{padding:0 20px 15px 40px}}a,a:visited{color:#273a4f}a:focus-visible,a:visited:focus-visible{outline:2px solid #273a4f;outline-offset:2px}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:currentColor;width:1em;height:1em;outline:1px solid currentColor;border-radius:0;top:3px;left:0!important;display:grid;place-content:center}input[type=checkbox]:before{content:"";width:1rem;position:absolute;height:1rem;color:#fff!important;padding-left:3px;font-size:12px;transform:scale(0);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");background-color:#1c4572;transition:120ms transform ease-in-out}input[type=checkbox]:checked{outline-color:#1c4572}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:focus-visible{outline:1px solid #1c4572;outline-offset:-1px;box-shadow:0 0 0 .25rem rgba(28,69,114,.25)}.form-check-label{padding-left:1.5em}#content table{border:none}#content table tr{border:none}#content table tr td,#content table tr th{border:none;padding:5px 0!important;width:50%}#content .frame-column-1 .col-1 .ce-bodytext .contenttable tr th{width:150px!important;font-weight:400}@media only screen and (max-width:600px){#content .frame-column-1 .col-1 .ce-bodytext .contenttable tr th{width:100px!important}}#content .frame-column-1 .col-1 .ce-bodytext .contenttable tr td{width:auto!important}#content .frame-column-1 .col-1 .ce-bodytext .contenttable tr td,#content .frame-column-1 .col-1 .ce-bodytext .contenttable tr th{padding:0!important}#footer-bottomwrap{background-color:#273a4f;z-index:2}#footer-bottomwrap .container{padding:3em 20px 3em 20px;max-width:1750px}#footer-bottomwrap .container footer{display:flex;padding:0}#footer-bottomwrap .container footer .left{width:40%}#footer-bottomwrap .container footer .left img{width:400px}#footer-bottomwrap .container footer .right{width:60%;display:flex;color:#fff;margin-top:1em}#footer-bottomwrap .container footer .right .contact{margin-right:100px;padding-bottom:100px}#footer-bottomwrap .container footer .right .service{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between}#footer-bottomwrap .container footer .right .service ul{padding-left:0;display:flex;gap:50px}#footer-bottomwrap .container footer .right .service ul li{font-size:16px}#footer-bottomwrap .container footer .right a{color:#fff!important}@media only screen and (max-width:1200px){#footer-bottomwrap .container footer .left{width:300px}#footer-bottomwrap .container footer .left img{width:100%}#footer-bottomwrap .container footer .right{width:calc(100% - 300px);padding-left:80px;font-size:14px}#footer-bottomwrap .container footer .right .contact{margin-right:40px;padding-bottom:75px}#footer-bottomwrap .container footer .right .service ul{gap:30px}#footer-bottomwrap .container footer .right .service ul li{font-size:14px}}@media only screen and (max-width:900px){#footer-bottomwrap .container footer{flex-direction:column}#footer-bottomwrap .container footer .left{width:100%;margin-bottom:20px}#footer-bottomwrap .container footer .left img{width:300px}#footer-bottomwrap .container footer .right{width:100%;padding-left:0;display:flex;justify-content:space-between}#footer-bottomwrap .container footer .right .contact{margin-right:40px;padding-bottom:75px}#footer-bottomwrap .container footer .right .service ul{gap:30px}#footer-bottomwrap .container footer .right .service ul li{font-size:14px}}@media only screen and (max-width:500px){#footer-bottomwrap .container footer .right{width:100%;padding-left:0;display:flex;flex-direction:column}#footer-bottomwrap .container footer .right .contact{margin-right:0;padding-bottom:30px}#footer-bottomwrap .container footer .right .service .sprechzeiten{padding-bottom:40px}#footer-bottomwrap .container footer .right .service ul{gap:30px}#footer-bottomwrap .container footer .right .service ul li{font-size:14px}}[type=checkbox]:checked+label:before,[type=checkbox]:not(:checked)+label:before{top:.5em}[type=checkbox]:checked+label:after,[type=checkbox]:not(:checked)+label:after{top:.6em}.layout-default .headimage h1{color:#8f3e5a}.layout-default .headimage h2{color:#273a4f}@media only screen and (max-width:767px){.layout-default .headimage{height:auto;min-height:unset;margin-top:80px;display:flex;flex-direction:column}.layout-default .headimage .frame.frame-type-text{order:-1;height:auto;margin:0;padding:30px 20px 25px}.layout-default .headimage .frame.frame-type-text h2{margin-bottom:0!important}.layout-default .headimage picture{width:100%;height:auto;position:relative}.layout-default .headimage picture img{position:relative;height:auto}}.layout-default .frame-type-text .ce-bodytext .text-end{text-align:right}@media only screen and (max-width:800px){.layout-default .frame-type-text .ce-bodytext .text-end{text-align:left}}.layout-default .frame-column-2:has(.frame-type-text.frame-layout-1) .frame-type-text.frame-layout-1{margin-bottom:20px}@media only screen and (max-width:500px){.layout-default .frame-column-2:has(.frame-type-text.frame-layout-1) .frame-type-text.frame-layout-1{margin-bottom:10px}}@media only screen and (max-width:600px){.layout-default .frame-column-2 .col-2:has(.frame-type-text.frame-layout-2){flex-direction:column}.layout-default .frame-column-2 .col-2:has(.frame-type-text.frame-layout-2) .left,.layout-default .frame-column-2 .col-2:has(.frame-type-text.frame-layout-2) .right{width:100%;flex:0 0 100%;padding:0}}.layout-default blockquote{margin-top:0;margin-right:0;margin-left:0;padding-left:0;border-left:none;font-family:'Playfair Display',Times,serif;color:#273a4f;font-size:48px;margin-bottom:.5em!important;line-height:1.2;margin-bottom:1em!important}@media only screen and (max-width:1500px){.layout-default blockquote{font-size:40px}}@media only screen and (max-width:1030px){.layout-default blockquote{font-size:36px}}@media only screen and (max-width:800px){.layout-default blockquote{font-size:32px}}@media only screen and (max-width:500px){.layout-default blockquote{font-size:25px}}.layout-default blockquote~p{font-family:'Playfair Display',Times,serif;font-size:30px}@media only screen and (max-width:1030px){.layout-default blockquote~p{font-size:24px}}@media only screen and (max-width:500px){.layout-default blockquote~p{font-size:20px}}.layout-default .frame-column-1 .col-1 .col-2{padding-bottom:0}@media only screen and (max-width:800px){.layout-default .ce-headline-right{text-align:left}}.layout-contact #maincolumn{padding-top:148px}@media only screen and (max-width:1500px){.layout-contact #maincolumn{padding-top:119px}}@media only screen and (max-width:500px){.layout-contact #maincolumn{padding-top:80px}}.layout-contact #maincolumn .frame:first-child .col-1,.layout-contact #maincolumn .frame:first-child .col-2{padding-top:40px}.layout-contact .frame-column-2 .col-2 .left:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2){padding-right:20px}.layout-contact .frame-column-2 .col-2 .left:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-right:20px}.layout-contact .frame-column-2 .col-2 .right:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-left:20px}.layout-contact .frame-column-2 .col-2 .right:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2){padding-left:20px}@media only screen and (max-width:1030px){.layout-contact .frame-column-2 .col-2 .left:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2){padding-right:10px}.layout-contact .frame-column-2 .col-2 .left:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-right:10px}.layout-contact .frame-column-2 .col-2 .right:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-left:10px}.layout-contact .frame-column-2 .col-2 .right:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2){padding-left:10px}}@media only screen and (max-width:700px){.layout-contact .frame-column-2 .col-2 .left:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2){padding-right:0}.layout-contact .frame-column-2 .col-2 .left:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-right:20px}.layout-contact .frame-column-2 .col-2 .right:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-left:20px}.layout-contact .frame-column-2 .col-2 .right:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2){padding-left:0}}@media only screen and (max-width:500px){.layout-contact .frame-column-2 .col-2{flex-direction:column}.layout-contact .frame-column-2 .col-2 .left{flex:0 0 100%;width:100%}.layout-contact .frame-column-2 .col-2 .left:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-right:20px!important}.layout-contact .frame-column-2 .col-2 .right{flex:0 0 100%;width:100%}.layout-contact .frame-column-2 .col-2 .right:not(:has(.frame-type-image,.frame-type-media2click_iframe,.frame-type-text.frame-layout-2)){padding-left:20px!important;padding-top:10px}.layout-contact .frame-column-2 .col-2 .text-end{text-align:left}}.layout-contact .schaltflaeche-icon{margin-top:25px;margin-left:140px}@media only screen and (max-width:1500px){.layout-contact .schaltflaeche-icon{margin-left:105px}}@media only screen and (max-width:800px){.layout-contact .schaltflaeche-icon{margin-left:0}}@media only screen and (max-width:500px){.layout-contact .schaltflaeche-icon{margin-left:80px}.layout-contact .schaltflaeche-icon:before{display:block;height:75px;width:65px;left:-80px}}@media only screen and (min-width:1100px){.button-wrap{display:none}}@media only screen and (max-width:1100px){.button-wrap{display:block;position:absolute;bottom:0;left:0;width:100%;padding:30px 60px;background-color:#fff}.button-wrap .schaltflaeche{font-size:22px;display:block;text-align:center;text-transform:uppercase}}@media only screen and (min-width:1030px){.desktop-only{display:block}.mobile-only{display:none}}@media only screen and (max-width:1030px){.desktop-only,.rahmen{display:none}.mobile-only{display:block}.frame.frame-space-after-medium{margin-bottom:30px}.frame.frame-space-after-large{margin-bottom:60px}.frame.frame-space-after-extra-large{margin-bottom:100px}.frame.frame-space-before-medium{margin-top:30px}.frame.frame-space-before-large{margin-top:60px}.frame.frame-space-before-extra-large{margin-top:100px}}@media only screen and (max-width:800px){.frame.frame-space-after-medium{margin-bottom:20px}.frame.frame-space-after-large{margin-bottom:50px}.frame.frame-space-after-extra-large{margin-bottom:80px}.frame.frame-space-before-medium{margin-top:20px}.frame.frame-space-before-large{margin-top:50px}.frame.frame-space-before-extra-large{margin-top:80px}#footer-bottomwrap .container{padding-bottom:40px}#footer-bottomwrap .container footer{flex-wrap:wrap}#footer-bottomwrap .container footer .social{width:100%;order:2;border-right:none}#footer-bottomwrap .container footer .social .socials-inner{display:flex}#footer-bottomwrap .container footer .social .socials-inner a:first-child{margin-bottom:0;margin-right:7px}#footer-bottomwrap .container footer .contact-wrap{border-bottom:1px solid;width:100%}#footer-bottomwrap .container footer .contact-wrap .empty{padding:10px 10px 6px 10px;height:auto;border-right:none}#footer-bottomwrap .container footer .contact-wrap .contact{flex-wrap:wrap}#footer-bottomwrap .container footer .contact-wrap .contact .adresse,#footer-bottomwrap .container footer .contact-wrap .contact .email,#footer-bottomwrap .container footer .contact-wrap .contact .telefon,#footer-bottomwrap .container footer .contact-wrap .contact .webadresse{width:100%;border-right:none}#footer-bottomwrap .container footer .rechtlich{text-align:center;border-bottom:1px solid;width:100%;padding:10px 10px 6px}#footer-bottomwrap .container footer .rechtlich br{display:none}.media2click-ratio.media2click-ratio-50vh{padding-bottom:56.25%}.button-wrap{padding:30px 40px}.button-wrap .schaltflaeche{font-size:20px}}@media only screen and (max-width:500px){.button-wrap{padding:30px 40px}.button-wrap .schaltflaeche{font-size:16px}}@media only screen and (max-width:440px){.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column{width:50%!important;float:left!important}.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(1){padding-right:5px!important}.frame .ce-gallery[data-ce-columns='2'] .ce-row .ce-column:nth-child(2){padding-left:5px!important}}@media only screen and (max-width:400px){.button-wrap{padding:20px}}