/*======================================
  Selectric v1.9.3
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-hover .selectric {
    border-color: #C4C4C4;
}
.selectric-hover .selectric .button {
    color: #A2A2A2;
}
.selectric-hover .selectric .button:after {
    border-top-color: #A2A2A2;
}

.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-color: #C4C4C4;
}
.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #C4C4C4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}
.selectric-items li.selected {
    background: #EFEFEF;
    color: #444;
}
.selectric-items li:hover {
    background: #F0F0F0;
    color: #444;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
.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%;
  }
}

#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}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}

.mod_search_ajax {
    margin-right: 20px;
    padding-bottom: 0 !important;
    padding-top: 13px !important;
}

.mod_search_ajax_template_form,
.mod_search_ajax_template_results {
    display: none;
}

.mod_search_ajax_invisible {
    display: none;
}

.mod_search_ajax_search {
    background: transparent;
    color: #CC2929;
    min-width: 0;
    padding: 0;
}

.mod_search_ajax_search:hover {
    background: transparent;
    box-shadow: none;
    color: #CC2929;
    min-width: 0;
    padding: 0;
}

.mod_search_ajax_form {
    background-color: white;
    box-sizing: border-box;
    left: 0;
    max-height: 90vh;
    overflow: auto;
    padding-top: 45px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.mod_search_ajax_box_center {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 960px;
}

.mod_search_ajax_box_fields {
    margin-bottom: 35px;
    position: relative;
}

.mod_search_ajax_box_fields:after {
    clear: both;
    content: " ";
    display: table;
}

.mod_search_ajax_field_search {
    background: #F2F2EF;
    border: 1px solid #B2B2A3;
    box-sizing: border-box;
    padding: 11px 65px 11px 60px;
    width: 100%;
}

.mod_search_ajax_field_search:active,
.mod_search_ajax_field_search:focus {
    outline: none;
}

.mod_search_ajax_field_close {
    min-height: 40px;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.mod_search_ajax_field_close:hover {
    min-width: 0;
    padding: 0;
}

.mod_search_ajax_box_fields .icon-search {
    pointer-events: none;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mod_search_ajax_results {
    max-height: 300px;
    overflow: auto;
}

.mod_search_ajax_form a,
.mod_search_ajax_form h4 {
    box-sizing: border-box;
    color: #666652;
    display: block;
    margin: 0;
    padding: 10px 60px;
    text-decoration: none;
}

.mod_search_ajax_result_child a {
    font-weight: 400;
}

.mod_search_ajax_result_child a:hover {
    background: #F2F2EF;
    color: #CC2929;
}

a.mod_search_ajax_show_all {
    border-top: 1px solid #B2B2A3;
    font-weight: 400;
    padding-bottom: 15px;
    padding-top: 15px;
}

a.mod_search_ajax_show_all:hover {
    background: #F2F2EF;
    color: #CC2929;
}


body.ajax-search-open #wrapper {
    position: relative;
}

body.ajax-search-open #wrapper:after {
    background-color: rgba(0, 0, 0, .6);
    z-index: 100;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@charset "UTF-8";
@font-face{font-family:"dax";src:url("/files/theme/innopark/fonts/FFDaxWebProRegular.eot");src:url("/files/theme/innopark/fonts/FFDaxWebProRegular.eot?#iefix") format("embedded-opentype"), url("/files/theme/innopark/fonts/FFDaxWebProRegular.woff2") format("woff2"), url("/files/theme/innopark/fonts/FFDaxWebProRegular.woff") format("woff"), url("/files/theme/innopark/fonts/FFDaxWebProRegular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"dax";src:url("/files/theme/innopark/fonts/FFDaxWebProMedium.eot");src:url("/files/theme/innopark/fonts/FFDaxWebProMedium.eot?#iefix") format("embedded-opentype"), url("/files/theme/innopark/fonts/FFDaxWebProMedium.woff2") format("woff2"), url("/files/theme/innopark/fonts/FFDaxWebProMedium.woff") format("woff"), url("/files/theme/innopark/fonts/FFDaxWebProMedium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"dax";src:url("/files/theme/innopark/fonts/FFDaxWebProBold.eot");src:url("/files/theme/innopark/fonts/FFDaxWebProBold.eot?#iefix") format("embedded-opentype"), url("/files/theme/innopark/fonts/FFDaxWebProBold.woff2") format("woff2"), url("/files/theme/innopark/fonts/FFDaxWebProBold.woff") format("woff"), url("/files/theme/innopark/fonts/FFDaxWebProBold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"dax";src:url("/files/theme/innopark/fonts/FFDaxWebProExtraBold.eot");src:url("/files/theme/innopark/fonts/FFDaxWebProExtraBold.eot?#iefix") format("embedded-opentype"), url("/files/theme/innopark/fonts/FFDaxWebProExtraBold.woff2") format("woff2"), url("/files/theme/innopark/fonts/FFDaxWebProExtraBold.woff") format("woff"), url("/files/theme/innopark/fonts/FFDaxWebProExtraBold.ttf") format("truetype");font-weight:800;font-style:normal}@font-face{font-family:"iconfont";src:url("/files/theme/innopark/fonts/iconfont/icomoon.eot?h7aqdl");src:url("/files/theme/innopark/fonts/iconfont/icomoon.eot?h7aqdl#iefix") format("embedded-opentype"), url("/files/theme/innopark/fonts/iconfont/icomoon.ttf?h7aqdl") format("truetype"), url("/files/theme/innopark/fonts/iconfont/icomoon.woff?h7aqdl") format("woff"), url("/files/theme/innopark/fonts/iconfont/icomoon.svg?h7aqdl#icomoon") format("svg");font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-minus:before{content:""}.icon-plus:before{content:""}.icon-pdf:before{content:""}.icon-cross:before{content:""}.icon-checkmark:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-up:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-search:before{content:""}.icon-double-quotation-marks:before{content:""}.icon-arrow-filled-right:before{content:""}.icon-burger:before{content:""}.icon-phone:before{content:""}.icon-mail:before{content:"";font-size:0.75em}.icon-maps-marker:before{content:""}.invisible{clip:rect(0 0 0 0);height:1px !important;margin:-1px;order:0;overflow:hidden;padding:0;position:absolute !important;width:1px !important}.clearfix{clear:both;content:"";display:table}.centerize{margin:0 auto}.stretch{width:100%;float:left}.t-center{text-align:center}.t-right{text-align:right}.color-red{color:#CC2929}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.grid{max-width:1080px;width:100%}.grid:after{clear:both;content:"";display:table}.u_1,.u_2,.u_3,.u_4,.u_5,.u_6,.u_7,.u_8,.u_9,.u_10,.u_11,.u_12{box-sizing:border-box;float:left;min-height:1px;padding-left:10px;padding-right:10px}.u_12{clear:both;float:none}.u_1{width:8.3333333333%}.u_2{width:16.6666666667%}.u_3{width:25%}.u_4{width:33.3333333333%}.u_5{width:41.6666666667%}.u_6{width:50%}.u_7{width:58.3333333333%}.u_8{width:66.6666666667%}.u_9{width:75%}.u_10{width:83.3333333333%}.u_11{width:91.6666666667%}.u_11{width:100%}.p_1{margin-left:8.3333333333%}.p_2{margin-left:16.6666666667%}.p_3{margin-left:25%}.p_4{margin-left:33.3333333333%}.p_5{margin-left:41.6666666667%}.p_6{margin-left:50%}.p_7{margin-left:58.3333333333%}.p_8{margin-left:66.6666666667%}.p_9{margin-left:75%}.p_10{margin-left:83.3333333333%}.p_11{margin-left:91.6666666667%}.p_12{margin-left:100%}.grid [class^=u_]:first-child,.u_12,.grid-first{clear:both}.ce_accordion{background-clip:padding-box;display:block;margin-bottom:20px}.ce_accordionSingle{margin:0 0 20px}.ce_accordionStart:nth-child(2n){border-top:none}.toggler{border-bottom:1px solid #E5E5E0;border-top:1px solid #E5E5E0;cursor:pointer;font-weight:700;padding:10px 15px 8px;position:relative}.toggler:focus{outline:none}.toggler [class*="icon-"]{position:absolute;right:15px;top:50%;transform:translate3d(0, -50%, 0);transition:opacity 0.5s}.toggler .icon-minus{opacity:0}.toggler.active .icon-minus{opacity:1}.toggler.active .icon-plus{opacity:0}.accordion{background:#F2F2EF;padding:10px 15px}.baseButton,.btn:hover,.btn-primary,.btn-secondary,#main-navigation-mobile .mod_changelanguage a,#main-navigation-mobile .mod_changelanguage span,.btn-secondary:hover,#main-navigation-mobile .mod_changelanguage a:hover,#main-navigation-mobile .mod_changelanguage span:hover,.btn-invert,.btn-invert:hover,.btn-grey,.btn-grey:hover,button,input[type="button"],.button,.cookiebar__button,.submit,.button-hyperlink a,.button-download a{background:#CC2929;border:none;box-sizing:border-box;color:#fff;display:inline-block;font-weight:700;font-size:100%;padding:10px 20px;text-align:center;text-decoration:none;-webkit-font-smoothing:antialiased}.btn:hover{background:#666652}.btn-primary:hover{background:#666652}.btn-secondary,#main-navigation-mobile .mod_changelanguage a,#main-navigation-mobile .mod_changelanguage span{background:#F2F2EF;box-shadow:0 0 0 1px #B2B2A3 inset;color:#666652}.btn-secondary:hover,#main-navigation-mobile .mod_changelanguage a:hover,#main-navigation-mobile .mod_changelanguage span:hover{background:#666652;box-shadow:none}.btn-invert{background:#fff;color:#666652}.btn-invert:hover{background:#fff;color:#CC2929}.btn-grey.btn-grey{background:#F2F2EF;color:#666652}.btn-grey.btn-grey:hover{background:#666652;border-color:#666652;color:#F2F2EF}.btn-icon{font-family:dax, Arial, sans-serif;line-height:inherit;min-width:0;padding-left:50px;padding-right:30px;position:relative;text-align:left}.btn-icon:hover{min-width:0;padding-left:50px;padding-right:30px}.btn-icon:before{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:14px;position:absolute;top:50%;transform:translate3d(0, -50%, 0)}.btn-invert:hover{background:#666652;border-color:#666652;color:#FFFFFF}button,input[type="button"],.button,.cookiebar__button,.submit{cursor:pointer;display:inline-block;text-align:center}button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,.button::-moz-focus-inner,.cookiebar__button::-moz-focus-inner,.submit::-moz-focus-inner{padding:0;border:0}button:hover,button:focus,input[type="button"]:hover,input[type="button"]:focus,.button:hover,.cookiebar__button:hover,.button:focus,.cookiebar__button:focus,.submit:hover,.submit:focus{background-image:linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));box-shadow:0 0 0 1px rgba(150, 150, 150, 0.15) inset, 0 0 6px rgba(150, 150, 150, 0.2) inset}button:focus,input[type="button"]:focus,.button:focus,.cookiebar__button:focus,.submit:focus{outline:0}button[disabled]:hover,button[disabled]:focus,input[type="button"][disabled]:hover,input[type="button"][disabled]:focus,.button[disabled]:hover,.cookiebar__button[disabled]:hover,.button[disabled]:focus,.cookiebar__button[disabled]:focus,.submit[disabled]:hover,.submit[disabled]:focus{border:0;background-image:none;box-shadow:none;cursor:not-allowed;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);filter:alpha(opacity=40);opacity:0.4}.btn-primary.btn-big,.btn-primary.btn-big:hover,.btn-primary.btn-big:focus,.btn-primary.btn-big:active{font-size:20px;padding:18px 45px 15px}.mod_changelanguage{font-weight:700;margin-left:20px;margin-right:40px}.mod_changelanguage ul{margin:0;padding:0}.mod_changelanguage li{list-style-type:none}.mod_changelanguage li:before{display:none}body #cboxOverlay{background:#fff;opacity:1}#colorbox #cboxContent{background:#fff;margin-top:0}#colorbox #cboxLoadedContent{border:none}#colorbox #cboxClose,#colorbox #cboxNext,#colorbox #cboxPrevious{background:#666652;height:40px;min-width:0;text-indent:0;width:40px}#colorbox #cboxClose [class*="icon"],#colorbox #cboxNext [class*="icon"],#colorbox #cboxPrevious [class*="icon"]{left:50%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}#colorbox #cboxClose:hover,#colorbox #cboxNext:hover,#colorbox #cboxPrevious:hover{background:#CC2929}#colorbox #cboxClose{right:0;top:0}#colorbox #cboxNext{right:0;top:50%}#colorbox #cboxPrevious{left:0;top:50%}.cboxElement{display:inline-block;position:relative}.cboxElement:after{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#666652;color:#fff;content:"";height:40px;line-height:40px;position:absolute;right:0;text-align:center;top:0;width:40px}.cboxElement:hover:after{background:#CC2929}.cookiebar{align-items:center;background:#FFFFFF;box-shadow:0 -8px 16px 0 rgba(0, 0, 0, 0.04);box-sizing:border-box;color:inherit;display:flex;font-size:1em;flex-wrap:nowrap;justify-content:space-between;left:50%;margin-left:-480px;padding:10px;right:auto;text-align:left;width:960px}.cookiebar--position-bottom{bottom:20px}.cookiebar__text{margin-right:10px}.cookiebar__message{margin-right:0}.cookiebar__link{color:inherit;transition:color 0.2s ease-in-out}.cookiebar__button{margin-left:10px}@media (max-width:1000px){.cookiebar{margin-left:0;left:20px;right:20px;width:auto}}@media (max-width:650px){.cookiebar{align-items:flex-start;flex-direction:column}.cookiebar__text{margin-bottom:10px;margin-right:0}.cookiebar__button{margin-left:0}}@media (max-width:480px){.cookiebar{bottom:0;font-size:0.75em;left:0;right:0}}#event-selector{display:inline-block;max-width:50%;min-width:500px;position:relative;text-align:left}#event-selector.active .event-selector-toggle:before{background:#666652}.event-link-show-all{display:inline-block;margin-left:30px}.event-selector-toggle{background:#fff;border:1px solid #B2B2A3;cursor:pointer;padding:9px 15px;position:relative}.event-selector-toggle:before{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#CC2929;color:#fff;content:"";height:100%;line-height:40px;padding:1px;position:absolute;right:-1px;text-align:center;top:-1px;width:40px;transition:background 0.5s ease-in-out}.event-selector-inner{background:#fff;border:1px solid #B2B2A3;border-top:none;box-sizing:border-box;display:none;height:332px;padding:15px 1px 67px;position:absolute;left:0;top:100%;width:100%;z-index:10}.no-js .event-selector-inner{display:block;position:relative}.event-selector-scroll{height:250px;overflow:scroll}.event-selector-group+.event-selector-group{margin-top:10px}.event-selector-group-name{display:block;padding:5px 40px;text-transform:uppercase}.event-selector-item{color:#666652;display:block;font-weight:400;padding:5px 40px;text-decoration:none}.event-selector-item:hover{background:#F2F2EF;color:#CC2929}.event-selector-more-indicator{colo:#666652;display:block;padding:5px 40px}.event-selector-show-all{background:#fff;border-top:1px solid #B2B2A3;bottom:0;box-sizing:border-box;color:#666652;display:block;font-weight:400;height:52px;left:0;padding:15px 40px;position:absolute;text-decoration:none;width:100%}.event-selector-show-all:hover{background:#F2F2EF;color:#CC2929}form{margin:0}form fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em}form legend{border:0;padding:0;white-space:normal;*margin-left:-7px}form button,form input,form select,form textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}form textarea::-webkit-input-placeholder{color:#b2b2a3}form textarea::-moz-placeholder{color:#b2b2a3}form textarea:-ms-input-placeholder{color:#b2b2a3}form textarea:-moz-placeholder{color:#b2b2a3}form input.captcha::-webkit-input-placeholder{color:#b2b2a3}form input.captcha::-moz-placeholder{color:#b2b2a3}form input.captcha:-ms-input-placeholder{color:#b2b2a3}form input.captcha:-moz-placeholder{color:#b2b2a3}form button,form input{line-height:normal}form button,form input[type=button],form input[type=reset],form input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}form button[disabled],form input[disabled]{cursor:default}form input[type=checkbox],form input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}form input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}form input[type=search]::-webkit-search-cancel-button,form input[type=search]::-webkit-search-decoration{-webkit-appearance:none}form button::-moz-focus-inner,form input::-moz-focus-inner{border:0;padding:0}form textarea{overflow:auto;vertical-align:top;resize:vertical}form input[type=text],form input[type=password],form input[type=email],form input[type=url],form input[type=date],form input[type=month],form input[type=time],form input[type=datetime],form input[type=datetime-local],form input[type=week],form input[type=number],form input[type=search],form input[type=tel],form input[type=color],form select,form textarea{border:1px solid #B2B2A3;box-sizing:border-box;color:#B2B2A3;display:block;margin:0;padding:10px 10px 9px;width:100%}form input[type=text]:focus,form input[type=password]:focus,form input[type=email]:focus,form input[type=url]:focus,form input[type=date]:focus,form input[type=month]:focus,form input[type=time]:focus,form input[type=datetime]:focus,form input[type=datetime-local]:focus,form input[type=week]:focus,form input[type=number]:focus,form input[type=search]:focus,form input[type=tel]:focus,form input[type=color]:focus,form select:focus,form textarea:focus{border-color:#666652;color:#666652;outline:0;outline:thin dotted \9 }form input[type=file]:focus,form input[type=radio]:focus,form input[type=checkbox]:focus{outline:thin dotted #333;outline:1px auto #129FEA}form .pure-checkbox,form .pure-radio{margin:0.5em 0;display:block}form input[type=text][disabled],form input[type=password][disabled],form input[type=email][disabled],form input[type=url][disabled],form input[type=date][disabled],form input[type=month][disabled],form input[type=time][disabled],form input[type=datetime][disabled],form input[type=datetime-local][disabled],form input[type=week][disabled],form input[type=number][disabled],form input[type=search][disabled],form input[type=tel][disabled],form input[type=color][disabled],form select[disabled],form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}form input[readonly],form select[readonly],form textarea[readonly],form input[readonly]:focus,form select[readonly]:focus,form textarea[readonly]:focus{background:#eee;color:#777;border-color:#ccc}form select{border:1px solid #ccc;background-color:#fff}form select[multiple]{height:auto}form .input-field-wrapper>label{color:#B2B2A3;margin:0 0 0 10px}form .widget-select .input-field-wrapper{display:flex;flex-direction:column}form .widget-select .input-field-wrapper>label{order:-1;position:static}form label a{font-weight:400}.ios form input.date{line-height:29px}form .widget-radio label,form .widget-checkbox label,form .widget-select label{position:relative;top:auto}form label.error{position:static;text-transform:none}form .error label{color:#CC2929}form fieldset{margin:0;padding:0.35em 0 0.75em;border:0}form legend{display:block;width:100%;padding:0.3em 0;margin-bottom:0.3em;font-size:125%;color:#333;border-bottom:1px solid #e5e5e5}form .widget{padding:20px 0;position:relative}form .widget.error{color:#CC2929}form .widget.error input{border-color:#CC2929;color:#CC2929}form .input-field-wrapper{position:relative}form .input-field-wrapper::after{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:none;font-size:12px;position:absolute;right:10px;top:50%;transform:translate3d(0, -50%, 0)}form .input-field-wrapper.error:after{content:""}form .input-field-wrapper.valid:after{content:""}.checkbox_container span,.radio_container span{position:relative}input[type="checkbox"],input[type="radio"]{border:none;border-radius:0;font-size:1em;width:100%}input[type="checkbox"],input[type="radio"]{width:auto;float:left;margin-right:0.75em;background:transparent;border:none;width:19px;height:19px;opacity:0;overflow:hidden;position:absolute;z-index:-1}input[type="checkbox"]+label,input[type="radio"]+label{cursor:pointer;display:inline-block;padding-left:30px}input.radio+label,input.checkbox+label{position:relative}input.checkbox:checked+label::before,input.checkbox:not(:checked)+label::before,input.radio:checked+label::before,input.radio:not(:checked)+label::before{top:1px}input[type="checkbox"]:checked+label::before,input[type="checkbox"]:not(:checked)+label::before,input[type="radio"]:checked+label::before,input[type="radio"]:not(:checked)+label::before{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:" ";display:inline-block;width:17px;height:17px;left:0;position:absolute;top:-2px;background:white;border:1px solid #666652;text-align:center;line-height:17px}input[type=radio]:checked+label::before,input[type=radio]:not(:checked)+label::before{border-radius:30px}input[type="checkbox"]:hover+label::before,input[type="radio"]:hover+label::before{background:#ddd;box-shadow:inset 0 0 0 3px white;color:#B2B2A3}input[type="checkbox"]:checked+label::before,input[type="radio"]:checked+label::before{background:#666652;box-shadow:inset 0 0 0 3px white}input[type="checkbox"]:checked+label::before{background:#666652;box-shadow:none;color:#fff}input[type="checkbox"]:checked+label::before,input[type="checkbox"]:hover+label::before{background:#fff;box-shadow:none;content:"";font-size:10px}input[type="checkbox"]:checked+label::before{background:#666652;color:#fff}form span.mandatory{display:none}body.ie input::-ms-clear{width:0;height:0}.ce_location{min-height:200px}.ce_location .location-image{float:left}.ce_location .location-text-wrapper{padding-left:70px}.ce_location .location-phone a{font-weight:400}.ce_location:after{clear:both;content:" ";display:table}#main-navigation{clear:right;float:right;margin-top:25px}#main-navigation .item-wrapper:after{clear:both;content:" ";display:table}#main-navigation ul{float:right;margin:0;padding:0}#main-navigation li{float:left;font-weight:700;list-style-type:none;margin:0;padding:0}#main-navigation a,#main-navigation strong{color:#666652;display:block;font-weight:700;padding:10px 20px;text-decoration:none}#main-navigation a:hover,#main-navigation a.trail,#main-navigation strong{color:#CC2929}#main-navigation .logo-small{display:none}.scrolled-down #main-navigation{background:#fff;border-bottom:1px solid #e4e5e0;left:0;margin-top:0;position:fixed;top:0;width:100%}.scrolled-down #main-navigation .item-wrapper{margin-left:auto;margin-right:auto;width:1260px}.scrolled-down #main-navigation .logo-small{background:url("/files/theme/innopark/img/innopark-logo-simple.svg") no-repeat center center;box-sizing:content-box;display:block;float:left;height:17px;width:80px}#meta-header{float:right;margin-top:-20px}#meta-header>*{display:block;float:left;padding-bottom:10px;padding-top:10px}#footer-navigation{float:left}#footer-navigation ul{margin:0;padding:0}#footer-navigation ul:after{clear:both;content:" ";display:table}#footer-navigation li{display:block;float:left;list-style-type:none;padding:0}#footer-navigation li .newsletter-link{position:relative}#footer-navigation a,#footer-navigation strong{color:#666652;display:block;font-weight:700;padding:10px;text-decoration:none}#footer-navigation a:hover,#footer-navigation a.trail,#footer-navigation strong{color:#CC2929}#footer-navigation li.first a,#footer-navigation li.first strong{padding-left:0}#footer-meta{float:right}#footer-meta ul{margin:0;padding:0}#footer-meta ul:after{clear:both;content:" ";display:table}#footer-meta li{display:block;float:left;padding:0}#footer-meta a,#footer-meta strong{color:#666652;display:block;font-weight:700;padding:10px;text-decoration:none}#footer-meta a:hover,#footer-meta a.trail,#footer-meta strong{color:#CC2929}#footer-meta li.last a,#footer-meta li.last strong{padding-right:0}#header-subnavigation ul{margin:0;padding:0;text-align:center}#header-subnavigation li{display:inline-block}#header-subnavigation a,#header-subnavigation strong{color:#666652;display:block;font-weight:700;padding:15px 10px;text-decoration:none}#header-subnavigation a:hover,#header-subnavigation a.trail,#header-subnavigation strong{color:#CC2929}#main-navigation-mobile{background:#fff;box-sizing:border-box;display:none;height:100%;left:0;padding:42px 37px 37px;position:absolute;top:0;width:100%;z-index:1000}#main-navigation-mobile .navigation-items ul{margin:0;padding:0}#main-navigation-mobile .navigation-items ul ul{background:rgba(47, 47, 0, 0.06);border-bottom:1px solid #B2B2A3;display:none;padding-left:30px;overflow:hidden}#main-navigation-mobile .navigation-items ul a,#main-navigation-mobile .navigation-items ul strong{color:#666652;display:block;padding:8px 16px;text-decoration:none}#main-navigation-mobile .navigation-items li{display:block}#main-navigation-mobile .navigation-items .level_1>li>a,#main-navigation-mobile .navigation-items .level_1>li>strong{border-bottom:1px solid #B2B2A3;position:relative;text-transform:uppercase}#main-navigation-mobile .navigation-items .level_1>li.first>a,#main-navigation-mobile .navigation-items .level_1>li.first>strong{border-top:1px solid #B2B2A3}#main-navigation-mobile .navigation-items .level_1>li.submenu>a:after,#main-navigation-mobile .navigation-items .level_1>li.submenu>span:after{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#B2B2A3;content:"";font-size:16px;margin-top:-8px;position:absolute;right:12px;top:50%}#main-navigation-mobile .navigation-items .level_1>li.submenu>span.show:after,#main-navigation-mobile .navigation-items .level_1>li.submenu>a.show:after{content:""}#main-navigation-mobile .meta-wrapper{margin-top:20px;padding-bottom:60px}#main-navigation-mobile .meta-wrapper:after{clear:both;content:" ";display:table}#main-navigation-mobile .meta-wrapper .button-contact{float:left;margin-bottom:30px;max-width:50%}#main-navigation-mobile .meta-wrapper .button-login{float:right;margin-bottom:30px;max-width:50%}#main-navigation-mobile .mod_changelanguage{background:#fff;bottom:0;box-sizing:border-box;left:0;margin-left:0;padding:20px 37px;position:fixed;text-align:center;width:100%}#main-navigation-mobile .mod_changelanguage ul:after{clear:both;content:"";display:table}#main-navigation-mobile .mod_changelanguage li{display:block;float:left;width:33.33333%}#main-navigation-mobile .mod_changelanguage a,#main-navigation-mobile .mod_changelanguage span{display:block;min-width:0;width:100%}#main-navigation-mobile .mod_changelanguage span{opacity:0.5}#main-navigation-mobile .top-wrapper{margin-bottom:20px}#main-navigation-mobile .top-wrapper:after{clear:both;content:" ";display:table}#main-navigation-mobile .top-wrapper .mobile-logo{display:block;float:left;margin-left:16px;margin-top:12px}#closeMobileNavigation{background:#CC2929;color:#fff;display:block;float:right;height:40px;line-height:40px;text-align:center;text-decoration:none;width:40px}.mobile-toggle-wrapper{clear:right;display:none;float:right;margin-top:20px}#burger{color:#666652;display:block;font-size:26px;font-weight:400;height:22px;overflow:hidden;width:26px}#burger:hover{color:#CC2929}.mod_newslist:after{clear:both;content:" ";display:table}.mod_newslist .pagination{margin-top:100px}.mod_newslist .pagination p,.mod_newslist .pagination li.first,.mod_newslist .pagination li.last{display:none}.mod_newslist .pagination ul{padding:0;position:relative;text-align:center}.mod_newslist .pagination li{display:inline-block;margin-left:10px;margin-right:10px}.mod_newslist .pagination a{color:#666652;display:block;font-weight:400;text-decoration:none}.mod_newslist .pagination a:hover{color:#CC2929}.mod_newslist .pagination span{font-weight:700}.mod_newslist .pagination li.previous,.mod_newslist .pagination li.next{left:0;margin:-20px 0 0;overflow:hidden;position:absolute;top:50%}.mod_newslist .pagination li.previous a,.mod_newslist .pagination li.next a{border:1px solid #666652;box-sizing:border-box;height:40px;text-indent:-5000px;width:40px}.mod_newslist .pagination li.previous a:after,.mod_newslist .pagination li.next a:after{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";left:50%;line-height:40px;margin-left:-8px;position:absolute;text-align:center;text-indent:0;top:0}.mod_newslist .pagination li.previous a:hover,.mod_newslist .pagination li.next a:hover{background:#666652;color:#fff}.mod_newslist .pagination li.next{left:auto;margin-top:-20px;overflow:hidden;position:absolute;right:0;top:50%}.mod_newslist .pagination li.next a:after{content:""}.layout_latest_home{margin-bottom:40px}.layout_latest_home .headline{font-size:1.5em;margin-top:12px}.layout_latest_home .headline a{color:#666652;font-weight:400;text-decoration:none}.layout_latest_home .headline a:hover{color:#CC2929}.layout_latest_home .info{color:#B2B2A3;margin-bottom:0}.layout_latest_home .image_container{margin-bottom:40px}.layout_latest_home .image_container img{width:100%}.layout_latest_home .teaser a{font-weight:400}.layout_latest{margin-bottom:50px}.layout_latest.first{margin-top:100px}.layout_latest .info{font-weight:700;margin-bottom:7px}.layout_latest .text-container{border-bottom:1px solid #B2B2A3;border-top:1px solid #B2B2A3;padding-bottom:16px;padding-top:12px}.layout_latest .headline{font-size:1.5em;margin-top:0}.layout_latest .headline a{color:#666652;font-weight:400;text-decoration:none}.layout_latest .headline a:hover{color:#CC2929}.layout_latest .more{font-weight:400}.mod_newsreader .back{margin-bottom:50px}.mod_newsreader .back a{color:#666652;display:block;font-weight:400;height:40px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.mod_newsreader .back .btn{border:1px solid #B2B2A3;box-sizing:border-box;display:inline-block;height:40px;margin-right:20px;min-width:0;text-align:center;text-indent:-2px;width:40px}.mod_newsreader .back a:hover .btn{background:#666652;border:1px solid #666652;box-sizing:border-box;font-weight:400;min-width:0;padding:0}.mod_newsreader .back .btn:before{line-height:40px}.mod_newsreader .back .btn:hover{font-weight:400;padding:0}.mod_newsreader .info{color:#B2B2A3;text-align:center}.mod_newsreader .headline{margin-bottom:60px;text-align:center}.layout_full .teaser{margin-bottom:50px}.selectric-select .selectric{background:#fff}.selectric-select .selectric .label{color:#B2B2A3;font-size:1em}.selectric-select .selectric .button,.selectric-select .selectric .cookiebar__button{font-size:1em;height:40px;min-width:0;right:-1px;top:-1px}.selectric-select .selectric-items{background:#fff;border-color:#B2B2A3;border-top:none}.selectric-select .selectric-items ul,.selectric-select .selectric-items li{font-size:1em}.selectric-select .selectric-items li{border:none;padding:15px 40px 12px}.selectric-select .selectric-items li.selected,.selectric-select .selectric-items li:hover{background:#F2F2EF;color:#CC2929}.selectric-select .selectric-items li:before{display:none}.selectric-select.selectric-hover .selectric,.selectric-select.selectric-open .selectric,.selectric-select .selectric{border-color:#B2B2A3}.selectric .button:after,.selectric .cookiebar__button:after{display:none}.selectric .button:before,.selectric .cookiebar__button:before{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";left:50%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}.selectric-open .selectric .button,.selectric-open .selectric .cookiebar__button,.selectric-hover .selectric .button,.selectric-hover .selectric .cookiebar__button{background:#666652}.selectric-open .selectric .button:before,.selectric-open .selectric .cookiebar__button:before{content:""}.ce_sliderStart{position:relative}.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px}.slider-control a,.slider-control span{display:inline-block;position:absolute}.slider-control .slider-prev,.slider-control .slider-next{background:#ccc;height:100%;text-indent:-9999px;top:0;width:75px;z-index:100}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{bottom:10px;height:30px;width:50%;left:50%;margin-left:-25%;font-size:3em;text-align:center}.slider-control .slider-menu b{color:#fff;cursor:pointer}.slider-control .slider-menu b.active{color:#333}table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}table caption{color:#000;font:italic 85%/1 arial, sans-serif;padding:1em 0;text-align:center}table th,table td{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:6px 12px}table th:first-child,table td:first-child{border-left-width:0}table td{background-color:transparent}table thead{color:#000;text-align:left;vertical-align:bottom}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999999}h1,h2,h3{font-weight:400;margin-top:20px;margin-bottom:10px}h4,h5,h6{font-weight:700;margin-top:10px;margin-bottom:10px}h1,.h1{font-size:2.25em;line-height:1.16666}h1 small,.h1 small{font-size:2.5em}h2,.h2{font-size:1.5em;line-height:1.25}h2 small,.h2 small{font-size:1.3em}h3,.h3{font-size:1.25em;line-height:1.3}h3 small,.h3 small{font-size:0.9em}h4,.h4{font-size:1em;line-height:1.375}h4 small,.h4 small{font-size:0.9em}h5,.h5{font-size:0.875em;line-height:1.429;text-transform:uppercase}h6,.h6{font-size:0.875em;line-height:1.429}ul,ol{margin:0 0 10px;padding:0 0 0 1.25em}ul li{list-style-type:none;position:relative}[class*="ce_"] ul li{padding-left:1.25em}[class*="ce_"] ul li:before{content:"•";left:0;position:absolute}ol li{margin-left:1.25em}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}abbr[title]{cursor:help;border-bottom:1px dotted #999999}blockquote p:last-child{margin-bottom:0}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco, Menlo, Consolas, "Courier New", monospace}code{padding:2px 4px;font-size:0.9em;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:0}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:0.9em;line-height:1.428571429;color:#333333;word-break:break-all;word-wrap:break-word;border:1px solid #ccc;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}a{color:#CC2929;font-weight:700;text-decoration:underline}a:hover{text-decoration:none}p{margin-top:0}html{color:#7C745E;font-family:dax, Arial, sans-serif;font-size:62.5%}body{font-size:1.6em;line-height:1.375;margin:0}figure{margin:0}figure img{height:auto;max-width:100%;vertical-align:top}.svg-icon{fill:currentColor;height:auto;vertical-align:middle;width:1em}.grid{margin-left:auto;margin-right:auto}.wide-grid .grid{max-width:none}.narrow-content{margin-left:auto;margin-right:auto;max-width:700px}.u_clear{clear:both}#wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}#header{padding-bottom:20px;padding-top:20px;position:relative;z-index:100}#header .inside{margin-left:auto;margin-right:auto;width:1260px}#header:after{clear:both;content:" ";display:table}#header .mod_article{float:left}.header-with-contents #header{min-height:800px}#main-navigation,#logo{position:relative;z-index:10}.header-subnavigation{background:#F2F2EF}#footer{border-top:1px solid #fff;margin-top:auto}#footer .footer-main{background:#F2F2EF}#footer .inside{font-size:0.875em;margin-left:auto;margin-right:auto;max-width:1260px}#footer .inside:after{clear:both;content:" ";display:table}#footer .inside p{margin:20px 0}#footer .column-image-links p{margin-bottom:0;margin-top:18px}#footer .column-image-links a{display:inline-block;margin-left:23px;vertical-align:middle}.footer-navigation-wrapper{box-sizing:border-box;margin:10px auto;max-width:1260px}.footer-navigation-wrapper:after{clear:both;content:" ";display:table}.footer-navigation-wrapper .grid>*{padding-left:10px;padding-right:10px}.footer-navigation-wrapper .column-image-links{display:none}.ikigai-stoerer-article{padding:0 !important}.ikigai-stoerer-article>.grid{position:relative}.ikigai-stoerer-small{display:none;position:absolute}.ikigai-stoerer{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(to bottom, #2b78a4, #001931);border-radius:50%;box-sizing:border-box;color:#FFFFFF;height:209px;padding-left:10px;padding-right:10px;padding-top:65px;position:absolute;right:0;text-align:center;transform:translateY(-75%);width:209px;z-index:100}.ikigai-stoerer .text-wrapper{font-size:1em}.ikigai-stoerer .text-wrapper p{margin:0}.ikigai-stoerer .text-wrapper a{background:#CC2929;display:inline-block;height:30px;line-height:30px;margin-top:10px;transform:rotate(-90deg);width:30px}.ikigai-stoerer .text-wrapper a svg{fill:#FFFFFF;height:20px;vertical-align:-6px;width:20px}.ikigai-stoerer-headline{font-size:1.5em;font-weight:800;margin:0}#main [class*="ce_"]{margin-bottom:40px}#main .mod_article [class*="ce_"].last,#main .mod_article [class*="ce_"]:last-child{margin-bottom:0}[class*="ce_"]>*:first-child{margin-top:0}[class*="ce_"]>*:last-child{margin-bottom:0}.ce_form .widget-submit{margin-top:30px;text-align:center}.ce_hyperlink{text-align:center}.t-center .ce_hyperlink{display:inline-block;margin-left:8px;margin-right:8px}.ce_citation{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:700px;padding-left:240px;padding-top:5px;position:relative}.ce_citation:before{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#E5E5E0;content:"";font-size:6.5em;left:0;position:absolute;top:0}.ce_citation blockquote{margin:0}.ce_citation p{font-size:1.25em;margin:0 0 0.5em}.ce_citation cite{color:#B2B2A3;display:block;font-style:normal;line-height:2.25}#main .ce_citation.first.last{margin-top:-20px;margin-bottom:-20px}.ce_columntext{margin-left:auto;margin-right:auto;max-width:940px}.ce_columntext:after{clear:both;content:" ";display:table}.ce_columntext .column-left,.ce_columntext .column-right{width:460px}.ce_columntext .column-left>*:first-child,.ce_columntext .column-right>*:first-child{margin-top:0}.ce_columntext .column-left>*:last-child,.ce_columntext .column-right>*:last-child{margin-bottom:0}.ce_columntext .column-left{float:left}.ce_columntext .column-right{float:right}.ce_simpleYoutubeVideo iframe{padding:0}.ce_simpleYoutubeVideo.with-aspect-ratio{position:relative}.ce_simpleYoutubeVideo.with-aspect-ratio iframe{height:100%;left:0;position:absolute;top:0;width:100%}.ce_simpleYoutubeVideo .player-image{background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.ce_simpleYoutubeVideo .player-image:before{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#CC2929;border-radius:50%;color:#fff;content:"";font-size:1.625em;height:60px;left:50%;line-height:60px;margin:-30px 0 0 -30px;position:absolute;text-align:center;text-indent:4px;top:50%;width:60px}.ce_text.image-above-text a{color:inherit;font-weight:400;text-decoration:none}.ce_text.image-above-text .image_container+p{margin-top:25px}.innopark-teaser{display:flex;text-align:center}.innopark-teaser .inner{background:#F2F2EF;padding:40px;width:100%}.innopark-teaser .headline{font-size:1.25em;font-weight:400;margin:5px 0 0}.innopark-teaser .text{margin-top:30px;text-align:left}.innopark-teaser .text>*:last-child{margin-bottom:0}.innopark-teaser a{color:inherit;font-weight:400;text-decoration:none}#main .innopark-teaser{margin-bottom:20px}.ce_hyperlink .hyperlink-as-button{display:inline-block}#main .ce_customWrapperStart .ce_hyperlink{margin-bottom:10px}#main .ce_customWrapperStart .ce_hyperlink a,#main .ce_customWrapperStart .ce_hyperlink span{text-align:left;width:100%}#main .ce_customWrapperStart:last-child{margin-bottom:-10px !important}.ce_image .caption{color:#B2B2A3;font-size:0.875em;margin-left:auto;margin-right:auto;margin-top:10px;text-align:left}.ce_gallery ul{padding:0}.ce_gallery ul li{list-style-type:none;margin-bottom:10px;margin-top:10px;padding-left:0}.ce_gallery ul li:before{display:none}.ce_gallery ul li a{display:block}.intro-slider-wrapper .flickity-page-dots{bottom:24px}.intro-slider-wrapper .flickity-page-dots .dot{background:#FFFFFF;height:15px;margin-left:7px;margin-right:7px;opacity:0.3;transition:opacity 0.2s ease-in-out;width:15px}.intro-slider-wrapper .flickity-page-dots .dot:hover{opacity:0.6}.intro-slider-wrapper .flickity-page-dots .dot.is-selected{opacity:1}.flickity-enabled .ce_introslider{opacity:1}.ce_introslider{box-sizing:border-box;display:flex;flex-direction:column;font-size:1.25em;justify-content:center;height:668px;opacity:0;padding:100px 60px;position:relative;width:100%}.ce_introslider .image_container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.ce_introslider img{height:100%;object-fit:cover;object-position:center center;width:100%}.ce_introslider .contents{max-width:700px;margin-left:auto;margin-right:auto;text-align:center}.ce_introslider h1{font-weight:700}.ce_introslider h1,.ce_introslider h2,.ce_introslider h3,.ce_introslider p{color:#FFFFFF;text-shadow:0 0 20px rgba(127, 127, 102, 0.2)}.ce_introslider .link-wrapper{font-size:0.8em;margin-top:80px}#main .mod_article{padding-top:80px}#main .mod_article.last{padding-bottom:110px}#main .mod_article.last.light-grey{padding-bottom:60px}.mod_article .background-image{background-position:center top;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;min-height:540px;padding-top:160px;padding-bottom:160px}.mod_article.with-contents{align-items:center;color:#fff;display:flex;font-size:1.25em;justify-content:center}.mod_article.with-contents .background-image{min-height:800px}.mod_article.with-contents h1,.mod_article.with-contents h2,.mod_article.with-contents h3,.mod_article.with-contents h4,.mod_article.with-contents h5,.mod_article.with-contents h6,.mod_article.with-contents p{margin-top:0}.mod_article.with-contents p{font-size:1.2em}.mod_article.with-contents .ce_hyperlink{font-size:0.8em}.mod_article .article-contents .grid{max-width:940px}.mod_article.light-grey{background-color:#F2F2EF;margin-top:80px}#main .mod_article.light-grey{padding-bottom:60px;padding-top:60px}.mod_article.gradient-blue{background-image:linear-gradient(to bottom, #2b78a4, #001931)}.mod_article.gradient-brown{background-image:linear-gradient(to bottom, #e5e5e0, #666652)}.mod_article.first.light-grey{margin-top:0}.mod_article.hide-regular-syndication .pdf_link{display:none}.mod_eventlist.with-dropdown{text-align:center}.mod_eventlist .names-only{border-top:1px solid #E5E5E0}.mod_eventlist .names-only:last-child{border-bottom:1px solid #E5E5E0}.mod_eventlist .names-only .headline{font-size:1em;font-weight:400;margin:0}.mod_eventlist .names-only .headline a{color:#666652;display:block;font-weight:400;padding:10px 30px 10px 10px;position:relative;text-decoration:none}.mod_eventlist .names-only .headline a:before{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#B2B2A3;content:"";font-size:12px;margin-top:-6px;position:absolute;right:10px;top:50%}.mod_eventlist .names-only .headline a:hover,.mod_eventlist .names-only .headline a:hover:before{color:#CC2929}.mod_eventreader{position:relative}.mod_eventreader .back{left:-80px;position:absolute;top:-3px}.mod_eventreader .back a{color:#666652;display:block;font-weight:400;height:40px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.mod_eventreader .back .btn{border:1px solid #B2B2A3;box-sizing:border-box;display:inline-block;height:40px;margin-right:20px;min-width:0;text-align:center;text-indent:-2px;width:40px}.mod_eventreader .back .btn:before{line-height:40px}.mod_eventreader .back .btn:hover{font-weight:400;padding:0}.mod_eventreader .back a:hover .btn{background:#666652;border:1px solid #666652;box-sizing:border-box;font-weight:400;min-width:0;padding:0}.mod_eventreader .layout_full{margin-left:auto;margin-right:auto;max-width:850px}.mod_eventreader .layout_full .button-container{margin-top:60px}.mod_eventreader .layout_full .enclosure{display:inline-block}.mod_eventreader .layout_full .main-content h1{margin-top:0}.mod_eventreader .layout_full .main-content>.table-highlighted{background:#F2F2EF;box-sizing:border-box;margin-top:60px;padding:60px 90px}.mod_eventreader .table-highlighted table,.mod_eventreader .table-highlighted tr,.mod_eventreader .table-highlighted td{border:none}.mod_eventreader .table-highlighted td{padding:12px 0}.mod_eventreader .table-highlighted td:first-child{font-weight:700;padding-right:3em}#header-search{margin-right:20px;text-decoration:none}#header-search:before{line-height:1.375}.mod_customSearch .headline{font-size:1.5em;font-weight:400;line-height:1.25;margin-bottom:10px;margin-top:20px}.mod_customSearch a{border-top:1px solid #E5E5E0;color:#666652;display:block;font-weight:400;padding:10px 30px 10px 10px;position:relative;text-decoration:none}.mod_customSearch .search-category-wrapper a:last-child{border-bottom:1px solid #E5E5E0}.mod_customSearch a:before{font-family:"iconfont";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:12px;margin-top:-6px;position:absolute;right:10px;top:50%}.mod_customSearch a:hover{color:#CC2929}#main .lead{margin-bottom:50px}.lead p{font-size:1.25em;line-height:1.3}.mod_article.with-background-image .lead{font-size:1.5em}#logo{float:left}#header .hyperlink-with-button{margin-top:80px}#header .button-hyperlink{margin-top:80px}.button-hyperlink{margin-top:30px}.button-hyperlink a{display:inline-block}.button-download{margin-bottom:100px;margin-top:60px;text-align:center}.button-download a{display:inline-block}#header .mod_changelanguage{position:relative;width:85px;height:25px}#header .mod_changelanguage:focus a,#header .mod_changelanguage:focus span,#header .mod_changelanguage:hover a,#header .mod_changelanguage:hover span{background:#FFFFFF}#header .mod_changelanguage ul{position:absolute;z-index:100;cursor:pointer}#header .mod_changelanguage li{display:none}#header .mod_changelanguage li.active{display:block;position:relative}#header .mod_changelanguage li.active:hover a,#header .mod_changelanguage li.active:hover span{color:#666652}#header .mod_changelanguage li:hover a,#header .mod_changelanguage li:hover span{color:#CC2929}#header .mod_changelanguage a,#header .mod_changelanguage span{color:#666652;padding:5px 15px;display:block;text-decoration:none}#header .mod_changelanguage:hover li{display:block}#meta-header>a:not(.button){position:relative;top:0px;margin:0;padding:15px 25px 0 0;color:#666652;font-weight:bold;text-decoration:none}.ikigai-integrated .mod_article.with-contents{height:75vh;min-height:400px;max-height:600px;overflow:hidden;position:relative}.ikigai-integrated .mod_article.with-contents h1{font-weight:800}.ikigai-integrated .mod_article.with-contents .article-universe{bottom:0;left:0;position:absolute;right:0;top:0}.ikigai-integrated .mod_article.with-contents .article-contents>.grid{background:none}.ikigai-integrated .mod_article.with-contents .mod_article.with-contents.with-background-image{padding-top:0}.ikigai-integrated .mod_article.with-contents .mod_article.with-contents.with-background-image .article-contents{align-items:center;display:flex;height:100%}.ikigai-integrated .mod_article.with-contents .mod_article.with-contents.with-background-image h1{position:static;transform:none}.ikigai-integrated.header-with-contents #header{min-height:0}#main .mod_article.ikigai-description-article{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-top:120px;padding-bottom:120px}#main .ikigai-description-article .ce_image{margin-bottom:60px;margin-top:60px}#main .ikigai-description-article .btn-invert{border:2px solid currentColor}#main .ce_text.ikigai-test-facts{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5em;font-weight:500;margin-bottom:30px;text-align:center}#main .ce_text.ikigai-test-facts-disclaimer{font-size:14px;text-align:center}#main .ce_text.ikigai-test-facts-disclaimer a{font-weight:400}.ikigai-start-test-article-top{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ikigai-start-test-article-top .lead h2{margin-bottom:60px}#main .mod_article.ikigai-start-test-article-bottom{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:120px;padding-bottom:180px}.ikigai-graphic-description{display:none;line-height:2;margin-left:auto;margin-right:auto;text-align:left}.ikigai-graphic-description p{color:#939180}.ikigai-graphic-description strong{color:#666652;font-weight:400}.ikigai-graphic-description .svg-icon{fill:currentColor;height:20px;margin-right:5px;vertical-align:-4px;width:20px}@media (max-width:800px){.ikigai-graphic-description{display:inline-block}}@media (max-width:768px){.ikigai-integrated #header .mod_article.with-contents.with-background-image{box-sizing:border-box;height:300px;min-height:0;padding-top:80px}}.form-content{box-sizing:border-box;font-size:0.875em;margin-left:auto;margin-right:auto;max-width:480px;padding-left:10px;padding-right:10px}.template-wrapper{display:none}.mod_expertfinder{margin-left:auto;margin-right:auto;max-width:840px;width:100%}.mod_expertfinder h1{margin-bottom:60px;margin-top:0;padding-left:10px;padding-right:10px;text-align:center}.hasteform_expert_finder_search button.more-filters{display:none}.hasteform_expert_finder_search .input-field-wrapper{display:flex;flex-direction:column}.hasteform_expert_finder_search .input-field-wrapper label{margin-left:15px;order:-1;position:static}.hasteform_expert_finder_search .formbody{display:flex;flex-wrap:wrap}.hasteform_expert_finder_search .widget{box-sizing:border-box;margin-bottom:10px;padding:0 10px;width:50%}.hasteform_expert_finder_search .widget-submit{margin-top:auto}.hasteform_expert_finder_search .submit{height:50px;width:100%}.hasteform_expert_finder_search .widget-more-filters{display:none}.hasteform_expert_finder_search .widget-text.has-focus .inner-wrapper{visibility:visible}.hasteform_expert_finder_search .widget-text input{padding:17px 15px 15px}.hasteform_expert_finder_search .widget-text .inner-wrapper{background:#FFFFFF;border:1px solid #B2B2A3;border-top:none;box-sizing:border-box;display:flex;flex-direction:column;max-height:300px;position:absolute;top:100%;visibility:hidden;width:100%;z-index:1}.hasteform_expert_finder_search .widget-text .results-wrapper{overflow:auto}.hasteform_expert_finder_search .widget-text .results-wrapper .header{font-size:14px;font-weight:700;line-height:1.57;margin-top:7px;padding:5px 15px 2px}.hasteform_expert_finder_search .widget-text .results-wrapper ul{margin:0;padding:0}.hasteform_expert_finder_search .widget-text .results-wrapper li{cursor:pointer;line-height:1.2;list-style-type:none;padding:7px 15px}.hasteform_expert_finder_search .widget-text .results-wrapper li:last-child{margin-bottom:0}.hasteform_expert_finder_search .widget-text .results-wrapper li:hover{background:#E5E5E0}.hasteform_expert_finder_search .widget-text .results-wrapper .highlight{color:#CC2929}.hasteform_expert_finder_search .widget-text .results-term .header{margin-top:0}.hasteform_expert_finder_search .widget-text .footer{border-top:1px solid #B2B2A3;color:#B2B2A3;font-size:14px;margin-top:auto;padding:11px 15px}.hasteform_expert_finder_search .widget-text .footer>*:first-child{margin-top:0}.hasteform_expert_finder_search .widget-text .footer>*:last-child{margin-bottom:0}.widget.checkbox-advanced .outer-wrapper:focus{outline:none}.widget.checkbox-advanced .open .header .icon{background:#666652;transform:rotate(180deg)}.widget.checkbox-advanced fieldset{padding:0}.widget.checkbox-advanced legend{border-bottom:none;color:#B2B2A3;font-size:16px;margin:0 0 0 15px;padding:0}.widget.checkbox-advanced .header{border:1px solid #B2B2A3;box-sizing:border-box;color:#B2B2A3;cursor:pointer;line-height:1;padding:17px 65px 15px 15px;position:relative}.widget.checkbox-advanced .header .icon{align-items:center;background:#CC2929;color:#FFFFFF;display:flex;height:50px;justify-content:center;position:absolute;right:-1px;top:-1px;transform-origin:center center;width:50px}.widget.checkbox-advanced .header .icon svg{fill:currentColor;height:20px;width:20px}.widget.checkbox-advanced .inner-wrapper{background:#FFFFFF;border:1px solid #B2B2A3;border-top:none;box-sizing:border-box;display:none;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1}.widget.checkbox-advanced .content{overflow-x:hidden}.widget.checkbox-advanced .content>span{box-sizing:border-box;display:block}.widget.checkbox-advanced .content>span:first-child{margin-top:8px}.widget.checkbox-advanced .content>span:last-child{margin-bottom:8px}.widget.checkbox-advanced .content>span:hover{background:#E5E5E0}.widget.checkbox-advanced label{box-sizing:border-box;display:block;margin-left:0;padding:5px 45px 5px 15px}.widget.checkbox-advanced label:before{left:auto;right:0}.widget.checkbox-advanced input[type="checkbox"]+label:before{background:none;border:none;font-size:15px;left:auto;right:15px;top:6px}.widget.checkbox-advanced input[type="checkbox"]:checked+label{color:#CC2929}.widget.checkbox-advanced input[type="checkbox"]:checked+label:before{background:none;color:#CC2929}.widget.checkbox-advanced:hover .header .icon{background:#666652}.mod_expertfinder .login-wrapper{margin-top:40px}.mod_expertfinder .login-wrapper .header{margin-bottom:60px;text-align:center}.mod_expertfinder .login-wrapper .header>*:first-child{margin-top:0}.mod_expertfinder .login-wrapper .header>*:last-child{margin-bottom:0}.mod_expertfinder .login-wrapper .header h1{margin-bottom:20px;margin-top:0}.mod_expertfinder .login-wrapper .header p{font-size:1.25em;line-height:1.3}.mod_expertfinder .login-wrapper form{margin-left:auto;margin-right:auto;max-width:460px}.mod_expertfinder .login-wrapper input[type="text"],.mod_expertfinder .login-wrapper input[type="password"]{height:50px;padding-bottom:16px;padding-top:16px}.mod_expertfinder .login-wrapper .footer{align-items:center;border-bottom:1px solid #B2B2A3;display:flex;margin-bottom:30px;margin-top:35px;padding-bottom:60px}.mod_expertfinder .login-wrapper .footer a{color:inherit;font-weight:400}.mod_expertfinder .login-wrapper .footer button{margin-left:auto;padding:17px 50px}.mod_expertfinder .login-wrapper .registration-wrapper{margin-bottom:50px;text-align:center}.tag-list{margin:30px 0 0;padding:0 10px}.tag-list li{background:#F2F2EF;border:1px solid #666652;border-radius:15px;cursor:pointer;display:inline-block;list-style-type:none;line-height:1.38;margin:0 5px 10px 0;padding:5px 5px 2px 15px}.tag-list .remove-tag{background:none;color:inherit;padding:0 5px;position:relative;top:-1px}.tag-list .remove-tag:hover,.tag-list .remove-tag:focus,.tag-list .remove-tag:active{background:none;box-shadow:none;outline:none}.tag-list .remove-tag svg{fill:currentColor;height:10px;width:10px}.job-branches-list{column-count:2;column-gap:20px;font-weight:700;margin:50px 0 0;padding:0 10px}.job-branches-list li{cursor:pointer;list-style-type:none;margin:0;padding:10px 45px 0 0;position:relative}.job-branches-list .amount{background:#E5E5E0;border-radius:8px;font-size:11px;line-height:16px;margin-bottom:auto;margin-top:auto;padding:1px 8px 0;right:0;position:absolute;text-align:center;top:13px}.experts-list-meta{font-weight:700;margin-bottom:10px;margin-top:50px;padding-left:10px;padding-right:10px}.experts-list-meta>*:first-child{margin-top:0}.experts-list-meta>*:last-child{margin-bottom:0}.expert{border-top:1px solid #666652;padding-bottom:16px;padding-top:16px}.expert:last-child{border-bottom:1px solid #666652}.expert header{cursor:pointer}.expert main{display:none}.expert header .inner,.expert main .inner{display:flex}.expert .left,.expert .right{width:40px}.expert .left{padding-right:10px;position:relative}.expert .right{padding-left:10px;text-align:center}.expert .center{padding-left:10px;padding-right:10px;width:calc(100% - 120px)}.expert .gender-icon{fill:currentColor;height:40px;width:40px}.expert .icon-more{fill:currentColor;width:8px}.expert .contact-check{display:none;fill:currentColor;position:absolute;right:0;top:0;width:15px}.expert .main{font-size:1.25em;line-height:1.3;margin-bottom:4px}.expert .main:after{clear:both;content:"";display:table}.expert .main .profession,.expert .main .region{box-sizing:border-box;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expert .main .profession{padding-right:10px;width:66.6666%}.expert .main .region{padding-left:10px;width:33.33333%}.expert .sub{line-height:1.38}.expert .sub>*:after{content:"|";margin-left:3px;margin-right:3px}.expert .sub>*:last-child:after{content:""}.expert .details-wrapper{border-bottom:1px solid #B2B2A3;padding-bottom:30px;padding-top:30px}.expert table{border:none;width:100%}.expert table td{border:none;padding:0 0 10px;vertical-align:top}.expert table td:nth-child(1){font-weight:700;padding-right:10px;width:33.33333%}.expert table td:nth-child(2){padding-left:10px;width:66.66666%}.expert table tr:last-child td{padding-bottom:0}.expert table ul{margin:0;padding:0 0 0 1em}.expert table li:before{content:"-";display:inline-block;margin-left:-1em;width:1em}.expert[data-state="active"] .icon-more{transform:rotate(90deg)}.expert-contacted .gender-icon{fill:#63b203}.expert-contacted .contact-check{display:block;fill:#63b203}.expert-contacted .details-wrapper{border-bottom:none;padding-bottom:0}.experts-list-pagination{margin-top:60px}.experts-list-pagination p{display:none}.experts-list-pagination ul{align-items:center;display:flex;justify-content:center;margin:0;padding:0}.experts-list-pagination li{list-style-type:none}.experts-list-pagination a,.experts-list-pagination span{display:inline-block;font-weight:700;padding-left:10px;padding-right:10px}.experts-list-pagination a{color:#666652;text-decoration:none}.experts-list-pagination span{color:#CC2929}.experts-list-pagination li.previous{margin-right:40px}.experts-list-pagination li.next{margin-left:40px}.experts-list-pagination a.previous,.experts-list-pagination a.next{align-items:center;background:#CC2929;color:#FFFFFF;display:flex;height:40px;justify-content:center;padding-left:0;padding-right:0;width:40px}.experts-list-pagination a.previous:hover,.experts-list-pagination a.next:hover{background:#666652}.experts-list-pagination a.previous svg,.experts-list-pagination a.next svg{fill:currentColor;height:16px;transform-origin:center center;width:16px}.experts-list-pagination a.previous svg{transform:rotate(90deg)}.experts-list-pagination a.next svg{transform:rotate(-90deg)}.experts-wrapper{padding-left:10px;padding-right:10px}.experts-wrapper .contact-success{align-items:center;color:#63b203;display:flex;font-size:20px;line-height:1.3;margin-top:40px}.experts-wrapper .contact-success .icon{margin-right:10px}.experts-wrapper .contact-success svg{fill:currentColor;height:30px;width:30px}.experts-wrapper .contact-wrapper{margin-bottom:50px;margin-top:50px}.experts-wrapper .contact-wrapper h1{box-sizing:border-box;margin-bottom:40px;margin-left:33.333%;padding-left:10px;text-align:left;width:66.666%}.experts-wrapper .contact-wrapper .widget,.experts-wrapper .contact-wrapper .input-field-wrapper{display:flex;width:100%}.experts-wrapper .contact-wrapper .widget{padding-bottom:10px;padding-top:10px}.experts-wrapper .contact-wrapper label,.experts-wrapper .contact-wrapper .label{box-sizing:border-box;color:inherit;font-weight:700;margin:0;order:-1;padding-right:10px;position:static;width:33.333%}.experts-wrapper .contact-wrapper .field,.experts-wrapper .contact-wrapper textarea,.experts-wrapper .contact-wrapper .input-replacement-wrapper{box-sizing:border-box;padding-left:10px;width:66.666%}.experts-wrapper .contact-wrapper textarea{margin-left:10px;min-height:200px}.experts-wrapper .contact-wrapper input[type="file"]{height:0.1px;opacity:0;overflow:hidden;position:absolute;width:0.1px;z-index:-1}.experts-wrapper .contact-wrapper .widget-upload .label-replacement{order:-1;padding-right:10px;width:33.333%}.experts-wrapper .contact-wrapper .widget-upload label{border:1px solid #B2B2A3;color:#B2B2A3;cursor:pointer;font-weight:400;margin-left:10px;padding:8px 40px 8px 10px;order:10;width:66.666%}.experts-wrapper .contact-wrapper .widget-upload .icon-upload{fill:#CC2929;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:24px}.experts-wrapper .contact-wrapper .widget-upload label:hover .icon-upload{fill:#666652}.experts-wrapper .contact-wrapper .widget-submit{margin-left:auto;padding-left:10px;width:auto}.experts-wrapper .contact-wrapper .footer-wrapper{align-items:center;display:flex;margin-top:30px}.experts-wrapper .contact-wrapper .footer-wrapper p{margin-bottom:0;padding-right:10px}.experts-wrapper .contact-wrapper .footer-wrapper .submit{padding:17px 30px}.mod_expertfinder .no-results-wrapper{margin-top:30px;padding-left:10px;padding-right:10px;text-align:center}.mod_expertfinder .no-results-wrapper h2{color:#CC2929}.tocco-text-with-icon{display:flex}.tocco-text-with-icon a{font-weight:inherit}.tocco-text-with-icon .icon-column{margin-right:20px;min-width:40px;width:40px}.tocco-text-with-icon .icon-column svg{fill:#CC2929;max-height:100%;width:100%}.tocco-text-with-icon .icon-column .icon-free{width:33px}.tocco-text-with-icon .icon-wrapper{align-items:center;display:flex;height:40px;justify-content:center;width:100%}.tocco-text-with-icon .headline{margin-top:7px}.note-text{background:#F2F2EF;padding:60px;text-align:center}.note-text h2{margin-bottom:30px}.note-text p{margin-left:auto;margin-right:auto;max-width:700px}.mod_registration_expertfinder{margin-left:auto;margin-right:auto;max-width:480px;padding-bottom:60px;position:relative}.mod_registration_expertfinder:after{background:#B2B2A3;bottom:0;content:"";height:1px;left:50%;max-width:90vw;position:absolute;transform:translateX(-50%);width:700px}.mod_registration_expertfinder .group-fieldset{display:flex;flex-wrap:wrap;margin:60px 0 0;padding:0}.mod_registration_expertfinder .group-legend{border:none;font-size:1.25em;margin-bottom:10px;padding:0 10px}.mod_registration_expertfinder .widget{box-sizing:border-box;padding:10px 10px 2px;width:100%}.mod_registration_expertfinder .widget-checkbox{padding-bottom:10px}.mod_registration_expertfinder .widget-checkbox fieldset{padding:0}.mod_registration_expertfinder .widget-checkbox legend{display:none}.mod_registration_expertfinder .widget.field-postal{width:37.5%}.mod_registration_expertfinder .widget.field-city{width:62.5%}.mod_registration_expertfinder .widget.field-email{margin-bottom:40px}.mod_registration_expertfinder .widget.confirm p{margin:0}.mod_registration_expertfinder .widget-captcha{margin-bottom:40px}.mod_registration_expertfinder .captcha_text{font-size:0.875em;margin-top:8px}.mod_registration_expertfinder .submit_container{margin-top:50px;text-align:center}.mod_registration_expertfinder .submit,.mod_registration_expertfinder .submit:hover,.mod_registration_expertfinder .submit:focus,.mod_registration_expertfinder .submit:active{padding:17px 65px}.mod_registration_expertfinder .message{font-size:0.875em;margin-top:8px}.mod_registration_expertfinder .message>*:first-child{margin-top:0}.mod_registration_expertfinder .message>*:last-child{margin-bottom:0}.mod_lostPasswordNotificationCenter{margin-left:auto;margin-right:auto;max-width:460px;width:100%}.mod_lostPasswordNotificationCenter .widget{box-sizing:border-box;padding:10px 10px 2px;width:100%}.mod_lostPasswordNotificationCenter .submit_container{margin-top:50px;text-align:center}.mod_lostPasswordNotificationCenter .submit,.mod_lostPasswordNotificationCenter .submit:hover,.mod_lostPasswordNotificationCenter .submit:focus,.mod_lostPasswordNotificationCenter .submit:active{padding:17px 65px}.mod_lostPasswordNotificationCenter .message{font-size:0.875em;margin-top:8px}.mod_lostPasswordNotificationCenter .message>*{margin-bottom:0.5em}.mod_lostPasswordNotificationCenter .message>*:first-child{margin-top:0}.mod_lostPasswordNotificationCenter .message>*:last-child{margin-bottom:0}.mod_passwordrequest{margin-left:auto;margin-right:auto;max-width:460px;width:100%}.mod_passwordrequest .widget{box-sizing:border-box;padding:10px 10px 2px;width:100%}.mod_passwordrequest .submit_container{margin-top:50px;text-align:center}.mod_passwordrequest .optional{display:none}.mod_passwordrequest .submit,.mod_passwordrequest .submit:hover,.mod_passwordrequest .submit:focus,.mod_passwordrequest .submit:active{padding:17px 65px}.mod_passwordrequest .message{font-size:0.875em;margin-top:8px}.mod_passwordrequest .message>*{margin-bottom:0.5em}.mod_passwordrequest .message>*:first-child{margin-top:0}.mod_passwordrequest .message>*:last-child{margin-bottom:0}.mod_personalData:after{display:none}.mod_personalData .tl_confirm{color:#63B203;padding-left:10px;padding-right:10px}.hyperlink-navigation{text-align:left}.hyperlink-navigation.t-center{text-align:center}.hyperlink-navigation a{text-decoration:none}.hyperlink-navigation a:hover{text-decoration:underline}.hyperlink-navigation svg{fill:currentColor;margin-right:10px;width:12px}.hyperlink-back{position:absolute;transform:translateX(-100px);text-align:left}.hyperlink-back a{align-items:center;color:#666652;display:flex;font-weight:400;text-decoration:none}.hyperlink-back a:hover svg{background:#666652;fill:#FFFFFF}.hyperlink-back svg{border:1px solid #666652;fill:#666652;height:20px;margin-right:20px;padding:10px;transform:rotate(90deg);transform-origin:center center;width:20px}.text-success-message,.text-error-message{margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.text-success-message .headline,.text-error-message .headline{margin-bottom:20px}.text-success-message .headline svg,.text-error-message .headline svg{fill:currentColor;width:60px}.text-success-message p,.text-error-message p{font-size:1.25em;line-height:1.3}.text-success-message .headline{color:#63B203}.text-error-message .headline{color:#CC2929}.profile-navigation-wrapper{display:flex}.profile-navigation{margin-bottom:-60px;margin-left:auto;position:relative;text-align:right;visibility:hidden}.profile-navigation.reloaded{visibility:visible}.profile-navigation .header{align-items:center;color:#CC2929;cursor:pointer;display:flex;font-weight:700;padding-bottom:15px;padding-top:20px}.profile-navigation .header svg{fill:currentColor;margin-left:8px;width:14px}.profile-navigation .items{background:#FFFFFF;border-top:4px solid #CC2929;box-shadow:0 6px 10px 3px rgba(0, 0, 0, 0.1);min-width:150px;right:0;position:absolute;top:100%;visibility:hidden;z-index:1}.profile-navigation .level_1{margin:0;padding:12px 0}.profile-navigation .level_1 a,.profile-navigation .level_1 strong{display:inline-block;line-height:1;padding:12px 20px}.profile-navigation .level_1 a{color:#666652;text-decoration:none}.profile-navigation .level_1 a:hover{color:#CC2929}.profile-navigation:hover .items{visibility:visible}.ie11 .hasteform_expert_finder_search .submit_container{margin-top:22px}.ie11 .expert .icon-more{height:13px}.ie11 .expert .gender-icon{height:43px;width:40px}.showBelowDesktopBig,.showBelowDesktopSmall,.showBelowTabletPortrait,.showBelowSmartphoneBig,.showAtSmartphoneSmall{display:none}.hideBelowDesktopBig,.hideBelowDesktopSmall,.hideBelowTabletPortrait,.hideBelowSmartphoneBig,.hideAtSmartphoneSmall{display:block}@media screen and (max-width:1300px){.showBelowDesktopBig{display:block}.hideBelowDesktopBig{display:none}#header .inside,#footer .inside,.footer-navigation-wrapper,.scrolled-down #main-navigation .item-wrapper{max-width:1080px}#footer-navigation li .newsletter-link:after{margin-bottom:7px;margin-right:-43px;transform:rotate(-30deg)}.mod_eventreader .layout_full{max-width:750px}.mod_eventreader .back{left:0}}@media screen and (max-width:1100px){.showBelowDesktopSmall{display:block}.hideBelowDesktopSmall{display:none}#meta-header>a:not(.button){margin-left:15px}.u_3,.u_6,.u_4{float:left;width:50%}.p_3.u_3{margin-left:0}.p_1{margin-left:8.3333333333%}.p_2{margin-left:16.6666666667%}.p_3{margin-left:25%}.p_4{margin-left:33.3333333333%}.p_5{margin-left:41.6666666667%}.p_6{margin-left:50%}.mod_article .grid>.narrow-content{margin-left:auto !important;margin-right:auto !important}#header .inside,#footer .inside,.footer-navigation-wrapper,.scrolled-down #main-navigation .item-wrapper{box-sizing:border-box;max-width:100%;padding-left:30px;padding-right:30px}.scrolled-down #main-navigation .item-wrapper{padding-left:10px}#header .inside{left:0;margin-left:0;padding-right:42px}#main .mod_article{max-width:100%;padding-left:30px;padding-right:30px}#main .mod_article>.grid{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}.ce_columntext{margin-left:0;margin-right:0}.ce_columntext .column-left,.ce_columntext .column-right{float:left;margin-left:0;margin-right:0;width:50%}.ce_columntext .column-right{float:right}#main .innopark-teaser{margin-bottom:20px}#main-navigation a.last{padding-right:0}.mod_changelanguage{margin-right:0}.contatheadline{text-align:right}#footer-navigation{float:none}#footer-navigation li .newsletter-link:after{margin-bottom:0;margin-right:-45px;transform:rotate(0deg)}#footer-meta{clear:both;float:left}#footer-meta a.first,#footer-meta strong.first{padding-left:0}.footer-main [class*="u_"]{float:left;width:auto}.footer-main .copyright-text{margin:0}.footer-main .newsletter-link{float:right;margin:0}.footer-main .column-image-links{display:none}.footer-navigation-wrapper>*{margin-left:0;margin-right:0}.footer-navigation-wrapper .column-image-links{display:block;float:right;margin:0}#footer .footer-navigation-wrapper .column-image-links p{margin-top:5px}.ce_customWrapperStart .ce_hyperlink{text-align:left}#main .ce_customWrapperStart .ce_hyperlink a,#main .ce_customWrapperStart .ce_hyperlink span{width:auto}.mod_eventreader{padding-bottom:100px}.mod_eventreader .back{bottom:0;left:50%;margin-left:-370px;top:auto}.ikigai-stoerer-article>.grid{max-width:100%}.ikigai-stoerer{right:100px;transform:translateY(-85%)}}@media screen and (max-width:900px){#main-navigation,#meta-header,#header-subnavigation{display:none}.mobile-toggle-wrapper{display:block}#logo{width:74px}.scrolled-down #header>.inside{background:#fff;border-bottom:1px solid #e4e5e0;left:0;padding-bottom:15px;position:fixed;top:0;width:100%}.scrolled-down .mobile-toggle-wrapper{margin-top:15px}.scrolled-down #logo{margin-top:17px}.scrolled-down #logo img{display:none}.scrolled-down #logo a{background:url("/files/theme/innopark/img/innopark-logo-simple.svg") no-repeat center center;box-sizing:content-box;display:block;height:17px;width:80px}.mod_eventreader .layout_full .main-content>.table-highlighted{padding-left:20px;padding-right:20px}.mod_eventreader .layout_full .main-content>.table-highlighted table{margin-left:auto;margin-right:auto;max-width:700px}}@media screen and (max-width:800px){.showBelowTabletPortrait{display:block}.hideBelowTabletPortrait{display:none}.u_2{float:left;width:50%}.p_1,.p_2,.p_3,.p_4,.p_5,.p_6{margin-left:0}.u_8{float:none;margin-left:0;margin-right:0;width:100%}#main .mod_article>.grid{margin-left:0;width:100%}#header .inside,#footer .inside,.footer-navigation-wrapper{padding-left:15px;padding-right:15px}#header .inside{padding-right:42px}#main .mod_article{padding-left:15px;padding-right:15px}#footer .inside{padding-left:15px;padding-right:15px}#footer-navigation li{border-bottom:1px solid #E5E5E0;float:none}#footer-navigation li.first a,#footer-navigation li.first strong,#footer-navigation a,#footer-navigation strong{padding-left:0;padding-right:0}#footer-meta{float:none;margin-top:15px}#footer-meta ul{text-align:center}#footer-meta li{display:inline-block;float:none}.footer-navigation-wrapper .column-image-links{float:none;margin-top:10px;text-align:center;width:100%}.footer-navigation-wrapper .column-image-links a{display:inline-block}#header .mod_article.with-contents.with-background-image{padding-top:300px;position:static}.header-with-background #header{min-height:0}.header-with-contents #header{min-height:360px}.mod_article.with-background-image .background-image{height:400px;min-height:0;padding:0}.mod_article.with-contents .background-image{height:360px;min-height:0;padding:0;position:absolute;top:0;width:100%}.mod_article.with-contents{font-size:1em}#header .mod_article.with-contents.with-background-image.show-stoerer{padding-top:350px}.mod_article.with-contents.with-background-image.show-stoerer .background-image{height:410px}.mod_article.show-stoerer .article-contents .ce_headline{top:-20px}.mod_article .background-image .ce_hyperlink{font-size:1em}#header .button-hyperlink{margin-top:30px}.ikigai-stoerer{display:none}.ikigai-stoerer-small{display:block;height:129px;padding:0;right:10px;top:-255px;transform:none;width:129px}.ikigai-stoerer-small .text-wrapper a{height:24px;margin-top:5px;width:24px}.ikigai-stoerer-small .text-wrapper a svg{height:18px;vertical-align:1px;width:18px}.ikigai-stoerer-headline{font-size:1.125em}.ikigai-landingpage #footer{padding:10px 20px;text-align:center}.ce_introslider{font-size:1em;height:450px;padding-left:20px;padding-right:20px}.ce_introslider .link-wrapper{margin-top:40px}.ce_columntext{padding-left:10px;padding-right:10px}#event-selector{display:block;margin-left:auto;margin-right:auto;min-width:0;max-width:none;width:100%}.event-link-show-all{display:block;margin-left:auto;margin-right:auto;margin-top:20px}.mod_eventreader .back{left:0;margin-left:0}}@media screen and (max-width:650px){.showBelowSmartphoneBig{display:block}.hideBelowSmartphoneBig{display:none}.u_2,.u_3,.u_6,.u_4{float:none;margin-left:0;margin-right:0;width:100%}#main .mod_article .grid>*[class*="u_"]:not([class*="p_"]),#main .mod_article .grid>*{margin-left:0;margin-right:0}.ce_columntext{margin-left:0;margin-right:0}.ce_columntext .column-left,.ce_columntext .column-right{float:none;margin-left:0;margin-right:0;width:100%}.ce_columntext .column-left{margin-bottom:20px}.footer-main{padding:10px 0}.footer-main [class*="u_"]{float:none;text-align:center;width:100%}#footer .inside p{margin:10px 0}#header .inside{padding-right:20px}#main-navigation-mobile{padding:22px 15px 37px}#main-navigation-mobile .mod_changelanguage{padding-left:15px;padding-right:15px}.ce_citation{padding-left:130px}.ce_citation:before{font-size:4em}.mod_eventreader .layout_full .main-content>.table-highlighted{padding:20px}.table-highlighted table,.table-highlighted tr,.table-highlighted td{display:block}.mod_eventreader .table-highlighted td{padding:0 0 10px}.mod_eventreader .table-highlighted tr td:last-child{padding-bottom:30px}.mod_eventreader .table-highlighted tr:last-child td:last-child{padding-bottom:0}.mod_eventreader .layout_full .button-container{text-align:center}.mod_eventreader .layout_full .enclosure{display:block;margin-bottom:30px}.contatheadline{text-align:left}h1,.h1{font-size:1.75em}h2,.h2{font-size:1.3em}h3,.h3{font-size:1.1em}h4,.h4{font-size:1em}h5,.h5{font-size:0.875em;text-transform:uppercase}h6,.h6{font-size:0.875em}.mod_newslist .pagination{position:relative}.mod_newslist .pagination p{display:block;text-align:center}.mod_newslist .pagination ul{height:40px;left:0;margin-top:-20px;position:absolute;top:50%;width:100%}.mod_newslist .pagination li{display:none}.mod_newslist .pagination li.previous,.mod_newslist .pagination li.next{display:block}.ce_gallery ul li{margin-bottom:0;margin-top:20px}.ce_gallery ul li.row_first.col_first{margin-top:0}}@media screen and (max-width:380px){.showBelowSmartphoneSmall{display:block}.hideBelowSmartphoneSmall{display:none}}@media screen and (max-width:767px){.grid{min-width:0}.u_1,.u_2,.u_3,.u_4,.u_5,.u_6,.u_7,.u_8,.u_9,.u_10,.u_11,.u_12,.u_13,.u_14,.u_15,.u_16,.u_17,.u_18,.u_19,.u_20,.u_21,.u_22,.u_23,.u_24{width:auto;float:none;margin-left:0px;margin-right:0px;padding-left:0px;padding-right:0px}}@media (max-width:1340px){.hyperlink-back{transform:translateX(0)}}@media (max-width:1120px){.hyperlink-back{display:none}.profile-navigation-wrapper{box-sizing:border-box;padding-right:20px}}@media (max-width:900px){.profile-navigation-wrapper{padding-right:0}.profile-navigation{display:none;height:0;width:100%}.profile-navigation.reloaded{display:block;height:auto;margin-bottom:-20px;margin-top:60px}.profile-navigation .inner{background:#F2F2EF;box-sizing:border-box;display:flex;padding-left:40px;padding-right:40px;width:100%}.profile-navigation .dropdown-wrapper{margin-left:auto}.profile-navigation .items{right:40px}}@media (max-width:650px){.profile-navigation.reloaded{margin-top:20px}.profile-navigation .inner{padding-left:20px;padding-right:20px}.profile-navigation .items{right:20px}}@media (max-width:600px){.mod_expertfinder h1{font-size:1.5em;margin-bottom:30px}.mod_expertfinder.form-submitted .hasteform_expert_finder_search .widget:nth-of-type(2),.mod_expertfinder.form-submitted .hasteform_expert_finder_search .widget:nth-of-type(3),.mod_expertfinder.form-submitted .hasteform_expert_finder_search .widget:nth-of-type(4),.mod_expertfinder.form-submitted .hasteform_expert_finder_search .widget:nth-of-type(5){display:none}.mod_expertfinder.form-submitted .hasteform_expert_finder_search .submit_container{width:100%}.mod_expertfinder.form-submitted .hasteform_expert_finder_search .widget-more-filters{display:none}.mod_expertfinder.form-submitted .hasteform_expert_finder_search.show-more-filters .widget:nth-of-type(2),.mod_expertfinder.form-submitted .hasteform_expert_finder_search.show-more-filters .widget:nth-of-type(3),.mod_expertfinder.form-submitted .hasteform_expert_finder_search.show-more-filters .widget:nth-of-type(4),.mod_expertfinder.form-submitted .hasteform_expert_finder_search.show-more-filters .widget:nth-of-type(5),.mod_expertfinder.form-submitted .hasteform_expert_finder_search.show-more-filters .submit_container{display:block}.mod_expertfinder.form-submitted .hasteform_expert_finder_search.show-more-filters .widget .outer-wrapper .more-filters{display:none}.mod_expertfinder.form-submitted .widget .outer-wrapper{position:relative}.mod_expertfinder.form-submitted .widget .outer-wrapper .more-filters{align-items:center;background:#CC2929;display:flex;height:50px;justify-content:center;padding:0;position:absolute;right:0;top:0;width:50px}.mod_expertfinder.form-submitted .widget .outer-wrapper .more-filters svg{fill:#FFFFFF;width:20px}.tag-list-wrapper{margin-left:-15px;width:calc(100% + 30px)}.tag-list{box-sizing:border-box;overflow-x:scroll;overflow-y:hidden;padding-bottom:5px;white-space:nowrap}.tag-list li{display:inline-block}.experts-list-meta{box-sizing:border-box;margin-left:-15px;padding-left:20px;padding-right:20px;width:calc(100% + 30px)}.experts-wrapper{margin-left:-15px;padding-left:0;padding-right:0;width:calc(100% + 30px)}.expert{padding-left:15px;padding-right:15px}.expert .main .profession,.expert .main .region{padding-left:0;padding-right:0;width:100%}.job-branches-list{display:none}.hasteform_expert_finder_search .widget{padding-left:0;padding-right:0;width:100%}.hasteform_expert_finder_search .widget:nth-of-type(2),.hasteform_expert_finder_search .widget:nth-of-type(4){display:none}.hasteform_expert_finder_search.show-more-filters .widget:nth-of-type(2),.hasteform_expert_finder_search.show-more-filters .widget:nth-of-type(4){display:block}.hasteform_expert_finder_search.show-more-filters .submit_container{float:none;width:100%}.hasteform_expert_finder_search.show-more-filters .widget-more-filters{display:none}.hasteform_expert_finder_search .submit_container{float:left;margin-top:20px;order:100;padding-left:0;padding-right:0;width:50%}.hasteform_expert_finder_search .widget-more-filters{display:block;float:right;margin-bottom:10px;margin-top:20px;padding-left:0;padding-right:0;width:50%}.hasteform_expert_finder_search .widget-more-filters button{align-items:center;background:none;border:none;border-radius:0;box-sizing:border-box;color:inherit;display:flex;font-weight:700;font-size:100%;justify-content:center;min-height:50px;padding:10px 20px;width:100%;-webkit-font-smoothing:antialiased}.hasteform_expert_finder_search .widget-more-filters button:hover,.hasteform_expert_finder_search .widget-more-filters button:focus,.hasteform_expert_finder_search .widget-more-filters button:active{background:#666652;border:none;box-shadow:none;color:#FFFFFF}.hasteform_expert_finder_search .widget-more-filters svg{fill:currentColor;margin-right:8px;width:16px}.expert table,.expert tbody,.expert tr,.expert td{display:block}.expert table tr{padding-bottom:10px}.expert table td:nth-child(1),.expert table td:nth-child(2){padding:0;width:100%}.expert .main-wrapper .center{padding-left:0;padding-right:0;width:100%}.expert .main-wrapper .left,.expert .main-wrapper .right{display:none}.expert .main-wrapper .details-wrapper{padding-left:60px}.experts-wrapper .contact-wrapper h1{margin-bottom:25px;margin-left:0;padding-left:0;padding-right:0;text-align:center;width:100%}.experts-wrapper .contact-wrapper .widget,.experts-wrapper .contact-wrapper .input-field-wrapper{display:block}.experts-wrapper .contact-wrapper label,.experts-wrapper .contact-wrapper .label{padding-right:0;width:100%}.experts-wrapper .contact-wrapper .field,.experts-wrapper .contact-wrapper .input-replacement-wrapper{padding-left:0;width:100%}.experts-wrapper .contact-wrapper .textarea{margin-left:0;width:100%}.experts-wrapper .contact-wrapper .widget-upload label{display:block;margin-left:0;position:relative;width:100%}.experts-wrapper .contact-wrapper .footer-wrapper{display:block;margin-top:10px}.experts-wrapper .contact-wrapper .footer-wrapper p{font-size:0.75em;padding-right:0}.experts-wrapper .contact-wrapper .footer-wrapper .submit_container{padding-left:0;margin-top:20px}.experts-wrapper .contact-wrapper .footer-wrapper .submit{width:100%}.mod_expertfinder .login-wrapper .header{margin-bottom:40px}.mod_expertfinder .login-wrapper .header p{font-size:1em}.mod_expertfinder .login-wrapper .footer{display:block;margin-top:20px;padding-bottom:40px}.mod_expertfinder .login-wrapper .footer button{display:block;margin-left:0;margin-top:20px;width:100%}.mod_expertfinder .login-wrapper .lost-password-wrapper{font-size:0.75em}.mod_expertfinder .login-wrapper .registration-wrapper{margin-bottom:35px}.experts-list-pagination{margin-top:50px}.experts-list-pagination li.prev{margin-right:20px}.experts-list-pagination li.next{margin-left:20px}.mod_registration_expertfinder{padding-bottom:20px}.mod_registration_expertfinder .group-fieldset{margin-top:40px}.mod_registration_expertfinder .submit_container{margin-top:10px}.text-success-message,.text-error-message{margin-bottom:35px}.text-success-message .headline,.text-error-message .headline{margin-bottom:20px}.text-success-message .headline svg,.text-error-message .headline svg{width:40px}.text-success-message p,.text-error-message p{font-size:1em}}@media (max-width:380px){.hasteform_expert_finder_search .submit_container{margin-top:10px}.hasteform_expert_finder_search .widget-more-filters{margin-top:10px}}body.ie8,.ie8 .grid,.ie8 #header .inside,.ie8 #footer .inside,.ie8 #header-subnavigation{margin-left:auto;margin-right:auto;width:1080px}.ie8 .mod_article .article-contents .grid{width:100%}.ie8 #header .inside{margin-left:0;left:0}.ie8 .header-subnavigation{width:100%}.ie8 #logo{margin-left:28px}.ie8 #logo a{background:url("/files/theme/innopark/img/innopark-logo.png") no-repeat center center;display:block;height:98px;width:120px}.ie8 #logo img{display:none}.ie8 .column-image-links a[href*="xing"]{background:url("/files/media/logos/xing-logo.png") no-repeat center center;display:block;height:20px;width:18px}.ie8 .column-image-links a[href*="linkedin"]{background:url("/files/media/logos/linkedin-logo.png") no-repeat center center;display:block;height:16px;width:16px}.ie8 #main img[src*=".svg"]{display:none}.ie8 form .input-field-wrapper::after{display:none}.ie8 .selectric .button:before,.ie8 .selectric .cookiebar__button:before{left:15px;top:15px;transform:none}.ie8 .btn-icon:before{margin-top:-9px}.ie9 .mod_article .article-contents{transform:translate(0, -50%)}.ie9 .selectric .button:before,.ie9 .selectric .cookiebar__button:before{transform:translate(-50%, -50%)}.ie9 form .input-field-wrapper::after{display:none}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;

	/* dimensions: spanning the background from edge to edge */
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */

	/* position: centering content */
	text-align: center;

	/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
	white-space: nowrap;

	/* styling */
	cursor: pointer;
	background: #333;
	/* IE8 "hack" for nested featherlights */
	background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
	/* position: trick to center content vertically */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
	position: relative;

	/* position: centering vertical and horizontal */
	text-align: left;
	vertical-align: middle;
	display: inline-block;

	/* dimensions: cut off images */
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;

	/* dimensions: handling large content */
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;

	/* styling */
	background: #fff;
	cursor: auto;

	/* reset white-space wrapping */
	white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
	/* make sure its visible */
	display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;

	/* dimensions: 25px x 25px */
	line-height: 25px;
	width: 25px;

	/* styling */
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}


