header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
.ce_heroimage_element .heroimage-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background-color: #292b2c;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex !important;
    min-height: 500px;
}

/** Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .ce_heroimage_element .heroimage-wrapper {
        min-height: 500px;
    }
}

/** Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .ce_heroimage_element .heroimage-wrapper {
        min-height: 600px;
    }
}

/** Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .ce_heroimage_element .heroimage-wrapper {
        min-height: 700px;
    }
}

/** Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .ce_heroimage_element .heroimage-wrapper {

        min-height: 700px;
    }
}

.ce_heroimage_element .heroimage-background-overlay {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: flex-end;
    position: relative;
}

.ce_heroimage_element .heroimage-background-overlay:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
}

/** Opacity is defined in the data-attribute of .heroimage-background-overlay **/
.ce_heroimage_element .heroimage-background-overlay[data-opacity="0.1"]:after {
    opacity: 0.1;
}

.ce_heroimage_element .heroimage-background-overlay[data-opacity="0.2"]:after {
    opacity: 0.2;
}

.ce_heroimage_element .heroimage-background-overlay[data-opacity="0.3"]:after {
    opacity: 0.3;
}

.ce_heroimage_element .heroimage-background-overlay[data-opacity="0.4"]:after {
    opacity: 0.4;
}

.ce_heroimage_element .heroimage-background-overlay[data-opacity="0.5"]:after {
    opacity: 0.5;
}

.ce_heroimage_element .heroimage-background-overlay[data-opacity="0.6"]:after {
    opacity: 0.6;
}

.ce_heroimage_element .heroimage-background-overlay[data-opacity="0.7"]:after {
    opacity: 0.7;
}

.ce_heroimage_element .heroimage-background-overlay[data-opacity="0.8"]:after {
    opacity: 0.8;
}

.ce_heroimage_element .heroimage-background-overlay[data-opacity="0.9"]:after {
    opacity: 0.9;
}

.ce_heroimage_element .heroimage-background-overlay[data-opacity="1"]:after {
    opacity: 1;
}

.ce_heroimage_element .heroimage-background-overlay {
    justify-content: flex-start;
}

.ce_heroimage_element.align-left .heroimage-background-overlay {
    justify-content: flex-start;
}

.ce_heroimage_element.align-right .heroimage-background-overlay {
    justify-content: flex-end;
}

.ce_heroimage_element.align-center .heroimage-background-overlay {
    justify-content: center;
}

.ce_heroimage_element .heroimage-background-overlay {
    justify-content: center;
}

.ce_heroimage_element .heroimage-content-box {
    width: 100%;
    padding: 1rem 4rem;
    background-color: transparent;
    z-index: 10;
}

/** Headline **/
.ce_heroimage_element .heroimage-headline-box > * {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 51px;
}

/** Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .ce_heroimage_element .heroimage-headline-box > * {
        font-size: 35px;
        line-height: 1.2;
    }
}

/** Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .ce_heroimage_element .heroimage-headline-box > * {
        font-size: 50px;
        line-height: 1.2;
    }
}

/** Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .ce_heroimage_element .heroimage-headline-box > * {
        font-size: 60px;
        line-height: 1.2;
    }
}

/** Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .ce_heroimage_element .heroimage-headline-box > * {
        font-size: 60px;
        line-height: 1.2;
    }
}

.ce_heroimage_element.align-right .heroimage-headline-box > *, .ce_heroimage_element.align-right .heroimage-text-box > *, .ce_heroimage_element.align-right .heroimage-button-box {
    text-align: right;
}

.ce_heroimage_element.align-left .heroimage-headline-box > *, .ce_heroimage_element.align-left .heroimage-text-box > *, .ce_heroimage_element.align-left .heroimage-button-box {
    text-align: left;
}

.ce_heroimage_element.align-center .heroimage-headline-box > *, .ce_heroimage_element.align-center .heroimage-text-box > *, .ce_heroimage_element.align-center .heroimage-button-box {
    text-align: center;
}

.ce_heroimage_element .heroimage-text-box > p {
    color: #fff;
    font-weight: normal;
}

.ce_heroimage_element .heroimage-button-box .btn {
    background-color: #0082c7;
    color: #ffffff;
    margin-top: 2rem;
    border-color: transparent;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 2px;
}

@media (min-width: 48em) {
    .ce_heroimage_element .heroimage-headline-box > * {
        font-size: 4rem;
        line-height: 6rem;
    }

    .ce_heroimage_element .heroimage-headline-box {
        margin-bottom: 2rem;
    }

    .ce_heroimage_element .heroimage-content-box {
        padding: 1rem 7rem;
    }

    .ce_heroimage_element .heroimage-button-box {

        margin-top: 3rem;
    }
}

@media (min-width: 90em) {
    .ce_heroimage_element .heroimage-content-box {
        padding: 1rem 6rem;
    }

    .ce_heroimage_element .heroimage-headline-box > * {
        font-size: 3.5rem;
        line-height: 5.2rem;
    }

    .ce_heroimage_element .heroimage-headline-box {
        margin-bottom: 3rem;
    }

    .ce_heroimage_element .heroimage-text-box > p, .ce_heroimage_element .heroimage-button-box .btn {
        font-size: 1.5rem;
        line-height: 2.75rem;
    }

    .ce_heroimage_element .heroimage-button-box {

        margin-top: 4rem;
    }
}

@media (min-width: 120em) {
    .ce_heroimage_element .heroimage-content-box {
        padding: 1rem 14rem;
        width: 70%;
    }
}

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

.cc-head>*:first-child{margin-top:0}.cc-head>*:last-child{margin-bottom:15px}.contao-cookiebar{--ccb-backdrop: rgba(0, 0, 0, .75);--ccb-anim-duration: .5s;--ccb-checked-clr: #399d32;--ccb-checked-bg: #dcf3db;--ccb-unchecked-clr: #9c9b99;--ccb-unchecked-bg: #fff;--ccb-disabled-clr: #c8c7c5;--ccb-disabled-bg: #f4f4f4;--ccb-focus-clr: #00a4f4;position:fixed;inset:0;z-index:9999;display:flex;align-items:var(--ccb-align, center);justify-content:var(--ccb-justify, center);letter-spacing:0;padding:15px;max-height:100dvh;box-sizing:border-box;pointer-events:none;overflow:hidden;color:var(--ccb-clr, #444)}.contao-cookiebar *{box-sizing:border-box}.contao-cookiebar p{color:var(--ccb-text, #868686);line-height:1.4}.contao-cookiebar label{position:relative;display:block;padding:8px 13px 8px 0;line-height:1.2rem}.contao-cookiebar label.group{font-weight:600}.contao-cookiebar input{position:absolute;width:1px;height:1px;outline:0 none;opacity:0}.contao-cookiebar input+label{padding:8px 13px 8px 45px;cursor:pointer}.contao-cookiebar input+label:before,.contao-cookiebar input+label:after{content:"";position:absolute;border-radius:10px}.contao-cookiebar input+label:before{top:7px;left:0;width:35px;height:18px;margin:0;box-sizing:content-box;background:var(--ccb-unchecked-bg);border:1px solid var(--ccb-unchecked-clr);transition:border-color .2s}.contao-cookiebar input+label:after{display:block;top:11px;left:4px;width:12px;height:12px;background:var(--ccb-unchecked-clr);transition:background .2s,margin-left .2s,padding .2s}.contao-cookiebar input+label:active:after{padding-left:5px}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, var(--ccb-unchecked-clr) 0%, var(--ccb-unchecked-clr) 50%, var(--ccb-checked-clr) 50%, var(--ccb-checked-clr) 100%)}.contao-cookiebar input:checked+label:after{background:var(--ccb-checked-clr);margin-left:17px}.contao-cookiebar input:checked+label:active:after{margin-left:12px}.contao-cookiebar input:checked+label:before{background:var(--ccb-checked-bg);border-color:var(--ccb-checked-clr)}.contao-cookiebar input:disabled+label{pointer-events:none}.contao-cookiebar input:disabled+label:after{background:var(--ccb-disabled-clr)}.contao-cookiebar input:disabled+label:before{background:var(--ccb-disabled-bg);border-color:var(--ccb-disabled-clr)}.contao-cookiebar input:focus-visible:not(.cc-hide-focus)+label:before{outline:3px dashed var(--ccb-focus-clr);outline-offset:2px}.contao-cookiebar .cc-btn{display:inline-block;cursor:pointer;width:100%;padding:8px 14px;margin-bottom:8px;font-size:15px;outline:0 none;border:1px solid var(--ccb-btn-bdr, #cfcfcf);border-radius:4px;color:var(--ccb-btn-clr, #444);background:var(--ccb-btn-bg, #f5f5f5)}.contao-cookiebar .cc-btn:hover,.contao-cookiebar .cc-btn:focus{background:var(--ccb-btn-bg-hvr, #ececec)}.contao-cookiebar .cc-btn:last-child{margin-bottom:0}.contao-cookiebar .grayscale{--ccb-btn-bg: #f1efef;--ccb-btn-bg-hvr: #ececec}.contao-cookiebar .grayscale .success{--ccb-btn-bg: #fbfbfb;--ccb-btn-bg-hvr: #f7f7f7}.contao-cookiebar .highlight .success{--ccb-btn-bg: #4e9e3e;--ccb-btn-bg-hvr: #4c933f;--ccb-btn-bdr: #3e7830;--ccb-btn-clr: #fff}.cc-focus:not(.cc-hide-focus):focus-visible{outline:3px dashed var(--ccb-focus-clr);outline-offset:-3px}.cc-invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;float:left}.cc-inner{display:inline-block;overflow-y:auto;max-height:100%;max-width:100%;padding:23px;border-radius:3px;opacity:0;pointer-events:none;visibility:hidden;font-size:1rem;text-align:left;background:var(--ccb-bg, #fff);box-shadow:var(--ccb-box-shadow, rgba(99, 99, 99, 0.2)) 0 2px 8px 0;animation:var(--ccb-anim, cookiebar-middle-in) var(--ccb-anim-duration) ease-in-out forwards}.cc-group{position:relative;border:1px solid var(--ccb-bdr, #d0d0d0);border-radius:5px;margin-bottom:10px}.cc-cookie-info{font-size:.875rem;background:var(--ccb-info-bg, #fff);border:1px solid var(--ccb-info-bdr, #efefef);padding:10px;border-radius:5px}.cc-cookie-info>div>span{font-weight:600}.cc-cookie-info>div+div{margin-top:5px;word-wrap:break-word}.cc-cookie-info+button.cc-detail-btn-details{margin-top:15px}.cc-cookies{background:var(--ccb-cookies-bg, #fbfbfb);border-radius:0 0 5px 5px}.cc-cookies>p{font-size:.875rem}.cc-cookies>p,.cc-cookies>.cc-cookie{margin:0;padding:15px;border-top:1px solid var(--ccb-cookies-bdr, #fbfbfb)}.cc-cookie label.cookie+*{margin-top:10px}.cc-cookie p{margin:0 0 15px;font-size:.875rem}.cc-cookie-desc p{margin-bottom:0}.cc-footer,.cc-info{text-align:center}.cc-info{margin-top:15px}.cc-info>p{font-size:.875rem}.cc-info>a{display:inline-block;font-size:.813rem;color:var(--ccb-detail-clr, #a2a2a2);text-decoration:none}.cc-info>a:hover{color:var(--ccb-detail-clr-hvr, #717171)}.cc-info>a+a:before{display:inline-block;content:"·";margin-right:5px}.cc-active .cc-inner{opacity:1;pointer-events:auto;visibility:visible}.cc-active.cc-blocked{pointer-events:auto;animation:cookiebar-overlay-in var(--ccb-anim-duration) ease-in-out forwards}.cc-saved.cc-inner{opacity:0;pointer-events:none;visibility:hidden}.cc-saved.cc-blocked{pointer-events:none;animation:cookiebar-overlay-out var(--ccb-anim-duration) ease-in-out forwards}.cc-left{--ccb-justify: flex-start}.cc-right{--ccb-justify: flex-end}.cc-top{--ccb-align: flex-start}.cc-top.cc-active{--ccb-anim: cookiebar-top-in}.cc-top.cc-saved{--ccb-anim: cookiebar-top-out}.cc-middle.cc-active{--ccb-anim: cookiebar-middle-in}.cc-middle.cc-saved{--ccb-anim: cookiebar-middle-out}.cc-bottom{--ccb-align: flex-end}.cc-bottom.cc-active{--ccb-anim: cookiebar-bottom-in}.cc-bottom.cc-saved{--ccb-anim: cookiebar-bottom-out}@media(min-width: 768px){.contao-cookiebar .cc-btn{width:auto;margin-bottom:0}.cc-inner{max-width:var(--ccb-max-width, 750px)}}@media(forced-colors){.contao-cookiebar input+label:after{border:1px solid currentColor}.cc-inner{border:1px solid currentColor}input.cc-group-half+label:after{margin-left:9px}}@media(prefers-reduced-motion){.contao-cookiebar{--ccb-anim-duration: 2s}}@media print{.contao-cookiebar{opacity:0}}@keyframes cookiebar-overlay-in{0%{background:rgba(0,0,0,0)}to{background:var(--ccb-backdrop)}}@keyframes cookiebar-overlay-out{0%{background:var(--ccb-backdrop)}to{background:rgba(0,0,0,0);visibility:hidden}}@keyframes cookiebar-top-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-top-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@keyframes cookiebar-middle-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cookiebar-middle-out{0%{opacity:1;visibility:visible;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(0)}}@keyframes cookiebar-bottom-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-bottom-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(100%)}}.cc-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center}.cc-group>label{flex-grow:1;margin:5px 0 5px 10px}.cc-cookies{display:none;width:100%}.cc-detail-btn{padding:8px 10px;line-height:1.2rem}.cc-detail-btn-details{text-decoration:underline;padding:0;margin:0 0 10px}.cc-detail-btn,.cc-detail-btn-details{display:inline-block;color:var(--ccb-detail-clr, #a2a2a2);border:0 none;outline:0 none;background:rgba(0,0,0,0);font-size:13px;letter-spacing:0;text-transform:initial;cursor:pointer}.cc-detail-btn span:nth-child(2),.cc-detail-btn-details span:nth-child(2){display:none}.cc-detail-btn.cc-active span:nth-child(1),.cc-detail-btn-details.cc-active span:nth-child(1){display:none}.cc-detail-btn.cc-active span:nth-child(2),.cc-detail-btn-details.cc-active span:nth-child(2){display:inline}.cc-detail-btn:hover,.cc-detail-btn-details:hover{background:rgba(0,0,0,0);color:var(--ccb-detail-clr-hvr, #717171)}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
:root{--blue: #1A3553;--lblue: #790054;--nav_hover: #666;--black: #51525A;--grey: #ccc;--bgcolor: rgba(189,189,189,.2);--bgcolor2: rgba(26,53,83,.15)}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 2%;
  margin-right: 8%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 23%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

:root{--blue: #1A3553;--lblue: #790054;--nav_hover: #666;--black: #51525A;--grey: #ccc;--bgcolor: rgba(189,189,189,.2);--bgcolor2: rgba(26,53,83,.15)}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;src:url("/files/layout/css/fonts/roboto-v47-latin-300.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;src:url("/files/layout/css/fonts/roboto-v47-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;src:url("/files/layout/css/fonts/roboto-v47-latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;src:url("/files/layout/css/fonts/roboto-v47-latin-700.woff2") format("woff2")}hmtl,body{background:var(--bgcolor);line-height:1.5;color:var(--blue);padding:0px;margin:0px;font-family:"Roboto";font-size:18px}figure{line-height:0;display:block;margin-bottom:0px;padding:0}figcaption,.figcaption{line-height:1.4;margin-top:10px;font-size:1rem}h2{font-size:7vw;font-weight:bold;margin-bottom:2rem;line-height:1.1}@media screen and (min-width:599px){h2{font-size:3.5rem}}h3{font-size:5vw;margin-top:0px;font-weight:500;color:var(--blue);margin-bottom:1rem;line-height:1.1}@media screen and (min-width:599px){h3{font-size:2rem}}h4{margin-top:0px}.content-text p a,a.ccb-trigger{color:var(--blue)}@media screen and (max-width:599px){.ce_rs_columns_start{margin-bottom:2rem}}@media screen and (max-width:599px){.ce_rs_columns_start.changedirection{display:flex;flex-flow:column;margin-bottom:2rem}.ce_rs_columns_start.changedirection .-large-first{order:2}.ce_rs_columns_start.changedirection .-large-last{order:1;margin-bottom:2rem;margin-top:0px}}.rs-columns+.rs-columns{margin-top:0px}@media screen and (min-width:900px){.rs-columns+.rs-columns{margin-top:50px}.rs-column.-large-col-3-2:not(.-large-last),.rs-column.-large-col-3-1:not(.-large-last){margin-right:4%}.rs-column.-large-col-3-2{width:62%}.rs-column.-large-col-3-1{width:34%}}.blue,.ce_heroimage_element .heroimage-text-box>p,.ce_heroimage_element h1{color:var(--blue) !important}.ce_heroimage_element .heroimage-wrapper{padding:50px 0px}.ce_heroimage_element .heroimage-text-box>p,.ce_heroimage_element .heroimage-button-box .btn{line-height:inherit !important;font-size:inherit !important}.ce_heroimage_element .heroimage-headline-box>*{line-height:1 !important;margin-bottom:0px !important}.ce_heroimage_element .heroimage-headline-box{margin-bottom:0rem}.medium{max-width:900px !important;text-align:center}.noma{padding-top:0px !important;padding-bottom:0px !important}.mabo{margin-bottom:100px !important}.mibo{margin-bottom:0px !important}@media screen and (min-width:599px){.mibo{margin-bottom:50px !important}}a.button{background:#FFF;border-radius:15px;padding:15px 20px 8px 20px;color:var(--blue);min-width:200px;display:inline-block;position:relative;text-align:left;text-decoration:none;font-weight:600}a.button:after{font-weight:600;content:"MEHR";position:absolute;background-image:url("/files/layout/css/img/Icon-feather-arrow-up-right.svg");background-repeat:no-repeat;background-position:right center;background-size:11px auto;padding-right:16px;right:15px;bottom:13px;font-size:11px;line-height:1;height:10px}a.button:hover{color:#FFF;background:var(--blue)}a.button:hover:after{color:#FFF;background-image:url("/files/layout/css/img/arrow_white.svg")}html[lang="en"] a.button:after,html[lang="en"] .ce_rsce_links a .links::after,html[lang="en"] .ce_rsce_linkboxes .linkbox::after,html[lang="en"] .subsite .mod_navigation ul li a::after{content:"MORE"}.hamburger-icon-container{display:block;color:var(--blue);height:1.7em;width:1.7em;position:absolute;right:110px;top:55px;cursor:pointer;background:#FFF;border-radius:3px}@media screen and (min-width:1500px){.hamburger-icon-container{display:none}}.fixed .hamburger-icon-container{top:15px}.hamburger-icon,.hamburger-icon:before,.hamburger-icon:after{content:"";position:absolute;height:3px;width:2.3em;background:var(--blue);transition:all 0.2s ease}.hamburger-icon{top:0.75em}.hamburger-icon:before{top:-0.55em}.hamburger-icon:after{top:0.55em}.hamburger-active .hamburger-icon-container{color:var(--dblue)}.hamburger-active .hamburger-icon{background:var(--dblue);transform:rotate(-135deg)}.hamburger-active .hamburger-icon:before,.hamburger-active .hamburger-icon:after{top:0}.hamburger-active .hamburger-icon:before{transform:rotate(90deg)}#main .mod_article{padding:50px 0px}#main .mod_article .content-text{box-sizing:border-box;max-width:1240px;padding:0px 20px;margin:0 auto}#main .mod_article .content-text ul{padding-left:18px}#main .mod_article .content-text ul li{list-style-type:disc}@media screen and (max-width:599px){#main .mod_article .content-text br{display:none}}#main .mod_article.grey{background-color:var(--bgcolor2)}#header{position:fixed;width:100%;left:0;right:0px;top:0px;height:130px;z-index:100;background:#FFF;transition:all 0.2s ease-out allow-discrete}#header.fixed{height:75px;transition:all 0.5s ease-out allow-discrete}#header .inside{top:0px;max-width:1580px;width:100%;margin:0 auto;position:relative;font-size:16px}#header .inside #logo{position:absolute;left:50px;top:10px;z-index:10}.fixed#header .inside #logo{width:60px;top:10px}#header .inside .module-onepage-navigation{display:none;position:absolute;top:130px;width:100%;text-align:right;background-color:#FFF;z-index:100;width:100%;height:auto;background:#FFF;overflow:visible}.fixed#header .inside .module-onepage-navigation{top:70px}#header .inside .module-onepage-navigation ul{background:#FFF;position:absolute;width:100%;padding:20px;margin-top:0px;box-sizing:border-box}#header .inside .module-onepage-navigation ul li{display:block;color:var(--black);margin-right:2%;margin-left:2%;border-bottom:1px solid var(--blue);line-height:1.2}#header .inside .module-onepage-navigation ul li a{color:var(--black);text-decoration:none;padding-bottom:10px;padding-top:10px;display:block}#header .inside .module-onepage-navigation ul li.active a,#header .inside .module-onepage-navigation ul li:hover{color:var(--blue);font-weight:700}@media screen and (min-width:1500px){#header .inside .module-onepage-navigation{display:block !important;top:0px}.fixed#header .inside .module-onepage-navigation{top:0px}#header .inside .module-onepage-navigation ul{position:absolute;left:50%;transform:translate(-50%);box-sizing:border-box;top:45px;width:100%;max-width:1100px;display:inline-block;margin:0px;padding:5px 10px;border:1px solid var(--black);border-radius:20px;width:calc(100% - 100px);box-sizing:border-box;padding-right:100px}.fixed#header .inside .module-onepage-navigation ul{top:20px}#header .inside .module-onepage-navigation ul li{float:left;display:inline-block;color:var(--black);margin-right:1%;margin-left:1%;padding:0px 0px;border-bottom:0px solid var(--blue);line-height:inherit}#header .inside .module-onepage-navigation ul li a{color:var(--black);text-decoration:none;padding-bottom:0px;padding-top:0px}#header .inside .module-onepage-navigation ul li a:hover{color:var(--blue)}#header .inside .module-onepage-navigation ul li.active a{color:var(--blue)}}#header .inside #contact{position:absolute;right:20px;top:57px;z-index:1000}@media screen and (min-width:1500px){#header .inside #contact{right:275px;top:52px}.fixed#header .inside #contact{top:20px}}.fixed#header .inside #contact{top:18px}@media screen and (min-width:1500px){.fixed#header .inside #contact{top:26px}}#header .inside #contact .mod_changelanguage ul{display:flex;list-style:none;padding:0;margin:0}#header .inside #contact .mod_changelanguage ul li{display:inline-flex;align-items:center}#header .inside #contact .mod_changelanguage ul li a{text-decoration:none;color:var(--blue);display:flex;list-style:none;padding:0;margin:0}#header .inside #contact .mod_changelanguage ul li:not(:last-child)::after{content:" /";margin:0 0.2em}#main #boesken{overflow:visible;position:relative;width:100%;width:100%;right:0px;left:0px;top:0px;margin-top:130px;z-index:0;background-color:var(--dgreen)}#main #boesken.mod_article{padding:0px 0px !important}#boesken video,#boesken img{position:relative;max-width:100vw;width:100vw;width:100%;right:0px;height:auto;left:0px;top:0px;z-index:0;padding:0px;object-fit:contain;overflow:visible}#boesken img{object-fit:cover !important}#boesken .content-text{display:flex;position:absolute;max-width:100vw;min-height:calc(100vh - 130px);width:100%;height:calc(100vh - 130px);right:0px;left:0px;top:0px;bottom:0px;z-index:0;padding:0px;justify-content:center;align-items:center;color:#FFF}#boesken .content-text h2{color:#FFF;box-sizing:border-box;font-size:8vw}@media screen and (min-width:599px){#boesken .content-text h2{font-size:4vw}}@media (min-width:90em){.ce_heroimage_element .heroimage-content-box{padding:1rem 0 !important}}@media (min-width:48em){.ce_heroimage_element .heroimage-content-box{padding:1rem 0rem !important}}.heroimage-content-box{max-width:1240px;padding:50px 20px}.ce_rsce_links{padding:20px;box-sizing:border-box;margin:0 auto;margin-top:3rem;margin-bottom:50px}@media screen and (min-width:599px){.ce_rsce_links{padding:0px}}.ce_rsce_links.medium{max-width:900px;text-align:center}@media screen and (min-width:599px){.ce_rsce_links{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:1fr;grid-column-gap:50px}}.ce_rsce_links a{display:flex;text-decoration:none}.ce_rsce_links a .links{position:relative;color:var(--blue);margin:0 auto;text-align:left;display:inline-block;min-width:320px;height:auto;background:#FFF;border-radius:15px;padding:30px 20px;max-width:450px;width:100%;box-sizing:border-box}@media screen and (max-width:599px){.ce_rsce_links a .links{margin-bottom:20px}}.ce_rsce_links a .links .inside{max-width:300px}.ce_rsce_links a .links h4{max-width:90%;font-size:1rem}.ce_rsce_links a .links p{font-size:2rem;line-height:1.1;font-weight:bold}.ce_rsce_links a .links:after{font-weight:600;content:"MEHR";position:absolute;background-image:url("/files/layout/css/img/Icon-feather-arrow-up-right.svg");background-repeat:no-repeat;background-position:right center;background-size:11px auto;padding-right:16px;right:15px;bottom:15px;font-size:11px;line-height:1;height:10px}.ce_rsce_links a .links:hover{color:#FFF;background:var(--blue)}.ce_rsce_links a .links:hover:after{color:#FFF;background-image:url("/files/layout/css/img/arrow_white.svg");background-repeat:no-repeat;background-position:right center;background-size:11px auto}.ce_rsce_linkboxes{overflow:hidden;box-sizing:border-box;padding:20px;margin:0 auto;margin-top:3rem}@media screen and (min-width:599px){.ce_rsce_linkboxes{padding:0px;margin-bottom:50px}}.ce_rsce_linkboxes.medium{max-width:900px;text-align:center}@media screen and (min-width:599px){.ce_rsce_linkboxes{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:1fr;grid-column-gap:50px}}.ce_rsce_linkboxes .linkbox{overflow:hidden;position:relative;border-radius:15px;position:relative;color:var(--blue);margin:0 auto;margin-bottom:20px;text-align:left;display:inline-block;min-width:320px;height:100%;border-radius:15px;max-width:450px;width:100%;box-sizing:border-box;transition:all 0.5s linear}.ce_rsce_linkboxes .linkbox .bg{-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s;width:100%;height:100%;position:absolute;top:0}.ce_rsce_linkboxes .linkbox:hover .bg{transform:scale(1.2);transition:all 0.5s ease-in-out;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s}@media screen and (min-width:599px){.ce_rsce_linkboxes .linkbox{box-sizing:border-box}}.ce_rsce_linkboxes .linkbox a{display:flex;z-index:10;text-decoration:none}.ce_rsce_linkboxes .linkbox a:before{content:"";display:block;padding-top:100%}.ce_rsce_linkboxes .linkbox .descr{opacity:0;padding:30px 20px 0px 20px;color:#FFF;font-size:1.4em;line-height:1.4;box-sizing:border-box;text-align:center}.ce_rsce_linkboxes .linkbox .inside{max-width:100%;padding:20px 20px;box-sizing:border-box}.ce_rsce_linkboxes .linkbox h4{max-width:100%;font-size:6.5vw;line-height:1.2;margin-top:0px;color:#FFF;font-weight:bold}@media screen and (min-width:599px){.ce_rsce_linkboxes .linkbox h4{font-size:2.2rem}}.ce_rsce_linkboxes .linkbox:after{color:#FFF;font-weight:600;content:"MEHR";position:absolute;background-image:url("/files/layout/css/img/arrow_white.svg");background-repeat:no-repeat;background-position:right center;background-size:11px auto;padding-right:16px;right:15px;bottom:15px;font-size:11px;line-height:1;height:10px}.ce_rsce_linkboxes .linkbox .overlay{align-items:center;opacity:0;position:absolute;left:0px;top:0px;bottom:0px;border-radius:15px;right:0px;width:100%;height:100%;background:var(--blue);transition:all 0.5s linear}.ce_rsce_linkboxes .linkbox:hover .overlay,.ce_rsce_linkboxes .linkbox:hover .descr{opacity:0.9;transition:all 0.5s linear}.ce_rsce_linkboxes .linkbox:hover:after{background-image:url("/files/layout/css/img/arrow_white.svg")}#footer{background-color:var(--blue);color:#FFF;padding-bottom:50px}#footer .inside{max-width:1240px;margin:0 auto;text-align:center}#footer .inside a{color:#FFF !important}#footer .inside table{margin-top:50px;margin-bottom:0px}#footer .inside table p{margin-bottom:0px;padding-bottom:0px;font-size:16px;margin-top:0}#footer .inside table td img{margin-right:30px}#footer .footernav{box-sizing:border-box;width:100%;max-width:1500px;display:inline-block;margin:0px;padding:5px 20px;border:1px solid #FFF;border-radius:20px;font-size:16px;margin-top:50px}#footer .footernav p{margin-bottom:0px;padding-bottom:0px;padding-top:0px;margin-top:0px}#footer .footernav a{color:#FFF;text-decoration:none;margin-right:20px}#bottom{display:none}body.subsite{color:#707070}.subsite #main .mod_article{box-sizing:border-box;max-width:1240px;padding:50px 20px;margin:0 auto}.subsite #main .mod_article:last-child{padding-bottom:1000px}.subsite #main .mod_article.fullsize{width:100%;max-width:100%}.subsite #main .mod_article.fullsize .content{margin:0 auto;padding:20px 0px;box-sizing:border-box;max-width:1240px}@media screen and (min-width:599px){.subsite #main .mod_article.fullsize .content{padding:20px}}.subsite #main .mod_article .content-text{padding:0px 0px}.subsite #main .mod_article .rte h2{margin-top:0px;font-weight:400;color:var(--blue)}.subsite #main .mod_article h4{font-size:18px;color:var(--blue)}.subsite .mod_navigation{box-sizing:border-box;max-width:1240px;padding:0px 20px;box-sizing:border-box;margin:50px auto 0px auto}.subsite .mod_navigation ul{width:100%;margin:0px;padding:0px}.subsite .mod_navigation ul li{width:100%;box-sizing:border-box;display:inline-block}@media screen and (min-width:599px){.subsite .mod_navigation ul li{width:49.5%}}.subsite .mod_navigation ul li:nth-child(even){text-align:right}.subsite .mod_navigation ul li a{background:var(--bgcolor2);border-radius:15px;padding:15px 20px 8px 20px;color:var(--blue);min-width:200px;display:block;position:relative;text-align:left;text-decoration:none;font-weight:600;width:100%;margin-bottom:20px;box-sizing:border-box}@media screen and (min-width:599px){.subsite .mod_navigation ul li a{width:75%;margin-bottom:10px;display:inline-block}}.subsite .mod_navigation ul li a:after{font-weight:600;content:"MEHR";position:absolute;background-image:url("/files/layout/css/img/Icon-feather-arrow-up-right.svg");background-repeat:no-repeat;background-position:right center;background-size:11px auto;padding-right:16px;right:15px;bottom:13px;font-size:11px;line-height:1;height:10px}.subsite .mod_navigation ul li a:hover{color:#FFF;background:var(--blue)}.subsite .mod_navigation ul li a:hover:after{color:#FFF;background-image:url("/files/layout/css/img/arrow_white.svg")}.subsite.onenavi .mod_navigation ul li{width:100%;box-sizing:border-box}@media screen and (min-width:599px){.subsite.onenavi .mod_navigation ul li{width:100%}}.subsite.onenavi .mod_navigation ul li a{width:100%}.mod_pageimage{position:relative;display:flex;align-items:center;justify-content:center;margin-top:130px}.mod_pageimage h2{color:#FFF;position:absolute;margin:0px;padding:0px 20px;box-sizing:border-box}.mod_pageimage .layer{display:flex;align-items:center;justify-content:center;position:absolute;left:0px;right:0px;top:0px;bottom:0px;widht:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2}#backbutton{box-sizing:border-box;max-width:1240px;padding:0px 20px;box-sizing:border-box;margin:-40px auto 50px auto;font-size:16px}#backbutton a{text-transform:uppercase;display:inline-block;position:relative;padding-right:30px;color:var(--blue);text-decoration:none;font-weight:600;letter-spacing:1px}#backbutton a:after{font-weight:600;content:"";position:absolute;background-image:url("/files/layout/css/img/Icon-feather-arrow-up-right.svg");background-repeat:no-repeat;background-position:right center;background-size:18px auto;padding-right:0px;right:0px;bottom:4px;font-size:11px;line-height:1;height:18px;width:20px}#backbutton a:hover{color:#707070}#backbutton a:hover:after{color:#FFF;background-image:url("/files/layout/css/img/arrow_white.svg")}.subsite #backbutton{font-size:16px}@media screen and (min-width:980px){.subsite #backbutton{position:absolute;width:1240px;bottom:40px;box-sizing:border-box;max-width:1240px;padding:0px 20px;left:50%;transform:translate(-50%);box-sizing:border-box;margin:0px 0 0px 0}}.subsite #backbutton a{text-transform:uppercase;display:inline-block;position:relative;padding-right:30px;color:var(--blue);text-decoration:none;font-weight:600;letter-spacing:1px}.subsite #backbutton a:after{font-weight:600;content:"";position:absolute;background-image:url("/files/layout/css/img/Icon-feather-arrow-up-right.svg");background-repeat:no-repeat;background-position:right center;background-size:18px auto;padding-right:0px;right:0px;bottom:4px;font-size:11px;line-height:1;height:18px;width:20px}.subsite #backbutton a:hover{color:#707070}.subsite #backbutton a:hover:after{color:#FFF;background-image:url("/files/layout/css/img/arrow_white.svg")}.arrow{opacity:0;position:absolute;left:50%;top:85%;transform-origin:50% 85%;transform:translate3d(-50%, -85%, 0)}.arrow-first{animation:arrow-movement 2s ease-in-out infinite}.arrow-second{animation:arrow-movement 2s 1s ease-in-out infinite}.arrow:before,.arrow:after{background:#fff;content:"";display:block;height:3px;position:absolute;top:0;left:-15px;width:30px}.arrow:before{transform:rotate(45deg) translateX(-23%);transform-origin:top left}.arrow:after{transform:rotate(-45deg) translateX(23%);transform-origin:top right}@keyframes arrow-movement{0%{opacity:0;top:82%}70%{opacity:1}100%{opacity:0}}.ce_heroimage_element .heroimage-headline-box>*{text-transform:inherit !important}