.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* hide non featherlight items when printing */
@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

.featherlight-next,
.featherlight-previous {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	/* preventing text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* IE9 hack, otherwise navigation doesn't appear */
	background: rgba(0,0,0,0);
}

.featherlight-previous {
	left: 25px;
	right: 80%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	background: rgba(255,255,255,0.25);
}


.featherlight-next span,
.featherlight-previous span {
	display: none;
	position: absolute;

	top: 50%;
	left: 5%;
	width: 82%;

	/* center horizontally */
	text-align: center;

	font-size: 80px;
	line-height: 80px;

	/* center vertically */
	margin-top: -40px;

	text-shadow: 0px 0px 5px #fff;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}
.featherlight-next span {
	right: 5%;
	left: auto;
}


.featherlight-next:hover span,
.featherlight-previous:hover span {
	display: inline-block;
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
	display: none;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
	display:none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
	display:none;
}


/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,
	.featherlight-previous span {
		display: block;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}

	.featherlight-previous {
		left: 10px;
		right: 85%;
	}

	.featherlight-next span,
	.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;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:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{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}
@charset "UTF-8";
.slick-loading .slick-list{background:#fff url("../../files/template/libs/slick/./ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";src:url("../../files/template/libs/slick/./fonts/slick.eot");src:url("../../files/template/libs/slick/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../files/template/libs/slick/./fonts/slick.woff") format("woff"), url("../../files/template/libs/slick/./fonts/slick.ttf") format("truetype"), url("../../files/template/libs/slick/./fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:black;opacity:0.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:black;opacity:0.75}
html,body{font-size:20px}h1,.h1{font-size:60px;line-height:1;font-weight:700;margin-top:0;margin-bottom:40px}h2,.h2{font-size:45px;font-weight:400;line-height:1.22;margin-top:0;margin-bottom:10px}h3,.h3{font-size:35px;font-weight:400;line-height:1.22;margin-top:0;margin-bottom:15px}h4,.h4{font-size:26px;font-weight:700;line-height:1.22;margin-top:0;margin-bottom:10px}h5,.h5{font-size:26px;font-weight:400;line-height:1.22;margin-top:0;margin-bottom:10px}@media screen and (max-width:660px){h5,.h5{font-size:1.2em}}h6,.h6{font-size:20px;font-weight:700;line-height:1.22;margin-top:0;margin-bottom:5px}.text-component>*:first-child{margin-top:0}.text-component>*:last-child{margin-bottom:0}.text-xl p{color:#7C745E;font-size:35px;line-height:1.43}.text-l p{font-size:25px;line-height:1.44}.text-quote p{color:inherit;font-style:italic;font-weight:500}@media (max-width:1024px){h1,.h1{font-size:45px}h2,.h2{font-sze:35px}h3,.h3{font-size:24px}.text-xl p{font-size:26px}.text-l p{font-size:22px}}
@charset "UTF-8";
.mod_article:not(.light-grey):not(.gradient-blue):not(.gradient-brown).color-scheme-1 {background-color:transparent}.mod_article:not(.light-grey):not(.gradient-blue):not(.gradient-brown).color-scheme-2 {background-color:#EFEEEA}.mod_article:not(.light-grey):not(.gradient-blue):not(.gradient-brown).color-scheme-3 {background-color:#D0CCC1}.mod_article:not(.light-grey):not(.gradient-blue):not(.gradient-brown).color-scheme-4 {background-color:#7C745E}.mod_article:not(.light-grey):not(.gradient-blue):not(.gradient-brown).color-scheme-5 {background-color:#FCE5E4}.mod_article:not(.light-grey):not(.gradient-blue):not(.gradient-brown).color-scheme-6 {background-color:#F6B2AF}.mod_article:not(.light-grey):not(.gradient-blue):not(.gradient-brown).color-scheme-7 {background-color:#E6342A}.mod_article:not(.light-grey):not(.gradient-blue):not(.gradient-brown).color-scheme-8 {background-color:#FFFFFF}html{scroll-behavior:smooth}#wiedereingliederung-kontakt{scroll-margin-top:47px}.padding-grid{display:flex;justify-content:center;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.padding-grid__item{padding:10px;box-sizing:border-box}.padding-grid__item--1-12{width:8.3333333333%}.padding-grid__item--2-12{width:16.6666666667%}.padding-grid__item--3-12{width:25%}.padding-grid__item--4-12{width:33.3333333333%}.padding-grid__item--5-12{width:41.6666666667%}.padding-grid__item--6-12{width:50%}.padding-grid__item--7-12{width:58.3333333333%}.padding-grid__item--8-12{width:66.6666666667%}.padding-grid__item--9-12{width:75%}.padding-grid__item--10-12{width:83.3333333333%}.padding-grid__item--11-12{width:91.6666666667%}.padding-grid__item--12-12{width:100%}@media (max-width:1084px){.padding-grid__item--tablet-1-12{width:8.3333333333%}.padding-grid__item--tablet-2-12{width:16.6666666667%}.padding-grid__item--tablet-3-12{width:25%}.padding-grid__item--tablet-4-12{width:33.3333333333%}.padding-grid__item--tablet-5-12{width:41.6666666667%}.padding-grid__item--tablet-6-12{width:50%}.padding-grid__item--tablet-7-12{width:58.3333333333%}.padding-grid__item--tablet-8-12{width:66.6666666667%}.padding-grid__item--tablet-9-12{width:75%}.padding-grid__item--tablet-10-12{width:83.3333333333%}.padding-grid__item--tablet-11-12{width:91.6666666667%}.padding-grid__item--tablet-12-12{width:100%}}@media (max-width:768px){.padding-grid__item--mobile-1-12{width:8.3333333333%}.padding-grid__item--mobile-2-12{width:16.6666666667%}.padding-grid__item--mobile-3-12{width:25%}.padding-grid__item--mobile-4-12{width:33.3333333333%}.padding-grid__item--mobile-5-12{width:41.6666666667%}.padding-grid__item--mobile-6-12{width:50%}.padding-grid__item--mobile-7-12{width:58.3333333333%}.padding-grid__item--mobile-8-12{width:66.6666666667%}.padding-grid__item--mobile-9-12{width:75%}.padding-grid__item--mobile-10-12{width:83.3333333333%}.padding-grid__item--mobile-11-12{width:91.6666666667%}.padding-grid__item--mobile-12-12{width:100%}}#main .mod_article[class*="color-scheme-"]:not(.animated-background-fixed){position:relative;padding-bottom:80px}@media (max-width:660px){#main .mod_article[class*="color-scheme-"]:not(.animated-background-fixed){padding-top:30px;padding-bottom:30px}}@media (max-width:660px){#main .mod_article[class*="color-scheme-"]:not(.animated-background-fixed) h1{margin-bottom:20px}}@media (max-width:660px){#main .mod_article[class*="color-scheme-"]:not(.animated-background-fixed) h2{margin-bottom:30px}}@media (max-width:1300px){#header .inside{padding:0 20px}}.headline,.ce_text,.ce_headline,.text-xl p,.text-component,p a,.checkbox-item{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.color-scheme-1 .headline,.color-scheme-1 .ce_text,.color-scheme-1 .ce_headline,.color-scheme-1 .text-xl p,.color-scheme-1 .text-component,.color-scheme-1 p a,.color-scheme-1 .checkbox-item{color:"inherit"}.color-scheme-2 .headline,.color-scheme-2 .ce_text,.color-scheme-2 .ce_headline,.color-scheme-2 .text-xl p,.color-scheme-2 .text-component,.color-scheme-2 p a,.color-scheme-2 .checkbox-item{color:#7C745E}.color-scheme-3 .headline,.color-scheme-3 .ce_text,.color-scheme-3 .ce_headline,.color-scheme-3 .text-xl p,.color-scheme-3 .text-component,.color-scheme-3 p a,.color-scheme-3 .checkbox-item{color:#7C745E}.color-scheme-4 .headline,.color-scheme-4 .ce_text,.color-scheme-4 .ce_headline,.color-scheme-4 .text-xl p,.color-scheme-4 .text-component,.color-scheme-4 p a,.color-scheme-4 .checkbox-item{color:#FFFFFF}.color-scheme-5 .headline,.color-scheme-5 .ce_text,.color-scheme-5 .ce_headline,.color-scheme-5 .text-xl p,.color-scheme-5 .text-component,.color-scheme-5 p a,.color-scheme-5 .checkbox-item{color:#7C745E}.color-scheme-6 .headline,.color-scheme-6 .ce_text,.color-scheme-6 .ce_headline,.color-scheme-6 .text-xl p,.color-scheme-6 .text-component,.color-scheme-6 p a,.color-scheme-6 .checkbox-item{color:#7C745E}.color-scheme-7 .headline,.color-scheme-7 .ce_text,.color-scheme-7 .ce_headline,.color-scheme-7 .text-xl p,.color-scheme-7 .text-component,.color-scheme-7 p a,.color-scheme-7 .checkbox-item{color:#FFFFFF}.color-scheme-8 .headline,.color-scheme-8 .ce_text,.color-scheme-8 .ce_headline,.color-scheme-8 .text-xl p,.color-scheme-8 .text-component,.color-scheme-8 p a,.color-scheme-8 .checkbox-item{color:"inherit"}.headline,.ce_text,.ce_headline,.text-xl p,.text-component,p a,.checkbox-item,.text,.text-title,.large-box,.small-box,.header-teaser{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.grid.grid--medium{max-width:1200px}.grid.grid--large{max-width:1350px}.grid.grid--full{min-width:100%}#main-navigation a,#main-navigation strong{padding:10px 15px}@media (max-width:1230px){#main-navigation{font-size:17px}#main-navigation a{padding:10px}#header-subnavigation{font-size:16px}}.hero-section .ce_player{max-width:100%;overflow:hidden}.hero-section .ce_player .video_container{width:100%;height:100%}.hero-section .ce_player video{object-fit:cover}.hero-section .ce_player .headline{color:#ffffff;line-height:1.3;padding-left:50px;padding-right:50px;text-align:center;text-shadow:0 2px 10px rgba(17, 17, 17, 0.5);position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (max-width:1150px){.hero-section .ce_player .headline{display:none}}.hero-section .ce_player:after{transition:all 0.2s ease-in-out;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));content:"";height:350px;left:0;max-height:100%;position:absolute;top:0;width:100%}@media (max-width:660px){.hero-section .ce_player:after{display:none}}.video-header .ce_player{margin-top:160px}@media screen and (max-width:990px){.video-header .ce_player{margin-top:228px}}@media screen and (max-width:900px){.video-header .ce_player{margin-top:115px}}@media screen and (max-width:660px){.video-header .ce_player{margin-top:0px}}.ccm-root{}.ccm-root .ccm-modal-inner{max-width:450px !important;top:50% !important;left:50%;bottom:auto !important;transform:translate(-50%, -50%);width:90%;height:auto;max-width:640px;max-height:90%}.ccm-root .ccm-modal--body{border-bottom:none !important}.ccm-root .ccm-widget--language-switch{display:none !important}.ccm-root .ccm-widget--text .ccm-widget--title{margin-top:15px}.ccm-root .ccm-widget--introduction{margin-top:25px}.ccm-root .ccm-widget--introduction p{line-height:1.8}.ccm-root .ccm-widget--buttons{flex-direction:column;align-items:center}.ccm-root .ccm-widget--buttons button,.ccm-root .ccm-widget--buttons .button{font-size:15px;height:auto;padding:12px}@media screen and (max-width:360px){.ccm-root .ccm-widget--buttons button,.ccm-root .ccm-widget--buttons .button{padding:10px}}.ccm-root .ccm-widget--buttons .ccm--button-primary{font-size:18px;padding:17px;height:auto}@media screen and (max-width:360px){.ccm-root .ccm-widget--buttons .ccm--button-primary{padding:13px}}.ccm-root .button,.ccm-root button{text-transform:none !important;border:none !important}.ccm-root .ccm-modal--footer{padding-bottom:20px;justify-content:center;background-color:#FFFFFF;text-align:center}.ccm-root .ccm-modal--footer .button,.ccm-root .ccm-modal--footer button{margin:5px !important}.ccm-root .ccm-modal--footer>*{margin:0 5px !important}.ccm-root .ccm-modal--footer .ccm-link-container a:link,.ccm-root .ccm-modal--footer .ccm-link-container a:visited{color:#7C745E}.ccm-root .ccm-modal--footer .ccm-link-container{font-size:12px}.ccm-root .ccm-modal--footer .ccm-link-container a{margin:5px 10px !important}.ccm-root .ccm-powered-by{display:none !important}.ccm-root input[type="checkbox"][class*="ccm-checkbox-type--"]+label::before{display:none !important}.ccm-root .ccm-widget--purposes input[type="checkbox"].ccm-checkbox-type--checkbox+label::after{width:20px;height:20px;font-size:15px}.ccm-root input[type="checkbox"].ccm-checkbox-type--checkbox+label::after{font-size:20px}.ccm-root .ccm-control-panel .ccm--action-buttons{margin-bottom:20px}.ccm-root .ccm-details .ccm-modal-inner{max-width:950px !important}.ccm-root .ccm-details .ccm-details--content{padding-left:15px}@media screen and (max-width:660px){.ccm-root .ccm-details .ccm-details--content{padding-left:0px}}.ccm-root .ccm-details .ccm-details--content .ccm-inner-overflow{padding-right:15px}@media screen and (max-width:660px){.ccm-root .ccm-details .ccm-details--content .ccm-inner-overflow{padding-right:0px}}.ccm-root .ccm-details .ccm-details--embedding-assets-table thead tr th{color:#FFFFFF}.ccm-root .ccm-details .ccm-details--list input[type="checkbox"]{z-index:1}.ccm-root .ccm-details .ccm-details--list--purposes a{text-decoration:none}.ccm-root .ccm-settings-summoner--link{box-shadow:none !important}.ccm-plugin--script-placeholder{padding:2rem;text-align:center;line-height:1.8;background:repeating-linear-gradient(-55deg, rgba(223, 223, 223, 0.5), rgba(223, 223, 223, 0.5) 10px, transparent 10px, transparent 20px)}.ccm-plugin--script-placeholder button{margin:5px}@media screen and (max-width:1220px){.mod_article.grid--medium{max-width:100%;padding-left:30px;padding-right:30px}}@media screen and (max-width:1220px){.mod_article.grid--medium .slider-wrapper{padding-left:10px;padding-right:10px}}@media screen and (max-width:375px){.mod_article.grid--medium .slider-wrapper{padding-left:0px;padding-right:0px}}@media screen and (max-width:1220px){.mod_article.grid--medium .ce_rsce_blog_slider,.mod_article.grid--medium .mod_newslist{width:auto;padding-left:15px;padding-right:15px}}@media screen and (max-width:375px){.mod_article.grid--medium .ce_rsce_blog_slider,.mod_article.grid--medium .mod_newslist{padding-left:0px;padding-right:0px}}@media screen and (max-width:1220px){.mod_article.grid--medium .logo-slider{max-width:97%;margin:auto}}@media screen and (max-width:375px){.mod_article.grid--medium .logo-slider{max-width:100%}}@media screen and (max-width:375px){.mod_article.grid--medium .mod_person_listing_element .team-text{margin-left:-160px}}@media screen and (max-width:1370px){.mod_article.grid--large{max-width:100%;padding-left:30px;padding-right:30px}}@media screen and (max-width:1220px){.mod_article.grid--large .slider-wrapper{padding-left:10px;padding-right:10px}}@media screen and (max-width:375px){.mod_article.grid--large .slider-wrapper{padding-left:0px;padding-right:0px}}@media screen and (max-width:1220px){.mod_article.grid--large .ce_rsce_blog_slider,.mod_article.grid--large .mod_newslist{width:auto;padding-left:15px;padding-right:15px}}@media screen and (max-width:375px){.mod_article.grid--large .ce_rsce_blog_slider,.mod_article.grid--large .mod_newslist{padding-left:0px;padding-right:0px}}@media screen and (max-width:1220px){.mod_article.grid--large .logo-slider{max-width:97%;margin:auto}}@media screen and (max-width:375px){.mod_article.grid--large .logo-slider{max-width:100%}}@media screen and (max-width:375px){.mod_article.grid--large .mod_person_listing_element .team-text{margin-left:-160px}}.color-scheme-1 input[type="text"],.color-scheme-1 input[type="email"],.color-scheme-1 input[type="number"],.color-scheme-1 input[type="tel"],.color-scheme-1 input[type="url"],.color-scheme-1 textarea{color:"inherit"}.color-scheme-2 input[type="text"],.color-scheme-2 input[type="email"],.color-scheme-2 input[type="number"],.color-scheme-2 input[type="tel"],.color-scheme-2 input[type="url"],.color-scheme-2 textarea{color:#7C745E}.color-scheme-3 input[type="text"],.color-scheme-3 input[type="email"],.color-scheme-3 input[type="number"],.color-scheme-3 input[type="tel"],.color-scheme-3 input[type="url"],.color-scheme-3 textarea{color:#7C745E}.color-scheme-4 input[type="text"],.color-scheme-4 input[type="email"],.color-scheme-4 input[type="number"],.color-scheme-4 input[type="tel"],.color-scheme-4 input[type="url"],.color-scheme-4 textarea{color:#FFFFFF}.color-scheme-5 input[type="text"],.color-scheme-5 input[type="email"],.color-scheme-5 input[type="number"],.color-scheme-5 input[type="tel"],.color-scheme-5 input[type="url"],.color-scheme-5 textarea{color:#7C745E}.color-scheme-6 input[type="text"],.color-scheme-6 input[type="email"],.color-scheme-6 input[type="number"],.color-scheme-6 input[type="tel"],.color-scheme-6 input[type="url"],.color-scheme-6 textarea{color:#7C745E}.color-scheme-7 input[type="text"],.color-scheme-7 input[type="email"],.color-scheme-7 input[type="number"],.color-scheme-7 input[type="tel"],.color-scheme-7 input[type="url"],.color-scheme-7 textarea{color:#FFFFFF}.color-scheme-8 input[type="text"],.color-scheme-8 input[type="email"],.color-scheme-8 input[type="number"],.color-scheme-8 input[type="tel"],.color-scheme-8 input[type="url"],.color-scheme-8 textarea{color:"inherit"}.color-scheme-1 input[type="text"],.color-scheme-1 input[type="email"],.color-scheme-1 input[type="number"],.color-scheme-1 input[type="tel"],.color-scheme-1 input[type="url"],.color-scheme-1 textarea{border-color:"inherit"}.color-scheme-2 input[type="text"],.color-scheme-2 input[type="email"],.color-scheme-2 input[type="number"],.color-scheme-2 input[type="tel"],.color-scheme-2 input[type="url"],.color-scheme-2 textarea{border-color:#7C745E}.color-scheme-3 input[type="text"],.color-scheme-3 input[type="email"],.color-scheme-3 input[type="number"],.color-scheme-3 input[type="tel"],.color-scheme-3 input[type="url"],.color-scheme-3 textarea{border-color:#7C745E}.color-scheme-4 input[type="text"],.color-scheme-4 input[type="email"],.color-scheme-4 input[type="number"],.color-scheme-4 input[type="tel"],.color-scheme-4 input[type="url"],.color-scheme-4 textarea{border-color:#FFFFFF}.color-scheme-5 input[type="text"],.color-scheme-5 input[type="email"],.color-scheme-5 input[type="number"],.color-scheme-5 input[type="tel"],.color-scheme-5 input[type="url"],.color-scheme-5 textarea{border-color:#7C745E}.color-scheme-6 input[type="text"],.color-scheme-6 input[type="email"],.color-scheme-6 input[type="number"],.color-scheme-6 input[type="tel"],.color-scheme-6 input[type="url"],.color-scheme-6 textarea{border-color:#7C745E}.color-scheme-7 input[type="text"],.color-scheme-7 input[type="email"],.color-scheme-7 input[type="number"],.color-scheme-7 input[type="tel"],.color-scheme-7 input[type="url"],.color-scheme-7 textarea{border-color:#FFFFFF}.color-scheme-8 input[type="text"],.color-scheme-8 input[type="email"],.color-scheme-8 input[type="number"],.color-scheme-8 input[type="tel"],.color-scheme-8 input[type="url"],.color-scheme-8 textarea{border-color:"inherit"}.mod_article.header-teaser{position:relative}.margin-bottom--l{margin-bottom:6rem !important}.margin-bottom--s{margin-bottom:1.5rem !important}.margin-bottom--m{margin-bottom:3rem !important}.padding-bottom--none{padding-bottom:0 !important}.article--relative{position:relative}.video-header .ce_vimeo{margin-top:160px}@media screen and (max-width:990px){.video-header .ce_vimeo{margin-top:228px}}@media screen and (max-width:900px){.video-header .ce_vimeo{margin-top:115px}}@media screen and (max-width:660px){.video-header .ce_vimeo{margin-top:0px}}.ce_accordion.accordion-custom .toggler{position:relative;padding:10px 15px;padding-right:50px;background-color:#CC2929;color:#FFFFFF;font-size:32px}@media screen and (max-width:1020px){.ce_accordion.accordion-custom .toggler{font-size:24px}}.ce_accordion.accordion-custom .toggler:after{right:15px;width:20px;height:2px}.ce_accordion.accordion-custom .toggler:before{right:24px;width:2px;height:20px}.ce_accordion.accordion-custom .toggler:after,.ce_accordion.accordion-custom .toggler:before{content:"";display:block;position:absolute;top:50%;background:#FFFFFF;transform:translateY(-50%);transition:transform 0.3s}.ce_accordion.accordion-custom .toggler.ui-state-active:before{transform:translateY(-50%) rotate(90deg)}.ce_accordion.accordion-custom .accordion{padding:20px;border:1px solid #CC2929;margin-top:-1px;background-color:transparent}.ce_gallery>ul:after{content:"";display:block;clear:both}.button.button-autowidth,.button-autowidth.cookiebar__button,button.button-autowidth[type="submit"]{display:inline-block;width:auto}.button.button-center,.button-center.cookiebar__button,button.button-center[type="submit"]{margin:0 auto;display:table}.mod_article.hero-article{padding:0px !important}.mod_article.hero-article .ce_image{height:610px;position:relative;width:100%}@media (max-width:660px){.mod_article.hero-article .ce_image{height:auto}}.text-align-center{text-align:center !important}@media (max-width:599px){.text-align-center-mobile{text-align:center !important}}@media (max-width:599px){.text-indent-mobile{padding:0 21px}}.grid-none{padding-left:0;padding-right:0;width:100%;padding-top:0px}.grid-none .grid{max-width:none}div[class*="ratio-"]{position:relative;overflow:hidden}div[class*="ratio-"]>*{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px)}.ratio-169{padding-bottom:56.25%}.ratio-1610{padding-bottom:52.75%}.text-small{font-size:15px}.text-title-style{font-size:32px;font-weight:bold}.overlay-link{position:absolute;z-index:2;top:0px;right:0px;bottom:0px;left:0px}.base-width--inner{max-width:850px;margin:0 auto}.no-padding-top{padding-top:0px !important;overflow:visible !important}.ce_rsce_background-wrapper-begin:after{content:"";display:block;position:absolute;top:0px;left:-100%;right:-100%;bottom:0px;z-index:-1}.ce_rsce_background-wrapper-begin{position:relative;padding-top:4rem;padding-bottom:4rem}.ce_rsce_background-wrapper-begin.color-scheme-1:after{background-color:transparent}.ce_rsce_background-wrapper-begin.color-scheme-2:after{background-color:#EFEEEA}.ce_rsce_background-wrapper-begin.color-scheme-3:after{background-color:#D0CCC1}.ce_rsce_background-wrapper-begin.color-scheme-4:after{background-color:#7C745E}.ce_rsce_background-wrapper-begin.color-scheme-5:after{background-color:#FCE5E4}.ce_rsce_background-wrapper-begin.color-scheme-6:after{background-color:#F6B2AF}.ce_rsce_background-wrapper-begin.color-scheme-7:after{background-color:#E6342A}.ce_rsce_background-wrapper-begin.color-scheme-8:after{background-color:#FFFFFF}#logo{margin-right:1rem}#logo-additional{float:left;height:auto;opacity:1;max-height:120px;overflow:hidden;margin-left:1rem}#logo-additional:nth-child(2){margin-left:0}.scrolled-down #logo-additional{max-height:0px;opacity:0}.coaching-wrapper,.rating-form{margin:0 auto}img{max-width:100%}.ce_rsce_teaser_full{display:grid;display:flex;justify-content:center;flex-wrap:wrap}.ce_rsce_teaser_full .button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;margin:20px 0;font-size:20px}@media (max-width:660px){.ce_rsce_teaser_full .button.button-bordered{font-size:18px;padding:18px 20px}}.ce_rsce_teaser_full .button:hover,.ce_rsce_teaser_full.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A}.ce_rsce_teaser_full a.button.button-bordered{margin:0 !important}.ce_rsce_teaser_full.course-slider{display:block;margin:0 -10px}.ce_rsce_teaser_full.course-slider:not(.slick-initialized){display:flex}.ce_rsce_teaser_full.course-slider .slick-track{display:flex !important}.ce_rsce_teaser_full.course-slider .slick-slide{height:inherit !important;margin-right:0}.ce_rsce_teaser_full.course-slider .infobox{margin:0 10px}.ce_rsce_teaser_full.course-slider .slick-list.draggable{overflow:visible !important}.ce_rsce_teaser_full.course-slider .slick-list.draggable:before,.ce_rsce_teaser_full.course-slider .slick-list.draggable:after{content:"";position:absolute;z-index:2;top:0px;height:100%;width:calc((100vw - 100%) / 2);opacity:0.85}.color-scheme-1 .ce_rsce_teaser_full.course-slider .slick-list.draggable:before,.color-scheme-1 .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{background-color:transparent}.color-scheme-2 .ce_rsce_teaser_full.course-slider .slick-list.draggable:before,.color-scheme-2 .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{background-color:#EFEEEA}.color-scheme-3 .ce_rsce_teaser_full.course-slider .slick-list.draggable:before,.color-scheme-3 .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{background-color:#D0CCC1}.color-scheme-4 .ce_rsce_teaser_full.course-slider .slick-list.draggable:before,.color-scheme-4 .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{background-color:#7C745E}.color-scheme-5 .ce_rsce_teaser_full.course-slider .slick-list.draggable:before,.color-scheme-5 .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{background-color:#FCE5E4}.color-scheme-6 .ce_rsce_teaser_full.course-slider .slick-list.draggable:before,.color-scheme-6 .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{background-color:#F6B2AF}.color-scheme-7 .ce_rsce_teaser_full.course-slider .slick-list.draggable:before,.color-scheme-7 .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{background-color:#E6342A}.color-scheme-8 .ce_rsce_teaser_full.course-slider .slick-list.draggable:before,.color-scheme-8 .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{background-color:#FFFFFF}.ce_rsce_teaser_full.course-slider .slick-list.draggable:before{right:100%}.ce_rsce_teaser_full.course-slider .slick-list.draggable:after{left:100%}@media screen and (max-width:1210px){.ce_rsce_teaser_full{grid-template-columns:repeat(auto-fit, minmax(330px, 1fr))}}.ce_rsce_teaser_full .infobox{margin-bottom:25px;position:relative;transition:all 0.3s ease-in-out;display:flex;flex-direction:column;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.1)}.ce_rsce_teaser_full .infobox.stretch{min-height:100%}.ce_rsce_teaser_full .infobox .content{flex:1 0 auto;background-color:#FFFFFF;padding:20px;color:#7C745E;display:flex;flex-direction:column;align-items:flex-start}.ce_rsce_teaser_full .infobox .image{flex:0 0 auto;position:relative}.ce_rsce_teaser_full .infobox .image figure{display:block;width:100%;height:100%}.ce_rsce_teaser_full .infobox .image figure picture{display:block;width:100%;height:100%}.ce_rsce_teaser_full .infobox .image figure img{display:block;width:100%;height:100%;object-fit:cover}.ce_rsce_teaser_full .infobox .image .title-top{position:absolute;top:0px;left:0px;width:calc(100% - 20px);background-color:#E6342A;color:#FFFFFF;padding:10px;text-transform:uppercase;font-weight:bold;font-size:18px}.color-scheme-3 .ce_rsce_teaser_full .infobox .image .title-top{background-color:#EFEEEA}.ce_rsce_teaser_full .infobox .image .title-bottom{font-size:20px;position:absolute;bottom:0px;left:0px;background-color:#7C745E;color:#FFFFFF;font-weight:bold;padding:7px 30px 7px 15px}.ce_rsce_teaser_full .infobox .title{font-size:32px;font-weight:bold;margin-top:15px;margin-bottom:46.5px}.ce_rsce_teaser_full .infobox .subtitle{font-size:20px;font-weight:bold}.ce_rsce_teaser_full .infobox .subtitle p{margin-bottom:0px}.ce_rsce_teaser_full .infobox .teaser{font-size:20px;margin-bottom:25px}.ce_rsce_teaser_full .infobox .teaser p{margin-top:5px}.ce_rsce_teaser_full .infobox .button-1,.ce_rsce_teaser_full .infobox .button-2{width:100%;text-align:center;margin-bottom:0px;margin-top:auto}.ce_rsce_teaser_full .infobox .button-1 a,.ce_rsce_teaser_full .infobox .button-2 a{min-width:245px}.ce_rsce_teaser_full .infobox .button-1+.button-2{margin-top:10px}.auto-header .ce_rsce_teaser_full.course-slider .infobox.slick-slide{margin:0 10px !important}.auto-header .mod_mod_course_slider{padding:20px}.auto-header .ce_rsce_teaser_full.course-slider{display:block;margin:0 -10px}.auto-header .ce_rsce_teaser_full.course-slider .slick-list.draggable{overflow:visible !important}.auto-header .ce_rsce_teaser_full.course-slider .slick-list.draggable:before{right:100%}@media screen and (max-width:768px){.auto-header .ce_rsce_teaser_full.course-slider .slick-list.draggable:before{display:none}}.auto-header .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{left:100%}@media screen and (max-width:768px){.auto-header .ce_rsce_teaser_full.course-slider .slick-list.draggable:after{display:none}}.ce_rsce_teaser_icon{display:flex;flex-wrap:wrap;justify-content:center}.ce_rsce_teaser_icon .iconbox{flex:0 0 auto;margin-bottom:15px;text-align:center;position:relative;padding-top:80px;transition:all 0.3s ease-in-out;display:flex;box-sizing:border-box}.ce_rsce_teaser_icon .iconbox.stretch{min-height:100%}.ce_rsce_teaser_icon .iconbox .content{flex:1 1 auto;background-color:#FFFFFF;padding:24px;padding-top:65px;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.1);position:relative}@media screen and (max-width:1024px){.ce_rsce_teaser_icon .iconbox .content{height:calc(100% - 100px)}}@media screen and (max-width:768px){.ce_rsce_teaser_icon .iconbox .content{height:auto;padding:55px 15px 5px}}.ce_rsce_teaser_icon .iconbox .icon{position:absolute;top:0px;left:50%;transform:translate(-50%, -50%);width:80px;height:80px;background-color:#E6342A;border-radius:50%;display:flex;justify-content:center;align-items:center}.ce_rsce_teaser_icon .iconbox .icon img{display:flex}.ce_rsce_teaser_icon .iconbox .title{font-size:32px;font-weight:bold;color:#E6342A;transition:all 0.3s ease-in-out;margin-top:0;margin-bottom:25px}.ce_rsce_teaser_icon .iconbox .subtitle{font-size:20px;color:#7C745E;transition:all 0.3s ease-in-out;opacity:1}.ce_rsce_teaser_icon .iconbox .teaser{font-size:20px;position:absolute;left:0px;bottom:0;width:calc(100% - 48px);transition:all 0.3s ease-in-out;padding:0px 24px;opacity:0;min-height:180px;display:flex;align-items:center;justify-content:center;line-height:1.2}@media screen and (max-width:1024px){.ce_rsce_teaser_icon .iconbox .teaser{min-height:0px}}.ce_rsce_teaser_icon .iconbox .teaser p{margin-top:1em}@media screen and (min-width:1025px){.ce_rsce_teaser_icon .iconbox.with-text:hover{padding-top:55px}.ce_rsce_teaser_icon .iconbox.with-text:hover .icon{border:4px white solid}.color-scheme-1 .ce_rsce_teaser_icon .iconbox.with-text:hover .icon{border-color:transparent}.color-scheme-2 .ce_rsce_teaser_icon .iconbox.with-text:hover .icon{border-color:#EFEEEA}.color-scheme-3 .ce_rsce_teaser_icon .iconbox.with-text:hover .icon{border-color:#D0CCC1}.color-scheme-4 .ce_rsce_teaser_icon .iconbox.with-text:hover .icon{border-color:#7C745E}.color-scheme-5 .ce_rsce_teaser_icon .iconbox.with-text:hover .icon{border-color:#FCE5E4}.color-scheme-6 .ce_rsce_teaser_icon .iconbox.with-text:hover .icon{border-color:#F6B2AF}.color-scheme-7 .ce_rsce_teaser_icon .iconbox.with-text:hover .icon{border-color:#E6342A}.color-scheme-8 .ce_rsce_teaser_icon .iconbox.with-text:hover .icon{border-color:#FFFFFF}.ce_rsce_teaser_icon .iconbox.with-text:hover .content{background-color:#E6342A}.ce_rsce_teaser_icon .iconbox.with-text:hover .title{color:#FFFFFF;margin-bottom:50px}.ce_rsce_teaser_icon .iconbox.with-text:hover .subtitle{color:#FFFFFF;opacity:0}.ce_rsce_teaser_icon .iconbox.with-text:hover .teaser{color:#FFFFFF;opacity:1}}@media screen and (max-width:1024px){.ce_rsce_teaser_icon .iconbox{padding-top:55px}.ce_rsce_teaser_icon .iconbox .icon{border:4px white solid}.color-scheme-1 .ce_rsce_teaser_icon .iconbox .icon{border-color:transparent}.color-scheme-2 .ce_rsce_teaser_icon .iconbox .icon{border-color:#EFEEEA}.color-scheme-3 .ce_rsce_teaser_icon .iconbox .icon{border-color:#D0CCC1}.color-scheme-4 .ce_rsce_teaser_icon .iconbox .icon{border-color:#7C745E}.color-scheme-5 .ce_rsce_teaser_icon .iconbox .icon{border-color:#FCE5E4}.color-scheme-6 .ce_rsce_teaser_icon .iconbox .icon{border-color:#F6B2AF}.color-scheme-7 .ce_rsce_teaser_icon .iconbox .icon{border-color:#E6342A}.color-scheme-8 .ce_rsce_teaser_icon .iconbox .icon{border-color:#FFFFFF}.ce_rsce_teaser_icon .iconbox .subtitle{opacity:1}.ce_rsce_teaser_icon .iconbox .teaser{display:none !important;height:0px}}.ce_rsce_teaser{display:flex;flex-wrap:wrap;justify-content:center}.ce_rsce_teaser .teaserbox{flex:0 0 auto;margin-bottom:22.5px;text-align:center;position:relative;transition:all 0.3s ease-in-out;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0);transition:all 0.3s ease-in-out}.ce_rsce_teaser .teaserbox .button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;margin:20px 0;font-size:20px}@media (max-width:660px){.ce_rsce_teaser .teaserbox .button.button-bordered{font-size:18px;padding:18px 20px}}.ce_rsce_teaser .teaserbox .button:hover,.ce_rsce_teaser .teaserbox.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A}.ce_rsce_teaser .teaserbox.stretch{min-height:100%}.ce_rsce_teaser .teaserbox .content{padding:30px}.ce_rsce_teaser .teaserbox .title{font-weight:bold;font-size:32px;margin-top:15px;margin-bottom:40px;line-height:1.2}.ce_rsce_teaser .teaserbox .teaser{font-size:20px}@media screen and (min-width:1100px){.ce_rsce_teaser .teaserbox:nth-child(3n+1):last-child{margin:auto}}.teaserbox.color-scheme-1 {background-color:transparent;color:"inherit"}.teaserbox.color-scheme-2 {background-color:#EFEEEA;color:#7C745E}.teaserbox.color-scheme-3 {background-color:#D0CCC1;color:#7C745E}.teaserbox.color-scheme-4 {background-color:#7C745E;color:#FFFFFF}.teaserbox.color-scheme-5 {background-color:#FCE5E4;color:#7C745E}.teaserbox.color-scheme-6 {background-color:#F6B2AF;color:#7C745E}.teaserbox.color-scheme-7 {background-color:#E6342A;color:#FFFFFF}.teaserbox.color-scheme-8 {background-color:#FFFFFF;color:"inherit"}figure.video_container{background-size:cover;background-repeat:no-repeat;background-position:center}.ce_vimeo iframe{width:100%;border:none}@media screen and (max-width:768px){.ce_vimeo iframe{height:auto;min-height:56.25vw}}.ce_vimeo h2{font-size:40px;text-align:center}#main .ce_image_hero:after{display:none !important}.ce_rsce_teaser_header{position:absolute;bottom:0px;max-width:100%;left:0px;right:0px;overflow:hidden;margin-bottom:0 !important}.ce_rsce_teaser_header .button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;margin:20px 0;font-size:20px}@media (max-width:660px){.ce_rsce_teaser_header .button.button-bordered{font-size:18px;padding:18px 20px}}.ce_rsce_teaser_header .button:hover,.ce_rsce_teaser_header.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A}.ce_rsce_teaser_header.middle{height:82.5%;display:flex;justify-content:center;align-items:center;width:100%}.ce_rsce_teaser_header.middle>*{flex:0 0 auto;max-width:100%}.ce_rsce_teaser_header .overlay-link{position:absolute;z-index:2;top:0px;right:0px;bottom:0px;left:0px}@media screen and (max-width:1024px){.ce_rsce_teaser_header{position:static;transform:translateX(0px)}}.ce_rsce_teaser_header .header-teaser{position:relative;z-index:2;max-width:100%;transform:translateY(200%);opacity:0;transition:all 0.8s ease-in-out}@media screen and (max-width:1024px){.ce_rsce_teaser_header .header-teaser{margin:0px}}.ce_rsce_teaser_header .header-teaser.show{opacity:1;transform:translateY(0%)}.ce_rsce_teaser_header .header-teaser.right{margin-left:auto}.ce_rsce_teaser_header .header-teaser.center{margin:auto;margin-bottom:40px}.ce_rsce_teaser_header .header-teaser.text-center{margin:0 auto;text-align:center}@media screen and (max-width:1024px){.ce_rsce_teaser_header .header-teaser{width:100%}}.ce_rsce_teaser_header .header-teaser .background{position:absolute;top:0px;left:0px;right:0px;bottom:0px;z-index:-1;width:100%;height:100%;opacity:0.6;mix-blend-mode:multiply;transition:opacity 0.3s ease-in-out}@media screen and (max-width:1024px){.ce_rsce_teaser_header .header-teaser .background{opacity:0.85}}.ce_rsce_teaser_header .header-teaser .background picture{display:block;width:100%;height:100%}.ce_rsce_teaser_header .header-teaser .background img{display:block;width:100%;height:100%;object-fit:cover}.ce_rsce_teaser_header .header-teaser .title{margin-bottom:10px !important}.ce_rsce_teaser_header .header-teaser .content{padding:30px}@media screen and (max-width:1370px){.ce_rsce_teaser_header .header-teaser .content{box-sizing:border-box}}.ce_rsce_teaser_header .header-teaser .content .title{font-weight:700;line-height:1.22;margin-top:0;margin-bottom:40px}@media (max-width:660px){.ce_rsce_teaser_header .header-teaser .content .title{margin-bottom:18px !important}}.ce_rsce_teaser_header .header-teaser .text{font-weight:400;margin-bottom:0}.ce_rsce_teaser_header .header-teaser .text p{margin-bottom:0}.ce_rsce_teaser_header .header-teaser .more-container:first-child{position:absolute;bottom:30px;left:50%;transform:translateX(-50%)}.ce_rsce_teaser_header .header-teaser .more{margin-bottom:0px}.ce_rsce_teaser_header .header-teaser:hover{box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.2)}.ce_rsce_teaser_header .header-teaser:hover .background{opacity:1}.ce_rsce_teaser_header .header-teaser:hover .more{color:#E6342A}.ce_rsce_teaser_header_box{position:absolute;bottom:0px;max-width:100%;left:0px;right:0px;overflow:hidden;margin-bottom:0 !important}.ce_rsce_teaser_header_box .button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;margin:20px 0;font-size:20px}@media (max-width:660px){.ce_rsce_teaser_header_box .button.button-bordered{font-size:18px;padding:18px 20px}}.ce_rsce_teaser_header_box .button:hover,.ce_rsce_teaser_header_box.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A}.ce_rsce_teaser_header_box.middle{height:82.5%;display:flex;justify-content:center;align-items:center;width:100%}.ce_rsce_teaser_header_box.middle>*{flex:0 0 auto;max-width:100%}.ce_rsce_teaser_header_box .overlay-link{position:absolute;z-index:2;top:0px;right:0px;bottom:0px;left:0px}@media screen and (max-width:1024px){.ce_rsce_teaser_header_box{position:static;transform:translateX(0px)}}.ce_rsce_teaser_header_box .header-teaser-box{position:relative;z-index:2;width:800px;max-width:100%;margin:35px;transform:translateY(200%);opacity:0;transition:all 0.8s ease-in-out}@media screen and (max-width:1024px){.ce_rsce_teaser_header_box .header-teaser-box{margin:0px}}.ce_rsce_teaser_header_box .header-teaser-box.show{opacity:1;transform:translateY(0%)}.ce_rsce_teaser_header_box .header-teaser-box.right{margin-left:auto}.ce_rsce_teaser_header_box .header-teaser-box.center{margin:auto;margin-bottom:40px}.ce_rsce_teaser_header_box .header-teaser-box.text-center{margin:0 auto;text-align:center}@media screen and (max-width:1024px){.ce_rsce_teaser_header_box .header-teaser-box{width:100%}}.ce_rsce_teaser_header_box .header-teaser-box .background{position:absolute;top:0px;left:0px;right:0px;bottom:0px;z-index:-1;width:100%;height:100%;opacity:0.85;mix-blend-mode:multiply;transition:opacity 0.3s ease-in-out}.ce_rsce_teaser_header_box .header-teaser-box .background picture{display:block;width:100%;height:100%}.ce_rsce_teaser_header_box .header-teaser-box .background img{display:block;width:100%;height:100%;object-fit:cover}.ce_rsce_teaser_header_box .header-teaser-box .content{padding:30px}.ce_rsce_teaser_header_box .header-teaser-box .content .title{font-weight:700;line-height:1.22;margin-top:0;margin-bottom:40px}@media (max-width:660px){.ce_rsce_teaser_header_box .header-teaser-box .content .title{margin-bottom:18px !important}}.ce_rsce_teaser_header_box .header-teaser-box .text{font-weight:400}.ce_rsce_teaser_header_box .header-teaser-box .more-container:first-child{position:absolute;bottom:30px;left:50%;transform:translateX(-50%)}.ce_rsce_teaser_header_box .header-teaser-box .more{margin-bottom:0px}.ce_rsce_teaser_header_box .header-teaser-box:hover{box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.2)}.ce_rsce_teaser_header_box .header-teaser-box:hover .background{opacity:1}.ce_rsce_teaser_header_box .header-teaser-box:hover .more{color:#E6342A}@media screen and (max-width:1100px){.header-teaser{padding-left:0 !important;padding-right:0 !important}}@media (max-width:660px){.ce_rsce_teaser_header p{font-size:20px}}.mod_article.header-teaser--wrapper{padding:80px 0 0 0 !important}@media (max-width:660px){.ce_image_hero{height:auto !important}.ce_image_hero .image_container img{height:auto;position:static;width:100%}}.ce_image_hero{height:610px;position:relative;width:100%}@media screen and (max-width:1100px){.ce_image_hero{margin-bottom:0 !important}}.header-teaser .ce_image_hero,.header-teaser--wrapper .ce_image_hero{margin-top:-80px;margin-bottom:0 !important}.ce_image_hero img{object-fit:cover;object-position:top center;font-family:"object-fit: cover; object-position: center center;";bottom:0;height:100%;left:0;max-width:none;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:1024px){.ce_image_hero img{object-position:right center}}.header-teaser.color-scheme-1 {color:"inherit"}.header-teaser.color-scheme-2 {color:#7C745E}.header-teaser.color-scheme-3 {color:#7C745E}.header-teaser.color-scheme-4 {color:#FFFFFF}.header-teaser.color-scheme-5 {color:#7C745E}.header-teaser.color-scheme-6 {color:#7C745E}.header-teaser.color-scheme-7 {color:#FFFFFF}.header-teaser.color-scheme-8 {color:"inherit"}.header-teaser-box.color-scheme-1 {color:"inherit"}.header-teaser-box.color-scheme-2 {color:#7C745E}.header-teaser-box.color-scheme-3 {color:#7C745E}.header-teaser-box.color-scheme-4 {color:#FFFFFF}.header-teaser-box.color-scheme-5 {color:#7C745E}.header-teaser-box.color-scheme-6 {color:#7C745E}.header-teaser-box.color-scheme-7 {color:#FFFFFF}.header-teaser-box.color-scheme-8 {color:"inherit"}.header-teaser.color-scheme-1 .background{background-color:transparent}.header-teaser.color-scheme-2 .background{background-color:#EFEEEA}.header-teaser.color-scheme-3 .background{background-color:#D0CCC1}.header-teaser.color-scheme-4 .background{background-color:#7C745E}.header-teaser.color-scheme-5 .background{background-color:#FCE5E4}.header-teaser.color-scheme-6 .background{background-color:#F6B2AF}.header-teaser.color-scheme-7 .background{background-color:#E6342A}.header-teaser.color-scheme-8 .background{background-color:#FFFFFF}.header-teaser-box.color-scheme-1 .background{background-color:transparent}.header-teaser-box.color-scheme-2 .background{background-color:#EFEEEA}.header-teaser-box.color-scheme-3 .background{background-color:#D0CCC1}.header-teaser-box.color-scheme-4 .background{background-color:#7C745E}.header-teaser-box.color-scheme-5 .background{background-color:#FCE5E4}.header-teaser-box.color-scheme-6 .background{background-color:#F6B2AF}.header-teaser-box.color-scheme-7 .background{background-color:#E6342A}.header-teaser-box.color-scheme-8 .background{background-color:#FFFFFF}.slick-slider *{outline:none !important}.slick-slider .slick-arrow{width:30px;height:40px;background-size:20px 40px;background-position:center;background-repeat:no-repeat;transition:background-position 0.3s ease-in-out;z-index:3}.slick-slider .slick-arrow.slick-disabled{display:none !important}.slick-slider .slick-arrow:before{display:none}.slick-slider .slick-arrow.slick-prev{left:-60px;background-image:url("../../files/theme/innopark/img/icons/arrow-prev.svg");background-position:right center;background-repeat:no-repeat}@media screen and (max-width:1515px){.slick-slider .slick-arrow.slick-prev{left:-20px;width:20px;height:30px;background-size:15px 30px}}@media screen and (max-width:1200px){.slick-slider .slick-arrow.slick-prev{left:-15px}}@media screen and (max-width:660px){.slick-slider .slick-arrow.slick-prev{left:0;width:15px;height:20px;background-size:10px 20px}}.color-scheme-4 .slick-slider .slick-arrow.slick-prev,.color-scheme-5 .slick-slider .slick-arrow.slick-prev,.color-scheme-6 .slick-slider .slick-arrow.slick-prev,.color-scheme-7 .slick-slider .slick-arrow.slick-prev{background-image:url("../../files/theme/innopark/img/icons/arrow-prev-white.svg")}.slick-slider .slick-arrow.slick-prev:hover{background-position:left center}.slick-slider .slick-arrow.slick-next{right:-60px;background-image:url("../../files/theme/innopark/img/icons/arrow-next.svg");background-position:left center}@media screen and (max-width:1515px){.slick-slider .slick-arrow.slick-next{right:-20px;width:20px;height:30px;background-size:15px 30px}}@media screen and (max-width:1200px){.slick-slider .slick-arrow.slick-next{right:-15px}}@media screen and (max-width:660px){.slick-slider .slick-arrow.slick-next{right:0;width:15px;height:20px;background-size:10px 20px}}.color-scheme-4 .slick-slider .slick-arrow.slick-next,.color-scheme-5 .slick-slider .slick-arrow.slick-next,.color-scheme-6 .slick-slider .slick-arrow.slick-next,.color-scheme-7 .slick-slider .slick-arrow.slick-next{background-image:url("../../files/theme/innopark/img/icons/arrow-next-white.svg")}.slick-slider .slick-arrow.slick-next:hover{background-position:right center}.logo-slider{max-width:100vw}.logo-slider:not(.slick-initialized){display:flex;overflow:hidden}.logo-slider:not(.slick-initialized)>*{flex:0 0 auto;width:calc(100% / 6)}.logo-slider .image-container{padding:1rem}.logo-slider .slick-track{display:flex}.logo-slider .slick-track .slick-slide{display:flex;height:auto;align-items:center;justify-content:center}button.slick-prev.slick-arrow:hover{box-shadow:none}button.slick-next.slick-arrow:hover{box-shadow:none}.ce_rsce_leadtext{text-align:center;padding:80px}.ce_rsce_leadtext.smaller{padding:0px 80px 20px}@media screen and (max-width:660px){.ce_rsce_leadtext.smaller{padding:0px 40px 20px}}@media screen and (max-width:660px){.ce_rsce_leadtext{padding:40px}}@media screen and (max-width:660px){.ce_rsce_leadtext .headline{font-size:32px}}.ce_rsce_leadtext .button{margin-top:10px}.ce_rsce_leadtext p{margin-bottom:5px;font-size:32px}@media screen and (max-width:660px){.ce_rsce_leadtext p{font-size:20px}}.ce_rsce_leadtext p+p{margin-top:5px}@media (max-width:660px){.hero-section{margin-top:0px !important}}@media (max-width:660px){.hero-section .ce_image_hero:after{display:none}}.hero-section .grid{max-height:100vh;overflow:hidden}@media (max-width:1024px){.hero-section .grid{display:flex;flex-direction:column}.hero-section .grid .ce_vimeo{flex-shrink:1}.hero-section .grid .ce_rsce_teaser_header{flex-shrink:0}}@media (max-width:660px){.hero-section .grid{max-height:calc(100vh - 115px)}}.hero-section .ce_vimeo{max-width:100%;overflow:hidden}.hero-section .ce_vimeo .vp-center{align-items:flex-start !important}.hero-section .ce_vimeo .headline{color:#ffffff;line-height:1.3;padding-left:50px;padding-right:50px;text-align:center;text-shadow:0 2px 10px rgba(17, 17, 17, 0.5);position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (max-width:1150px){.hero-section .ce_vimeo .headline{display:none}}.hero-section .ce_vimeo:after{transition:all 0.2s ease-in-out;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));content:"";height:350px;left:0;max-height:100%;position:absolute;top:0;width:100%}@media (max-width:660px){.hero-section .ce_vimeo:after{display:none}}.hero-section{margin-top:-232px;position:relative;width:100%}.hero-section+#main .mod_article:first-child{overflow:visible}.mod_feedback_list{padding-bottom:50px;padding-top:50px}.mod_feedback_list .feedback-list-slider:not(.slick-initialized){overflow:hidden}.mod_feedback_list .feedback-list-slider .slick-track{display:flex !important;min-width:100%;justify-content:center}.mod_feedback_list .feedback-list-slider .slick-track .slick-slide{height:inherit !important}.mod_feedback_list .feedback{width:33%;margin:1rem;margin-top:100px;padding-top:70px;background-color:#FFFFFF;display:flex !important;flex-direction:column;position:relative;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.1)}.mod_feedback_list .feedback .image{position:absolute;left:50%;top:0px;transform:translate(-50%, -50%);border-radius:50%;overflow:hidden}.mod_feedback_list .feedback .content{padding:15px;text-align:center;color:#7C745E}.mod_feedback_list .feedback .name{font-size:32px;font-weight:bold;margin-top:15px;margin-bottom:27px}.mod_feedback_list .feedback .subtitle{font-size:20px;font-weight:bold;margin-top:15px;margin-bottom:0px}.mod_feedback_list .feedback .text p{margin-top:5px;font-size:20px}.mod_feedback_list .feedback .position{font-size:20px;margin-bottom:0px;margin-top:1em}.mod_feedback_list .feedback .company{font-size:20px;margin-top:0px}.mod_feedback_list .feedback .rating{margin:35px auto 0px;width:150px;height:21.5px;background-image:url(../../files/template/img/icons/rating.svg);background-size:auto 100%;background-repeat:no-repeat;background-position:left center}.mod_feedback_list .slider-wrapper{overflow:visible}.mod_newslist_blog_slider{width:calc(100% + 1rem);margin-left:-0.5rem}.mod_newslist_blog_slider .newslist-slider-outer{background-color:transparent;box-shadow:none}.mod_newslist_blog_slider .newslist-blog-slider{display:flex;justify-content:space-between}.mod_newslist_blog_slider .newslist-blog-slider:not(.slick-initialized){overflow:hidden}.mod_newslist_blog_slider .slick-track{display:flex !important;min-width:100%;justify-content:center}.mod_newslist_blog_slider .slick-track .slick-slide{height:inherit !important}.mod_newslist_blog_slider .slick-list{width:100%}.mod_newslist_blog .layout_blog_card{margin:15px;margin-bottom:30px;width:calc((100%/3) - 30px);padding-top:15px;padding-bottom:15px}@media screen and (max-width:1100px){.mod_newslist_blog .layout_blog_card{width:calc((100%/2) - 30px)}}@media screen and (max-width:720px){.mod_newslist_blog .layout_blog_card{width:calc(100% - 30px)}}@media (max-width:660px){.newslist-blog-slider .slick-arrow.slick-prev,.logo-slider .slick-arrow.slick-prev{left:2px}.newslist-blog-slider .slick-arrow.slick-next,.logo-slider .slick-arrow.slick-next{right:2px}}.mod_newslist_blog_filter{display:flex;justify-content:space-between}@media screen and (max-width:1150px){.mod_newslist_blog_filter{display:block}}.mod_newslist_blog_filter .dropdown{flex:1 1 auto}@media screen and (max-width:1150px){.mod_newslist_blog_filter .dropdown{margin-bottom:25px}}.mod_newslist_blog_filter .search{flex:1 1 auto}.mod_newslist_blog_filter .checkboxes .options{display:flex;justify-content:flex-start;flex-wrap:wrap}.mod_newslist_blog_filter .checkboxes .options>*{flex:0 0 auto;width:calc(25% - 40px);margin-bottom:10px}@media screen and (max-width:850px){.mod_newslist_blog_filter .checkboxes .options>*{width:calc(33% - 40px)}}@media screen and (max-width:600px){.mod_newslist_blog_filter .checkboxes .options>*{width:calc(50% - 40px)}}@media screen and (max-width:400px){.mod_newslist_blog_filter .checkboxes .options>*{width:100%}}.checkboxes{font-size:19px}.checkboxes .label{font-weight:600}.checkboxes .options{margin-top:0.5rem;margin-bottom:1.5rem;margin-right:1rem}.checkboxes .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#FFFFFF}.checkboxes .checkmark:after{content:"";position:absolute;display:none;left:9px;top:5px;width:5px;height:10px;border:solid #7C745E;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkboxes .checkbox-item{display:block;position:relative;padding-left:35px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:5px;color:#FFFFFF}@media screen and (max-width:480px){.checkboxes .checkbox-item{margin-bottom:14px}}.checkboxes .checkbox-item input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkboxes .checkbox-item:hover input~.checkmark{background-color:#EFEEEA}.checkboxes .checkbox-item input:checked~.checkmark:after{display:block}.layout_blog_card{flex:0 0 auto;width:24%;margin:1rem;background-color:#FFFFFF;display:flex;flex-direction:column;position:relative;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.1)}.layout_blog_card .inside{flex:1 0 auto;display:flex;flex-direction:column;height:100%}.layout_blog_card .image_container *{display:block;width:100%;height:auto}.layout_blog_card .content{flex:1 0 auto;padding:0.5rem 0.8rem;display:flex;flex-direction:column;color:#7C745E}.layout_blog_card .content>*{flex:0 0 auto}.layout_blog_card .content>*.subheadline{flex:1 0 auto}.layout_blog_card .content .headline{margin-top:0.8rem;margin-bottom:0px;color:#7C745E}.layout_blog_card .content .subheadline{margin-top:1em}.layout_blog_card .content .more{font-size:20px;color:#E6342A;margin-top:auto;margin-bottom:0px;font-weight:500}.layout_blog_card .ce_text,.layout_blog_card .ce_headline,.layout_blog_card .text-xl p,.layout_blog_card .text-component,.layout_blog_card p a{color:#7C745E !important}.layout_blog_card:hover{box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2)}.text-small{font-size:15px}.ce_rsce_popup{display:none}.featherlight-popup .featherlight-content{overflow:visible;max-width:410px;padding-top:90px}.featherlight-popup .featherlight-content:before{content:"";position:absolute;z-index:99999999;top:20px;right:100%;width:0px;height:0px;display:block;opacity:1;overflow:visible;border-style:solid;border-width:0 70px 70px 0;border-color:transparent #ffffff transparent transparent}@media screen and (max-width:768px){.featherlight-popup .featherlight-content:before{border-width:0 40px 40px 0}}.featherlight-popup .featherlight-content .title{font-size:32px;font-weight:bold;color:#7C745E}.featherlight-popup .featherlight-content .more-container{margin-top:25px}.featherlight-popup .featherlight-content .more-container .button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;margin:20px 0;font-size:20px}@media (max-width:660px){.featherlight-popup .featherlight-content .more-container .button.button-bordered{font-size:18px;padding:18px 20px}}.featherlight-popup .featherlight-content .more-container .button:hover,.featherlight-popup .featherlight-content .more-container.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A}.featherlight-popup .featherlight-content .more-container a{margin:0 !important}.featherlight-popup .featherlight-close-icon{top:15px;right:15px;width:40px;height:40px;background-image:url(../../files/template/img/icons/close.svg);background-repeat:no-repeat;background-size:100% 100%;background-position:center}.featherlight-popup .featherlight-close-icon:hover{background-image:url(../../files/template/img/icons/close-dark.svg);box-shadow:none}.featherlight-popup.featherlight-popup--large .featherlight-content{width:650px;max-width:calc(100% - 80px)}@media screen and (max-width:375px){.featherlight-popup.featherlight-popup--large .featherlight-content{max-width:calc(100% - 40px);margin-left:40px}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;border-bottom:10px solid transparent}}.mod_person_listing .button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;margin:20px 0;font-size:20px}@media (max-width:660px){.mod_person_listing .button.button-bordered{font-size:18px;padding:18px 20px}}.mod_person_listing .button:hover,.mod_person_listing.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A}.mod_person_listing .filter-wrapper{margin-bottom:20px}.mod_person_listing .filter-wrapper .dropdown-wrapper{margin-right:20px}.mod_person_listing .filter-wrapper input[type="text"]{width:auto;padding:25px;font-size:1.111111111em;font-weight:700;border:none;box-shadow:0 2px 10px rgba(0, 0, 0, 0.2);color:#7C745E;background-color:#FFFFFF}.mod_person_listing .filter-wrapper .quicksearch{line-height:normal}.mod_person_listing .team-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px;margin-bottom:100px}.mod_person_listing .team-wrapper .mod_person_listing_element{width:28%;width:calc(33% - 60px);margin-bottom:15px}@media screen and (max-width:1300px){.mod_person_listing .team-wrapper .mod_person_listing_element{width:42%;width:calc(50% - 60px)}}@media screen and (max-width:850px){.mod_person_listing .team-wrapper .mod_person_listing_element{width:calc(100% - 50px)}}.mod_person_listing .team-wrapper .mod_person_listing_element.mark{background-color:#F0E1C0}.mod_person_listing_element{position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background-color:#FFFFFF;transition:box-shadow 0.3s ease-in-out;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);padding:25px;min-height:180px}@media screen and (max-width:850px){.mod_person_listing_element{min-height:10px}}.mod_person_listing_element:hover{box-shadow:0 2px 10px rgba(0, 0, 0, 0.3)}.mod_person_listing_element .image_container{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:170px;height:170px;margin-right:15px}.mod_person_listing_element .image_container img{border-radius:50%}@media screen and (max-width:500px){.mod_person_listing_element .image_container{width:120px;height:120px}}@media screen and (max-width:480px){.mod_person_listing_element .image_container{max-width:35%;height:auto}}@media screen and (max-width:380px){.mod_person_listing_element .image_container{max-width:100%;width:100%}}.mod_person_listing_element .team-text{font-size:17px;display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:100%}.mod_person_listing_element .team-text>*{max-width:100%}.mod_person_listing_element .team-text span{display:block;line-height:1.4}.mod_person_listing_element .team-text .name{display:block;font-weight:600}.mod_person_listing_element .team-text .position{display:block;color:#E6342A;margin-bottom:5px}.mod_person_listing_element .team-text .linkedin,.mod_person_listing_element .team-text .phone,.mod_person_listing_element .team-text .email{display:inline-block;width:30px;height:30px;background-color:#7C745E;border-radius:50%;background-size:15px 15px;background-position:center;background-repeat:no-repeat;margin-right:5px;transition:background-color 0.3s ease-in-out}.mod_person_listing_element .team-text .linkedin:hover,.mod_person_listing_element .team-text .phone:hover,.mod_person_listing_element .team-text .email:hover{background-color:#E6342A}.mod_person_listing_element .team-text .linkedin{background-image:url(../../files/template/img/icons/linkedin.svg)}.mod_person_listing_element .team-text .email{background-image:url(../../files/template/img/icons/email.svg)}.mod_person_listing_element .team-text .phone{background-image:url(../../files/template/img/icons/phone.svg)}.mod_person_listing_element .team-text .socials{width:100%;flex:1 1 auto;display:flex;margin-top:5px;margin-bottom:5px}@media screen and (max-width:850px){.mod_person_listing_element .team-text .socials{margin-bottom:10px}}.mod_person_listing_element .team-text .socials>*{flex:0 0 auto}.mod_person_listing_element .team-text a.button{width:auto;font-weight:400;font-size:15px;padding:10px 20px;white-space:nowrap;margin:0}.mod_person_listing_element .team-text .keywords{display:none}.social-media-wall a{color:#7C745E;border:2px solid #E6342A}.social-media-wall a:hover{background:white;border:2px solid #E6342A;color:#E6342A}.isotope-container{transition:opacity 0.2s ease-in-out 0.2s}.isotope-container.hide{opacity:0}.no-results.hide{display:none !important}.dropdown-wrapper{display:inline-block;min-width:210px;position:relative;z-index:0}.dropdown-wrapper .dropdown-item{opacity:1;transition:opacity 0.3s ease-in-out}.dropdown-wrapper .dropdown-item.hide{opacity:0.5}.dropdown-wrapper .dropdown-header{background:#FFFFFF;box-shadow:0 2px 10px rgba(0, 0, 0, 0.2);box-sizing:border-box;display:flex;font-size:1.111111111em;font-weight:700;padding:20px 35px;position:relative;width:100%;z-index:2}.dropdown-wrapper .dropdown-header .icon{margin-left:10px;cursor:pointer}.dropdown-wrapper .dropdown-items{background:#FFFFFF;box-shadow:0 2px 10px rgba(0, 0, 0, 0.2);box-sizing:border-box;display:none;left:0;margin-top:-2px;padding:16px;position:absolute;z-index:3;top:100%;width:100%}.dropdown-wrapper .dropdown-items>div{margin-bottom:12px}.dropdown-wrapper .dropdown-items>div:last-child{margin-bottom:0}.dropdown-wrapper .dropdown-items label{align-items:baseline;display:flex;margin-bottom:0;padding-left:0}.dropdown-wrapper .dropdown-items .radio-label-icon{border:none;border-radius:0;box-shadow:none;height:10px;margin-right:8px;margin-top:0;position:static;width:14px}.dropdown-wrapper .dropdown-items .radio-label-icon:before{display:none}.dropdown-wrapper .dropdown-items .radio-label-icon svg{display:none;height:10px;position:static;width:14px}.dropdown-wrapper .dropdown-items .radio-label-text{width:100%}.dropdown-wrapper .dropdown-items input[type="radio"]:checked+label .radio-label-icon{background:transparent}.dropdown-wrapper.open{box-shadow:0 2px 10px rgba(0, 0, 0, 0.2);z-index:4}.dropdown-wrapper.open .dropdown-header{background:#FFFFFF;box-shadow:none}.dropdown-wrapper.open .dropdown-header svg{transform:rotate(180deg)}.dropdown-wrapper.open .dropdown-items{display:block}.dropdown-wrapper.open .dropdown-item label::before{display:none}.dropdown-wrapper input[type="radio"],.dropdown-wrapper label{cursor:pointer}.dropdown-wrapper input[type="radio"]:hover+label .radio-label-icon,.dropdown-wrapper input[type="radio"]:focus+label .radio-label-icon,.dropdown-wrapper input[type="checkbox"]:hover+label .checkbox-label-icon,.dropdown-wrapper input[type="checkbox"]:focus+label .checkbox-label-icon{box-shadow:none !important}.dropdown-wrapper svg{fill:currentColor;height:16px;width:16px}.set-filters{margin-bottom:1.5rem}.set-filters label:first-child:last-child{display:none}.set-filters label{display:inline-block;margin-right:10px;font-size:16px}.color-scheme-1 .set-filters label{color:"inherit"}.color-scheme-2 .set-filters label{color:#7C745E}.color-scheme-3 .set-filters label{color:#7C745E}.color-scheme-4 .set-filters label{color:#FFFFFF}.color-scheme-5 .set-filters label{color:#7C745E}.color-scheme-6 .set-filters label{color:#7C745E}.color-scheme-7 .set-filters label{color:#FFFFFF}.color-scheme-8 .set-filters label{color:"inherit"}.set-filters .set-filter{font-size:15px;padding:8px;margin-right:10px;background-color:#7C745E;color:white;line-height:1;margin-bottom:0px;border-radius:15px;cursor:pointer;opacity:1;transition:opacity 0.3s ease-in-out}.set-filters .set-filter:after{content:"+";margin-left:6px;transform:rotate(315deg);display:inline-block}.set-filters .set-filter:hover{opacity:0.85}.custom{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;bottom:0px;z-index:10}.mod_cookie_bar{padding:5px 20px;background-color:#EFEEEA;display:flex;align-items:center}.mod_cookie_bar .button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;margin:20px 0;font-size:20px}@media (max-width:660px){.mod_cookie_bar .button.button-bordered{font-size:18px;padding:18px 20px}}.mod_cookie_bar .button:hover,.mod_cookie_bar.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A}@media screen and (max-width:900px){.mod_cookie_bar{flex-wrap:wrap;justify-content:flex-end;padding:5px 20px 15px}}.mod_cookie_bar>p{font-size:15px;flex:1 1 auto;padding-right:10px;margin:15px}.mod_cookie_bar>p a{font-weight:400;text-decoration:underline}.mod_cookie_bar>a{flex:0 0 auto;cursor:pointer;font-size:15px !important;margin:0 !important;padding:12px 20px !important}.mod_article .ce_location .location-image{float:left}.mod_article .ce_location .location-text-wrapper{padding-left:70px}.mod_article .ce_location .location-text-wrapper p{letter-spacing:-0.5px}.mod_article .ce_location .location-phone a{font-weight:400}.mod_article .ce_location:after{clear:both;content:" ";display:table}.widget.checkbox-advanced .header .icon{height:100%;top:0}.widget.checkbox-advanced legend{font-size:20px}.hasteform_expert_finder_search .input-field-wrapper label{letter-spacing:-0.3px}.image-above-text h2{font-size:35px;margin-top:20px}.teaser--examples h2{font-size:40px}.slide .answer input,.slide .answer input+label:before,.slide .answer input+label:after{top:50%;transform:translateY(-50%)}@media (max-width:768px){.slide .answer{width:auto}}#cboxCurrent{top:-30px}.mod_newsreader .back a:hover .btn::before{color:#FFFFFF}.course-overview{z-index:1}.course-overview .button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;margin:20px 0;font-size:20px}@media (max-width:660px){.course-overview .button.button-bordered{font-size:18px;padding:18px 20px}}.course-overview .button:hover,.course-overview.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A}.course-overview__filter{position:relative;padding:1rem 1.5rem 0rem 1.5rem;color:#FFFFFF;background-color:#7C745E}.course-overview__filter .filter-toggler{display:none;cursor:pointer;position:relative}.course-overview__filter .filter-toggler:after{content:"";height:15px;width:15px;position:absolute;right:5px;top:25%;transition:transform 0.4s ease-in-out;transform-origin:center;transform:rotate(90deg);background-image:url("../../files/template/img/icons/arrow-next-white.svg");background-position:95% center;background-size:contain}.course-overview__filter .filter-toggler.open:after{transform:rotate(270deg)}.course-overview__filter .filter-toggler p{font-weight:600;margin-top:0px;font-size:22px}@media screen and (max-width:660px){.course-overview__filter .filter-toggler{display:block}}.course-overview__filter form{display:flex;justify-content:space-between}@media screen and (max-width:1150px){.course-overview__filter form{flex-wrap:wrap;justify-content:flex-start}}@media screen and (max-width:660px){.course-overview__filter form{max-height:0px;overflow:hidden;transition:all 0.2s ease-in-out}}.course-overview__filter form.open{max-height:none}.course-overview__filter form>*{flex:0 0 auto}@media screen and (max-width:1150px){.course-overview__filter form>*{width:33%}}@media screen and (max-width:920px){.course-overview__filter form>*{width:49%}}@media (max-width:660px){.course-overview__filter form label{font-size:0.9em}}@media (max-width:480px){.course-overview__filter form label{font-size:0.6em}}.course-overview__sorting{background-color:#EFEEEA;padding:1.5rem 2rem 0rem 2rem;display:flex;justify-content:flex-end}.course-overview__sorting span{display:inline-block;font-weight:600;vertical-align:middle}.course-overview__sorting span i.desc,.course-overview__sorting span i.asc{display:inline-block;height:10px;width:10px;background-repeat:no-repeat;background-size:10px 6px;background-position:center;cursor:pointer;padding:5px;vertical-align:middle}.course-overview__sorting span i.desc{margin-left:10px;background-image:url(../../files/template/img/icons/arrow-down.svg)}.course-overview__sorting span i.asc{background-image:url(../../files/template/img/icons/arrow-up.svg)}.course-overview__list{background-color:#EFEEEA;padding:1px 1.5rem 0.5rem;min-height:282px;position:relative}.course-overview__list p.counter{opacity:0.5;font-size:17px}.course-overview__content{transition:opacity 0.1s ease-in-out;opacity:1}.course-overview__content.waiting{opacity:0.1}.course-overview__waiting{text-align:center}.course-overview__waiting .spinner{display:inline-block;width:100%;height:100%;background-image:url(../../files/template/img/icons/loading_innopark.svg);background-repeat:no-repeat;background-position:center 100px;background-size:100px 100px;overflow:hidden;margin-bottom:0px;transition:all 0.2s ease-in-out;position:absolute;z-index:2;left:0px;top:0px;max-height:0px}.course-overview__waiting .spinner.load-more{position:relative;max-height:none;height:100px;width:100px;background-color:transparent;background-position:center;background-size:50%}.course-overview__waiting .spinner.show{max-height:none}.course-overview__waiting .no-results{text-align:center;margin-bottom:20px;transition:opacity 0.1s ease-in-out;opacity:1}.course-overview__waiting .no-results.waiting{opacity:0.1}.course-overview__waiting .no-results:not(.show){display:none}.course-overview__more{margin-top:2.5rem;text-align:center}.course-overview__more a:not(.show){display:none}.course-list__item{position:relative;display:flex;flex-wrap:wrap;width:100%;box-sizing:border-box;justify-content:space-between;background-color:#FFFFFF;margin-bottom:1rem;padding:1rem;font-size:18px}.course-list__item label{display:block;font-family:inherit;font-size:1em;margin-bottom:0.3rem}@media screen and (max-width:1024px){.course-list__item{justify-content:flex-start}}.course-list__item>*{flex:1 0 auto;width:10%;margin-right:5px}@media screen and (max-width:1024px){.course-list__item>*{flex:0 0 auto;width:calc(20% - 5px) !important;margin-bottom:10px}}@media screen and (max-width:920px){.course-list__item>*{width:calc(25% - 5px) !important}}@media screen and (max-width:768px){.course-list__item>*{width:calc(33% - 5px) !important;word-break:break-word}}@media screen and (max-width:550px){.course-list__item>*{width:calc(50% - 5px) !important}}@media screen and (max-width:380px){.course-list__item>*{width:100% !important;margin-right:0px}}.course-list__item>*.course-list-item__title{width:100% !important}.course-list__item>*.course-list__item--large{width:15%}.course-list__item>*.course-list-item__format{color:#E6342A !important}.course-list__item>*.course-list-item__format label{color:#7C745E !important}.course-list__item>*.course-list-item__more{flex:0 0 auto;width:auto;z-index:2}@media screen and (max-width:1024px){.course-list__item>*.course-list-item__more{width:auto !important}}@media screen and (max-width:550px){.course-list__item>*.course-list-item__more{width:100% !important}.course-list__item>*.course-list-item__more .button{width:100%;text-align:center}}.course-list__item>*.course-list-item__more .button{margin:0}.course-list__item>*.course-list-item__more .button:hover{color:#E6342A}.course-list__item>*.overlay{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1}.course-list__item label{font-weight:bold}@media screen and (max-width:700px){.course-list__item label{margin-bottom:2px}}.course-list__item h3{font-weight:600;margin-bottom:0px}.course-list__item h4{font-weight:400;color:#D0CCC1;margin-bottom:1.5rem}.honeycomb-container--reverse{background-color:#E6342A !important;opacity:1}.honeycomb-container--reverse .hexagon{background:#ffffff}.honeycomb-container--reverse .rows-default,.honeycomb-container--reverse .rows-offset{opacity:0.1}.honeycomb-container--reverse .rows-offset{transform:translate(-3vh, -3vw)}.share-teaser .title{font-weight:500}.share-teaser .actions a:not(.button):not(.resp-sharing-button__link){color:#E6342A}.share-teaser .actions .watchlist:before{background-image:url(../../files/template/img/icons/watchlist_red.svg)}.share-teaser .actions .watchlist:hover{color:#7C745E !important}.share-teaser .actions .watchlist:hover:before{background-image:url(../../files/template/img/icons/watchlist.svg)}.share-teaser .actions .share:before{background-image:url(../../files/template/img/icons/share_red.svg)}.share-teaser .actions .share:hover{color:#7C745E !important}.share-teaser .actions .share:hover:before{background-image:url(../../files/template/img/icons/share.svg)}.share-teaser .actions .print:before{background-image:url(../../files/template/img/icons/print_red.svg)}.share-teaser .actions .print:hover{color:#7C745E !important}.share-teaser .actions .print:hover:before{background-image:url(../../files/template/img/icons/print.svg)}.share-teaser a{text-decoration:none}@media print{.print-only{display:block}*{-webkit-transition:none !important;transition:none !important}html{font-family:"Raleway", Arial, sans-serif}#header{display:none !important}.mobile_menu{display:none !important}.mod_breadcrumb{display:none !important}#footer{display:none !important}#cookie-bar{display:none !important}#hubspot-messages-iframe-container{display:none !important;opacity:0 !important;visibility:hidden !important}.mod_breadcrumb+.mod_article{margin-top:0px !important}.button{display:none !important}.no-print{display:none !important}p{orphans:2;widows:2}.dont-break-page{break-inside:avoid}img,figure{display:block !important}.headerimage{display:none !important}.auto-header #container{margin-top:0px !important}.small-box.sticky{position:relative !important;margin-top:0pcx !important}h1{font-size:33px}.mod_course_reader .course-detail,.mod_person_reader .course-detail{margin-top:20px !important}.ce_vimeo{display:none !important}.person .linkedin,.person .email,.person .phone{display:none !important}}.mod_course_reader .wrapper,.mod_person_reader .wrapper{position:relative}.mod_course_reader .button,.mod_person_reader .button{color:#E6342A}.mod_course_reader .headerimage,.mod_person_reader .headerimage{height:610px;position:relative;width:100%}@media (max-width:660px){.mod_course_reader .headerimage,.mod_person_reader .headerimage{height:auto}}.mod_course_reader .headerimage:after,.mod_person_reader .headerimage:after{transition:all 0.2s ease-in-out;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));content:"";height:350px;left:0;max-height:100%;position:absolute;top:0;width:100%}@media (max-width:660px){.mod_course_reader .headerimage:after,.mod_person_reader .headerimage:after{display:none}}.mod_course_reader .headerimage img,.mod_person_reader .headerimage img{object-fit:cover;object-position:center center;font-family:"object-fit: cover; object-position: center center;";bottom:0;height:100%;left:0;max-width:none;position:absolute;right:0;top:0;width:100%}@media (max-width:660px){.mod_course_reader .headerimage img,.mod_person_reader .headerimage img{height:auto;position:static;width:100%}}.mod_course_reader .course-detail,.mod_person_reader .course-detail{margin-top:80px;overflow:hidden}.mod_course_reader .course-detail h1,.mod_person_reader .course-detail h1{color:#7C745E;margin-bottom:20px}.mod_course_reader .course-detail h2,.mod_person_reader .course-detail h2{color:#7C745E;font-size:29px;margin-bottom:45px}.mod_course_reader .course-detail .h3,.mod_person_reader .course-detail .h3{color:#7C745E}.mod_course_reader .course-gallery img,.mod_person_reader .course-gallery img{max-width:100%;height:auto}.mod_course_reader .box-columns,.mod_person_reader .box-columns{display:flex;align-items:flex-start;flex-wrap:wrap}.mod_course_reader .box-columns .large-box,.mod_person_reader .box-columns .large-box{width:60%;box-sizing:border-box}@media screen and (max-width:945px){.mod_course_reader .box-columns .large-box,.mod_person_reader .box-columns .large-box{width:100%}}.mod_course_reader .box-columns .small-box,.mod_person_reader .box-columns .small-box{width:30%}@media screen and (max-width:945px){.mod_course_reader .box-columns .small-box,.mod_person_reader .box-columns .small-box{width:100%}}.mod_course_reader .box-columns .small-box.sticky,.mod_person_reader .box-columns .small-box.sticky{position:sticky;top:25px;z-index:2}@media screen and (max-width:945px){.mod_course_reader .box-columns .small-box.sticky,.mod_person_reader .box-columns .small-box.sticky{display:block}}.mod_course_reader .box-columns .small-box a.button.button-bordered,.mod_person_reader .box-columns .small-box a.button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF !important;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;margin-top:20px 0;font-size:20px}@media (max-width:660px){.mod_course_reader .box-columns .small-box a.button.button-bordered,.mod_person_reader .box-columns .small-box a.button.button-bordered{font-size:18px;padding:18px 20px}}.mod_course_reader .box-columns .small-box .button:hover,.mod_course_reader .box-columns .small-box.button-parent:hover .button.button-bordered,.mod_person_reader .box-columns .small-box .button:hover,.mod_person_reader .box-columns .small-box.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A !important}.mod_course_reader .large-box,.mod_person_reader .large-box{padding-right:30px}@media (max-width:900px){.mod_course_reader .large-box,.mod_person_reader .large-box{padding-right:25px;padding-left:25px}}.mod_course_reader .large-box .text-title,.mod_person_reader .large-box .text-title{font-size:20px;margin-bottom:2px;font-weight:600}@media (min-width:660px){.mod_course_reader .large-box .text-title,.mod_person_reader .large-box .text-title{font-size:17px}}.mod_course_reader .large-box .text,.mod_person_reader .large-box .text{margin-top:0px;margin-bottom:30px}@media (min-width:660px){.mod_course_reader .large-box .text,.mod_person_reader .large-box .text{font-size:17px}}.mod_course_reader .large-box .text ul,.mod_person_reader .large-box .text ul{padding-left:30px}@media (max-width:660px){.mod_course_reader .large-box .text ul,.mod_person_reader .large-box .text ul{padding-left:20px}}.mod_course_reader .large-box .text p:first-child,.mod_person_reader .large-box .text p:first-child{margin-top:0px}.mod_course_reader .large-box .ce_vimeo,.mod_person_reader .large-box .ce_vimeo{margin-bottom:30px}.mod_course_reader .large-box .ce_vimeo .video_container iframe,.mod_person_reader .large-box .ce_vimeo .video_container iframe{width:100%}.mod_course_reader .large-box .bordered-box,.mod_person_reader .large-box .bordered-box{display:block;margin-top:50px;border:3px solid #E6342A;font-size:17px;padding:25px;text-align:center}.mod_course_reader .large-box .bordered-box>*:not(:last-child),.mod_person_reader .large-box .bordered-box>*:not(:last-child){margin-bottom:20px}.mod_course_reader .large-box .bordered-box div,.mod_person_reader .large-box .bordered-box div{padding-top:0 !important;padding-bottom:0 !important}.mod_course_reader .large-box .bordered-box h2,.mod_person_reader .large-box .bordered-box h2{margin-bottom:20px !important}.mod_course_reader .small-box,.mod_person_reader .small-box{background-color:#EFEEEA;padding:20px 30px}.mod_course_reader .small-box .person-image,.mod_person_reader .small-box .person-image{text-align:center}.mod_course_reader .small-box .person-image img,.mod_person_reader .small-box .person-image img{border-radius:50%}@media (max-width:945px){.mod_course_reader .small-box .person-image,.mod_person_reader .small-box .person-image{text-align:left}}@media print{.mod_course_reader .small-box,.mod_person_reader .small-box{font-size:14px}}@media (max-width:1024px){.mod_course_reader .small-box,.mod_person_reader .small-box{margin-top:30px}}.mod_course_reader .small-box .topic,.mod_person_reader .small-box .topic{font-size:25px;line-height:1.3;font-weight:600;color:#7C745E;margin-bottom:2px}@media screen and (max-width:660px){.mod_course_reader .small-box .topic,.mod_person_reader .small-box .topic{display:none !important}}@media print{.mod_course_reader .small-box .topic,.mod_person_reader .small-box .topic{font-size:18px}}.mod_course_reader .small-box .format,.mod_person_reader .small-box .format{font-size:25px;line-height:1.3;font-weight:300;color:#7C745E}@media screen and (max-width:660px){.mod_course_reader .small-box .format,.mod_person_reader .small-box .format{display:none !important}}@media print{.mod_course_reader .small-box .format,.mod_person_reader .small-box .format{font-size:15px;margin-bottom:15px}}.mod_course_reader .small-box .h3,.mod_course_reader .small-box h3,.mod_person_reader .small-box .h3,.mod_person_reader .small-box h3{font-size:18px;margin-top:20px;margin-bottom:2px;font-weight:600}@media print{.mod_course_reader .small-box .h3,.mod_course_reader .small-box h3,.mod_person_reader .small-box .h3,.mod_person_reader .small-box h3{font-size:17px}}.mod_course_reader .small-box .text,.mod_person_reader .small-box .text{font-size:18px}@media print{.mod_course_reader .small-box .text,.mod_person_reader .small-box .text{font-size:14px}}.mod_course_reader .small-box .button,.mod_person_reader .small-box .button{margin-top:30px}.mod_course_reader .small-box .spaces,.mod_person_reader .small-box .spaces{font-size:14px}@media print{.mod_course_reader .small-box .spaces,.mod_person_reader .small-box .spaces{font-size:12px}}.mod_course_reader .small-box .additional,.mod_person_reader .small-box .additional{opacity:0.5;margin-bottom:10px;display:inline-block}.mod_course_reader .small-box .additional.no-spacing,.mod_person_reader .small-box .additional.no-spacing{margin-bottom:0px}.mod_course_reader .small-box .additional:before,.mod_person_reader .small-box .additional:before{content:"+ "}.mod_course_reader .small-box .person,.mod_person_reader .small-box .person{display:flex}.mod_course_reader .small-box .person figure,.mod_person_reader .small-box .person figure{flex:0 0 auto;margin-right:5px}.mod_course_reader .small-box .person figure img,.mod_person_reader .small-box .person figure img{border-radius:50%}.mod_course_reader .small-box .person .person-data,.mod_person_reader .small-box .person .person-data{flex:1 1 auto}.mod_course_reader .small-box .person+.person,.mod_person_reader .small-box .person+.person{margin-top:10px}.mod_course_reader .small-box .person p,.mod_person_reader .small-box .person p{margin-top:0px;margin-bottom:0px;font-size:18px}.mod_course_reader .small-box .person p a,.mod_person_reader .small-box .person p a{color:#7C745E !important}@media print{.mod_course_reader .small-box .person p,.mod_person_reader .small-box .person p{font-size:14px}}.mod_course_reader .small-box .person .linkedin,.mod_course_reader .small-box .person .phone,.mod_course_reader .small-box .person .email,.mod_person_reader .small-box .person .linkedin,.mod_person_reader .small-box .person .phone,.mod_person_reader .small-box .person .email{display:inline-block;width:20px;height:20px;background-color:#7C745E;border-radius:50%;background-size:10px 10px;background-position:center;background-repeat:no-repeat;margin-right:5px;transition:background-color 0.3s ease-in-out}.mod_course_reader .small-box .person .linkedin:hover,.mod_course_reader .small-box .person .phone:hover,.mod_course_reader .small-box .person .email:hover,.mod_person_reader .small-box .person .linkedin:hover,.mod_person_reader .small-box .person .phone:hover,.mod_person_reader .small-box .person .email:hover{background-color:#E6342A}.mod_course_reader .small-box .person .linkedin,.mod_person_reader .small-box .person .linkedin{background-image:url(../../files/template/img/icons/linkedin.svg)}.mod_course_reader .small-box .person .email,.mod_person_reader .small-box .person .email{background-image:url(../../files/template/img/icons/email.svg)}.mod_course_reader .small-box .person .phone,.mod_person_reader .small-box .person .phone{background-image:url(../../files/template/img/icons/phone.svg)}.mod_course_reader .small-box .person--large .linkedin,.mod_course_reader .small-box .person--large .phone,.mod_course_reader .small-box .person--large .email,.mod_person_reader .small-box .person--large .linkedin,.mod_person_reader .small-box .person--large .phone,.mod_person_reader .small-box .person--large .email{width:35px;height:35px;background-size:17px 17px}@media screen and (max-width:1100px){.mod_course_reader{margin:0 -30px !important}}.mod_course_reader a{text-decoration:none;font-weight:300}.mod_course_reader .course-detail .large-box .text ul li{list-style-type:disc}@media screen and (max-width:660px){.mod_course_reader .accordion-toggle{margin-bottom:0 !important}}.print-only{display:none}.resp-sharing-button__link,.resp-sharing-button__icon{display:inline-block}.resp-sharing-button__link{text-decoration:none;color:#fff;margin:0.5em}.resp-sharing-button{border-radius:5px;transition:25ms ease-out;padding:5px;font-family:Helvetica Neue, Helvetica, Arial, sans-serif}.resp-sharing-button__icon svg{width:1em;height:1em;vertical-align:middle}.resp-sharing-button--small svg{margin:0;vertical-align:middle}.resp-sharing-button__icon{stroke:#fff;fill:none}.resp-sharing-button--facebook:hover svg path,.resp-sharing-button--facebook:active svg path{fill:#3b5998}.resp-sharing-button--twitter:hover svg path,.resp-sharing-button--twitter:active svg path{fill:#55acee}.resp-sharing-button--email:hover svg path,.resp-sharing-button--email:active svg path{fill:#dca331}.resp-sharing-button--linkedin:hover svg path,.resp-sharing-button--linkedin:active svg path{fill:#0077b5}.resp-sharing-button--whatsapp:hover svg path,.resp-sharing-button--whatsapp:active svg path{fill:#25D366}.custom-accorion-wrapper .accordion-toggle{position:relative;padding:18px 70px 18px 18px;background-color:#EFEEEA;color:#7C745E !important;cursor:pointer}.custom-accorion-wrapper .accordion-toggle:after,.custom-accorion-wrapper .accordion-toggle:before{content:"";position:absolute;right:18px;top:calc(50% - 1px);width:27px;height:0px;border-bottom:1px solid #7C745E;transform-origin:center;transform:rotate(0deg);transition:transform 0.3s ease-in-out}.custom-accorion-wrapper .accordion-toggle:after{transform:rotate(90deg)}.custom-accorion-wrapper .accordion-content{padding:0 18px;max-height:0;overflow:hidden;will-change:max-height;transition:all 0.25s ease-out;opacity:0;background-color:#FFFFFF;margin-bottom:5px !important}.custom-accorion-wrapper.open .accordion-toggle:after{transform:rotate(0deg)}.custom-accorion-wrapper.open .accordion-content{padding:18px;opacity:1;max-height:none;margin-bottom:30px !important}.mod_course_reader .course-gallery img,.mod_person_reader .course-gallery img,.mod_course_reader .accordion-content img{max-width:100%;height:auto}.mod_mod_course_date_table{padding-top:3.5rem;padding-bottom:2rem}.mod_mod_course_date_table .course-list-item.without-dates{color:#E6342A !important}.mod_mod_course_date_table .course-list-item.without-dates .warranty{color:#E6342A !important}.mod_mod_course_date_table .course-list-item.without-dates .date-mask{background-color:#E6342A !important}.mod_mod_course_date_table .warranty{display:block;text-align:center;color:#E6342A;font-size:14px;padding-top:5px;font-weight:600}@media screen and (max-width:1024px){.mod_mod_course_date_table .course-list-item__start_date{width:auto !important;margin-right:25px}.mod_mod_course_date_table .course-list-item__location{flex:1 0 auto}.mod_mod_course_date_table .course-list-item__more{width:auto !important}}@media screen and (max-width:815px){.mod_mod_course_date_table .course-list-item__start_date{width:50% !important;flex:1 0 auto;order:1}.mod_mod_course_date_table .course-list-item__location{width:auto !important;flex:0 0 auto;order:2;text-align:right}.mod_mod_course_date_table .course-list-item__price{width:50% !important;flex:1 0 auto;order:4;text-align:right}.mod_mod_course_date_table .course-list-item__more{width:auto !important;flex:0 0 auto;order:3}}@media screen and (max-width:430px){.mod_mod_course_date_table .course-list-item__start_date{order:1}.mod_mod_course_date_table .course-list-item__location{width:100% !important;flex:0 0 auto;order:3;margin-right:0}.mod_mod_course_date_table .course-list-item__price{width:auto !important;flex:0 0 auto;order:2}.mod_mod_course_date_table .course-list-item__more{width:auto !important;flex:0 0 auto;order:4;margin-top:15px;margin-left:auto}}@media screen and (max-width:300px){.mod_mod_course_date_table .course-list-item__price{width:100% !important;flex:0 0 auto}}.actions{display:flex;justify-content:flex-start;align-items:center;margin-bottom:40px;max-width:100%}@media screen and (max-width:900px){.actions{justify-content:center;flex-wrap:wrap;padding-left:15px;padding-right:15px}}@media screen and (max-width:900px){.actions>*{margin-bottom:20px !important}}.actions a:not(.button):not(.resp-sharing-button__link){color:#7C745E;font-weight:600;padding:0px 25px;text-decoration:none}.actions .watchlist,.actions .share,.actions .print{position:relative;display:flex;align-items:center}.actions .watchlist:before,.actions .share:before,.actions .print:before{content:"";display:inline-block;width:23px;height:21px;margin-right:10px;background-position:center;background-repeat:no-repeat;background-size:contain}.actions a.button.button-bordered{border:2px solid #E6342A;background-color:#FFFFFF !important;color:#7C745E;transition:all 0.3s ease-in-out;padding:14px 40px;font-size:20px}@media (max-width:660px){.actions a.button.button-bordered{font-size:18px;padding:18px 20px}}.actions .button:hover,.actions.button-parent:hover .button.button-bordered{background-image:none;color:#E6342A !important}.actions .watchlist:before{background-image:url(../../files/template/img/icons/watchlist.svg)}.actions .watchlist.in-cart{color:#7C745E !important}.actions .watchlist.in-cart:before{background-image:url(../../files/template/img/icons/watchlist_red.svg)}.actions .share:before{background-image:url(../../files/template/img/icons/share.svg)}.actions .share:hover{color:#E6342A !important}.actions .share:hover:before{background-image:url(../../files/template/img/icons/share_red.svg)}.actions .print:before{background-image:url(../../files/template/img/icons/print.svg)}.actions .print:hover{color:#E6342A !important}.actions .print:hover:before{background-image:url(../../files/template/img/icons/print_red.svg)}.actions .share-buttons{position:relative}.actions .popup{position:absolute;top:130%;left:50%;transform:translateX(-50%);opacity:0;z-index:-10;display:flex;justify-content:space-between;padding:0px 6px;background:rgba(255, 255, 255, 0.7);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.actions .popup.open{z-index:10;opacity:1}.mod_person_reader .headerimage{height:310px;overflow:hidden}.mod_person_reader .headerimage img{object-position:bottom}.auto-header .mod_article{overflow:hidden;box-sizing:border-box;padding-top:0px !important}.auto-header .mod_article:not(:first-child){padding-bottom:0px !important}.auto-header .mod_mod_course_slider{padding:45px}@media screen and (max-width:768px){.auto-header .mod_mod_course_slider{padding-right:0px !important;padding-left:0px !important}}.auto-header .feedback-list-slider{float:none}.honeycomb-container{bottom:0;left:0;opacity:0.1;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.honeycomb-container .rows-default,.honeycomb-container .rows-offset{bottom:0;left:0;position:absolute;right:0;top:0}.honeycomb-container .rows-offset{transform:translate(6.25%, 10.7375vw)}.honeycomb-container .item{float:left;margin-bottom:7.21875%;opacity:0;overflow:hidden;padding-bottom:14.4375%;transform:rotate(-60deg) skewY(30deg);-webkit-transform:rotate(-60deg) skewY(30deg);visibility:hidden;width:12.5%}.honeycomb-container .hexagon{background:#E6342A;height:100%;left:0;overflow:hidden;position:absolute;top:0;transform:skewY(-30deg) rotate(60deg) translateZ(0);-webkit-transform:skewY(-30deg) rotate(60deg) translateZ(0);visibility:visible;width:100%}#footer{margin-top:-1px}.mod_feedback_form_listing{width:100%;margin-bottom:3rem}.mod_feedback_form_listing .masonry{display:flex;flex-wrap:wrap;width:100%;gap:25px}.mod_feedback_form_listing span.optional{display:none}.mod_feedback_form_listing .no-results{text-align:center;display:none}.mod_feedback_form_listing .no-results.show{display:block}.mod_feedback_form_listing .testimonial{width:calc(50% - 25px);margin-bottom:30px}@media screen and (max-width:870px){.mod_feedback_form_listing .testimonial{width:100%}}.mod_feedback_form_listing .testimonial .title{font-size:30px}.mod_feedback_form_listing .testimonial .top-bar{display:flex;justify-content:space-between}.mod_feedback_form_listing .testimonial .top-bar span{font-size:18px;white-space:nowrap;word-break:keep-all;hyphens:none}.mod_feedback_form_listing .testimonial .linkedin{margin-left:10px;text-decoration:none}.mod_feedback_form_listing .testimonial .text{position:relative;background:#f2f2ef;box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.1);margin-bottom:20px}.mod_feedback_form_listing .testimonial .text .text-inside{position:relative;overflow:hidden;padding:30px}.mod_feedback_form_listing .testimonial .text .text-inside:before{text-align:center;position:absolute;content:"";display:block;width:100px;height:12px;right:-44px;bottom:-18px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);font:normal normal normal 14px/1 FontAwesome;background-color:#666652;background-image:url("../../files/template/img/icons/quote.svg");background-size:14px;background-repeat:no-repeat;background-position:center 14%;color:white;padding:6px 0 27px 0;font-size:16px}.mod_feedback_form_listing .testimonial .text:after{content:"";background:#f2f2ef;width:20px;height:20px;position:absolute;left:20px;bottom:-10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:-2px 2px 4px 0px rgba(0, 0, 0, 0.1)}.mod_feedback_form_listing .testimonial .image_container{border-radius:100%;border:2px solid #fff;width:60px;height:60px;margin-right:10px}.mod_feedback_form_listing .testimonial .image_container img{border-radius:100%;border:1px solid #eee;padding:3px}.mod_feedback_form_listing .testimonial .author{display:flex;align-items:center}.mod_feedback_form_listing .testimonial .author .name:before{content:"— ";display:inline}@media screen and (max-width:640px){.mod_feedback_form_listing .testimonial .author .name:before{display:none}}.mod_feedback_form_listing .testimonial .mobile-column-two{display:flex;align-items:center;flex-wrap:wrap}.mod_feedback_form_listing .testimonial .year-and-center{display:inline-block;margin-left:10px}@media screen and (max-width:640px){.mod_feedback_form_listing .testimonial .year-and-center{margin-left:0px;display:block;width:100%}}.mod_feedback_form_listing .more{grid-column:1 / -1;display:block;margin-top:50px;width:100%;text-align:center}.mod_feedback_form_listing .more a.button.disable{display:none}.mod_feedback_form_listing .formbody{display:flex;flex-wrap:wrap;margin-bottom:2.5rem}.mod_feedback_form_listing .formbody .widget{box-sizing:border-box;margin-bottom:10px;padding:0 10px;width:33%}@media screen and (max-width:730px){.mod_feedback_form_listing .formbody .widget{width:49%}}@media screen and (max-width:501px){.mod_feedback_form_listing .formbody .widget{width:100%}}.cboxElement:after{background-color:white;color:#666652}.cboxElement:hover:after{background-color:#666652 !important;color:white}@media screen and (max-width:1400px){.honeycomb-container .item{margin-bottom:7.21875%;padding-bottom:14.4375%;width:12.5%}.honeycomb-container .rows-offset{transform:translate(6.25%, 10.7375vw);-webkit-transform:translate(6.25%, 10.7375vw)}}@media (max-width:660px){h1,.h1{font-size:26px}h2,.h2{font-size:26px}}@media screen and (max-width:900px){.honeycomb-container .item{margin-bottom:9.625%;padding-bottom:19.25%;width:16.6666666667%}.honeycomb-container .rows-offset{transform:translate(8.3333333333%, 14.3166666667vw);-webkit-transform:translate(8.3333333333%, 14.3166666667vw)}}@media screen and (max-width:480px){.honeycomb-container .item{margin-bottom:14.4375%;padding-bottom:28.875%;width:25%}.honeycomb-container .rows-offset{transform:translate(12.5%, 20.875vw);-webkit-transform:translate(12.5%, 20.875vw)}}.margin-top--large{margin-top:22rem}.margin-top--medium{margin-top:18rem}.margin-top--small{margin-top:6rem}@keyframes wiggle{0%{transform:rotate(0deg)}25%{transform:rotate(2deg)}50%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0deg)}}.ce_rsce_teaser_image{position:absolute;top:2rem;max-width:45%;filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));transition:all 0.3s ease-in-out}@media screen and (max-width:660px){.ce_rsce_teaser_image{top:3vw}}.ce_rsce_teaser_image img{height:auto}.ce_rsce_teaser_image.left{left:5vw}@media screen and (max-width:660px){.ce_rsce_teaser_image.left{left:3vw}}.ce_rsce_teaser_image.center{left:50%;transform:translateX(-50%)}.ce_rsce_teaser_image.right{right:5vw}@media screen and (max-width:660px){.ce_rsce_teaser_image.right{right:3vw}}.ce_rsce_teaser_image:hover{animation:wiggle 0.5s;filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.5))}
