@keyframes basicModal__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes basicModal__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes basicModal__moveUpFade{0%{transform:translateY(80px)}to{transform:translateY(0)}}@keyframes basicModal__shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-10px)}40%,80%{transform:translateX(10px)}}.basicModalContainer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.4);z-index:1000}.basicModalContainer,.basicModalContainer *,.basicModalContainer :after,.basicModalContainer :before{box-sizing:border-box}.basicModalContainer--fadeIn{animation:basicModal__fadeIn .3s cubic-bezier(.51,.92,.24,1.15)}.basicModalContainer--fadeOut{animation:basicModal__fadeOut .3s cubic-bezier(.51,.92,.24,1.15)}.basicModalContainer--fadeIn .basicModal--fadeIn{animation:basicModal__moveUpFade .3s cubic-bezier(.51,.92,.24,1.15)}.basicModalContainer--fadeIn .basicModal--shake{animation:basicModal__shake .3s cubic-bezier(.51,.92,.24,1.15)}.basicModal{position:relative;width:500px;background-color:#fff;font-size:14px;border-radius:5px;box-shadow:0 1px 2px rgba(0,0,0,.2)}.basicModal__content{padding:7%;max-height:70vh;overflow:auto;-webkit-overflow-scrolling:touch}.basicModal__buttons{display:-ms-flexbox;display:flex;width:100%;box-shadow:0 -1px 0 rgba(0,0,0,.1)}.basicModal__button{display:inline-block;width:100%;padding:13px 0 14px;background-color:rgba(0,0,0,.07);color:#444;font-weight:700;text-align:center;cursor:pointer;transition:background-color .2s;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.basicModal__button:hover{background-color:rgba(0,0,0,.02)}.basicModal__button--active,.basicModal__button:active{transition:none;background-color:rgba(0,0,0,.1)}.basicModal__button#basicModal__cancel{-ms-flex-negative:2;flex-shrink:2}.basicModal__button#basicModal__action{-ms-flex-negative:1;flex-shrink:1;color:#2875ed;box-shadow:inset 1px 0 0 rgba(0,0,0,.1)}.basicModal__button#basicModal__action:first-child{box-shadow:none}.basicModal__button:first-child{border-radius:0 0 0 5px}.basicModal__button:last-child{border-radius:0 0 5px}.basicModal__text{width:100%;margin:0;padding:14px 10px;background-color:transparent;color:#333;border:0;box-shadow:0 1px 0 #c8c8c8;border-radius:0;outline:0;transition:background-color .2s,box-shadow .2s}.basicModal__text:hover{background-color:rgba(0,0,0,.02);box-shadow:0 1px 0 #b4b4b4}.basicModal__text:focus{background-color:rgba(40,117,237,.05);box-shadow:0 1px 0 #2875ed}.basicModal__text.error{background-color:rgba(255,36,16,.05);box-shadow:0 1px 0 #ff2410}.basicModal p{margin:0 0 5%;width:100%;color:#444;text-align:center;line-height:22px}.basicModal p a{color:#2875ed}.basicModal p:last-child{margin:0}.basicModal__small{max-width:340px;text-align:center}.basicModal__small .basicModal__content{padding:10% 5%}.basicModal__xclose#basicModal__cancel{position:absolute;top:-8px;right:-8px;margin:0;padding:0;width:40px;height:40px;background-color:#fff;border-radius:100%;box-shadow:0 1px 2px rgba(0,0,0,.2)}.basicModal__xclose#basicModal__cancel:after{content:'';position:absolute;left:-3px;top:8px;width:35px;height:34px;background:#fff}.basicModal__xclose#basicModal__cancel svg{position:relative;width:20px;height:39px;fill:#888;z-index:1;transition:fill .2s}.basicModal__xclose#basicModal__cancel:after:hover svg,.basicModal__xclose#basicModal__cancel:hover svg{fill:#2875ed}.basicModal__xclose#basicModal__cancel:active svg,.basicModal__xclose#basicModal__cancel:after:active svg{fill:#1364e3}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:0;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:0;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.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;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[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}.site_404_area{margin-bottom:35px}.site_404_area .site_404_content_area,.site_404_area .site_404_title_box_area{text-align:left;display:flex;flex-wrap:wrap}.site_404_area .col-2-3,.site_404_area .col-5-10{margin:0 auto}.site_404_area .site_404_title_box_text{padding-top:80px;padding-bottom:40px}.site_404_area .site_404_content_area_text{padding-top:40px;padding-bottom:80px}@media screen and (max-width:700px){.site_404_area .col-2-3,.site_404_area .col-5-10{width:100%;padding-left:15px;padding-right:15px}}*,:after,:before{box-sizing:border-box}html{font-size:14px;line-height:23px;color:#333}body{background-color:#fff;margin:0}img{vertical-align:middle}.inside_grid .inside_grid_element{margin:0 auto;max-width:1200px}.iw-visibility-animation{transition:visibility 0s,opacity .5s linear}.iw-size-animation{transition:all .2s linear}button,button:focus,input,input:focus,select,select:focus,textarea,textarea:focus{outline:0 !important}.clearfix:after,.grecaptcha-badge{visibility:hidden}.clearfix:after{content:".";clear:both;display:block;height:0}.iw_flex_grid{display:flex;flex-wrap:wrap}.iw_flex_grid .iw_flex_grid_element{box-sizing:border-box}.row{margin-right:-15px;margin-left:-15px}.col-1-10{width:10%}.col-1-5{width:20%}.col-1-4,.col-25-100{width:25%}.col-3-10{width:30%}.col-1-3,.col-33-10{width:33.333%}.col-1-2,.col-5-10{width:50%}.col-2-3,.col-66-10{width:66.666%}.col-7-10{width:70%}.col-3-4,.col-75-100{width:75%}.col-8-10{width:80%}.col-1-1,.col-10-10{width:100%}.only-mobile{display:none !important}.only-desktop{display:inherit}.iw-no-js,li#wp-admin-bar-comments,li#wp-admin-bar-customize,li#wp-admin-bar-new_draft,li#wp-admin-bar-revslider,li#wp-admin-bar-search,li#wp-admin-bar-vc_inline-admin-bar-link,li#wp-admin-bar-wpseo-menu{display:none !important}.content-width{max-width:1200px;margin:auto auto -25px;width:100%}.otgs-development-site-front-end{display:none}button.iw_icon_button{width:64px;height:64px;border:0;background-color:#ef17ef;padding:20px;cursor:pointer;display:none;visibility:hidden;opacity:0}button.iw_icon_button.small{width:24px;height:24px;padding:0}@media screen and (max-width:1200px){.content-width{overflow:hidden}}@media only screen and (min-width:320px) and (max-width:560px){body{-webkit-text-size-adjust:none}}a{color:#101010;text-decoration:underline}a:hover{color:#b3b3b3}p{margin:0 0 10px}h1 a,h2 a,h3 a{text-decoration:none}.h1,.h2,h1,h2{font-size:30px;line-height:36px;font-weight:400;word-wrap:break-word;margin:0}.h2,h2{font-size:28px;line-height:37px}.h3,.h4,.h5,.h6,h3,h4,h5,h6{font-size:27px;line-height:36px;font-weight:400;margin:0}.h4,.h5,.h6,h4,h5,h6{font-size:20px;line-height:26px}.h5,.h6,h5,h6{font-size:17px;line-height:23px}.h6,h6{font-size:14px;line-height:19px}.iw_footer .iw_footer_info_area{flex-wrap:nowrap}.iw_footer .iw_footer_info_area .iw_footer_info_area_block_wrapper.iw_flex_grid{justify-content:space-between;width:100%}@media screen and (max-width:920px){.iw_footer .iw_footer_content_area .iw_flex_grid_element.col-1-4{width:50%}}@media screen and (max-width:768px){.iw_footer .iw_footer_content_area .iw_flex_grid_element.col-1-2,.iw_footer .iw_footer_content_area .iw_flex_grid_element.col-1-4{width:100%}}.iw_header{position:absolute;width:100%;z-index:999}.iw-sticky .iw_header{position:fixed;width:100%}.iw_header .iw_header_info_area{display:flex}.iw_header .iw_header_info_area.both{justify-content:space-between}.iw_header .iw_header_info_area.left{justify-content:flex-start}.iw_header .iw_header_info_area.right{justify-content:flex-end}.iw_header .iw_header_content_area .iw_header_content_inside_area{display:flex;justify-content:space-between;position:relative}.iw_header .iw_header_content_area .iw_header_content_area_block.center{margin:0 auto}.iw_contact_form .third{width:33.33333333%;float:left}.iw_contact_form .half{width:50%;float:left}.iw_contact_form .full{width:100%}.iw_contact_form .standard_row{padding:17px}.iw_contact_form .content-element.third.middle{padding:0 17px}.iw_contact_form .content-element.half.left,.iw_contact_form .content-element.third.left{padding:0 17px 0 0}.iw_contact_form .content-element.half.right,.iw_contact_form .content-element.third.right{padding:0 0 0 17px}.iw_contact_form p{margin:0}.iw_contact_form .standard_row_headline{font-family:inherit;font-size:17px;line-height:17px}.iw_contact_form .content-note{padding-top:17px}.iw_contact_form .standard_info_headline{font-family:inherit;font-size:17px;line-height:17px;color:#ef17ef;padding:17px}.iw_contact_form .iw-cf7-file span::after,.iw_contact_form .iw-custom-select .option,.iw_contact_form .iw-custom-select .option-wrapper,.iw_contact_form .iw-custom-select .select-field,.iw_contact_form .iw-improved-custom-select .option,.iw_contact_form .iw-improved-custom-select .option-wrapper,.iw_contact_form .iw-improved-custom-select .select-field,.iw_contact_form input,.iw_contact_form textarea{font-family:inherit;font-size:17px;line-height:17px;color:#ef17ef;border:1px solid #17efef;width:100%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;padding:17px;margin:0}.iw_contact_form input:-ms-input-placeholder,.iw_contact_form textarea:-ms-input-placeholder{color:#ef17ef}.iw_contact_form input::-webkit-input-placeholder,.iw_contact_form textarea::-webkit-input-placeholder{color:#ef17ef}.iw_contact_form input::-moz-placeholder,.iw_contact_form textarea::-moz-placeholder{color:#ef17ef}.iw_contact_form input::-ms-input-placeholder,.iw_contact_form textarea::-ms-input-placeholder{color:#ef17ef}.iw_contact_form input::placeholder,.iw_contact_form textarea::placeholder{color:#ef17ef}.iw_contact_form textarea{height:117px}.iw_contact_form .iw-cf7-file span{position:relative;display:block}.no-js .iw_contact_form .iw-cf7-file span{position:inherit}.iw_contact_form .iw-cf7-file span::after{content:attr(data-content) ' DEMOTEXT';position:absolute;left:0;right:0;text-align:left;cursor:pointer}.iw_contact_form .iw-cf7-file span.with-file::after{content:attr(data-content)}.no-js .iw_contact_form .iw-cf7-file span.with-file::after,.no-js .iw_contact_form .iw-cf7-file span::after{content:'';position:inherit;cursor:inherit;display:none}.iw_contact_form .iw-cf7-file span>input{opacity:0;padding:17px}.no-js .iw_contact_form .iw-cf7-file span>input{opacity:1}.iw_contact_form .iw-custom-select,.iw_contact_form .iw-improved-custom-select{position:relative;padding-top:17px}.iw_contact_form .iw-custom-select select,.iw_contact_form .iw-improved-custom-select select{display:none}.iw_contact_form .iw-custom-select .option,.iw_contact_form .iw-improved-custom-select .select-field{cursor:pointer}.iw_contact_form .iw-custom-select .select-field:after,.iw_contact_form .iw-improved-custom-select .select-field:after{position:absolute;right:17px;content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iR3J1cHBlXzkzMSIgZGF0YS1uYW1lPSJHcnVwcGUgOTMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM4NSAtMjAzNSkiPgogICAgPHBhdGggaWQ9ImNoZXZyb24tZG93biIgZD0iTTYsOWw2LDYsNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzg1IDIwMzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0ODUwNTUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHJlY3QgaWQ9IlJlY2h0ZWNrXzkwMCIgZGF0YS1uYW1lPSJSZWNodGVjayA5MDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM4NSAyMDM1KSIgZmlsbD0ibm9uZSIvPgogIDwvZz4KPC9zdmc+Cg==);height:17px;width:17px}.iw_contact_form .iw-custom-select .select-field.option-wrapper-open:after,.iw_contact_form .iw-improved-custom-select .select-field.option-wrapper-open:after{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iR3J1cHBlXzEwNzEiIGRhdGEtbmFtZT0iR3J1cHBlIDEwNzEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0MDkgMjA1OSkgcm90YXRlKDE4MCkiPgogICAgPHBhdGggaWQ9ImNoZXZyb24tZG93biIgZD0iTTYsOWw2LDYsNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzg1IDIwMzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0ODUwNTUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHJlY3QgaWQ9IlJlY2h0ZWNrXzkwMCIgZGF0YS1uYW1lPSJSZWNodGVjayA5MDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM4NSAyMDM1KSIgZmlsbD0ibm9uZSIvPgogIDwvZz4KPC9zdmc+Cg==)}.iw_contact_form .iw-custom-select .option-wrapper,.iw_contact_form .iw-improved-custom-select .option-wrapper{position:absolute;z-index:99;top:62px}.iw_contact_form .acceptance_row input[type=checkbox],.iw_contact_form .checkbox-element input[type=checkbox],.iw_contact_form .checkbox-element input[type=radio],.iw_contact_form .iw-custom-select .select-hide,.iw_contact_form .iw-improved-custom-select .select-hide{display:none}.iw_contact_form .iw-custom-select .option-wrapper .option.selected,.iw_contact_form .iw-custom-select .option-wrapper .option:hover,.iw_contact_form .iw-improved-custom-select .option-wrapper .option.selected,.iw_contact_form .iw-improved-custom-select .option-wrapper .option:hover{background-color:#efef17}.iw_contact_form .acceptance_row{padding-top:17px;margin:-17px 17px 17px}.iw_contact_form .acceptance_row a{color:#ef17ef;text-decoration:underline}.iw_contact_form .acceptance_row a:hover{text-decoration:none}.iw_contact_form .acceptance_row label{font-family:inherit;font-size:17px;line-height:17px;color:#ef17ef;cursor:pointer;display:block}.iw_contact_form .acceptance_row input[type=checkbox]+span::before,.iw_contact_form .checkbox-element input[type=checkbox]+span::before,.iw_contact_form .checkbox-element input[type=radio]+span::before{width:17px;height:17px;background-color:#fff;display:block;content:"";float:left;border:1px solid #17efef;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-webkit-appearance:none;-moz-appearance:none;margin:0 0 0 -17px}.iw_contact_form .acceptance_row input[type=checkbox]:checked+span::before,.iw_contact_form .checkbox-element input[type=checkbox]:checked+span::before,.iw_contact_form .checkbox-element input[type=radio]:checked+span::before{background-color:#17efef;border:1px solid #17efef}.iw_contact_form .acceptance_row span.wpcf7-list-item{margin:0}.iw_contact_form .submit_row{padding:17px}.iw_contact_form input.wpcf7-submit{font-family:inherit;font-size:17px;line-height:17px;color:#ef17ef;padding:17px;background-color:#efef17;cursor:pointer;width:inherit;border:1px solid #17efef;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-webkit-appearance:none;-moz-appearance:none}.iw_contact_form input.wpcf7-submit:hover{background-color:#17efef;color:#efef17}.iw_contact_form input.wpcf7-submit:disabled,.iw_contact_form input.wpcf7-submit:hover:disabled{background:#efefef;color:#d1d1d1;border-color:#d1d1d1;cursor:not-allowed}@media screen and (max-width:1230px){.iw_contact_form .third{width:50%}.iw_contact_form .content-element.third.right{padding:17px 17px 0 0}.iw_contact_form .content-element.third.left{padding:0 17px 0 0}.iw_contact_form .content-element.third.middle{padding:0 0 0 17px}}@media screen and (max-width:768px){.iw_contact_form .half,.iw_contact_form .third{width:100%}.iw_contact_form .content-element.half.left,.iw_contact_form .content-element.half.right,.iw_contact_form .content-element.third.left,.iw_contact_form .content-element.third.middle,.iw_contact_form .content-element.third.right{padding:0}}.iw_header_content_area .iw_core_theme_navigation_widget .iw_navigation nav{display:none;opacity:0}.iw_header_content_area .iw_core_theme_navigation_widget .iw_navigation .closing_layer{height:100%;width:100%;right:0;position:fixed;z-index:-1;top:0;display:none}.iw_mobile_navigation .iw_navigation nav{display:block;opacity:1}.iw_navigation ul{padding:0;margin:0;list-style-type:none}.iw_navigation.column_menu ul{display:flex;flex-flow:wrap}.iw_navigation ul>li.sub-level-menu-item a,.iw_navigation ul>li.top-level-menu-item a{text-decoration:none;color:#17efef}.iw_navigation ul>li.sub-level-menu-item.active-parent>a,.iw_navigation ul>li.sub-level-menu-item.active>a,.iw_navigation ul>li.sub-level-menu-item>a:focus,.iw_navigation ul>li.sub-level-menu-item>a:hover,.iw_navigation ul>li.top-level-menu-item.active-parent>a,.iw_navigation ul>li.top-level-menu-item.active>a,.iw_navigation ul>li.top-level-menu-item>a:focus,.iw_navigation ul>li.top-level-menu-item>a:hover{color:#ef17ef}.iw_navigation.dropdown_menu ul>li.has-sub-level-menu>ul.sub-level-menu{list-style-type:none;position:absolute;z-index:1000}.iw_mobile_navigation ul,.iw_navigation.dropdown_menu.advanced ul>li.has-sub-level-menu>.sub-menu-wrapper,.iw_navigation.dropdown_menu.standard ul>li.has-sub-level-menu>ul.sub-level-menu{display:none}.iw_navigation.dropdown_menu.advanced ul>li.has-sub-level-menu:hover>.sub-menu-wrapper,.iw_navigation.dropdown_menu.standard ul>li.has-sub-level-menu:hover>ul.sub-level-menu{display:block}.iw_mobile_navigation_buttons button.iw_mobile_navigation_button{right:50px;position:absolute;width:64px;height:64px;background:0}.iw_header .iw_mobile_navigation_buttons button.iw_mobile_navigation_button{right:0}.iw-body-widgets-wrapper .iw_mobile_navigation_buttons button.iw_mobile_navigation_button{position:fixed;background:#ef17ef}.iw_mobile_navigation .iw_mobile_navigation_buttons button.iw_mobile_navigation_button.close{top:19px}.iw_mobile_navigation_buttons button.iw_mobile_navigation_button.open{z-index:999}.iw_mobile_navigation_buttons button.iw_mobile_navigation_button.close{z-index:1001}.iw_mobile_navigation_buttons button.iw_mobile_navigation_button svg{height:100%;width:100%}.iw_mobile_navigation{background:#efef17;position:fixed;top:0;z-index:1000;height:0;transition:1s cubic-bezier(0,0,0,1);width:100%;overflow:scroll}.iw_mobile_navigation.bottom_top{top:unset;bottom:0}.iw_mobile_navigation ul li{visibility:hidden;opacity:0;transition:visibility 0s,opacity .5s linear}.iw_search_buttons{width:24px;height:24px;position:relative}.iw_search_buttons button.iw_search_button{position:absolute}.iw_header_search_area{background:#17efef;position:absolute;right:0;left:0;z-index:3;height:0;transition:1s cubic-bezier(0,0,0,1)}.iw_header_search_area .iw_header_search_inside_area{top:50%;transform:translate(0,-50%);position:absolute;right:0;left:0;visibility:hidden;opacity:0;display:none;transition:visibility 0s,opacity .5s linear}.iw_header_search_area .iw_header_search_inside_area.iw_core_search input[type=text]{width:calc(100% - 58px)}.iw_header_search_area .iw_header_search_inside_area .start_search{display:inline-block;visibility:visible;opacity:1}.iw_header_search_area .iw_header_search_inside_area .start_search:focus{outline:0}.iw_core_theme_logo_widget a{display:flex;justify-content:center}button.iw_back_to_top_button{bottom:40px;left:50px;position:fixed;z-index:800}.close_search_icon,.open_search_icon{width:24px;height:24px;cursor:pointer}.open_search_icon:hover svg .cls-2{stroke:#31b9d5}.iw_language_selector{position:relative}.iwct_language_selector .iw_current_language{cursor:pointer}.iwct_language_selector .iwct_language_selector_list{position:absolute;right:0;top:60px;background:#efef17;padding:17px;z-index:999;border-radius:17px;-webkit-border-radius:17px;-moz-border-radius:17px;display:none}.iwct_language_selector .iwct_language_selector_list .iwct_language_selector_list_item{padding:17px;display:flex}.iwct_language_selector .iwct_language_selector_list .iwct_language_selector_list_item .image{float:left}.iw_current_language .image img,.iwct_language_selector .iwct_language_selector_list .iwct_language_selector_list_item .image img{height:inherit;width:24px}.iwct_language_selector .iwct_language_selector_list .iwct_language_selector_list_item a{display:flex}.iwct_language_selector .iwct_language_selector_list .iwct_language_selector_list_item .name{font-family:inherit;font-size:17px;line-height:17px;color:#ef17ef;padding:17px;margin:0;float:left}.iwct_language_selector .iwct_language_selector_list .iwct_language_selector_list_item a:hover .name,.iwct_language_selector .iwct_language_selector_list .iwct_language_selector_list_item.active .name{color:#17efef}.iwct_language_selector .iwct_language_selector_list_item.active::before{width:8px;height:8px;background-color:#ef17ef;display:none;content:"";float:left;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-webkit-appearance:none;-moz-appearance:none;margin:17px}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.iw_cpt_evt_lst{margin-left:-15px;margin-right:-15px}.iw_cpt_evt_lst form{max-width:790px;margin:15px auto}.iw_cpt_evt_lst svg{fill:#1d1d1d}.iw_cpt_evt_lst .iw_cpt_search{padding:0 0 50px 0}.iw_cpt_evt_lst .iw_cpt_search input[type="text"]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #333;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_cpt_evt_lst .iw_cpt_search input:focus{outline:0}.iw_cpt_evt_lst form{max-width:790px;margin:0 auto}.iw_cpt_evt_lst .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_evt_lst .iw_cpt_search button:focus{outline:0}.iw_cpt_evt_lst .iw_cpt_search .start_search svg{width:20px;height:20px}.iw_cpt_evt_lst .category_link_wrapper a.category_link{text-decoration:none}.iw_cpt_evt_lst .category_link_wrapper a.category_link:hover{color:#efef17}.iw_cpt_evt_lst .category_link_wrapper.active a.category_link{color:#efef17}.iw_cpt_evt_lst .iw_cpt_categories{padding:17px}.iw_cpt_evt_lst .iw_cpt_categories .category_wrapper_inner.clearfix{padding:17px}.iw_cpt_evt_lst .category_link_wrapper{padding:17px}.iw_cpt_evt_lst .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_cpt_evt_lst .iw_cpt_categories.multi_line .all_links{float:left}.iw_cpt_evt_lst .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_cpt_evt_lst .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_evt_lst .iw_cpt_categories.multi_line button:focus{outline:0}.iw_cpt_evt_lst .iw_cpt_categories.multi_line .open_rect svg{width:20px;height:20px}.iw_cpt_evt_lst .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_cpt_evt_lst .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:start;flex-wrap:wrap;-ms-flex-flow:wrap}.iw_cpt_evt_lst .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;-ms-flex-flow:wrap;text-align:left;flex-grow:0}.iw_cpt_evt_lst article.iw_cpt_list_post{padding:17px}.iw_cpt_evt_lst .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:transparent}.iw_cpt_evt_lst .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;object-fit:cover}.iw_cpt_evt_lst .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_cpt_evt_lst .post_thumbnail_overlay:hover{background:rgba(255,255,255,0.6)}.iw_cpt_evt_lst .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_cpt_evt_lst .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_cpt_evt_lst .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_cpt_evt_lst .iw_cpt_list_post .post_content_area,.iw_cpt_evt_lst .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_cpt_evt_lst .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_cpt_evt_lst .iw_cpt_list_post .post_content_area_headline a p.headline{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_evt_lst .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:86px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_evt_lst .iw_cpt_list_post span.meta_info{padding:17px}.iw_cpt_evt_lst .loading_results,.iw_cpt_evt_lst .no_result{text-align:center}.iw_cpt_evt_lst .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-flow:wrap;padding:17px;width:100%}.iw_cpt_evt_lst.without_pagination .iw_cpt_pagination{display:none}.iw_cpt_evt_lst .iw_cpt_pagination .page{flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_evt_lst .iw_cpt_pagination .prev_area,.iw_cpt_evt_lst .iw_cpt_pagination .next_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_evt_lst .iw_cpt_pagination .prev_arrow,.iw_cpt_evt_lst .iw_cpt_pagination .next_arrow{width:20px;height:20px}.iw_cpt_evt_lst .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_cpt_evt_lst .iw_cpt_pagination .prev_arrow{float:left}.iw_cpt_evt_lst .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_cpt_evt_lst .iw_cpt_pagination .next_arrow{float:right}.iw_cpt_evt_lst .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_evt_lst .iw_cpt_pagination .next_area .next_arrow svg{width:20px;height:20px}.iw_cpt_evt_lst .cpt-col-1-1{width:100%;float:left}.iw_cpt_evt_lst .cpt-col-1-2{width:50%;float:left}.iw_cpt_evt_lst .cpt-col-1-3{width:33.333333%;float:left}.iw_cpt_evt_lst .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_cpt_evt_lst .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_cpt_evt_lst .cpt-col-1-3,.iw_cpt_evt_lst .cpt-col-1-4{width:50%}.iw_cpt_evt_lst .iw_cpt_pagination .prev_text,.iw_cpt_evt_lst .iw_cpt_pagination .next_text{display:none}}@media screen and (max-width:640px){.iw_cpt_evt_lst .cpt-col-1-2,.iw_cpt_evt_lst .cpt-col-1-3,.iw_cpt_evt_lst .cpt-col-1-4{width:100%}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.iw_cpt_image_gallery{margin-left:-15px;margin-right:-15px}.iw_cpt_image_gallery .desktop{display:block}.iw_cpt_image_gallery.direct_mobile_style .desktop{display:none}.iw_cpt_image_gallery .mobile{display:none}.iw_cpt_image_gallery.direct_mobile_style .mobile{display:block}.iw_cpt_image_gallery .iw_col_1_2{float:left;width:50%}.iw_cpt_image_gallery .iw_col_1_1{float:left;width:100%}.iw_cpt_image_gallery .iw_col_1_4{width:25%;float:left}.iw_cpt_image_gallery .iw_cpt_image_gallery_image{width:50%;float:left;padding:15px;overflow:hidden;height:210px;position:relative}.iw_cpt_image_gallery .iw_col_1_1 .iw_cpt_image_gallery_image{width:25%}.iw_cpt_image_gallery .iw_cpt_image_gallery_image.full{width:100%;height:420px}.iw_cpt_image_gallery .iw_col_1_4 .iw_cpt_image_gallery_image{width:100%}.iw_cpt_image_gallery .iw_cpt_image_gallery_image img{cursor:pointer;height:100%;width:100%;object-fit:cover}.iw_cpt_image_gallery.no_lightbox .iw_cpt_image_gallery_image img{cursor:initial}.iw_cpt_image_gallery .iw_cpt_image_gallery_clearfix::after{content:"";clear:both;display:table}@media screen and (max-width:860px){.iw_cpt_image_gallery .desktop{display:none}.iw_cpt_image_gallery .mobile{display:block}}#iw_cpt_image_gallery_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_cpt_image_gallery_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer}#iw_cpt_image_gallery_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_cpt_image_gallery_lightbox .content{position:absolute;top:0;bottom:0;left:125px;right:125px}#iw_cpt_image_gallery_lightbox .counter{position:absolute;bottom:50px;left:0;right:0;width:100%;text-align:center;font-size:25px}#iw_cpt_image_gallery_lightbox .content img{width:100%;height:100%;object-fit:contain}@media screen and (max-width:1200px){#iw_cpt_image_gallery_lightbox .content{left:75px;right:75px}}@media screen and (max-width:860px){#iw_cpt_image_gallery_lightbox .content{left:35px;right:35px}#iw_cpt_image_gallery_lightbox .content_wrapper{top:75px;bottom:75px}#iw_cpt_image_gallery_lightbox .counter{bottom:30px}#iw_cpt_image_gallery_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_cpt_image_gallery_lightbox .content{left:15px;right:15px}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.iw_cpt_prsns_lst{margin-left:-15px;margin-right:-15px}.iw_cpt_prsns_lst form{max-width:790px;margin:15px auto}.iw_cpt_prsns_lst svg{fill:#1d1d1d}.iw_cpt_prsns_lst .iw_cpt_search{padding:0 0 50px 0}.iw_cpt_prsns_lst .iw_cpt_search input[type="text"]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #333;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_cpt_prsns_lst .iw_cpt_search input:focus{outline:0}.iw_cpt_prsns_lst form{max-width:790px;margin:0 auto}.iw_cpt_prsns_lst .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_prsns_lst .iw_cpt_search button:focus{outline:0}.iw_cpt_prsns_lst .iw_cpt_search .start_search svg{width:20px;height:20px}.iw_cpt_prsns_lst .category_link_wrapper a.category_link{text-decoration:none}.iw_cpt_prsns_lst .category_link_wrapper a.category_link:hover{color:#efef17}.iw_cpt_prsns_lst .category_link_wrapper.active a.category_link{color:#efef17}.iw_cpt_prsns_lst .iw_cpt_categories{padding:17px}.iw_cpt_prsns_lst .iw_cpt_categories .category_wrapper_inner.clearfix{padding:17px}.iw_cpt_prsns_lst .category_link_wrapper{padding:17px}.iw_cpt_prsns_lst .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_cpt_prsns_lst .iw_cpt_categories.multi_line .all_links{float:left}.iw_cpt_prsns_lst .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_cpt_prsns_lst .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_prsns_lst .iw_cpt_categories.multi_line button:focus{outline:0}.iw_cpt_prsns_lst .iw_cpt_categories.multi_line .open_rect svg{width:20px;height:20px}.iw_cpt_prsns_lst .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_cpt_prsns_lst .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:start;flex-wrap:wrap;-ms-flex-flow:wrap}.iw_cpt_prsns_lst .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;-ms-flex-flow:wrap;text-align:left;flex-grow:0}.iw_cpt_prsns_lst article.iw_cpt_list_post{padding:17px}.iw_cpt_prsns_lst .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:transparent}.iw_cpt_prsns_lst .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;object-fit:cover}.iw_cpt_prsns_lst .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_cpt_prsns_lst .post_thumbnail_overlay:hover{background:rgba(255,255,255,0.6)}.iw_cpt_prsns_lst .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_cpt_prsns_lst .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_cpt_prsns_lst .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_cpt_prsns_lst .iw_cpt_list_post .post_content_area,.iw_cpt_prsns_lst .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_cpt_prsns_lst .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_cpt_prsns_lst .iw_cpt_list_post .post_content_area_headline a p.headline{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_prsns_lst .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:86px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_prsns_lst .iw_cpt_list_post span.meta_info{padding:17px}.iw_cpt_prsns_lst .loading_results,.iw_cpt_prsns_lst .no_result{text-align:center}.iw_cpt_prsns_lst .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-flow:wrap;padding:17px;width:100%}.iw_cpt_prsns_lst.without_pagination .iw_cpt_pagination{display:none}.iw_cpt_prsns_lst .iw_cpt_pagination .page{flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_prsns_lst .iw_cpt_pagination .prev_area,.iw_cpt_prsns_lst .iw_cpt_pagination .next_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_prsns_lst .iw_cpt_pagination .prev_arrow,.iw_cpt_prsns_lst .iw_cpt_pagination .next_arrow{width:20px;height:20px}.iw_cpt_prsns_lst .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_cpt_prsns_lst .iw_cpt_pagination .prev_arrow{float:left}.iw_cpt_prsns_lst .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_cpt_prsns_lst .iw_cpt_pagination .next_arrow{float:right}.iw_cpt_prsns_lst .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_prsns_lst .iw_cpt_pagination .next_area .next_arrow svg{width:20px;height:20px}.iw_cpt_prsns_lst .cpt-col-1-1{width:100%;float:left}.iw_cpt_prsns_lst .cpt-col-1-2{width:50%;float:left}.iw_cpt_prsns_lst .cpt-col-1-3{width:33.333333%;float:left}.iw_cpt_prsns_lst .cpt-col-1-4{width:25%;float:left}.iw_cpt_prswgt{display:none;position:fixed;right:0;bottom:50px;z-index:1}.iw_cpt_prswgt .content_wrapper{background:#ef17ef;border:4px solid #ef17ef;border-radius:44px 0 0 44px;-webkit-border-radius:44px 0 0 44px;-moz-border-radius:44px 0 0 44px;cursor:pointer}.iw_cpt_prswgt .image_wrapper{width:80px;height:80px;float:left}.iw_cpt_prswgt .image_wrapper img{width:100%;height:100%;float:left;background-position:center center;background-repeat:no-repeat;object-fit:cover;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.iw_cpt_prswgt .text_wrapper{float:left;padding:17px}.iw_cpt_prswgt a .text_headline{font-size:17px;line-height:17px;font-weight:700;color:#17efef}.iw_cpt_prswgt a .text_name{font-size:17px;line-height:17px;font-weight:400;color:#17efef;padding-top:17px}.iw_cpt_prswgt a:hover .text_headline,.iw_cpt_prswgt a:hover .text_name{color:#efef17}.iw_cpt_persons_author .image_wrapper{width:50px;height:50px;float:left;border-radius:50%;background-position:center center;background-repeat:no-repeat;background-size:50px}.iw_cpt_persons_author .text_wrapper{padding:0 0 0 20px;float:left}.iw_cpt_persons_author .text_wrapper .name,.iw_cpt_persons_author .text_wrapper .position{color:#efef17}@media screen and (max-width:850px){.iw_cpt_prsns_lst .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_cpt_prsns_lst .cpt-col-1-3,.iw_cpt_prsns_lst .cpt-col-1-4{width:50%}.iw_cpt_prsns_lst .iw_cpt_pagination .prev_text,.iw_cpt_prsns_lst .iw_cpt_pagination .next_text{display:none}}@media screen and (max-width:640px){.iw_cpt_prsns_lst .cpt-col-1-2,.iw_cpt_prsns_lst .cpt-col-1-3,.iw_cpt_prsns_lst .cpt-col-1-4{width:100%}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.iw_cpt_psts_lst,.iw_cpt_blg_lst{margin-left:-15px;margin-right:-15px}.iw_cpt_psts_lst form,.iw_cpt_blg_lst form{max-width:790px;margin:15px auto}.iw_cpt_psts_lst svg,.iw_cpt_blg_lst svg{fill:#1d1d1d}.iw_cpt_psts_lst .iw_cpt_search,.iw_cpt_blg_lst .iw_cpt_search{padding:0 0 50px 0}.iw_cpt_psts_lst .iw_cpt_search input[type="text"],.iw_cpt_blg_lst .iw_cpt_search input[type="text"]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #333;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_cpt_psts_lst .iw_cpt_search input:focus,.iw_cpt_blg_lst .iw_cpt_search input:focus{outline:0}.iw_cpt_psts_lst form,.iw_cpt_blg_lst form{max-width:790px;margin:0 auto}.iw_cpt_psts_lst .iw_cpt_search button.start_search,.iw_cpt_blg_lst .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_psts_lst .iw_cpt_search button:focus,.iw_cpt_blg_lst .iw_cpt_search button:focus{outline:0}.iw_cpt_psts_lst .iw_cpt_search .start_search svg,.iw_cpt_blg_lst .iw_cpt_search .start_search svg{width:20px;height:20px}.iw_cpt_psts_lst .category_link_wrapper a.category_link,.iw_cpt_blg_lst .category_link_wrapper a.category_link{text-decoration:none}.iw_cpt_psts_lst .category_link_wrapper a.category_link:hover,.iw_cpt_blg_lst .category_link_wrapper a.category_link:hover{color:#efef17}.iw_cpt_psts_lst .category_link_wrapper.active a.category_link,.iw_cpt_blg_lst .category_link_wrapper.active a.category_link{color:#efef17}.iw_cpt_psts_lst .iw_cpt_categories,.iw_cpt_blg_lst .iw_cpt_categories{padding:17px}.iw_cpt_psts_lst .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_blg_lst .iw_cpt_categories .category_wrapper_inner.clearfix{padding:17px}.iw_cpt_psts_lst .category_link_wrapper,.iw_cpt_blg_lst .category_link_wrapper{padding:17px}.iw_cpt_psts_lst .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_blg_lst .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_cpt_psts_lst .iw_cpt_categories.multi_line .all_links,.iw_cpt_blg_lst .iw_cpt_categories.multi_line .all_links{float:left}.iw_cpt_psts_lst .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_blg_lst .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_cpt_psts_lst .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_blg_lst .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_psts_lst .iw_cpt_categories.multi_line button:focus,.iw_cpt_blg_lst .iw_cpt_categories.multi_line button:focus{outline:0}.iw_cpt_psts_lst .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_blg_lst .iw_cpt_categories.multi_line .open_rect svg{width:20px;height:20px}.iw_cpt_psts_lst .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_blg_lst .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_cpt_psts_lst .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_blg_lst .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:start;flex-wrap:wrap;-ms-flex-flow:wrap}.iw_cpt_psts_lst .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_blg_lst .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;-ms-flex-flow:wrap;text-align:left;flex-grow:0}.iw_cpt_psts_lst article.iw_cpt_list_post,.iw_cpt_blg_lst article.iw_cpt_list_post{padding:17px}.iw_cpt_psts_lst .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_blg_lst .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:transparent}.iw_cpt_psts_lst .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_blg_lst .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;object-fit:cover}.iw_cpt_psts_lst .post_thumbnail_overlay,.iw_cpt_blg_lst .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_cpt_psts_lst .post_thumbnail_overlay:hover,.iw_cpt_blg_lst .post_thumbnail_overlay:hover{background:rgba(255,255,255,0.6)}.iw_cpt_psts_lst .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_blg_lst .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_cpt_psts_lst .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_blg_lst .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_cpt_psts_lst .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_blg_lst .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_cpt_psts_lst .iw_cpt_list_post .post_content_area,.iw_cpt_psts_lst .iw_cpt_list_post.even .post_content_area,.iw_cpt_blg_lst .iw_cpt_list_post .post_content_area,.iw_cpt_blg_lst .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_cpt_psts_lst .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_blg_lst .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_cpt_psts_lst .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_blg_lst .iw_cpt_list_post .post_content_area_headline a p.headline{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_psts_lst .iw_cpt_list_post p.excerpt,.iw_cpt_blg_lst .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:86px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_psts_lst .iw_cpt_list_post span.meta_info,.iw_cpt_blg_lst .iw_cpt_list_post span.meta_info{padding:17px}.iw_cpt_psts_lst .loading_results,.iw_cpt_psts_lst .no_result,.iw_cpt_blg_lst .loading_results,.iw_cpt_blg_lst .no_result{text-align:center}.iw_cpt_psts_lst .iw_cpt_pagination,.iw_cpt_blg_lst .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-flow:wrap;padding:17px;width:100%}.iw_cpt_psts_lst.without_pagination .iw_cpt_pagination,.iw_cpt_blg_lst.without_pagination .iw_cpt_pagination{display:none}.iw_cpt_psts_lst .iw_cpt_pagination .page,.iw_cpt_blg_lst .iw_cpt_pagination .page{flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_psts_lst .iw_cpt_pagination .prev_area,.iw_cpt_psts_lst .iw_cpt_pagination .next_area,.iw_cpt_blg_lst .iw_cpt_pagination .prev_area,.iw_cpt_blg_lst .iw_cpt_pagination .next_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_psts_lst .iw_cpt_pagination .prev_arrow,.iw_cpt_psts_lst .iw_cpt_pagination .next_arrow,.iw_cpt_blg_lst .iw_cpt_pagination .prev_arrow,.iw_cpt_blg_lst .iw_cpt_pagination .next_arrow{width:20px;height:20px}.iw_cpt_psts_lst .iw_cpt_pagination .prev_text,.iw_cpt_blg_lst .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_cpt_psts_lst .iw_cpt_pagination .prev_arrow,.iw_cpt_blg_lst .iw_cpt_pagination .prev_arrow{float:left}.iw_cpt_psts_lst .iw_cpt_pagination .next_text,.iw_cpt_blg_lst .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_cpt_psts_lst .iw_cpt_pagination .next_arrow,.iw_cpt_blg_lst .iw_cpt_pagination .next_arrow{float:right}.iw_cpt_psts_lst .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_psts_lst .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_blg_lst .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_blg_lst .iw_cpt_pagination .next_area .next_arrow svg{width:20px;height:20px}.iw_cpt_psts_lst .cpt-col-1-1,.iw_cpt_blg_lst .cpt-col-1-1{width:100%;float:left}.iw_cpt_psts_lst .cpt-col-1-2,.iw_cpt_blg_lst .cpt-col-1-2{width:50%;float:left}.iw_cpt_psts_lst .cpt-col-1-3,.iw_cpt_blg_lst .cpt-col-1-3{width:33.333333%;float:left}.iw_cpt_psts_lst .cpt-col-1-4,.iw_cpt_blg_lst .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_cpt_psts_lst .iw_cpt_search,.iw_cpt_blg_lst .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_cpt_psts_lst .cpt-col-1-3,.iw_cpt_psts_lst .cpt-col-1-4,.iw_cpt_blg_lst .cpt-col-1-3,.iw_cpt_blg_lst .cpt-col-1-4{width:50%}.iw_cpt_psts_lst .iw_cpt_pagination .prev_text,.iw_cpt_psts_lst .iw_cpt_pagination .next_text,.iw_cpt_blg_lst .iw_cpt_pagination .prev_text,.iw_cpt_blg_lst .iw_cpt_pagination .next_text{display:none}}@media screen and (max-width:640px){.iw_cpt_psts_lst .cpt-col-1-2,.iw_cpt_psts_lst .cpt-col-1-3,.iw_cpt_psts_lst .cpt-col-1-4,.iw_cpt_blg_lst .cpt-col-1-2,.iw_cpt_blg_lst .cpt-col-1-3,.iw_cpt_blg_lst .cpt-col-1-4{width:100%}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.iw_cpt_prd_lst{margin-left:-15px;margin-right:-15px}.iw_cpt_prd_lst form{max-width:790px;margin:15px auto}.iw_cpt_prd_lst svg{fill:#1d1d1d}.iw_cpt_prd_lst .iw_cpt_search{padding:0 0 50px 0}.iw_cpt_prd_lst .iw_cpt_search input[type="text"]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #333;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_cpt_prd_lst .iw_cpt_search input:focus{outline:0}.iw_cpt_prd_lst form{max-width:790px;margin:0 auto}.iw_cpt_prd_lst .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_prd_lst .iw_cpt_search button:focus{outline:0}.iw_cpt_prd_lst .iw_cpt_search .start_search svg{width:20px;height:20px}.iw_cpt_prd_lst .category_link_wrapper a.category_link{text-decoration:none}.iw_cpt_prd_lst .category_link_wrapper a.category_link:hover{color:#efef17}.iw_cpt_prd_lst .category_link_wrapper.active a.category_link{color:#efef17}.iw_cpt_prd_lst .iw_cpt_categories{padding:17px}.iw_cpt_prd_lst .iw_cpt_categories .category_wrapper_inner.clearfix{padding:17px}.iw_cpt_prd_lst .category_link_wrapper{padding:17px}.iw_cpt_prd_lst .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_cpt_prd_lst .iw_cpt_categories.multi_line .all_links{float:left}.iw_cpt_prd_lst .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_cpt_prd_lst .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_prd_lst .iw_cpt_categories.multi_line button:focus{outline:0}.iw_cpt_prd_lst .iw_cpt_categories.multi_line .open_rect svg{width:20px;height:20px}.iw_cpt_prd_lst .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_cpt_prd_lst .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:start;flex-wrap:wrap;-ms-flex-flow:wrap}.iw_cpt_prd_lst .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;-ms-flex-flow:wrap;text-align:left;flex-grow:0}.iw_cpt_prd_lst article.iw_cpt_list_post{padding:17px}.iw_cpt_prd_lst .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:transparent}.iw_cpt_prd_lst .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;object-fit:cover}.iw_cpt_prd_lst .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_cpt_prd_lst .post_thumbnail_overlay:hover{background:rgba(255,255,255,0.6)}.iw_cpt_prd_lst .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_cpt_prd_lst .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_cpt_prd_lst .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_cpt_prd_lst .iw_cpt_list_post .post_content_area,.iw_cpt_prd_lst .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_cpt_prd_lst .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_cpt_prd_lst .iw_cpt_list_post .post_content_area_headline a p.headline{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_prd_lst .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:86px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_prd_lst .iw_cpt_list_post span.meta_info{padding:17px}.iw_cpt_prd_lst .loading_results,.iw_cpt_prd_lst .no_result{text-align:center}.iw_cpt_prd_lst .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-flow:wrap;padding:17px;width:100%}.iw_cpt_prd_lst.without_pagination .iw_cpt_pagination{display:none}.iw_cpt_prd_lst .iw_cpt_pagination .page{flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_prd_lst .iw_cpt_pagination .prev_area,.iw_cpt_prd_lst .iw_cpt_pagination .next_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_prd_lst .iw_cpt_pagination .prev_arrow,.iw_cpt_prd_lst .iw_cpt_pagination .next_arrow{width:20px;height:20px}.iw_cpt_prd_lst .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_cpt_prd_lst .iw_cpt_pagination .prev_arrow{float:left}.iw_cpt_prd_lst .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_cpt_prd_lst .iw_cpt_pagination .next_arrow{float:right}.iw_cpt_prd_lst .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_prd_lst .iw_cpt_pagination .next_area .next_arrow svg{width:20px;height:20px}.iw_cpt_prd_lst .cpt-col-1-1{width:100%;float:left}.iw_cpt_prd_lst .cpt-col-1-2{width:50%;float:left}.iw_cpt_prd_lst .cpt-col-1-3{width:33.333333%;float:left}.iw_cpt_prd_lst .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_cpt_prd_lst .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_cpt_prd_lst .cpt-col-1-3,.iw_cpt_prd_lst .cpt-col-1-4{width:50%}.iw_cpt_prd_lst .iw_cpt_pagination .prev_text,.iw_cpt_prd_lst .iw_cpt_pagination .next_text{display:none}}@media screen and (max-width:640px){.iw_cpt_prd_lst .cpt-col-1-2,.iw_cpt_prd_lst .cpt-col-1-3,.iw_cpt_prd_lst .cpt-col-1-4{width:100%}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.iw_cpt_pj_lst{margin-left:-15px;margin-right:-15px}.iw_cpt_pj_lst form{max-width:790px;margin:15px auto}.iw_cpt_pj_lst svg{fill:#1d1d1d}.iw_cpt_pj_lst .iw_cpt_search{padding:0 0 50px 0}.iw_cpt_pj_lst .iw_cpt_search input[type="text"]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #333;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_cpt_pj_lst .iw_cpt_search input:focus{outline:0}.iw_cpt_pj_lst form{max-width:790px;margin:0 auto}.iw_cpt_pj_lst .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_pj_lst .iw_cpt_search button:focus{outline:0}.iw_cpt_pj_lst .iw_cpt_search .start_search svg{width:20px;height:20px}.iw_cpt_pj_lst .category_link_wrapper a.category_link{text-decoration:none}.iw_cpt_pj_lst .category_link_wrapper a.category_link:hover{color:#efef17}.iw_cpt_pj_lst .category_link_wrapper.active a.category_link{color:#efef17}.iw_cpt_pj_lst .iw_cpt_categories{padding:17px}.iw_cpt_pj_lst .iw_cpt_categories .category_wrapper_inner.clearfix{padding:17px}.iw_cpt_pj_lst .category_link_wrapper{padding:17px}.iw_cpt_pj_lst .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_cpt_pj_lst .iw_cpt_categories.multi_line .all_links{float:left}.iw_cpt_pj_lst .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_cpt_pj_lst .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_pj_lst .iw_cpt_categories.multi_line button:focus{outline:0}.iw_cpt_pj_lst .iw_cpt_categories.multi_line .open_rect svg{width:20px;height:20px}.iw_cpt_pj_lst .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_cpt_pj_lst .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:start;flex-wrap:wrap;-ms-flex-flow:wrap}.iw_cpt_pj_lst .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;-ms-flex-flow:wrap;text-align:left;flex-grow:0}.iw_cpt_pj_lst article.iw_cpt_list_post{padding:17px}.iw_cpt_pj_lst .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:transparent}.iw_cpt_pj_lst .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;object-fit:cover}.iw_cpt_pj_lst .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_cpt_pj_lst .post_thumbnail_overlay:hover{background:rgba(255,255,255,0.6)}.iw_cpt_pj_lst .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_cpt_pj_lst .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_cpt_pj_lst .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_cpt_pj_lst .iw_cpt_list_post .post_content_area,.iw_cpt_pj_lst .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_cpt_pj_lst .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_cpt_pj_lst .iw_cpt_list_post .post_content_area_headline a p.headline{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_pj_lst .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:86px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_pj_lst .iw_cpt_list_post span.meta_info{padding:17px}.iw_cpt_pj_lst .loading_results,.iw_cpt_pj_lst .no_result{text-align:center}.iw_cpt_pj_lst .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-flow:wrap;padding:17px;width:100%}.iw_cpt_pj_lst.without_pagination .iw_cpt_pagination{display:none}.iw_cpt_pj_lst .iw_cpt_pagination .page{flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_pj_lst .iw_cpt_pagination .prev_area,.iw_cpt_pj_lst .iw_cpt_pagination .next_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_pj_lst .iw_cpt_pagination .prev_arrow,.iw_cpt_pj_lst .iw_cpt_pagination .next_arrow{width:20px;height:20px}.iw_cpt_pj_lst .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_cpt_pj_lst .iw_cpt_pagination .prev_arrow{float:left}.iw_cpt_pj_lst .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_cpt_pj_lst .iw_cpt_pagination .next_arrow{float:right}.iw_cpt_pj_lst .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_pj_lst .iw_cpt_pagination .next_area .next_arrow svg{width:20px;height:20px}.iw_cpt_pj_lst .cpt-col-1-1{width:100%;float:left}.iw_cpt_pj_lst .cpt-col-1-2{width:50%;float:left}.iw_cpt_pj_lst .cpt-col-1-3{width:33.333333%;float:left}.iw_cpt_pj_lst .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_cpt_pj_lst .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_cpt_pj_lst .cpt-col-1-3,.iw_cpt_pj_lst .cpt-col-1-4{width:50%}.iw_cpt_pj_lst .iw_cpt_pagination .prev_text,.iw_cpt_pj_lst .iw_cpt_pagination .next_text{display:none}}@media screen and (max-width:640px){.iw_cpt_pj_lst .cpt-col-1-2,.iw_cpt_pj_lst .cpt-col-1-3,.iw_cpt_pj_lst .cpt-col-1-4{width:100%}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.type_filter svg path{fill:#efefef}.type_filter{display:flex;gap:15px;padding:0 15px 15px 15px}.type_filter .filter_element{display:flex;gap:10px;cursor:pointer}.type_filter .filter_element:hover svg path,.type_filter .filter_element.active svg path,.touchevents .type_filter .filter_element:hover.active svg path{fill:green}.touchevents .type_filter .filter_element:hover svg path{fill:#efefef}.gm-style-iw.gm-style-iw-c{display:flex;flex-direction:row-reverse}.gm-style .gm-style-iw-d{padding-bottom:15px;padding-left:15px;padding-top:17px}.gm-style .gm-style-iw-c{padding:0}.search_notification{text-align:center;padding:15px}.iw_erp_locations_map_list article.iw_erp_location_map_list_post{cursor:pointer;padding:0;margin:17px}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.iw_core_google_map_info_wrapper{padding:17px}.iw_core_google_map_info_wrapper .iw_core_google_map_name{padding:17px;color:#ef17ef}.iw_core_google_map_info_wrapper .iw_core_google_map_street_level{padding:17px;color:#ef17ef}.iw_core_google_map_info_wrapper .iw_core_google_map_zip_city{padding:17px;color:#ef17ef}.iw_core_google_map_info_wrapper .iw_core_google_map_country{padding:17px;color:#ef17ef}.iw_core_google_map_info_wrapper .iw_core_google_map_link{padding:17px}.iw_core_google_map_info_wrapper .iw_core_google_map_link a{color:#17efef}.iw-core-maps-consent-banner{padding:17px}.iw-core-maps-consent-banner p{margin:0}.iw-core-maps-consent-banner .headline{font-weight:700;padding-bottom:17px}.iw-core-maps-consent-banner .copy{padding-bottom:17px}.iw-core-maps-consent-banner .iw-core-maps-consent-banner-button-wrapper{display:flex;gap:17px}.iw-core-maps-consent-banner .iw-core-maps-consent-banner-button{outline:none !important;font-family:inherit;font-size:14px;line-height:19px;font-weight:700;cursor:pointer;text-transform:uppercase;color:#101010;border:2px solid #ccc;width:inherit;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;padding:12px 30px 11px 30px;margin:0}.iw-core-maps-consent-banner .iw-core-maps-consent-banner-button:hover{background-color:#ccc}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}@-webkit-keyframes basicModal__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes basicModal__fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes basicModal__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes basicModal__fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes basicModal__moveUpFade{0%{-webkit-transform:translateY(80px);transform:translateY(80px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes basicModal__moveUpFade{0%{-webkit-transform:translateY(80px);transform:translateY(80px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes basicModal__shake{0%,to{-webkit-transform:translateX(0);transform:translateX(0)}20%,60%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}40%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes basicModal__shake{0%,to{-webkit-transform:translateX(0);transform:translateX(0)}20%,60%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}40%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}.basicModalContainer{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.4);z-index:1000}.basicModalContainer,.basicModalContainer *,.basicModalContainer :after,.basicModalContainer :before{-webkit-box-sizing:border-box;box-sizing:border-box}.basicModalContainer--fadeIn{-webkit-animation:basicModal__fadeIn .3s cubic-bezier(.51,.92,.24,1.15);animation:basicModal__fadeIn .3s cubic-bezier(.51,.92,.24,1.15)}.basicModalContainer--fadeOut{-webkit-animation:basicModal__fadeOut .3s cubic-bezier(.51,.92,.24,1.15);animation:basicModal__fadeOut .3s cubic-bezier(.51,.92,.24,1.15)}.basicModalContainer--fadeIn .basicModal--fadeIn{-webkit-animation:basicModal__moveUpFade .3s cubic-bezier(.51,.92,.24,1.15);animation:basicModal__moveUpFade .3s cubic-bezier(.51,.92,.24,1.15)}.basicModalContainer--fadeIn .basicModal--shake{-webkit-animation:basicModal__shake .3s cubic-bezier(.51,.92,.24,1.15);animation:basicModal__shake .3s cubic-bezier(.51,.92,.24,1.15)}.basicModal{position:relative;width:500px;background-color:#fff;font-size:14px;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.basicModal__content{padding:15px;max-height:unset;overflow:auto;-webkit-overflow-scrolling:touch}.basicModal__buttons{display:-ms-flexbox;display:-webkit-box;display:flex;width:100%;-webkit-box-shadow:none;box-shadow:none}.basicModal__button{display:inline-block;width:100%;padding:13px 0 14px;text-align:center;cursor:pointer;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-color:#ccc;background-color:#ccc;border-radius:0;font-size:14px;line-height:19px;font-weight:700;border-width:0;border-style:solid;color:#101010}.basicModal__button:hover,.basicModal__button:focus{color:#101010;border-color:#c7c7c7;background-color:#c7c7c7}.basicModal .basicModal__buttons a{text-decoration:none}.basicModal .basicModal__buttons a:hover,.basicModal .basicModal__buttons a:focus{text-decoration:none}.basicModal__button#basicModal__cancel{-ms-flex-negative:2;flex-shrink:2}.basicModal__button#basicModal__action{-ms-flex-negative:1;flex-shrink:1;-webkit-box-shadow:none;box-shadow:none;color:#fff;background-color:#ef17ef;border-color:#ef17ef}.basicModal__button--active,.basicModal__button:active,.basicModal__button#basicModal__action:hover,.basicModal__button#basicModal__action:focus{-webkit-transition:none;-o-transition:none;transition:none;color:#fff;background-color:#d710d7;border-color:#d710d7}.basicModal__text{width:100%;margin:0;padding:14px 10px;background-color:transparent;color:#333;border:0;-webkit-box-shadow:0 1px 0 #c8c8c8;box-shadow:0 1px 0 #c8c8c8;border-radius:0;outline:0;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;-o-transition:background-color .2s,box-shadow .2s;transition:background-color .2s,box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}.basicModal__text:hover{background-color:rgba(0,0,0,.02);-webkit-box-shadow:0 1px 0 #b4b4b4;box-shadow:0 1px 0 #b4b4b4}.basicModal__text:focus{background-color:rgba(40,117,237,.05);-webkit-box-shadow:0 1px 0 #2875ed;box-shadow:0 1px 0 #2875ed}.basicModal__text.error{background-color:rgba(255,36,16,.05);-webkit-box-shadow:0 1px 0 #ff2410;box-shadow:0 1px 0 #ff2410}.basicModal p{margin:0 0 5%;width:100%;color:#444;text-align:center;line-height:22px}.basicModal p a{color:#2875ed}.basicModal p:last-child{margin:0}.basicModal__small{max-width:340px;text-align:center}.basicModal__small .basicModal__content{padding:10% 5%}.basicModal__xclose#basicModal__cancel{position:absolute;top:-8px;right:-8px;margin:0;padding:0;width:40px;height:40px;background-color:#fff;border-radius:100%;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.basicModal__xclose#basicModal__cancel:after{content:'';position:absolute;left:-3px;top:8px;width:35px;height:34px;background:#fff}.basicModal__xclose#basicModal__cancel svg{position:relative;width:20px;height:39px;fill:#888;z-index:1;-webkit-transition:fill .2s;-o-transition:fill .2s;transition:fill .2s}.basicModal__xclose#basicModal__cancel:after:hover svg,.basicModal__xclose#basicModal__cancel:hover svg{fill:#2875ed}.basicModal__xclose#basicModal__cancel:active svg,.basicModal__xclose#basicModal__cancel:after:active svg{fill:#1364e3}.basicModal__content iframe{border:0;width:100%}@media screen and (max-width:820px){.basicModal{width:calc(80% - 30px)}}@media screen and (max-width:520px){.basicModal{width:calc(100% - 30px)}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.iw_anchor{position:relative}.iw_anchor .iw_anchor_element{position:absolute}.iw_wbs_app_store_badges{text-align:center}.iw_wbs_app_store_badges img{height:40px}.iw_wbs_button button{font-family:inherit;font-size:14px;line-height:16px;font-weight:700;letter-spacing:1px;cursor:pointer;text-transform:uppercase;color:#ef17ef;border:3px solid #17efef;width:inherit;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-webkit-appearance:none;-moz-appearance:none;background-color:#17efef;padding:12px 30px 11px 30px;margin:0}.iw_wbs_button button:hover{background-color:#ef17ef;color:#17efef}.iw_wbs_file_button button{font-weight:700;font-size:16px;line-height:22px;padding:20px;background:#17efef;cursor:pointer;color:#ef17ef;border:0;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;width:100%}.iw_wbs_file_button button .text{float:left;width:calc(100% - 24px);text-align:left;padding-top:1px}.iw_wbs_file_button button .icon{float:left}.iw_wbs_file_button button .icon{width:24px;height:24px}.iw_wbs_file_download_button button{font-weight:700;font-size:18px;line-height:22px;padding:20px;background:#17efef;cursor:pointer;color:#ef17ef;border:0;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;width:100%}.iw_wbs_file_download_button button .text{float:left;width:calc(100% - 24px);text-align:left;padding-top:1px}.iw_wbs_file_download_button button .icon{float:left}.iw_wbs_file_download_button button .icon img{width:24px;height:24px}.iw_wbs_content_dropdown .iw_wbs_cd_header_wrapper{cursor:pointer}.iw_wbs_content_dropdown .iw_wbs_cd_element_headline{width:calc(100% - 24px);float:left}.iw_wbs_content_dropdown .iw_wbs_cd_element_headline h3{font-size:16px;line-height:19px;font-weight:500}.iw_wbs_content_dropdown .iw_wbs_cd_element_icon{float:left;width:24px;height:24px}.iw_wbs_content_dropdown .iw_wbs_cd_element_icon svg{width:24px;height:24px}.iw_wbs_content_dropdown .iw_wbs_cd_element_content_wrapper{height:0;-webkit-transition:all .6s ease 0s;-o-transition:all .6s ease 0s;transition:all .6s ease 0s}.iw_wbs_content_dropdown .iw_wbs_cd_element_content{font-size:16px;line-height:19px;font-weight:400;padding-top:10px;visibility:hidden;opacity:0;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.iw_wbs_content_dropdown .iw_wbs_cd_element_divider{border-bottom:2px solid #ddd;padding-top:15px}.iw_wbs_content_switcher{opacity:0;-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.iw_wbs_content_switcher.sidebar .switcher_menu_wrapper{width:33.333333%;float:left}.iw_wbs_content_switcher.sidebar.mobile .switcher_menu_wrapper{width:100%}.iw_wbs_content_switcher .switcher-menu{list-style:none;margin:17px;padding:17px}.iw_wbs_content_switcher.sidebar .switcher-menu{border:1px solid #17efef;position:relative}.iw_wbs_content_switcher.tabs .switcher-menu li{float:left;padding:17px}.iw_wbs_content_switcher .switcher-menu-item .item-name{cursor:pointer}.iw_wbs_content_switcher .switcher-menu-item:hover,.iw_wbs_content_switcher .switcher-menu-item:focus,.iw_wbs_content_switcher .switcher-menu-item.active{color:#ef17ef}.iw_wbs_content_switcher.sidebar.mobile .switcher-menu-item{display:none}.iw_wbs_content_switcher.sidebar.mobile .switcher-menu.open .switcher-menu-item,.iw_wbs_content_switcher.sidebar.mobile .switcher-menu-item.active{display:inherit}.iw_wbs_content_switcher.sidebar .switcher_content_wrapper{width:66.666666%;float:left;position:relative}.iw_wbs_content_switcher.sidebar.mobile .switcher_content_wrapper{width:100%}.iw_wbs_content_switcher.sidebar .switcher_content_wrapper .switcher_content_wrapper_width{width:75%;margin:0 auto}.iw_wbs_content_switcher .switcher_content_element{display:none;opacity:0;-webkit-transition:all 400ms;-o-transition:all 400ms;transition:all 400ms}.iw_wbs_content_switcher .switcher_content_element.active{opacity:1}.iw_wbs_content_switcher.sidebar.mobile .switcher-menu:after{position:absolute;right:15px;content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iR3J1cHBlXzkzMSIgZGF0YS1uYW1lPSJHcnVwcGUgOTMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM4NSAtMjAzNSkiPgogICAgPHBhdGggaWQ9ImNoZXZyb24tZG93biIgZD0iTTYsOWw2LDYsNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzg1IDIwMzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0ODUwNTUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHJlY3QgaWQ9IlJlY2h0ZWNrXzkwMCIgZGF0YS1uYW1lPSJSZWNodGVjayA5MDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM4NSAyMDM1KSIgZmlsbD0ibm9uZSIvPgogIDwvZz4KPC9zdmc+Cg==);height:24px;width:24px;top:32px;z-index:-1}.iw_wbs_content_switcher.sidebar.mobile .switcher-menu.open:after{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iR3J1cHBlXzEwNzEiIGRhdGEtbmFtZT0iR3J1cHBlIDEwNzEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0MDkgMjA1OSkgcm90YXRlKDE4MCkiPgogICAgPHBhdGggaWQ9ImNoZXZyb24tZG93biIgZD0iTTYsOWw2LDYsNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzg1IDIwMzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0ODUwNTUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHJlY3QgaWQ9IlJlY2h0ZWNrXzkwMCIgZGF0YS1uYW1lPSJSZWNodGVjayA5MDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM4NSAyMDM1KSIgZmlsbD0ibm9uZSIvPgogIDwvZz4KPC9zdmc+Cg==)}.iw_wbs_content_switcher_item .item_image img{width:100%}.iw_header_image{position:relative}.iw_header_image .iw_header_image_image_wrapper{width:100%;overflow:hidden;position:inherit}.iw_header_image .iw_header_image_image_wrapper img{width:100%;-o-object-fit:cover;object-fit:cover}.iw_header_image .iw_header_image_image_overlay{position:absolute;width:100%;bottom:-1px;z-index:1}.iw_header_image .iw_header_image_image_overlay.color{height:100%}.iw_header_image .iw_header_image_image_overlay svg{position:absolute;bottom:0}.iw_header_image .iw_header_image_image_overlay .iw_header_image_overlay_color{position:absolute;top:0;right:0;bottom:0;left:0}.iw_header_image .iw_header_image_image_content{position:absolute;width:100%;z-index:2;max-width:1200px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:table}.iw-wpincltool-hide_images .iw_header_image .iw_header_image_image_wrapper{background-color:#efefef}.iw-wpincltool-hide_images .iw_header_image .iw_header_image_image_wrapper .picture-tag-wrapper{display:none}.iw-wpincltool-contrast_mode.iw-wpincltool-hide_images .iw_header_image .iw_header_image_image_wrapper{border:3px solid #101010;background-color:#fff}.iw_wbs_header_image_content_box{display:flex}.iw_wbs_header_image_content_box .iw_wbs_header_image_content_wrapper{background:#ef17ef;width:50%;padding:17px}.iw_wbs_image_cta{position:relative}.iw_wbs_image_cta .iw_wbs_imgcta_image_background img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_wbs_image_cta .iw_wbs_imgcta_content_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:rgba(255,255,255,0.6);-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.iw_wbs_image_cta .iw_wbs_imgcta_content_overlay:hover{background:0}.iw_wbs_image_cta .iw_wbs_imgcta_content_overlay .iw_wbs_imgcta_text_wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.iw_wbs_image_cta .iw_wbs_imgcta_content_overlay:hover .iw_wbs_imgcta_text_wrapper{visibility:hidden;opacity:0}.iw_wbs_image_cta .iw_wbs_imgcta_text_wrapper .iw_wbs_imgcta_headline{color:#000;font-size:22px;line-height:25px;font-weight:700;padding-bottom:10px}.iw_wbs_image_cta .iw_wbs_imgcta_text_wrapper .iw_wbs_imgcta_description{font-weight:400;font-size:18px;line-height:22px;color:#000}.iw_optimized_image.with-thumbnail{position:relative}.iw_optimized_image a{display:block}.iw_optimized_image .iw_optimized_image_wrapper.image_full{position:relative}.iw_optimized_image.with-thumbnail .iw_optimized_image_wrapper.image_full{display:none}.iw_optimized_image .iw_optimized_image_wrapper.image_thumbnail{position:absolute;top:0;bottom:0;left:0;right:0}.iw_optimized_image .iw_optimized_image_wrapper img{height:auto;max-width:100%;vertical-align:top}.iw-wpincltool-hide_images .iw_optimized_image .iw_optimized_image_wrapper{border:2px solid #101010}.iw-wpincltool-hide_images .iw_optimized_image img{visibility:hidden}.iw_optimized_image .image_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_optimized_image .image_overlay:hover{background:rgba(255,255,255,0.6)}.iw_optimized_image .image_overlay .image_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_optimized_image .image_overlay:hover .image_overlay_text_wrapper{visibility:visible;opacity:1}.iw_optimized_image .image_overlay_text_wrapper .image_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_progress_bar .content_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.iw_progress_bar .progress_wrapper{height:12px;border-bottom:2px solid;margin-top:20px;padding-bottom:2px}.iw_progress_bar .progress{height:10px;width:0}.iw_progress_bar.animated .progress{-webkit-transition:width 1s ease-out;-o-transition:width 1s ease-out;transition:width 1s ease-out}.iw_wbs_screenshot_viewer .iw_wbs_screenshot_viewer_image img{cursor:pointer;width:100%}.iw_svg_viewer{-webkit-text-size-adjust:unset}.iw_svg_viewer .iw_svg_viewer_content_wrapper{display:inline-block}.iw_svg_viewer .iw_svg_viewer_content_wrapper img,.iw_svg_viewer .iw_svg_viewer_content_wrapper svg{width:100%;height:100%}.iw_wbs_table.scrollable{overflow:scroll}.iw_wbs_table.clickable .cell{display:none}.iw_wbs_table.clickable .cell.active,.iw_wbs_table.clickable .cell.active{display:table-cell}.iw_wbs_table.clickable .cell.header.row,.iw_wbs_table.clickable .cell.header.row.col{display:table-cell}.iw_wbs_table.clickable .arrow_wrapper{width:24px;height:24px}.iw_wbs_table.clickable .prev_arrow,.iw_wbs_table.clickable .next_arrow{display:none;cursor:pointer}.iw_wbs_table.clickable .cell.header.col.active{width:100%;display:flex;justify-content:space-between}.iw_wbs_video_player .iw_wbs_video_wrapper{padding-top:56.25%;position:relative;width:100%}.iw_wbs_video_player .iw_wbs_video_wrapper>div{padding-top:0 !important;position:static}.iw_wbs_video_player.iw-video-ratio-169 .iw_wbs_video_wrapper{padding-top:56.25%}.iw_wbs_video_player.iw-video-ratio-43 .iw_wbs_video_wrapper{padding-top:75%}.iw_wbs_video_player.iw-video-ratio-235 .iw_wbs_video_wrapper{padding-top:42.55319149%}.iw_wbs_video_player.iw-video-ratio-916 .iw_wbs_video_wrapper{padding-top:177.77777778%}.iw_wbs_video_player.iw-video-ratio-34 .iw_wbs_video_wrapper{padding-top:133.33333333%}.iw_wbs_video_player.iw-video-ratio-1235 .iw_wbs_video_wrapper{padding-top:235%}.iw_wbs_video_player .iw_wbs_video_wrapper{position:relative}.iw_wbs_video_player .iw_wbs_video_wrapper iframe{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.iw_wbs_vimeo_video .video-wrapper{position:relative;overflow:hidden;max-width:100%;background-repeat:no-repeat;background-size:100% auto}.iw_wbs_vimeo_video .video-wrapper iframe,.iw_wbs_vimeo_video .video-wrapper object,.iw_wbs_vimeo_video .video-wrapper embed{position:absolute;top:0;left:0;width:100%;height:100%}.iw_wbs_vimeo_video .video-wrapper iframe{width:calc(100% + 2px);height:calc(100% + 2px);margin:-1px}.iw-wpincltool-hide_images .iw_wbs_vimeo_video iframe{display:none}.iw-wpincltool-hide_images .iw_wbs_vimeo_video .video-wrapper{border:2px solid #101010 !important;background-color:#fff !important}.iw_wbs_vimeo_video .overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:none;visibility:hidden;opacity:0;transition:visibility 0s,opacity .5s linear}.iw_wbs_vimeo_video_shuffle .iw_wbs_vimeo_video_shuffle_item{position:absolute;left:0;right:0;top:0;bottom:0}.iw_wbs_highlight_box{height:100%;position:relative;display:flex;flex-direction:column;padding:17px}.iw_wbs_highlight_box .iw_wbs_hgl_bx_background{height:100%;position:relative}.iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper{position:relative;width:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:17px}.iw_wbs_highlight_box.no_vertical_align .iw_wbs_hgl_bx_wrapper{position:relative;width:100%;top:unset;left:unset;-webkit-transform:unset;-ms-transform:none;transform:unset}.iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper .iw_wbs_hgl_bx_note{padding:17px}.iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper .iw_wbs_hgl_bx_text{padding:17px}.iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper .iw_wbs_hgl_bx_button{padding:17px}.iw_wbs_highlight_image{padding:17px;height:100%}.iw_wbs_highlight_image img{height:100%;width:100%;object-fit:cover}.iw_wbs_highlight_row .iw_cpt_list_posts_wrapper{display:flex;flex-wrap:wrap}.iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-2-3 .iw_cpt_list{margin-left:0;margin-right:0}.iw_wbs_iphone_cta .cta_background{display:none;background:#efef17;width:100%}.iw_wbs_iphone_cta .cta_background.mobil{height:50%;position:absolute;z-index:-1}.iw_wbs_iphone_cta .cta_background.desktop{display:inherit;margin:170px 0}.iw_wbs_iphone_cta .content_wrapper.content-width{margin-bottom:0 !important;overflow:initial}.iw_wbs_iphone_cta .text_wrapper,.iw_wbs_iphone_cta .image_wrapper{width:100%}.iw_wbs_iphone_cta .image_wrapper{position:relative}.iw_wbs_iphone_cta .content_wrapper{padding:17px 0;display:flex;flex-direction:row}.iw_wbs_iphone_cta.left .content_wrapper{flex-direction:row-reverse}.iw_wbs_iphone_cta .headline,.iw_wbs_iphone_cta .subline,.iw_wbs_iphone_cta .description{text-align:center;color:#ef17ef}.iw_wbs_iphone_cta .headline,.iw_wbs_iphone_cta .subline,.iw_wbs_iphone_cta .description{padding:17px}.iw_wbs_iphone_cta .button{display:flex;flex-direction:row;justify-content:center;gap:17px}.iw_wbs_iphone_cta .image{position:absolute;top:-187px;bottom:-187px;left:0;right:0;text-align:center}.iw_wbs_iphone_cta .image img{height:100%}.iw_wbs_iphone_cta .image.mobile{display:none}.iw_wbs_multi_table .iw_wbs_multi_table_switcher{display:flex;gap:17px}.iw_wbs_multi_table .iw_wbs_multi_table_switcher .iw_wbs_multi_table_switcher_entries_wrapper{width:100%}.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry{display:flex;justify-content:space-between}.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry,.iw_wbs_multi_table .iw_wbs_multi_table_entry{display:none}.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry.active{display:flex}.iw_wbs_multi_table .iw_wbs_multi_table_entry.active{display:initial}.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry .arrow_wrapper{width:24px;height:24px}.iw_wbs_multi_table .prev_arrow,.iw_wbs_multi_table .next_arrow{display:none;cursor:pointer}.iw_wbs_parallax_image{width:100%;overflow:hidden;position:relative}.iw_wbs_parallax_image .iw_wbs_plximg_content_wrapper{margin:0;overflow:hidden;position:relative}.iw_wbs_parallax_image .iw_wbs_plximg_content_wrapper .iw_wbs_plximg_image{min-height:140%;min-width:100%;background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;top:-10%}.iw_wbs_pro_con{display:flex}.iw_wbs_pro_con .side-wrapper{width:50%;text-align:center;display:flex;flex-direction:column;justify-content:center}.iw_wbs_pro_con.right .side-wrapper.left{padding:50px;margin:50px 0;background-color:#17efef}.iw_wbs_pro_con.right .side-wrapper.right{padding:100px 50px;background-color:#ef17ef}.iw_wbs_pro_con.left .side-wrapper.left{padding:100px 50px;background-color:#ef17ef}.iw_wbs_pro_con.left .side-wrapper.right{padding:50px;margin:50px 0;background-color:#17efef}.iw_image_alt_description{margin:15px;font-size:16px;line-height:26px}.iw_image_carousel{position:relative}.iw_image_carousel img{display:none}.iw_image_carousel .wpb_content_element{margin-bottom:0 !important}.iw_image_carousel .slick-slide{padding:17px}.iw_image_carousel .fade{position:absolute;top:0;width:100px;height:100%;cursor:pointer}.iw_image_carousel .fade.fade_prev{left:0}.iw_image_carousel .fade.fade_next{right:0}.iw_image_carousel .iw-dots{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:17px}.iw_image_carousel .iw-dots li{padding:17px;display:-webkit-box;display:-ms-flexbox;display:flex}.iw_image_carousel .iw-dots li button{width:17px;height:17px;background-color:#ef17ef;border:2px solid #ef17ef;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-webkit-appearance:none;-moz-appearance:none;font-size:0;padding:0;cursor:pointer}.iw_image_carousel .iw-dots li.slick-active button{background-color:#ef17ef}.iw_wbs_icon_content .element_wrapper.with-column,.iw_wbs_icon_content .element_wrapper .element_title.with-icon,.iw_wbs_icon_content .element_wrapper .element_content.with-icon{display:flex}.iw_wbs_icon_content .element_wrapper .element_title.with-icon{gap:10px}.iw_wbs_icon_content .element_wrapper.with-column,.iw_wbs_icon_content .element_wrapper .element_content.with-icon{gap:15px}.iw_wbs_icon_content .element_wrapper .element_icon{width:24px;height:24px}.iw_wbs_icon_content .element_wrapper .element_title{padding-bottom:10px}.iw_wbs_icon_content .element_wrapper.with-title .element_content{font-weight:700}@media screen and (max-width:1230px){.iw_wbs_iphone_cta .content_wrapper.content-width{padding-left:15px;padding-right:15px}}@media screen and (max-width:920px){.iw_wbs_highlight_row.image .col-1-3,.iw_wbs_highlight_row.image .col-2-3{width:50%}.iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-1-3:first-child{width:100%}.iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-1-3{width:50%}.iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-2-3{width:100%}.iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-2-3 .iw_wbs_highlight_image{padding:17px}.iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper{position:inherit;width:unset;top:unset;left:unset;-webkit-transform:none;-ms-transform:none;transform:unset}}@media screen and (max-width:860px){.iw_wbs_iphone_cta .image{text-align:right}.iw_wbs_iphone_cta.left .image{text-align:left}}@media screen and (max-width:720px){.iw_wbs_content_switcher .switcher_menu_wrapper,.iw_wbs_content_switcher .switcher_content_wrapper{width:100%}.iw_wbs_iphone_cta.left .content_wrapper,.iw_wbs_iphone_cta .content_wrapper{flex-direction:column}.iw_wbs_iphone_cta.left .image,.iw_wbs_iphone_cta .image{text-align:center}.iw_wbs_iphone_cta .image img{max-width:220px;height:inherit}.iw_wbs_iphone_cta .cta_background.desktop{background-color:transparent}.iw_wbs_iphone_cta .cta_background.mobil{display:inherit}.iw_wbs_iphone_cta .button{padding:17px}.iw_wbs_iphone_cta .image{position:initial}.iw_wbs_pro_con{flex-direction:column}.iw_wbs_pro_con.right .side-wrapper.left,.iw_wbs_pro_con.left .side-wrapper.right{margin:0 50px;width:calc(100% - 100px)}.iw_wbs_pro_con.right .side-wrapper.right,.iw_wbs_pro_con.left .side-wrapper.left{width:100%}.iw_image_carousel .slick-slide{width:100%;padding:0}.iw_image_carousel .fade{background:none !important}}@media screen and (max-width:640px){.iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-1-3{width:100%}}@media screen and (max-width:520px){.iw_wbs_iphone_cta .button .iw_wbs_app_store_badges{text-align:center !important;padding:17px}.iw_wbs_iphone_cta .image img{width:100%}.iw_wbs_iphone_cta .cta_background.mobil{height:60%}.iw_wbs_iphone_cta .button{flex-direction:column;gap:unset;padding:17px}.iw_wbs_iphone_cta .button .iw_wbs_app_store_badges{text-align:center !important;padding:17px}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}.iw_wp_slider_icon.vc_element-icon{background-image:url('/wp-content/plugins/iw-wp-slider/img/vc-icons/wordpress-iw-element-icons-img-slider.svg')}.iw_cpt_slider_wrapper{position:relative}.iw_cpt_slider_wrapper .iw_cpt_slider{position:absolute;top:0;left:0;right:0}.iw_wp_slider_dxsimple{position:relative;visibility:hidden;margin-left:-15px;margin-right:-15px}.iw_wp_slider_dxsimple .iw_wp_slider_slide{width:100%;height:100%;padding:0 15px}.iw_wp_slider_dxsimple .iw_wp_slider_slide:first-child{display:block}.iw_wp_slider_slick{padding-bottom:50px}.iw_wp_slider_slick .iw_wp_slider_slide{display:none}.iw_wp_slider_slick .iw_wp_slider_slide .vc_row{left:30px !important}.iw_wp_slider_slick .slick-arrow{border:2px solid black}.iw_wp_slider_slick .slick-arrow.prev{position:absolute;bottom:0;left:15px;z-index:99}.iw_wp_slider_slick .slick-arrow.next{position:absolute;bottom:0;right:15px;z-index:99}.iw_wp_slider_slick .navigation{display:flex;justify-content:center;height:24px}.iw_wp_slider_slick .navigation .prev,.iw_wp_slider_slick .navigation .next{cursor:pointer}.iw_wp_slider_slick ul.slick-dots{padding:0;margin:0;height:24px}.iw_wp_slider_slick ul.slick-dots li{display:inline-block}.iw_wp_slider_slick.button{content:''}.iw_wp_slider_slick ul.slick-dots li{width:14px;height:14px;border:0;background:0;position:relative;cursor:pointer;margin:5px}.iw_wp_slider_slick ul.slick-dots li button{display:none}.iw_wp_slider_slick ul.slick-dots li::before{content:"";display:block;width:14px;height:14px;border-radius:50%;border:2px solid black;background-color:white}.iw_wp_slider_slick ul.slick-dots li.slick-active::before{background-color:black;color:white}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}body.loading{overflow:hidden}.info-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(239,239,239,0.9);z-index:9999}.info-overlay .wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:15px}.loading-overlay .spinner{display:inline-block;width:100px;height:100px;border:8px solid transparent;border-top:8px solid #31b9d5;border-radius:50%;animation:spin 2s linear infinite}.error-overlay .icon svg{width:100px;height:100px;fill:#31b9d5}.info-overlay .text .headline,.info-overlay .text .subline{padding-top:15px}.ktm_pcon_request_form_step{display:none}.ktm_pcon_request_form.iw_contact_form .form_step_header{padding-bottom:50px}.ktm_pcon_request_form.iw_contact_form .form_step_header .headline{padding-bottom:15px}.ktm_pcon_request_form.iw_contact_form .form_step_header .description{max-width:585px}.ktm_pcon_request_form.iw_contact_form .form_step_header .button-wrapper{padding-top:25px}.ktm_pcon_request_form.iw_contact_form .form_step_content .headline{padding-bottom:15px}.ktm_pcon_request_form.iw_contact_form .form_step_content .headline h5{color:#31b9d5}.ktm_pcon_request_form.iw_contact_form .form_step_content .standard_block{padding:45px 0 0 0}.ktm_pcon_request_form.iw_contact_form .form_step_content .standard_row{padding:15px 0}.ktm_pcon_request_form .ktm_pcon_request_form_step .form_step_footer{background-color:#efefef;padding:30px;margin-top:45px;margin-bottom:15px}.ktm_pcon_request_form .ktm_pcon_request_form_step.one .form_step_footer,.ktm_pcon_request_form .ktm_pcon_request_form_step.three .form_step_footer{display:none}.ktm_pcon_request_form .ktm_pcon_request_form_step.two .form_step_footer{display:flex;flex-direction:row;justify-content:right;background-color:#efefef;padding:30px;margin-top:45px}.ktm_pcon_request_form .result_row{display:flex;flex-wrap:wrap}.ktm_pcon_request_form .result_row.two{padding-top:45px}.ktm_pcon_request_form .result_column{width:33.333333%}.ktm_pcon_request_form .result_column .result_column_headline{padding-bottom:15px}.ktm_pcon_request_form .result_column .result_column_headline h5{color:#31b9d5}.ktm_pcon_request_form .result_column_field{padding:15px 0}.ktm_pcon_request_form .result_column_field .result_column_field_headline{padding-bottom:5px}.ktm_pcon_request_form .result_column_field .result_column_field_content{font-weight:700}.ktm_pcon_request_form .form_navigation_button_wrapper_row{padding-top:15px;display:flex;justify-content:space-between}.ktm_pcon_request_form .form_navigation_button{display:none}.ktm_pcon_request_form .form_navigation_button button{font-weight:300;font-size:14px;line-height:17px;letter-spacing:.7px;text-transform:uppercase;padding:10px 40px;background-color:transparent;cursor:pointer;color:#31b9d5;border:1px solid #31b9d5;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-webkit-appearance:none;-moz-appearance:none}.ktm_pcon_request_form .form_navigation_button button:hover{background-color:#31b9d5;color:#fff}.ktm_pcon_request_form .form_navigation_button.disabled button{background:#efefef;color:#d1d1d1;border-color:#d1d1d1;cursor:not-allowed}.ktm_pcon_request_form .form_navigation_button.prev,.ktm_pcon_request_form .form_navigation_button.send{display:none}.ktm_pcon_request_form .form_navigation_note{padding-top:30px}.ktm_pcon_request_form .form_navigation_note.error{color:red}.ktm_pcon iframe{width:100%;border:0}.ktm_pcon_chooser{margin:0 -15px}.ktm_pcon_chooser iframe{width:100%;border:0}.ktm_pcon_chooser .ktm_pcon_chooser_header{display:flex;flex-flow:wrap;padding-bottom:85px}.ktm_pcon_chooser_header_item{width:calc(25% - 26px);margin:13px;cursor:pointer;border:2px solid #fff}.ktm_pcon_chooser_header_item:hover,.ktm_pcon_chooser_header_item.active{border:2px solid #005a60}.ktm_pcon_chooser_header_item img{width:100%}.ktm_pcon_chooser .ktm_pcon_chooser_header_item p.headline{text-align:center;font-size:18px;line-height:30px;color:#303b41;font-weight:500;padding-top:15px}@media(max-width:920px){.ktm_pcon_request_form .result_column{width:50%;padding:15px 0}}@media(max-width:720px){.ktm_pcon_chooser_header_item{width:calc(50% - 26px)}}@media(max-width:640px){.info-overlay .wrapper{left:unset;transform:translate(0,-50%)}}.iw_cpt_blgl_ktm{margin-left:-15px;margin-right:-15px}.iw_cpt_blgl_ktm form{max-width:790px;margin:15px auto}.iw_cpt_blgl_ktm svg{fill:#1d1d1d}.iw_cpt_blgl_ktm .iw_cpt_search{padding:0 0 50px 0}.iw_cpt_blgl_ktm .iw_cpt_search input[type="text"]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #333;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_cpt_blgl_ktm .iw_cpt_search input:focus{outline:0}.iw_cpt_blgl_ktm form{max-width:790px;margin:0 auto}.iw_cpt_blgl_ktm .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_blgl_ktm .iw_cpt_search button:focus{outline:0}.iw_cpt_blgl_ktm .iw_cpt_search .start_search svg{width:20px;height:20px}.iw_cpt_blgl_ktm .category_link_wrapper a.category_link{text-decoration:none}.iw_cpt_blgl_ktm .category_link_wrapper a.category_link:hover{color:#efef17}.iw_cpt_blgl_ktm .category_link_wrapper.active a.category_link{color:#efef17}.iw_cpt_blgl_ktm .iw_cpt_categories{padding:17px}.iw_cpt_blgl_ktm .iw_cpt_categories .category_wrapper_inner.clearfix{padding:17px}.iw_cpt_blgl_ktm .category_link_wrapper{padding:17px}.iw_cpt_blgl_ktm .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_cpt_blgl_ktm .iw_cpt_categories.multi_line .all_links{float:left}.iw_cpt_blgl_ktm .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_cpt_blgl_ktm .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_blgl_ktm .iw_cpt_categories.multi_line button:focus{outline:0}.iw_cpt_blgl_ktm .iw_cpt_categories.multi_line .open_rect svg{width:20px;height:20px}.iw_cpt_blgl_ktm .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_cpt_blgl_ktm .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:start;flex-wrap:wrap;-ms-flex-flow:wrap}.iw_cpt_blgl_ktm .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;-ms-flex-flow:wrap;text-align:left;flex-grow:0}.iw_cpt_blgl_ktm .iw_cpt_list_posts_wrapper{display:flex;flex-wrap:wrap}.iw_cpt_blgl_ktm article.iw_cpt_list_post{padding:17px}.iw_cpt_blgl_ktm .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:transparent}.iw_cpt_blgl_ktm .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;object-fit:cover}.iw_cpt_blgl_ktm .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_cpt_blgl_ktm .post_thumbnail_overlay:hover{background:rgba(255,255,255,0.6)}.iw_cpt_blgl_ktm .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_cpt_blgl_ktm .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_cpt_blgl_ktm .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_cpt_blgl_ktm .iw_cpt_list_post .post_content_area,.iw_cpt_blgl_ktm .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_cpt_blgl_ktm .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_cpt_blgl_ktm .iw_cpt_list_post .post_content_area_headline a p.headline{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_blgl_ktm .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:86px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_blgl_ktm .iw_cpt_list_post span.meta_info{padding:17px}.iw_cpt_blgl_ktm .loading_results,.iw_cpt_blgl_ktm .no_result{text-align:center;width:100%}.iw_cpt_blgl_ktm .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-flow:wrap;padding:17px;width:100%}.iw_cpt_blgl_ktm.without_pagination .iw_cpt_pagination{display:none}.iw_cpt_blgl_ktm .iw_cpt_pagination .page{flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_blgl_ktm .iw_cpt_pagination .prev_area,.iw_cpt_blgl_ktm .iw_cpt_pagination .next_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_blgl_ktm .iw_cpt_pagination .prev_arrow,.iw_cpt_blgl_ktm .iw_cpt_pagination .next_arrow{width:20px;height:20px}.iw_cpt_blgl_ktm .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_cpt_blgl_ktm .iw_cpt_pagination .prev_arrow{float:left}.iw_cpt_blgl_ktm .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_cpt_blgl_ktm .iw_cpt_pagination .next_arrow{float:right}.iw_cpt_blgl_ktm .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_blgl_ktm .iw_cpt_pagination .next_area .next_arrow svg{width:20px;height:20px}.iw_cpt_blgl_ktm .cpt-col-1-1{width:100%;float:left}.iw_cpt_blgl_ktm .cpt-col-1-2{width:50%;float:left}.iw_cpt_blgl_ktm .cpt-col-1-3{width:33.333333%;float:left}.iw_cpt_blgl_ktm .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_cpt_blgl_ktm .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_cpt_blgl_ktm .cpt-col-1-3,.iw_cpt_blgl_ktm .cpt-col-1-4{width:50%}.iw_cpt_blgl_ktm .iw_cpt_pagination .prev_area .prev_text,.iw_cpt_blgl_ktm .iw_cpt_pagination .next_area .next_text{display:none}}@media screen and (max-width:640px){.iw_cpt_blgl_ktm .cpt-col-1-2,.iw_cpt_blgl_ktm .cpt-col-1-3,.iw_cpt_blgl_ktm .cpt-col-1-4{width:100%}}.iw_cpt_evtl_ktm{margin-left:-15px;margin-right:-15px}.iw_cpt_evtl_ktm form{max-width:790px;margin:15px auto}.iw_cpt_evtl_ktm svg{fill:#1d1d1d}.iw_cpt_evtl_ktm .iw_cpt_search{padding:0 0 50px 0}.iw_cpt_evtl_ktm .iw_cpt_search input[type="text"]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #333;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_cpt_evtl_ktm .iw_cpt_search input:focus{outline:0}.iw_cpt_evtl_ktm form{max-width:790px;margin:0 auto}.iw_cpt_evtl_ktm .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_evtl_ktm .iw_cpt_search button:focus{outline:0}.iw_cpt_evtl_ktm .iw_cpt_search .start_search svg{width:20px;height:20px}.iw_cpt_evtl_ktm .category_link_wrapper a.category_link{text-decoration:none}.iw_cpt_evtl_ktm .category_link_wrapper a.category_link:hover{color:#efef17}.iw_cpt_evtl_ktm .category_link_wrapper.active a.category_link{color:#efef17}.iw_cpt_evtl_ktm .iw_cpt_categories{padding:17px}.iw_cpt_evtl_ktm .iw_cpt_categories .category_wrapper_inner.clearfix{padding:17px}.iw_cpt_evtl_ktm .category_link_wrapper{padding:17px}.iw_cpt_evtl_ktm .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_cpt_evtl_ktm .iw_cpt_categories.multi_line .all_links{float:left}.iw_cpt_evtl_ktm .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_cpt_evtl_ktm .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_evtl_ktm .iw_cpt_categories.multi_line button:focus{outline:0}.iw_cpt_evtl_ktm .iw_cpt_categories.multi_line .open_rect svg{width:20px;height:20px}.iw_cpt_evtl_ktm .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_cpt_evtl_ktm .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:start;flex-wrap:wrap;-ms-flex-flow:wrap}.iw_cpt_evtl_ktm .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;-ms-flex-flow:wrap;text-align:left;flex-grow:0}.iw_cpt_evtl_ktm article.iw_cpt_list_post{padding:17px}.iw_cpt_evtl_ktm .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:transparent}.iw_cpt_evtl_ktm .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;object-fit:cover}.iw_cpt_evtl_ktm .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_cpt_evtl_ktm .post_thumbnail_overlay:hover{background:rgba(255,255,255,0.6)}.iw_cpt_evtl_ktm .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_cpt_evtl_ktm .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_cpt_evtl_ktm .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_cpt_evtl_ktm .iw_cpt_list_post .post_content_area,.iw_cpt_evtl_ktm .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_cpt_evtl_ktm .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_cpt_evtl_ktm .iw_cpt_list_post .post_content_area_headline a p.headline{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_evtl_ktm .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:86px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_evtl_ktm .iw_cpt_list_post span.meta_info{padding:17px}.iw_cpt_evtl_ktm .loading_results,.iw_cpt_evtl_ktm .no_result{text-align:center}.iw_cpt_evtl_ktm .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-flow:wrap;padding:17px}.iw_cpt_evtl_ktm.without_pagination .iw_cpt_pagination{display:none}.iw_cpt_evtl_ktm .iw_cpt_pagination .page{flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_evtl_ktm .iw_cpt_pagination .prev_area,.iw_cpt_evtl_ktm .iw_cpt_pagination .next_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_evtl_ktm .iw_cpt_pagination .prev_arrow,.iw_cpt_evtl_ktm .iw_cpt_pagination .next_arrow{width:20px;height:20px}.iw_cpt_evtl_ktm .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_cpt_evtl_ktm .iw_cpt_pagination .prev_arrow{float:left}.iw_cpt_evtl_ktm .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_cpt_evtl_ktm .iw_cpt_pagination .next_arrow{float:right}.iw_cpt_evtl_ktm .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_evtl_ktm .iw_cpt_pagination .next_area .next_arrow svg{width:20px;height:20px}.iw_cpt_evtl_ktm .cpt-col-1-1{width:100%;float:left}.iw_cpt_evtl_ktm .cpt-col-1-2{width:50%;float:left}.iw_cpt_evtl_ktm .cpt-col-1-3{width:33.333333%;float:left}.iw_cpt_evtl_ktm .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_cpt_evtl_ktm .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_cpt_evtl_ktm .cpt-col-1-3,.iw_cpt_evtl_ktm .cpt-col-1-4{width:50%}.iw_cpt_evtl_ktm .iw_cpt_pagination .prev_text,.iw_cpt_evtl_ktm .iw_cpt_pagination .next_text{display:none}}@media screen and (max-width:640px){.iw_cpt_evtl_ktm .cpt-col-1-2,.iw_cpt_evtl_ktm .cpt-col-1-3,.iw_cpt_evtl_ktm .cpt-col-1-4{width:100%}}.iw_cpt_prdl_ktm{margin-left:-15px;margin-right:-15px}.iw_cpt_prdl_ktm form{max-width:790px;margin:15px auto}.iw_cpt_prdl_ktm svg{fill:#1d1d1d}.iw_cpt_prdl_ktm .iw_cpt_search{padding:0 0 50px 0}.iw_cpt_prdl_ktm .iw_cpt_search input[type="text"]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #333;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_cpt_prdl_ktm .iw_cpt_search input:focus{outline:0}.iw_cpt_prdl_ktm form{max-width:790px;margin:0 auto}.iw_cpt_prdl_ktm .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_prdl_ktm .iw_cpt_search button:focus{outline:0}.iw_cpt_prdl_ktm .iw_cpt_search .start_search svg{width:20px;height:20px}.iw_cpt_prdl_ktm .category_link_wrapper a.category_link{text-decoration:none}.iw_cpt_prdl_ktm .category_link_wrapper a.category_link:hover{color:#efef17}.iw_cpt_prdl_ktm .category_link_wrapper.active a.category_link{color:#efef17}.iw_cpt_prdl_ktm .iw_cpt_categories{padding:17px}.iw_cpt_prdl_ktm .iw_cpt_categories .category_wrapper_inner.clearfix{padding:17px}.iw_cpt_prdl_ktm .category_link_wrapper{padding:17px}.iw_cpt_prdl_ktm .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_cpt_prdl_ktm .iw_cpt_categories.multi_line .all_links{float:left}.iw_cpt_prdl_ktm .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_cpt_prdl_ktm .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_prdl_ktm .iw_cpt_categories.multi_line button:focus{outline:0}.iw_cpt_prdl_ktm .iw_cpt_categories.multi_line .open_rect svg{width:20px;height:20px}.iw_cpt_prdl_ktm .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_cpt_prdl_ktm .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:start;flex-wrap:wrap;-ms-flex-flow:wrap}.iw_cpt_prdl_ktm .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;-ms-flex-flow:wrap;text-align:left;flex-grow:0}.iw_cpt_prdl_ktm article.iw_cpt_list_post{padding:17px}.iw_cpt_prdl_ktm .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:transparent}.iw_cpt_prdl_ktm .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;object-fit:cover}.iw_cpt_prdl_ktm .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_cpt_prdl_ktm .post_thumbnail_overlay:hover{background:rgba(255,255,255,0.6)}.iw_cpt_prdl_ktm .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_cpt_prdl_ktm .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_cpt_prdl_ktm .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_cpt_prdl_ktm .iw_cpt_list_post .post_content_area,.iw_cpt_prdl_ktm .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_cpt_prdl_ktm .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_cpt_prdl_ktm .iw_cpt_list_post .post_content_area_headline a p.headline{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_prdl_ktm .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:86px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_prdl_ktm .iw_cpt_list_post span.meta_info{padding:17px}.iw_cpt_prdl_ktm .loading_results,.iw_cpt_prdl_ktm .no_result{text-align:center}.iw_cpt_prdl_ktm .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-flow:wrap;padding:17px}.iw_cpt_prdl_ktm .iw_cpt_pagination .page{flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_prdl_ktm .iw_cpt_pagination .prev_area .prev_arrow,.iw_cpt_prdl_ktm .iw_cpt_pagination .next_area .next_arrow{width:20px;height:20px}.iw_cpt_prdl_ktm .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_prdl_ktm .iw_cpt_pagination .next_area .next_arrow svg{width:20px;height:20px}.iw_cpt_prdl_ktm .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_prdl_ktm .iw_cpt_pagination .prev_area .prev_text{float:left;margin:0 0 0 17px}.iw_cpt_prdl_ktm .iw_cpt_pagination .prev_area .prev_arrow{float:left}.iw_cpt_prdl_ktm .iw_cpt_pagination .next_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_prdl_ktm .iw_cpt_pagination .next_area .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_cpt_prdl_ktm .iw_cpt_pagination .next_area .next_arrow{float:right}.iw_cpt_prdl_ktm.without_pagination .iw_cpt_pagination{display:none}.iw_cpt_prdl_ktm .cpt-col-1-1{width:100%;float:left}.iw_cpt_prdl_ktm .cpt-col-1-2{width:50%;float:left}.iw_cpt_prdl_ktm .cpt-col-1-3{width:33.333333%;float:left}.iw_cpt_prdl_ktm .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_cpt_prdl_ktm .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_cpt_prdl_ktm .cpt-col-1-3,.iw_cpt_prdl_ktm .cpt-col-1-4{width:50%}.iw_cpt_prdl_ktm .iw_cpt_pagination .prev_area .prev_text{display:none}.iw_cpt_prdl_ktm .iw_cpt_pagination .next_area .next_text{display:none}}@media screen and (max-width:640px){.iw_cpt_prdl_ktm .cpt-col-1-2,.iw_cpt_prdl_ktm .cpt-col-1-3,.iw_cpt_prdl_ktm .cpt-col-1-4{width:100%}}.iw_cpt_pjl_ktm{margin-left:-15px;margin-right:-15px}.iw_cpt_pjl_ktm form{max-width:790px;margin:15px auto}.iw_cpt_pjl_ktm svg{fill:#1d1d1d}.iw_cpt_pjl_ktm .iw_cpt_search{padding:0 0 50px 0}.iw_cpt_pjl_ktm .iw_cpt_search input[type="text"]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #333;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_cpt_pjl_ktm .iw_cpt_search input:focus{outline:0}.iw_cpt_pjl_ktm form{max-width:790px;margin:0 auto}.iw_cpt_pjl_ktm .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_pjl_ktm .iw_cpt_search button:focus{outline:0}.iw_cpt_pjl_ktm .iw_cpt_search .start_search svg{width:20px;height:20px}.iw_cpt_pjl_ktm .category_link_wrapper a.category_link{text-decoration:none}.iw_cpt_pjl_ktm .category_link_wrapper a.category_link:hover{color:#efef17}.iw_cpt_pjl_ktm .category_link_wrapper.active a.category_link{color:#efef17}.iw_cpt_pjl_ktm .iw_cpt_categories{padding:17px}.iw_cpt_pjl_ktm .iw_cpt_categories .category_wrapper_inner.clearfix{padding:17px}.iw_cpt_pjl_ktm .category_link_wrapper{padding:17px}.iw_cpt_pjl_ktm .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_cpt_pjl_ktm .iw_cpt_categories.multi_line .all_links{float:left}.iw_cpt_pjl_ktm .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_cpt_pjl_ktm .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_cpt_pjl_ktm .iw_cpt_categories.multi_line button:focus{outline:0}.iw_cpt_pjl_ktm .iw_cpt_categories.multi_line .open_rect svg{width:20px;height:20px}.iw_cpt_pjl_ktm .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_cpt_pjl_ktm .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:start;flex-wrap:wrap;-ms-flex-flow:wrap}.iw_cpt_pjl_ktm .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;-ms-flex-flow:wrap;text-align:left;flex-grow:0}.iw_cpt_pjl_ktm article.iw_cpt_list_post{padding:17px}.iw_cpt_pjl_ktm .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:transparent}.iw_cpt_pjl_ktm .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;object-fit:cover}.iw_cpt_pjl_ktm .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_cpt_pjl_ktm .post_thumbnail_overlay:hover{background:rgba(255,255,255,0.6)}.iw_cpt_pjl_ktm .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_cpt_pjl_ktm .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_cpt_pjl_ktm .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_cpt_pjl_ktm .iw_cpt_list_post .post_content_area,.iw_cpt_pjl_ktm .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_cpt_pjl_ktm .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_cpt_pjl_ktm .iw_cpt_list_post .post_content_area_headline a p.headline{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_pjl_ktm .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:86px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_cpt_pjl_ktm .iw_cpt_list_post span.meta_info{padding:17px}.iw_cpt_pjl_ktm .loading_results,.iw_cpt_pjl_ktm .no_result{text-align:center}.iw_cpt_pjl_ktm .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-flow:wrap;padding:17px}.iw_cpt_pjl_ktm.without_pagination .iw_cpt_pagination{display:none}.iw_cpt_pjl_ktm .iw_cpt_pagination .page{flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px}.iw_cpt_pjl_ktm .iw_cpt_pagination .prev_area,.iw_cpt_pjl_ktm .iw_cpt_pagination .next_area{cursor:pointer;flex-wrap:wrap;-ms-flex-flow:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_cpt_pjl_ktm .iw_cpt_pagination .prev_area.active,.iw_cpt_pjl_ktm .iw_cpt_pagination .next_area.active{visibility:visible;opacity:1}.iw_cpt_pjl_ktm .iw_cpt_pagination .prev_arrow,.iw_cpt_pjl_ktm .iw_cpt_pagination .next_arrow{width:20px;height:20px}.iw_cpt_pjl_ktm .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_cpt_pjl_ktm .iw_cpt_pagination .prev_arrow{float:left}.iw_cpt_pjl_ktm .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_cpt_pjl_ktm .iw_cpt_pagination .next_arrow{float:right}.iw_cpt_pjl_ktm .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_pjl_ktm .iw_cpt_pagination .next_area .next_arrow svg{width:20px;height:20px}.iw_cpt_pjl_ktm .cpt-col-1-1{width:100%;float:left}.iw_cpt_pjl_ktm .cpt-col-1-2{width:50%;float:left}.iw_cpt_pjl_ktm .cpt-col-1-3{width:33.333333%;float:left}.iw_cpt_pjl_ktm .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_cpt_pjl_ktm .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_cpt_pjl_ktm .cpt-col-1-3,.iw_cpt_pjl_ktm .cpt-col-1-4{width:50%}.iw_cpt_pjl_ktm .iw_cpt_pagination .prev_text,.iw_cpt_pjl_ktm .iw_cpt_pagination .next_text{display:none}}@media screen and (max-width:640px){.iw_cpt_pjl_ktm .cpt-col-1-2,.iw_cpt_pjl_ktm .cpt-col-1-3,.iw_cpt_pjl_ktm .cpt-col-1-4{width:100%}}#iw_core_lightbox{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000}#iw_core_lightbox .close{margin-top:40px;margin-right:40px;position:absolute;top:0;right:0;transform:scale(2);cursor:pointer;z-index:100}#iw_core_lightbox .content_wrapper{position:absolute;top:125px;bottom:125px;left:0;right:0;cursor:pointer}#iw_core_lightbox .content{display:flex;flex-direction:column;padding:0 125px;height:100%;justify-content:center;width:100%}#iw_core_lightbox .description{width:100%;text-align:center;font-size:25px;padding-top:30px}#iw_core_lightbox .titel{padding-bottom:15px}#iw_core_lightbox .counter{padding-top:15px}#iw_core_lightbox .content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){#iw_core_lightbox .content{padding:0 75px}}@media screen and (max-width:860px){#iw_core_lightbox .content{padding:0 35px}#iw_core_lightbox .content_wrapper{top:75px;bottom:75px}#iw_core_lightbox .close{margin-top:30px;margin-right:30px}}@media screen and (max-width:420px){#iw_core_lightbox .content{padding:0 15px}}.iw_core_cpt_wrapper,.iw_cpt_list{margin-left:-15px;margin-right:-15px}.iw_core_cpt_wrapper svg,.iw_cpt_list svg{fill:#101010}.iw_core_cpt_wrapper .list_type_area,.iw_cpt_list .list_type_area{display:flex;gap:17px;padding:17px}.iw_cpt_list .list_type_area .list_style_type_button button,.iw_cpt_wrapper .list_type_area .list_style_type_button button{cursor:pointer;border:0;background:0}.iw_cpt_list .list_type_area .list_style_type_button button svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button svg{fill:#17efef}.iw_cpt_list .list_type_area .list_style_type_button button.active svg,.iw_cpt_wrapper .list_type_area .list_style_type_button button.active svg{fill:#ef17ef}.iw_core_cpt_wrapper .iw_cpt_search,.iw_cpt_list .iw_cpt_search{padding:0 0 50px}.iw_core_cpt_wrapper form,.iw_core_search form.search_form,.iw_cpt_list form{max-width:790px;margin:0 auto}.iw_core_cpt_wrapper .iw_cpt_search input[type=text],.iw_core_search input[type=text],.iw_cpt_list .iw_cpt_search input[type=text]{font-size:16px;line-height:21px;width:calc(100% - 54px);background-color:transparent;border:0;border-bottom:1px solid #ef17ef;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_core_cpt_wrapper .iw_cpt_search.two_buttons input[type=text],.iw_core_search.two_buttons input[type=text],.iw_cpt_list .iw_cpt_search.two_buttons input[type=text]{width:calc(100% - 108px)}.iw_core_cpt_wrapper .iw_cpt_search input:-ms-input-placeholder,.iw_core_search input:-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input:-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-webkit-input-placeholder,.iw_core_search input::-webkit-input-placeholder,.iw_cpt_list .iw_cpt_search input::-webkit-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-moz-placeholder,.iw_core_search input::-moz-placeholder,.iw_cpt_list .iw_cpt_search input::-moz-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::-ms-input-placeholder,.iw_core_search input::-ms-input-placeholder,.iw_cpt_list .iw_cpt_search input::-ms-input-placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input::placeholder,.iw_core_search input::placeholder,.iw_cpt_list .iw_cpt_search input::placeholder{color:red}.iw_core_cpt_wrapper .iw_cpt_search input:focus,.iw_core_search input:focus,.iw_cpt_list .iw_cpt_search input:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_search button.search_button,.iw_core_cpt_wrapper .iw_cpt_search button.start_search,.iw_core_search button.search_button,.iw_core_search button.start_search,.iw_cpt_list .iw_cpt_search button.search_button,.iw_cpt_list .iw_cpt_search button.start_search{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_search button.search_button:focus,.iw_core_cpt_wrapper .iw_cpt_search button:focus,.iw_core_search button.search_button:focus,.iw_core_search button:focus,.iw_cpt_list .iw_cpt_search button.search_button:focus,.iw_cpt_list .iw_cpt_search button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .open_rect svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search svg,.iw_core_cpt_wrapper .iw_cpt_search .start_search.search_button svg,.iw_core_search .start_search svg,.iw_core_search .start_search.search_button svg,.iw_cpt_list .iw_cpt_categories.multi_line .open_rect svg,.iw_cpt_list .iw_cpt_search .start_search svg,.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_search .search_notification,.iw_core_search .search_notification,.iw_cpt_list .iw_cpt_search .search_notification{min-height:26px}.iw_core_cpt_wrapper .category_link_wrapper a.category_link,.iw_cpt_list .category_link_wrapper a.category_link{text-decoration:none}.iw_core_cpt_wrapper .category_link_wrapper a.category_link:hover,.iw_core_cpt_wrapper .category_link_wrapper.active a.category_link,.iw_cpt_list .category_link_wrapper a.category_link:hover,.iw_cpt_list .category_link_wrapper.active a.category_link{color:#efef17}.iw_core_cpt_wrapper .category_link_wrapper,.iw_core_cpt_wrapper .iw_cpt_categories,.iw_core_cpt_wrapper .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_core_cpt_wrapper .iw_cpt_list_post span.meta_info,.iw_core_cpt_wrapper article.iw_cpt_list_post,.iw_cpt_list .category_link_wrapper,.iw_cpt_list .iw_cpt_categories,.iw_cpt_list .iw_cpt_categories .category_wrapper_inner.clearfix,.iw_cpt_list .iw_cpt_list_post span.meta_info,.iw_cpt_list article.iw_cpt_list_post{padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.hide_categories,.iw_cpt_list .iw_cpt_categories.hide_categories{padding:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .iw_cpt_categories_headline,.iw_cpt_list .iw_cpt_categories.multi_line .iw_cpt_categories_headline{float:left;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .all_links,.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.multi_line .all_links,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner .category_link_wrapper{float:left}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button.open_rect,.iw_cpt_list .iw_cpt_categories.multi_line button.open_rect{border:0;cursor:pointer;width:54px;height:54px;background-color:inherit;padding:17px}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line button:focus,.iw_cpt_list .iw_cpt_categories.multi_line button:focus{outline:0}.iw_core_cpt_wrapper .iw_cpt_categories.multi_line .category_wrapper_inner,.iw_cpt_list .iw_cpt_categories.multi_line .category_wrapper_inner{padding:17px;display:none}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{display:flex;display:-ms-flexbox;justify-content:flex-start;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper,.iw_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{flex-wrap:wrap;text-align:left;flex-grow:0}.iw_core_cpt_wrapper .iw_core_cpt_posts_wrapper{display:flex;flex-wrap:wrap}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area{overflow:hidden;position:relative;background:0}.iw_core_cpt_wrapper .iw_cpt_list_post .post_thumbnail_area img,.iw_cpt_list .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.iw_core_cpt_wrapper .post_thumbnail_overlay,.iw_cpt_list .post_thumbnail_overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;text-align:center;background:0;transition:all 300ms}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover,.iw_cpt_list .post_thumbnail_overlay:hover{background:rgba(255,255,255,.6)}.iw_core_cpt_wrapper .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay .post_thumbnail_overlay_text_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 300ms;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper,.iw_cpt_list .post_thumbnail_overlay:hover .post_thumbnail_overlay_text_wrapper{visibility:visible;opacity:1}.iw_core_cpt_wrapper .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text,.iw_cpt_list .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#ef17ef;font-size:17px;line-height:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area,.iw_core_cpt_wrapper .iw_cpt_list_post.even .post_content_area,.iw_cpt_list .iw_cpt_list_post .post_content_area,.iw_cpt_list .iw_cpt_list_post.even .post_content_area{background-color:#efef17;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a{margin:0;padding:0;font-size:unset;line-height:unset;font-weight:unset;text-decoration:none}.iw_core_cpt_wrapper .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_list .iw_cpt_list_post p.excerpt{padding:17px;display:-webkit-box;height:52px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:17px;margin:17px}.iw_core_cpt_wrapper .iw_cpt_list_post p.excerpt,.iw_cpt_list .iw_cpt_list_post p.excerpt{height:86px;-webkit-line-clamp:4}.iw_core_cpt_wrapper .loading_results,.iw_core_cpt_wrapper .no_result,.iw_cpt_list .loading_results,.iw_cpt_list .no_result{text-align:center;width:100%}.iw_core_cpt_wrapper .iw_cpt_pagination,.iw_cpt_list .iw_cpt_pagination{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:17px;width:100%}.iw_core_cpt_wrapper.without_pagination .iw_cpt_pagination,.iw_cpt_list.without_pagination .iw_cpt_pagination{display:none}.iw_core_cpt_wrapper .iw_cpt_pagination .page,.iw_cpt_list .iw_cpt_pagination .page{flex-wrap:wrap;padding:0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area,.iw_cpt_list .iw_cpt_pagination .next_area,.iw_cpt_list .iw_cpt_pagination .prev_area{cursor:pointer;flex-wrap:wrap;padding:0 17px;visibility:hidden;opacity:0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area.active,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area.active,.iw_cpt_list .iw_cpt_pagination .next_area.active,.iw_cpt_list .iw_cpt_pagination .prev_area.active{visibility:visible;opacity:1}.iw_core_cpt_wrapper .iw_cpt_pagination .next_area .next_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .next_area .next_arrow svg,.iw_cpt_list .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .prev_area .prev_arrow svg,.iw_cpt_list .iw_cpt_pagination .prev_arrow{width:20px;height:20px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .prev_text{float:left;margin:0 0 0 17px}.iw_core_cpt_wrapper .iw_cpt_pagination .prev_arrow,.iw_cpt_list .iw_cpt_pagination .prev_arrow{float:left}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .next_text{float:left;text-align:right;margin:0 17px 0 0}.iw_core_cpt_wrapper .iw_cpt_pagination .next_arrow,.iw_cpt_list .iw_cpt_pagination .next_arrow{float:right}.iw_core_cpt_wrapper .cpt-col-1-1,.iw_cpt_list .cpt-col-1-1{width:100%;float:left}.iw_core_cpt_wrapper .cpt-col-1-2,.iw_cpt_list .cpt-col-1-2{width:50%;float:left}.iw_core_cpt_wrapper .cpt-col-1-3,.iw_cpt_list .cpt-col-1-3{width:33.333333%;float:left}.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-4{width:25%;float:left}@media screen and (max-width:850px){.iw_core_cpt_wrapper .iw_cpt_search,.iw_core_search,.iw_cpt_list .iw_cpt_search{width:66.6666666%;margin:0 auto}}@media screen and (max-width:767px){.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:50%}.iw_core_cpt_wrapper .iw_cpt_pagination .next_text,.iw_core_cpt_wrapper .iw_cpt_pagination .prev_text,.iw_cpt_list .iw_cpt_pagination .next_text,.iw_cpt_list .iw_cpt_pagination .prev_text{display:none}}@media screen and (max-width:640px){.iw_core_cpt_wrapper .cpt-col-1-2,.iw_core_cpt_wrapper .cpt-col-1-3,.iw_core_cpt_wrapper .cpt-col-1-4,.iw_cpt_list .cpt-col-1-2,.iw_cpt_list .cpt-col-1-3,.iw_cpt_list .cpt-col-1-4{width:100%}}@font-face{font-family:'Helvetica Neue Pro';font-display:optional;font-weight:300;font-style:normal;src:url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro45Light/font.woff2') format('woff2'),url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro45Light/font.woff') format('woff')}@font-face{font-family:'Helvetica Neue Pro';font-display:optional;font-weight:300;font-style:italic;src:url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro46LightItalic/font.woff2') format('woff2'),url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro46LightItalic/font.woff') format('woff')}@font-face{font-family:'Helvetica Neue Pro';font-display:optional;font-weight:400;font-style:normal;src:url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro55Roman/font.woff2') format('woff2'),url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro55Roman/font.woff') format('woff')}@font-face{font-family:'Helvetica Neue Pro';font-display:optional;font-weight:400;font-style:italic;src:url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro56Italic/font.woff2') format('woff2'),url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro56Italic/font.woff') format('woff')}@font-face{font-family:'Helvetica Neue Pro';font-display:optional;font-weight:500;font-style:normal;src:url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro65Medium/font.woff2') format('woff2'),url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro65Medium/font.woff') format('woff')}@font-face{font-family:'Helvetica Neue Pro';font-display:optional;font-weight:500;font-style:italic;src:url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro66MediumItalic/font.woff2') format('woff2'),url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro66MediumItalic/font.woff') format('woff')}@font-face{font-family:'Helvetica Neue Pro';font-display:optional;font-weight:700;font-style:normal;src:url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro75Bold/font.woff2') format('woff2'),url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro75Bold/font.woff') format('woff')}@font-face{font-family:'Helvetica Neue Pro';font-display:optional;font-weight:700;font-style:italic;src:url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro76BoldItalic/font.woff2') format('woff2'),url('/wp-content/themes/inwendo-core-theme-child/font/NeueHelveticaPro76BoldItalic/font.woff') format('woff')}h1,h2,h3,h4,h5,h6,.lookalike-h1,.lookalike-h2,.lookalike-h3,.lookalike-h4,.lookalike-h5,.lookalike-h6,.iw_footer .iw_footer_content_area .iw_footer_content_area_block .iw-widget-headline{font-family:'Helvetica Neue Pro',sans-serif;font-style:normal;color:#303b41}.highlight-1,.highlight-1 h1,.highlight-1 h2,.highlight-1 h3,.highlight-1 h4,.highlight-1 h5,.highlight-1 h6,.highlight-1 .lookalike-h1,.highlight-1 .lookalike-h2,.highlight-1 .lookalike-h3,.highlight-1 .lookalike-h4,.highlight-1 .lookalike-h5,.highlight-1 .lookalike-h6{color:#31b9d5}.highlight-2,.highlight-2 h1,.highlight-2 h2,.highlight-2 h3,.highlight-2 h4,.highlight-2 h5,.highlight-2 h6,.highlight-2 .lookalike-h1,.highlight-2 .lookalike-h2,.highlight-2 .lookalike-h3,.highlight-2 .lookalike-h4,.highlight-2 .lookalike-h5,.highlight-2 .lookalike-h6{color:#005a60}.highlight-3,.highlight-3 h1,.highlight-3 h2,.highlight-3 h3,.highlight-3 h4,.highlight-3 h5,.highlight-3 h6,.highlight-3 .lookalike-h1,.highlight-3 .lookalike-h2,.highlight-3 .lookalike-h3,.highlight-3 .lookalike-h4,.highlight-3 .lookalike-h5,.highlight-3 .lookalike-h6{color:#fff}h1,.lookalike-h1{font-size:50px;line-height:70px;font-weight:300;letter-spacing:1px}h2,.lookalike-h2{font-size:40px;line-height:60px;font-weight:300;letter-spacing:.8px}h3,.lookalike-h3{font-size:26px;line-height:42px;font-weight:700}h4,.lookalike-h4{font-size:24px;line-height:40px;font-weight:400}h5,.lookalike-h5,.iw_erp_locations_map_list .iw_cpt_list_post .post_content_area .headline{font-size:22px;line-height:38px;font-weight:500}h6,.lookalike-h6,.iw_erp_locations_map_list .iw_cpt_list_post .post_content_area .subline{font-size:18px;line-height:30px;font-weight:700;color:#31b9d5}body{font-family:'Helvetica Neue Pro',sans-serif;font-size:18px;line-height:30px;color:#303b41}main#main{padding-top:132px}.wpb_content_element{margin-bottom:25px !important}.vc_row-has-fill>.vc_column_container>.vc_column-inner{padding-top:0 !important}a{color:#31b9d5;text-decoration:none}a:hover,a:focus{color:#31b9d5;text-decoration:underline}.iw-sticky .iw_header{background-color:#fff}.iw_header.outside_grid .iw_header_content_area{padding:72px 50px 30px 50px;background-color:#fff;z-index:1001;position:relative}.additional_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background:#e9ebec;padding:6px 40px 6px 50px;-ms-flex-wrap:wrap;flex-wrap:wrap;position:fixed;left:0;right:0;z-index:1002;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}.additional_row .addrow_element{cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.additional_row .worldwide_element{margin:4px 0 0 40px}.additional_row .worldwide_element{display:inherit}.additional_row .pcon_element{margin:4px 0 0 40px}.additional_row .pcon_element{display:inherit}.additional_row .shop_element{margin:4px 0 0 40px}.additional_row .shop_element{display:none}.additional_row .partner_element{margin:4px 0 0 40px}.additional_row .partner_element{display:inherit}.additional_row .go_back_element .go_back_space{margin:4px 0 0 40px}.additional_row .go_back_element.mobile{display:none;width:100%;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .4s linear;-o-transition:visibility 0s,opacity .4s linear;transition:visibility 0s,opacity .4s linear}.additional_row .go_back_element.mobile .go_back_space{margin:12.5px 15px}.additional_row .current_lang_element{margin:0 0 0 40px}.additional_row .addrow_icon{width:16px;height:16px;margin-right:10px;float:left;font-size:16px;line-height:22px}.additional_row .current_lang_element .addrow_icon{width:24px;height:24px;margin-right:0}.additional_row .addrow_text{float:left}.additional_row a .addrow_text{font-size:14px;line-height:14px;font-weight:400;color:#303b41;padding-top:2px}.additional_row .addrow_element a:hover .addrow_icon svg circle,.additional_row .addrow_element a:hover .addrow_icon svg path{stroke:#31b9d5}.additional_row .addrow_element.worldwide_element a:hover .addrow_icon svg path{stroke:transparent;fill:#31b9d5}.additional_row .addrow_element.pcon_element a:hover .addrow_icon svg path{stroke:transparent;fill:#31b9d5}.additional_row .addrow_element a:hover .addrow_text{color:#31b9d5}.additional_row .multilanguage_switcher_area{width:100%}.additional_row .current_lang_element .language_element_icon{float:left;padding-right:10px;font-size:16px;line-height:22px}.additional_row .current_lang_element .language_element_arrow{float:left;padding-top:1px}.iw_header.open-switcher .current_lang_element .addrow_icon svg,.no-js .iw_header:hover .current_lang_element .addrow_icon svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.additional_row .multilanguage_wrapper{width:100%;max-width:1200px;margin:0 auto;padding:35px 0 55px 0;display:none;-ms-flex-wrap:wrap;flex-wrap:wrap}.additional_row .multilanguage_wrapper .language_element{width:25%;float:left;padding:12.5px 15px;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .4s linear;-o-transition:visibility 0s,opacity .4s linear;transition:visibility 0s,opacity .4s linear}.additional_row .multilanguage_wrapper .language_element a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none}.additional_row .multilanguage_wrapper .language_element a:hover .language_element_text{color:#31b9d5}.additional_row .multilanguage_wrapper .language_element_icon{float:left;padding-right:10px;height:24px;width:34px}.additional_row .current_lang_element .language_element_icon img,.additional_row .multilanguage_wrapper .language_element_icon img{width:24px;height:24px}html[lang="en-INT"] .additional_row .current_lang_element .language_element_icon img{height:20px}.additional_row .multilanguage_wrapper .language_element_text{font-size:14px;line-height:24px;font-weight:700;color:#303b41;display:contents}.multilanguage_switcher_closing_layer{background-color:rgba(72,80,85,0.95);height:0;width:100%;position:fixed;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;z-index:1001;right:0}.wpml-ls-legacy-list-horizontal{padding:0 !important;border:none !important}.wpml-ls-legacy-list-horizontal li:last-child{margin:0 0 0 10px !important}.wpml-ls-legacy-list-horizontal a{margin:0 !important;padding:0 !important}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{width:24px !important;height:24px !important}.wpml-ls-item{padding:0 5px !important;border-radius:2px}.wpml-ls-current-language,.wpml-ls-item:hover{background:#31b9d5}.iw_header .iw_header_content_area .iw_navigation ul>li.top-level-menu-item:first-child{padding:0 25px 0 0}.iw_header .iw_header_content_area .iw_navigation ul>li.top-level-menu-item{padding:0 25px}.iw_header .iw_header_content_area .iw_navigation ul>li.top-level-menu-item:last-child{padding:0 0 0 25px}.iw_header .iw_header_content_area .iw_navigation ul>li.top-level-menu-item a{color:#303b41;font-size:16px;line-height:19px;font-weight:700;letter-spacing:.48px}.iw_header .iw_header_content_area .iw_navigation ul>li.top-level-menu-item>a:hover,.iw_header .iw_header_content_area .iw_navigation ul>li.top-level-menu-item>a:focus,.iw_header .iw_header_content_area .iw_navigation ul>li.top-level-menu-item.active>a,.iw_header .iw_header_content_area .iw_navigation ul>li.top-level-menu-item.active-parent>a{color:#31b9d5 !important}.iw_header .iw_mobile_navigation_buttons button.iw_mobile_navigation_button{right:40px;width:24px;height:24px;padding:0}.iw_header .iw_mobile_navigation_buttons button.iw_mobile_navigation_button svg{fill:#303b41}.mobile_navigation_open .iw_header .iw_mobile_navigation_buttons button.iw_mobile_navigation_button.open{display:none !important;visibility:hidden !important;opacity:0 !important}.iw_mobile_navigation{background:#d9e5ec;background:-webkit-gradient(linear,left top,left bottom,from(rgba(217,229,236,1)),to(rgba(244,247,249,1)));background:-o-linear-gradient(top,rgba(217,229,236,1) 0,rgba(244,247,249,1) 100%);background:linear-gradient(180deg,rgba(217,229,236,1) 0,rgba(244,247,249,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9e5ec",endColorstr="#f4f7f9",GradientType=1)}.iw_mobile_navigation .iw_navigation ul{padding:141px 30px 30px 30px;text-align:center}.iw_mobile_navigation .iw_navigation ul>li.top-level-menu-item:first-child,.iw_mobile_navigation .iw_navigation ul>li.top-level-menu-item,.iw_mobile_navigation .iw_navigation ul>li.top-level-menu-item:last-child{padding:15px}.iw_mobile_navigation .iw_navigation ul>li.top-level-menu-item a{font-family:'GT-Walsheim',sans-serif;font-size:16px;line-height:19px;font-weight:700;color:#303b41}.iw_mobile_navigation .iw_navigation ul>li.top-level-menu-item>a:hover,.iw_mobile_navigation .iw_navigation ul>li.top-level-menu-item>a:focus,.iw_mobile_navigation .iw_navigation ul>li.top-level-menu-item.active>a,.iw_mobile_navigation .iw_navigation ul>li.top-level-menu-item.active-parent>a{color:#31b9d5}.ktm_contact_widget{position:fixed;right:0;z-index:10;background-color:#005a60;top:200px}.ktm_contact_widget.desktop{bottom:unset;top:150px;left:unset;right:0}.admin-bar .ktm_contact_widget{top:182px}.ktm_contact_widget .icon_button_wrapper{padding:15px 5px}.ktm_contact_widget .icon_button{padding:15px}.ktm_contact_widget .icon_button a{display:-webkit-box;display:-ms-flexbox;display:flex}.ktm_contact_widget .icon_button a:hover svg path,.ktm_contact_widget .icon_button a:hover svg circle,.ktm_contact_widget .icon_button a:hover svg line{stroke:#31b9d5}.ktm_contact_widget.mobile-menu{bottom:0;top:unset;left:0;right:0;width:100%;height:0}.ktm_contact_widget.mobile-menu.animation{-webkit-transition-timing-function:cubic-bezier(0,0,0,1);-o-transition-timing-function:cubic-bezier(0,0,0,1);transition-timing-function:cubic-bezier(0,0,0,1);-webkit-transition:1s;-o-transition:1s;transition:1s}.ktm_contact_widget.mobile-menu .icon_button_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 15px}.ktm_contact_widget.mobile-menu .icon_button{padding:30px 25px}.ktm_search_menu_button{float:right;padding-left:50px;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .6s linear;-o-transition:visibility 0s,opacity .6s linear;transition:visibility 0s,opacity .6s linear}.ktm_search_background.blue .ktm_search_menu_button{position:relative;padding:67px 50px 0 0}.open_search_icon,.close_search_icon{width:24px;height:24px;cursor:pointer}.open_search_icon:hover svg .cls-2{stroke:#31b9d5}.ktm_search_area{position:fixed;top:0;right:0;left:0;z-index:1200;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition:1s;-o-transition:1s;transition:1s;height:0}.ktm_search_area.with-results{background:#fff}.search_logo{position:relative;padding:67px 0 0 50px;display:inline-block;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .6s linear;-o-transition:visibility 0s,opacity .6s linear;transition:visibility 0s,opacity .6s linear}.ktm_search_background{position:absolute;right:0;left:0;height:0;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition:1s;-o-transition:1s;transition:1s;bottom:0;top:0}.ktm_search_background.white{background:#fff;position:fixed}.ktm_search_background.blue{background:#d9e5ec;background:-webkit-gradient(linear,left top,right top,from(rgba(217,229,236,1)),to(rgba(244,247,249,1)));background:-o-linear-gradient(left,rgba(217,229,236,1) 0,rgba(244,247,249,1) 100%);background:linear-gradient(90deg,rgba(217,229,236,1) 0,rgba(244,247,249,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9e5ec",endColorstr="#f4f7f9",GradientType=1)}.ktm_search_area .search_width{display:none}.scroll{overflow-y:scroll;overflow-x:hidden;height:100%;width:100%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.ktm_search_area .search_filter{margin:0 auto;max-width:790px;width:100%;height:auto;height:initial;position:absolute;top:50%;left:0;right:0;bottom:auto;bottom:initial;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition:1s;-o-transition:1s;transition:1s}.ktm_search_area.with-results .search_filter{max-width:1200px;margin:0 auto;top:140px;left:0;right:0;bottom:0;-webkit-transform:unset;-ms-transform:unset;transform:unset}.ktm_search_area .search_filter .search_form{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:790px;margin:0 auto;padding-bottom:50px;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .6s linear;-o-transition:visibility 0s,opacity .6s linear;transition:visibility 0s,opacity .6s linear}.ktm_search_area .search_filter input{border:0;padding:15px 40px;width:100%;font-size:24px;line-height:40px;-webkit-appearance:none;border-radius:0;-webkit-border-radius:0;margin:0}.ktm_search_area .search_filter button.start_search{border:0;background:#005a60;padding:23px 23px 20px 23px;cursor:pointer;margin:0}.ktm_search_area .search_filter button svg{width:24px;height:24px}.ktm_search_area .search_filter button svg .cls-2{stroke:#fff}.ktm_search_area .result_wrapper{max-width:1200px;padding-bottom:150px;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .6s linear;-o-transition:visibility 0s,opacity .6s linear;transition:visibility 0s,opacity .6s linear}.ktm_search_area .result_wrapper .iw_cpt_projects_list_post,.ktm_search_area .result_wrapper .iw_cpt_blog_list_post,.ktm_search_area .result_wrapper .iw_cpt_events_list_post{padding:0 !important;margin:15px}.ktm_search_area .result_wrapper .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.ktm_search_area .result_wrapper .result_wrapper_block{padding-bottom:50px}.ktm_search_area .result_wrapper .block_title{padding:0 15px;font-weight:700;color:#31b9d5}.ktm_search_area .result_wrapper .cpt-col-1-3{width:33.333333%;float:left}.ktm_search_area .result_wrapper .block_link{padding:0 15px;font-weight:700;color:#31b9d5;text-align:right}.ktm_search_area .loading_results,.ktm_search_area .no_result{color:#303b41;font-size:18px;line-height:30px;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;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:200px;text-align:center}.ktm_search_area .iw_cpt_pagination{display:none}.iw_footer{background-color:#efefef}.iw_footer.inside_grid .iw_footer_content_area{padding:50px 0}.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_1{padding:0 15px 0 0}.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_2,.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_3{padding:0 15px}.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_4{padding:0 0 0 15px}.iw_footer .iw_footer_content_area .iw_footer_content_area_block .iw-widget-headline{font-size:18px;line-height:30px;font-weight:700;padding:0 0 5px 0;min-height:unset}.iw_footer .iw_footer_content_area .iw_core_theme_logo_widget{margin-bottom:25px}.iw_footer .iw_footer_content_area .iw_cpt_social_networks_icon{float:left;margin-right:20px}.iw_footer .iw_footer_content_area .iw_navigation ul>li.top-level-menu-item{padding:15px 0 0 0}.iw_footer .iw_footer_content_area .iw_navigation ul>li.top-level-menu-item a{font-size:16px;line-height:28px;font-weight:400;padding:0;color:#303b41;text-decoration:none}.iw_footer .iw_footer_content_area .iw_navigation ul>li.top-level-menu-item>a:hover,.iw_footer .iw_footer_content_area .iw_navigation ul>li.top-level-menu-item>a:focus,.iw_footer .iw_footer_content_area .iw_navigation ul>li.top-level-menu-item.active>a,.iw_footer .iw_footer_content_area .iw_navigation ul>li.top-level-menu-item.active-parent>a{color:#31b9d5;text-decoration:none}.iw_footer .iw_footer_info_area{font-size:16px;line-height:32px;font-weight:400;padding:10px 50px 10px 50px;color:#fff;background-color:#005a60}.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item{padding:0 15px}.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item:last-child{padding:0 30px 0 15px}.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item a{font-size:16px;line-height:32px;font-weight:400;color:#fff;text-decoration:none}.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item>a:hover,.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item>a:focus,.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item.active>a,.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item.active-parent>a{text-decoration:underline;color:#fff}.iw_footer .iw_footer_info_area .iw_tal_wrapper img{filter:invert(1)}.iw_wbs_button button,.iw_cpt_list_post.iw_cpt_products_list_post .post_action_area button{font-weight:300;font-size:14px;line-height:17px;letter-spacing:.7px;text-transform:uppercase;padding:13px 40px 11px 40px;background-color:#005a60;cursor:pointer;color:#fff;border:1px solid #005a60;width:inherit;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_wbs_button button:hover,.iw_cpt_list_post.iw_cpt_products_list_post .post_action_area button:hover{background-color:#31b9d5;border:1px solid #31b9d5;color:#fff}.iw_wbs_button.button-white button{background-color:#fff;border:1px solid #fff;color:#005a60}.iw_wbs_button.button-white button:hover{background-color:#31b9d5;border:1px solid #31b9d5;color:#fff}.iw_cpt_projects_list_post.iw_cpt_list_post .post_content_area,.iw_cpt_projects_list_post.iw_cpt_list_post.even .post_content_area,.iw_cpt_blog_list_post.iw_cpt_list_post .post_content_area,.iw_cpt_blog_list_post.iw_cpt_list_post.even .post_content_area{background-color:#fff;margin:20px}.iw_cpt_events_list_post.iw_cpt_list_post .post_content_area,.iw_cpt_events_list_post.iw_cpt_list_post.even .post_content_area{background:#fcfcfd;background:-o-radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);background:radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfd",endColorstr="#f5f8fa",GradientType=1);margin:0;padding:25px}.iw_cpt_blog_list_post.iw_cpt_list_post span.date{font-size:18px;line-height:30px;font-weight:400;color:#31b9d5}.iw_cpt_projects_list_post.iw_cpt_list_post .post_content_area_headline a,.iw_cpt_blog_list_post.iw_cpt_list_post .post_content_area_headline a,.iw_cpt_events_list_post.iw_cpt_list_post .post_content_area_headline a{text-decoration:none}.iw_cpt_projects_list_post.iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_blog_list_post.iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_events_list_post.iw_cpt_list_post .post_content_area_headline a p.headline{font-size:22px;line-height:30px;font-weight:500;color:#303b41;display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:unset;-o-text-overflow:unset;text-overflow:unset;height:unset;margin:0}.iw_cpt_projects_list_post.iw_cpt_list_post .post_content_area_headline a p.headline{padding:15px 0 0 0}.iw_cpt_blog_list_post.iw_cpt_list_post .post_content_area_headline a p.headline{padding:10px 0 0 0}.iw_cpt_events_list_post.iw_cpt_list_post .post_content_area_headline a p.headline{padding:0}.iw_cpt_projects_list_post.iw_cpt_list_post p.excerpt,.iw_cpt_blog_list_post.iw_cpt_list_post p.excerpt,.iw_cpt_events_list_post.iw_cpt_list_post p.subline{font-size:18px;line-height:30px;font-weight:400;margin:0;padding:10px 0 0 0}.iw_cpt_projects_list_post.iw_cpt_list_post p.excerpt,.iw_cpt_blog_list_post.iw_cpt_list_post p.excerpt,.iw_cpt_events_list_post.iw_cpt_list_post p.subline{display:-webkit-box;height:160px;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.iw_cpt_events_list_post.iw_cpt_list_post p.subline{display:-webkit-box;height:40px;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.iw_cpt_events_list_post.iw_cpt_list_post .post_content_text.price{display:none}.iw_cpt_events_list_post.iw_cpt_list_post .info-text.date{padding-top:15px;font-weight:700}.iw_cpt_events_list_post.iw_cpt_list_post .post_content_text.address{padding-top:15px}.iw_cpt_events_list_post.iw_cpt_list_post .info-text.date{color:#31b9d5}.iw_cpt_products_tax_cta_post{background:#fcfcfd;background:-o-radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);background:radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfd",endColorstr="#f5f8fa",GradientType=1);padding:20px 0}.iw_cpt_products_tax_cta_post:hover{background:#005a60}.iw_cpt_products_tax_cta_post a,.iw_cpt_products_tax_cta_post a:hover{color:#303b41;text-decoration:none}.iw_cpt_products_tax_cta_post:hover a,.iw_cpt_products_tax_cta_post:hover a:hover{color:#fff}.iw_cpt_products_tax_cta_post .post_thumbnail_area,.iw_cpt_products_tax_cta_post .post_content_area{float:left;width:50%}.iw_cpt_products_tax_cta_post .post_thumbnail_area img{width:100%;height:unset}.iw_cpt_products_tax_cta_post .post_content_area_headline{font-size:22px;line-height:30px;font-weight:500;padding:30px 40px 5px 30px}.iw_cpt_products_tax_cta_post p.excerpt{display:-webkit-box;height:187px;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:5px 40px 0 30px;line-height:26px}.iw_cpt_products_tax_cta_list{display:flex;gap:30px}@media screen and (min-width:1141px){.iw_cpt_products_tax_cta_list .iw_cpt_products_tax_cta_post{margin:20px 0;padding:0;width:25%}.iw_cpt_products_tax_cta_list .iw_cpt_products_tax_cta_post .post_thumbnail_area,.iw_cpt_products_tax_cta_list .iw_cpt_products_tax_cta_post .post_content_area{float:unset;width:100%}.iw_cpt_products_tax_cta_list .iw_cpt_products_tax_cta_post .post_thumbnail_area{text-align:center;padding:25px}.iw_cpt_products_tax_cta_list .iw_cpt_products_tax_cta_post .post_content_area_headline{padding:0 40px 15px 40px}.iw_cpt_products_tax_cta_list .iw_cpt_products_tax_cta_post p.excerpt{height:unset;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:unset;-o-text-overflow:unset;text-overflow:unset;padding:0 40px 40px 40px;margin:0}}.iw_cpt_products_custom_list{background:#d9e5ec;background:-webkit-gradient(linear,left top,left bottom,from(rgba(217,229,236,1)),to(rgba(244,247,249,1)));background:-o-linear-gradient(top,rgba(217,229,236,1) 0,rgba(244,247,249,1) 100%);background:linear-gradient(180deg,rgba(217,229,236,1) 0,rgba(244,247,249,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9e5ec",endColorstr="#f4f7f9",GradientType=1)}.ktm_cpt_list{margin:0}.ktm_cpt_list .iw_cpt_categories{padding:0;position:relative;padding-bottom:35px}.ktm_cpt_list .category_filter_header{background:#005a60}.ktm_cpt_list .category_filter_button_wrapper{min-height:48px;padding:12px 0;max-width:1200px;margin:0 auto}.ktm_cpt_list .category_filter_button_content{cursor:pointer}.ktm_cpt_list .category_filter_wrapper.content{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;display:none}.admin-bar .ktm_cpt_list .category_filter_wrapper.content{top:32px}.ktm_cpt_list .category_filter_update{position:fixed;left:0;right:0;bottom:0;height:98px;background:#005a60;text-align:center;padding:30px}.ktm_cpt_list .category_filter_update button{font-weight:300;font-size:14px;line-height:17px;letter-spacing:.7px;text-transform:uppercase;padding:10px 40px;background-color:#fff;cursor:pointer;color:#31b9d5;border:1px solid #fff;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;max-width:340px;width:100%}.ktm_cpt_list .category_filter_update button:hover{background-color:#31b9d5;border:1px solid #31b9d5;color:#fff}.ktm_cpt_list .category_filter_header .category_filter_text{font-size:18px;line-height:24px;font-weight:700;color:#fff;display:inline;float:left}.ktm_cpt_list .category_filter_header .category_filter_button{float:left;padding-left:10px;height:24px}.ktm_cpt_list .iw_cpt_categories.single_line .category_filter_content{background-color:rgba(2,78,83,0.90);padding:25px 0;height:100%;overflow:scroll}.ktm_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{max-width:1200px;margin:0 auto;padding-bottom:150px}.ktm_cpt_list .iw_cpt_categories.single_line .category_row{width:100%;padding:25px 0;margin-right:40px}.ktm_cpt_list .iw_cpt_categories.single_line .category_header{font-size:24px;line-height:40px;color:#fff}.category_link_child_wrapper_area{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}.ktm_cpt_list .iw_cpt_search{background:#fff;padding:0 0 50px 0}.ktm_cpt_list .iw_cpt_search .search_form{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:790px;margin:0 auto;padding:0}.ktm_cpt_list .iw_cpt_search input,.ktm_cpt_list .iw_cpt_search input[type="text"]{border:0;padding:15px 40px;width:100%;font-size:24px;line-height:40px;background:#fcfcfd;background:-o-radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);background:radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfd",endColorstr="#f5f8fa",GradientType=1);margin:0}.ktm_cpt_list .iw_cpt_search input[type="text"]::-webkit-input-placeholder{color:#757575}.ktm_cpt_list .iw_cpt_search button.start_search{border:0;background:#005a60;padding:23px 23px 20px 23px;height:unset;width:unset;cursor:pointer;margin:0}.ktm_cpt_list .iw_cpt_search button.start_search:hover{background-color:#31b9d5}.ktm_cpt_list .iw_cpt_search .start_search button svg{width:24px;height:24px}.ktm_cpt_list .iw_cpt_search button.start_search svg{fill:#fff}.ktm_cpt_list .iw_cpt_search button.start_search svg .cls-2{stroke:#fff}.ktm_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper{border:1px solid #fff;padding:0;margin:15px 40px 0 0}.ktm_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper.single_link.active,.ktm_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper.single_link:hover{background-color:#fff}.ktm_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper a{font-size:14px;line-height:17px;font-weight:300;letter-spacing:.7px;text-decoration:none;text-transform:uppercase;color:#fff;padding:10px 40px;display:block}.ktm_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper.single_link.active a,.ktm_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper.single_link:hover a{color:#303b41}.iw_cpt_active_categories_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1200px;margin:0 auto;width:100%}.iw_cpt_active_categories_list.padding{padding:0 0 35px 0;margin-top:-30px}.iw_cpt_active_categories_list .iw_cpt_actcat_element{border:1px solid #303b41;padding:0 10px;margin:20px 20px 0 0;cursor:pointer;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-flow:wrap;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.iw_cpt_active_categories_list .iw_cpt_actcat_element.active,.iw_cpt_active_categories_list .iw_cpt_actcat_element:hover{background-color:#303b41}.iw_cpt_active_categories_list .iw_cpt_actcat_element_text{font-size:14px;line-height:17px;font-weight:300;letter-spacing:.7px;text-decoration:none;text-transform:uppercase;color:#303b41;float:left;padding:13px 30px 10px 30px}.iw_cpt_active_categories_list .iw_cpt_actcat_element_button{padding:7px 10px 0 10px;float:left}.iw_cpt_active_categories_list .iw_cpt_actcat_element:hover .iw_cpt_actcat_element_text{color:#fff}.ktm_cpt_list .iw_cpt_list_posts_wrapper{margin:0 -15px;display:flex;flex-wrap:wrap}.ktm_cpt_list .ktm_cpt_list_post_width{max-width:1200px;margin:0 auto}.ktm_cpt_list.ktm_cpt_retailers_list .ktm_cpt_list_post_width{max-width:790px}.iw_cpt_products_custom_list .ktm_cpt_list_term_row{padding-bottom:100px;width:100%}.iw_cpt_products_custom_list .iw_cpt_products_tax_cta_post{background:unset;padding-bottom:65px}.iw_cpt_products_custom_list .iw_cpt_products_tax_cta_post .post_thumbnail_area{width:33.333333%}.iw_cpt_products_custom_list .iw_cpt_products_tax_cta_post .post_content_area{width:66.666666%}.iw_cpt_products_custom_list .iw_cpt_products_tax_cta_post .post_content_area_headline{font-size:50px;line-height:70px;font-weight:300;max-width:585px;padding:50px 15px 5px 15px}.iw_cpt_products_custom_list .iw_cpt_products_tax_cta_post p.excerpt{font-size:20px;line-height:36px;font-weight:400;max-width:585px;display:block;height:unset;padding:45px 15px 15px 15px}.iw_cpt_list_post.iw_cpt_products_list_post{background:#fcfcfd;background:-o-radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);background:radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfd",endColorstr="#f5f8fa",GradientType=1);padding:20px !important;margin:15px}.iw_cpt_list_post.iw_cpt_products_list_post .post_thumbnail_area,.iw_cpt_list_post.iw_cpt_products_list_post .post_content_area,.iw_cpt_list_post.iw_cpt_products_list_post.even .post_content_area,.iw_cpt_list_post.iw_cpt_products_list_post .post_action_area{background:unset}.iw_cpt_list_post.iw_cpt_products_list_post .post_thumbnail_area{margin:0}.iw_cpt_list_post.iw_cpt_products_list_post .post_content_area,.iw_cpt_list_post.iw_cpt_products_list_post.even .post_content_area{margin:0}.iw_cpt_list_post.iw_cpt_products_list_post .post_content_area_headline a{text-decoration:none}.iw_cpt_list_post.iw_cpt_products_list_post .post_content_area_headline a p.headline{font-size:22px;line-height:30px;font-weight:500;height:60px;color:#303b41;-webkit-line-clamp:2;margin:20px 0 15px 0;padding:0}.iw_cpt_list_post.iw_cpt_products_list_post p.excerpt{font-size:18px;line-height:30px;height:60px;-webkit-line-clamp:2;margin:0 0 20px 0;padding:0}.iw_cpt_list_post.iw_cpt_products_list_post .post_action_area{text-align:center;padding:0}.iw_cpt_list_post.iw_cpt_products_list_post .post_action_area button{width:100%}.iw_cpt_list .loading_results,.iw_cpt_list .no_result{color:#303b41;font-size:18px;line-height:30px;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;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:200px;width:100%}.ktm_cpt_list .iw_cpt_pagination{padding:35px 0 100px 0;width:100%}.ktm_cpt_list .iw_cpt_products_pagination.iw_cpt_pagination{margin-top:-50px}.ktm_cpt_list .iw_cpt_pagination .page{font-size:18px;line-height:22px;font-weight:700;padding:0 25px}.ktm_cpt_list .iw_cpt_pagination .prev_area,.ktm_cpt_list .iw_cpt_pagination .next_area{padding:0;margin:0 25px}.ktm_cpt_list .iw_cpt_pagination svg{fill:#31b9d5}.cpt-products-item .single_header_background{background:#d9e5ec;background:-o-linear-gradient(315deg,rgba(217,229,236,1) 0,rgba(244,247,249,1) 100%);background:linear-gradient(135deg,rgba(217,229,236,1) 0,rgba(244,247,249,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9e5ec",endColorstr="#f4f7f9",GradientType=1)}.cpt-products-item .single_header_box .single_header_box_excerpt,.cpt-products-item .single_header_box .single_header_box_meta,.cpt-products-item .single_header_box .single_header_box_button{padding:30px 0 0 0}.iw_cpt_pjl_ktm article.iw_cpt_list_post{padding:15px}.iw_cpt_pjl_ktm .post_thumbnail_overlay:hover{background:rgba(0,90,96,0.8)}.iw_cpt_pjl_ktm .post_thumbnail_overlay_text_wrapper .post_thumbnail_overlay_text{color:#fff;font-size:18px;line-height:30px;font-weight:700}.iw_cpt_projects_list_post,.iw_cpt_blog_list_post{padding:0 !important;margin:15px}.ktm_cpt_person_list_post .image_wrapper,.ktm_cpt_person_list_post .text_wrapper{width:50%;float:left}.ktm_cpt_person_list_post .image_wrapper img{width:100%;height:inherit}.ktm_cpt_person_list_post .text_wrapper{padding:32px 30px 30px 30px}.ktm_cpt_person_list_post .text_wrapper .text_headline{font-size:22px;line-height:22px;font-weight:500;padding-bottom:10px}.ktm_cpt_person_list_post .text_wrapper .text_standard{font-size:18px;line-height:30px;font-weight:400;font-style:italic}.single-page .single_footer_area{padding:0 0 175px 0}.single-page .single_footer_area .reference_linking{margin:0 -15px}.single-page .single_footer_area .reference_linking h4{text-align:center;padding-bottom:50px}.single-page .single_footer_area .single_contact_cta{max-width:790px;margin:0 auto;padding-top:150px}.single-page .single_footer_area .cpt-col-1-3{width:33.333333%;float:left}.single-page .single_footer_area .iw_cpt_list_post .post_thumbnail_area img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.single-page.cpt-blog-item .single_footer_area,.single-page.cpt-events-item .single_footer_area{padding:100px 0 175px 0}.single-page.cpt-blog-item .single_footer_area_title{padding:0 0 30px 0}.single-page.cpt-blog-item .footer_reference_area{padding:0 0 50px 0}.ktm_cpt_retailers_select_wrapper{padding:15px;margin:0 -15px}.iw_cpt_list_post.ktm_cpt_retailers_list_post{background:#fcfcfd;background:-o-radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);background:radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfd",endColorstr="#f5f8fa",GradientType=1);padding:25px !important;margin:15px}.iw_cpt_list_post.ktm_cpt_retailers_list_post .post_iw_header h3{padding-bottom:10px}.iw_cpt_list_post.ktm_cpt_retailers_list_post .post_content_area .headline{font-weight:700;color:#31b9d5}.iw_cpt_list_post.ktm_cpt_retailers_list_post .post_address_area,.iw_cpt_list_post.ktm_cpt_retailers_list_post .post_contact_area{padding-top:25px}.iw_cpt_list_post.ktm_cpt_retailers_list_post .post_content_area p.text,.iw_cpt_list_post.ktm_cpt_retailers_list_post.even .post_content_area p.text{margin:0}.iw_cpt_list_post.ktm_cpt_retailers_list_post .post_content_area a,.iw_cpt_list_post.ktm_cpt_retailers_list_post.even .post_content_area a{color:#303b41;text-decoration:none}.iw_cpt_list_post.ktm_cpt_retailers_list_post .post_content_area a:hover,.iw_cpt_list_post.ktm_cpt_retailers_list_post.even .post_content_area a:hover{text-decoration:underline}.iw_cpt_list_post.ktm_cpt_retailers_list_post .post_footer_area{padding-top:25px}.cpt-events-item .single_header_box .single_header_box_subline{padding-top:25px}.cpt-events-item .single_header_box .single_header_box_date,.cpt-events-item .single_header_box .single_header_box_location{padding-top:10px}.ktm_std_contact_cta .contact_cta_text,.ktm_std_contact_cta .contact_cta_button{padding:30px 0 0 0}.iw_contact_form .standard_row{padding:0}.iw_contact_form .content-element{font-size:18px;line-height:22px}.iw_contact_form .content-element.half.left{padding:0 12px 0 0}.iw_contact_form .content-element.half.right{padding:0 0 0 12px}.iw_contact_form input,.iw_contact_form textarea,.iw_contact_form .iw-cf7-file span::after,.iw_contact_form .iw-custom-select .option,.iw_contact_form .iw-custom-select .select-field,.iw_contact_form .iw-custom-select .option-wrapper{font-family:inherit;font-weight:400;font-size:18px;line-height:30px;color:#303b41;border:1px solid #005a60;width:100%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;padding:10px;margin:-2px 0 0 0}.iw_contact_form input.note-required-field,.iw_contact_form .iw-improved-custom-select.note-required-field.placeholder .select-field{border:1px solid red}.iw_contact_form input::-webkit-input-placeholder,.iw_contact_form textarea::-webkit-input-placeholder{color:#303b41}.iw_contact_form input::-moz-placeholder,.iw_contact_form textarea::-moz-placeholder{color:#303b41}.iw_contact_form input:-ms-input-placeholder,.iw_contact_form textarea:-ms-input-placeholder{color:#303b41}.iw_contact_form input::-ms-input-placeholder,.iw_contact_form textarea::-ms-input-placeholder{color:#303b41}.iw_contact_form input::placeholder,.iw_contact_form textarea::placeholder{color:#303b41}.iw_contact_form textarea{height:150px}html[lang="de-DE"] .iw_contact_form .iw-cf7-file span::after{content:attr(data-content) ' Datei hinzufügen'}html[lang="en-UK"] .iw_contact_form .iw-cf7-file span::after,html[lang="en-INT"] .iw_contact_form .iw-cf7-file span::after{content:attr(data-content) ' Add file'}html[lang="de-DE"] .iw_contact_form .iw-cf7-file span.with-file::after,html[lang="en-INT"] .iw_contact_form .iw-cf7-file span.with-file::after,html[lang="en-UK"] .iw_contact_form .iw-cf7-file span.with-file::after{content:attr(data-content)}.iw_contact_form .iw-cf7-file span>input{padding:10px}.iw_contact_form .iw-custom-select{padding-top:20px}.iw_contact_form .iw-custom-select .select-field:after{width:20px;height:20px;top:32px;right:20px}.iw_contact_form .iw-custom-select .option-wrapper{padding:0;border:0;top:73px}.iw_contact_form .iw-custom-select .option-wrapper .option:hover,.iw_contact_form .iw-custom-select .option-wrapper .option.selected{background-color:#e9ebec}.iw_contact_form .acceptance_row{padding:30px 0 0 0;margin:0}.iw_contact_form .acceptance_row span.wpcf7-list-item{padding:0 0 0 30px}.iw_contact_form .acceptance_row a{color:#000;text-decoration:underline}.iw_contact_form .acceptance_row a:hover{text-decoration:none}.iw_contact_form .acceptance_row label{font-weight:400;font-size:14px;line-height:22px;color:#000}.ktm_pcon_request_form.iw_contact_form .acceptance_row{padding:0}.ktm_pcon_request_form.iw_contact_form .acceptance_row label{line-height:26px}.iw_contact_form .acceptance_row input[type=checkbox]+span::before,.iw_contact_form .checkbox-element input[type="radio"]+span::before{width:20px;height:20px;background-color:#fff;display:block;content:"";float:left;border:1px solid #31b9d5;border-radius:0;-webkit-border-radius:0;-webkit-appearance:none;margin:3px 10px 0 -30px}.iw_contact_form .acceptance_row input[type=checkbox]:checked+span::before,.iw_contact_form .acceptance_row input[type="checkbox"].note-required-field:checked+span::before{background-color:#31b9d5;border:1px solid #31b9d5}.iw_contact_form .acceptance_row input[type="checkbox"].note-required-field+span::before{border:2px solid red}.iw_contact_form .submit_row{padding:20px 0 0 0;text-align:left}.iw_contact_form .wpcf7-not-valid-tip{padding:8px 0 0 10px}.iw_contact_form input.wpcf7-submit{font-weight:300;font-size:14px;line-height:17px;letter-spacing:.7px;text-transform:uppercase;padding:13px 40px 10px 40px;background-color:#005a60;cursor:pointer;color:#fff;border:1px solid #005a60;width:inherit;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.iw_contact_form input.wpcf7-submit:hover{background-color:#31b9d5;border:1px solid #31b9d5;color:#fff}.iw_contact_form input.wpcf7-submit:hover:disabled,.iw_contact_form input.wpcf7-submit:disabled{background:#e9ebec;color:#303b41;border-color:#e9ebec}.ktm_file_download_button button{font-weight:700;font-size:18px;line-height:22px;padding:20px;background-color:#005a60;cursor:pointer;color:#fff;border:0;-webkit-appearance:none;-moz-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;width:100%}.ktm_file_download_button button .text{float:left;width:calc(100% - 24px);text-align:left;padding-top:1px}.ktm_file_download_button button .icon{float:left;width:24px;height:24px}.ktm_file_download_button button .icon svg path{fill:#fff}.ktm_file_download_button button:hover{background-color:#31b9d5}.postid-3641 .single_footer_area{display:none}.iw_wp_slider_slide .iw_header_image_image_content{position:unset;width:unset;-webkit-transform:unset;-ms-transform:none;transform:unset;display:unset}.iw_wp_slider_slide .iw_header_image_image_content .ktm_header_slider_text{padding:100px 15px;max-width:1200px;margin:0 auto}.iw_wp_slider_slide .iw_header_image_image_content .ktm_header_slider_text .headline{width:83.333333%;padding-bottom:25px}.iw_wp_slider_slide .iw_header_image_image_content .ktm_header_slider_text .subline{width:83.333333%;float:right}.ktm-box-element .wpb_wrapper{border:2px solid #efefef;border-radius:3px;padding:20px;font-size:18px;line-height:30px;color:#31b9d5;font-weight:700}.basicModal .basicModal__buttons .basicModal__button#basicModal__action{border:1px solid #31b9d6;background-color:#31b9d6}.basicModal .basicModal__buttons .basicModal__button#basicModal__action:hover,.basicModal .basicModal__buttons .basicModal__button#basicModal__action:focus{border:1px solid #31b9d6;color:#31b9d6;background-color:#fff}.ktm_arrow_list .entry-wrapper{display:flex;gap:15px;flex-wrap:nowrap;justify-content:center}.ktm_arrow_list.row .entry-wrapper{flex-direction:row}.ktm_arrow_list.column .entry-wrapper{flex-direction:column}.ktm_arrow_list .entry-wrapper .ktm_arrow_list_entry{padding-bottom:25px}.ktm_arrow_list.column .ktm_arrow_entry{display:flex;flex-direction:row;gap:10px}.ktm_arrow_entry .text-wrapper{text-align:center}.ktm_arrow_list.column .ktm_arrow_entry .text-wrapper{text-align:left;padding-top:10px}.ktm_product_suitability .entry-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px}.ktm_product_suitability .ktm_product_suitability_entry{width:calc(25% - 22.5px);border:3px solid;display:flex;flex-direction:column;text-align:center;padding:60px 30px}.ktm_product_suitability .ktm_product_suitability_entry.suitable{background-color:#005a60;border-color:#005a60}.ktm_product_suitability .ktm_product_suitability_entry.occasional_use{background-color:#efefef;border-color:#efefef}.ktm_product_suitability .ktm_product_suitability_entry.not_suitable{background-color:#fff;border-color:#efefef}.ktm_product_suitability .ktm_product_suitability_entry .icon-wrapper svg{width:80px;height:80px}.ktm_product_suitability .ktm_product_suitability_entry .text-wrapper{padding-top:25px}.ktm_product_suitability .ktm_product_suitability_entry.suitable .text-wrapper,.ktm_product_suitability .ktm_product_suitability_entry.suitable .icon-wrapper svg{color:#fff;fill:#fff}.ktm_product_suitability .ktm_product_suitability_entry.occasional_use .text-wrapper,.ktm_product_suitability .ktm_product_suitability_entry.occasional_use .icon-wrapper svg{color:#31b9d5;fill:#31b9d5}.ktm_product_suitability .ktm_product_suitability_entry.not_suitable .text-wrapper,.ktm_product_suitability .ktm_product_suitability_entry.not_suitable .icon-wrapper svg{color:#303b41;fill:#303b41}.ktm_product_suitability .legend{display:flex;gap:15px;flex-direction:column;padding-top:50px}.ktm_product_suitability .legend .legend-entry{display:flex;gap:10px;height:24px}.ktm_product_suitability .legend .legend-entry .text-wrapper{line-height:24px;color:#1d1d1d}.iw_wbs_table.clickable table{width:calc(100% + 60px);border-spacing:30px 9px;margin:0 -30px}.iw_wbs_table.clickable .cell{border-bottom:2px solid #efefef;padding-bottom:9px}.iw_wbs_table.clickable .cell.header.row,.iw_wbs_table.clickable .cell.header.row.col{text-align:left;width:66.666666%}.iw_wbs_table.clickable .cell,.iw_wbs_table.clickable .cell.header.col{text-align:center;width:33.333333%}.iw_wbs_table.clickable .prev_arrow svg,.iw_wbs_table.clickable .next_arrow svg{fill:#303b41}.iw_wbs_table.clickable .cell.header.col,.iw_wbs_table.clickable .cell.header.col.row{color:#31b9d5;font-weight:700;border-bottom:2px solid #31b9d5;line-height:24px}.iw_wbs_table.clickable .cell.header.row{font-weight:400;color:#303b41}.iw_wbs_table.clickable .last_row .cell{border-bottom:0}.iw_wbs_table.clickable .iw_wbs_table_note{font-style:italic;padding-top:21px}.iw_wbs_multi_table .iw_wbs_multi_table_switcher{gap:40px;padding-bottom:21px}.iw_wbs_multi_table .iw_wbs_multi_table_switcher_healine{font-size:18px;line-height:18px;font-weight:700;padding-top:15px}.iw_wbs_multi_table .iw_wbs_multi_table_switcher .iw_wbs_multi_table_switcher_entries_wrapper{border:2px solid #efefef;padding:10px}.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry{font-size:14px;line-height:24px;font-weight:700;letter-spacing:.7px;color:#303b41}.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry .prev_arrow svg,.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry .next_arrow svg{fill:#303b41}.pcon iframe{width:100%;border:0}.iw_erp_locations_map_list .iw_cpt_search{padding:0}.iw_erp_locations_map_list .iw_cpt_search .search_form{display:flex;max-width:unset;padding-left:15px;padding-right:15px;flex-wrap:wrap}.iw_erp_locations_map_list .iw_cpt_search input[type="text"]{font-weight:400;font-size:18px;line-height:30px;background-color:#fff;padding:10px;color:#303b41;border:1px solid #005a60}.iw_erp_locations_map_list .iw_cpt_search input[type="text"]::placeholder{color:#303b41}.iw_erp_locations_map_list .iw_cpt_search input.search_location_form{margin:0 15px 15px 0}.iw_erp_locations_map_list .iw_cpt_search input.search_name_form{margin:0 15px 15px 15px}.iw_erp_locations_map_list.iw_cpt_list .iw_cpt_search .start_search svg,.iw_erp_locations_map_list.iw_cpt_list .iw_cpt_search .start_search.search_button svg{width:25px;height:25px}.iw_erp_locations_map_list .iw_cpt_search .search_button{background-color:#005a60 !important;padding:15px !important}.iw_erp_locations_map_list .iw_cpt_search .search_button:hover{background-color:#31b9d5 !important}.iw_erp_locations_map_list .iw_cpt_search .search_button svg{fill:#fff}.iw_erp_locations_map_list .iw_cpt_search .search_button.start_search{margin-left:15px;margin-right:15px}.iw_erp_locations_map_list .iw_cpt_search .search_button.reset_search{margin-left:15px}.iw_erp_locations_map_list .radius{padding:0 15px 26px 15px}.iw_erp_locations_map_list .type_filter{display:none}.iw_core_google_map#iw_erp_location_map{margin-left:15px;margin-right:15px}.iw_erp_locations_map_list .iw_cpt_list_posts_wrapper{padding-top:10px;display:flex;flex-wrap:wrap}.iw_erp_locations_map_list article.iw_erp_location_map_list_post{margin:15px}.iw_erp_locations_map_list .iw_cpt_list_post .post_content_area,.iw_erp_locations_map_list .iw_cpt_list_post.even .post_content_area{background:#fcfcfd;background:-o-radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);background:radial-gradient(circle,rgba(252,252,253,1) 0,rgba(245,248,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfd",endColorstr="#f5f8fa",GradientType=1);padding:25px;margin:0}.iw_erp_locations_map_list .iw_cpt_list_post.active .post_content_area,.iw_erp_locations_map_list .iw_cpt_list_post.active.even .post_content_area{background:#005a60}.iw_erp_locations_map_list .iw_cpt_list_post .post_content_area .headline{padding-bottom:30px}.iw_erp_locations_map_list .iw_cpt_list_post .post_content_area .subline{padding-bottom:15px;display:none}.iw_erp_locations_map_list .iw_cpt_list_post.active .post_content_area .headline,.iw_erp_locations_map_list .iw_cpt_list_post.active .post_content_area .subline,.iw_erp_locations_map_list .iw_cpt_list_post.active .post_content_area{color:#fff}.iw_erp_locations_map_list .iw_cpt_list_post .post_content_area a{color:#101010}.iw_erp_locations_map_list .iw_cpt_list_post.active .post_content_area a{color:#fff}.iw_erp_locations_map_list .iw_cpt_list_post .post_content_area .address{padding-bottom:30px}.iw_erp_locations_map_list .search_input_wrapper{width:calc(100% - 153px);display:flex}.iw_erp_locations_map_list .search_button_wrapper{display:flex}.radius_wrapper{display:none;padding:15px 0}.radius_wrapper.active{display:flex}.iw-custom-input-checkbox-switch{position:relative;display:inline-block;width:50px;height:24px;float:left;margin:3px 15px 0 15px}.iw-custom-input-checkbox-switch input{opacity:0;width:0;height:0}.iw-custom-input-checkbox-switch .switch{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.iw-custom-input-checkbox-switch .switch:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:white;-webkit-transition:.4s;transition:.4s}.iw-custom-input-checkbox-switch input:checked+.switch{background-color:#005a60}.iw-custom-input-checkbox-switch input:focus+.switch{box-shadow:0 0 1px #005a60}.iw-custom-input-checkbox-switch input:checked+.switch:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.radius_range_input_wrapper{display:flex}.radius_range_input_wrapper .iw-custom-input-range{display:flex;justify-content:center;flex-direction:column}.radius_range_input_wrapper .iw-custom-input-range input[type="range"]{-webkit-appearance:none;height:8px;border-radius:5px;background:#d3d3d3;outline:0;opacity:.7;-webkit-transition:.2s;transition:opacity .2s}.radius_range_input_wrapper .iw-custom-input-range input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;background:#005a60;cursor:pointer}.radius_range_input_wrapper .iw-custom-input-range input[type="range"]:disabled::-webkit-slider-thumb{background:#d3d3d3;cursor:not-allowed}.radius_range_input_wrapper .iw-custom-input-range input[type="range"]::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#005a60;cursor:pointer}.radius_range_input_wrapper .iw-custom-input-range input[type="range"]:disabled::-moz-range-thumb{background:#d3d3d3;cursor:not-allowed}.radius_range_input_wrapper #radius-range-value-text{padding-left:10px}@media screen and (max-width:1230px){.iw_footer.inside_grid .iw_footer_content_area,.iw_footer .iw_footer_info_area{padding-left:30px;padding-right:30px}.ktm_cpt_list .category_filter_button_wrapper{padding:12px 15px}.ktm_cpt_list .iw_cpt_list_posts_wrapper{margin:0}.ktm_cpt_list.ktm_cpt_retailers_list .iw_cpt_list_posts_wrapper{margin:0 -15px}.ktm_search_area .result_wrapper .result_wrapper_block{margin:0}.ktm_cpt_list .iw_cpt_categories.single_line .category_link_wrapper_area{margin:0 15px}.single-page .single_footer_area .reference_linking{margin:0}.single-page .single_footer_area .reference_linking h4{text-align:center;padding:0 15px 50px 15px}.iw_cpt_active_categories_list.padding{padding:0 15px 35px 15px}.single-page.cpt-blog-item .single_footer_area_title{padding:0 15px 30px 15px}}@media screen and (max-width:1200px){.iw_wp_slider_slide .iw_header_image_image_content .ktm_header_slider_text{padding:100px 30px}}@media screen and (max-width:1140px){.iw_cpt_products_tax_cta_list{flex-wrap:wrap}.iw_cpt_products_tax_cta_list .iw_cpt_products_tax_cta_post{width:calc(50% - 15px)}.iw_cpt_products_tax_cta_post .post_content_area_headline{padding:30px 20px 5px 10px}.iw_cpt_products_tax_cta_post p.excerpt{padding:5px 20px 0 10px}}@media screen and (max-width:960px){h1,.iw_cpt_products_custom_list .iw_cpt_products_tax_cta_post .post_content_area_headline{font-size:34px;line-height:44px;letter-spacing:.68px}h2{font-size:30px;line-height:40px;letter-spacing:.6px}h3{font-size:22px;line-height:36px}h4,.ktm_search_area .search_filter input,.ktm_cpt_list .iw_cpt_categories.single_line .category_header,.ktm_cpt_list .iw_cpt_search input,.ktm_cpt_list .iw_cpt_search input[type="text"]{font-size:22px;line-height:36px}h5,.iw_cpt_projects_list_post.iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_blog_list_post.iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_events_list_post.iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_products_tax_cta_post .post_content_area_headline,.iw_cpt_list_post.iw_cpt_products_list_post .post_content_area_headline a p.headline,.ktm_cpt_person_list_post .text_wrapper .text_headline{font-size:20px;line-height:32px}.additional_row,.iw_header.outside_grid .iw_header_content_area{width:100%;padding-left:30px;padding-right:30px}.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_1{width:100%;padding-bottom:50px}.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_2,.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_3,.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_4{width:33.333333%}.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_2{padding:0 15px 0 0}.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_4{padding:0 0 0 15px}.search_logo{padding-left:30px}.ktm_search_menu_button{padding-right:0}.ktm_search_background.blue .ktm_search_menu_button{padding-right:30px}}@media screen and (max-width:920px){.iw_cpt_products_tax_cta_post .post_thumbnail_area,.iw_cpt_products_tax_cta_post .post_content_area{float:unset;width:100%}.iw_cpt_products_tax_cta_post .post_thumbnail_area{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.iw_cpt_products_custom_list .iw_cpt_products_tax_cta_post .post_thumbnail_area,.iw_cpt_products_custom_list .iw_cpt_products_tax_cta_post .post_content_area{width:100%}.ktm_arrow_list .entry-wrapper{flex-wrap:wrap}.ktm_arrow_list .entry-wrapper .ktm_arrow_list_entry{width:calc(50% - 30px)}.ktm_product_suitability .ktm_product_suitability_entry{width:calc(50% - 15px)}}@media screen and (max-width:991px){.iw_wp_slider_slide .iw_header_image_image_content .ktm_header_slider_text .headline,.iw_wp_slider_slide .iw_header_image_image_content .ktm_header_slider_text .subline{width:100%;float:unset}}@media screen and (max-width:850px){.ktm_cpt_list .iw_cpt_search{width:100%}.ktm_cpt_list .iw_cpt_search .search_form{width:66.6666666%}.iw_erp_locations_map_list .iw_cpt_search{width:100%}}@media screen and (max-width:820px){.additional_row,.iw_header.outside_grid .iw_header_content_area{padding-left:15px;padding-right:15px}.iw_footer.inside_grid .iw_footer_content_area,.iw_footer .iw_footer_info_area{padding-left:15px;padding-right:15px}.ktm_search_area .search_filter .search_form{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:790px;margin:0 auto;padding:0 15px 50px 15px}.single-page .single_footer_area .single_contact_cta{padding:150px 15px 0 15px}.ktm_cpt_retailers_select_wrapper{margin:0}.ktm_cpt_list.ktm_cpt_retailers_list .iw_cpt_list_posts_wrapper{margin:0}.ktm_cpt_list.ktm_cpt_retailers_list .ktm_cpt_list_post_width{max-width:unset}.search_logo{padding-left:15px}.ktm_search_menu_button{padding-right:0}.ktm_search_background.blue .ktm_search_menu_button{padding-right:15px}}@media screen and (max-width:768px){.iw_footer .iw_footer_info_area{flex-direction:column}.iw_footer .iw_footer_info_area .iw_footer_info_area_block_wrapper.iw_flex_grid{flex-direction:column-reverse;padding-bottom:15px}.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item{padding:0 15px 15px 0}.ktm_arrow_list .entry-wrapper .ktm_arrow_list_entry{width:100%}.iw_contact_form .content-element.half.left{padding:0 0 15px 0}.iw_contact_form .content-element.half.right{padding:0}}@media screen and (max-width:767px){.ktm_search_area .result_wrapper .cpt-col-1-3{width:50%}.ktm_contact_widget{display:none}.single-page .single_footer_area .cpt-col-1-3{width:50%}.single-page .single_footer_area .single_contact_cta .ktm_cpt_person_list_post .image_wrapper,.single-page .single_footer_area .single_contact_cta .ktm_cpt_person_list_post .text_wrapper{width:100%}.single-page .single_footer_area .single_contact_cta .ktm_cpt_person_list_post .image_wrapper{height:100% !important}.single-page .single_footer_area .single_contact_cta .ktm_cpt_person_list_post .text_wrapper{padding:35px 30px 30px 30px}.ktm_cpt_list .iw_cpt_search .search_form{width:100%;padding:0 15px}.iw_cpt_products_tax_cta_list .iw_cpt_products_tax_cta_post{width:100%}}@media screen and (max-width:640px){h1,.iw_cpt_products_custom_list .iw_cpt_products_tax_cta_post .post_content_area_headline{font-size:28px;line-height:40px;letter-spacing:.56px}h2{font-size:26px;line-height:40px;letter-spacing:.52px}h3{font-size:20px;line-height:32px}h4,.ktm_search_area .search_filter input,.ktm_cpt_list .iw_cpt_categories.single_line .category_header,.ktm_cpt_list .iw_cpt_search input,.ktm_cpt_list .iw_cpt_search input[type="text"]{font-size:20px;line-height:32px}h5,.iw_cpt_projects_list_post.iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_blog_list_post.iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_events_list_post.iw_cpt_list_post .post_content_area_headline a p.headline,.iw_cpt_products_tax_cta_post .post_content_area_headline,.iw_cpt_list_post.iw_cpt_products_list_post .post_content_area_headline a p.headline,.ktm_cpt_person_list_post .text_wrapper .text_headline{font-size:18px;line-height:28px}h6{font-size:16px;line-height:28px}body{font-size:16px;line-height:28px}.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_2,.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_3{width:100%;padding:0 0 50px 0}.iw_footer .iw_footer_content_area .col-1-4.iw_footer_content_area_block.block_4{width:100%;padding:0}.iw_cpt_products_taxonomy_list .cpt-col-1-2,.ktm_search_area .result_wrapper .cpt-col-1-3{width:100%}.single-page .single_footer_area .cpt-col-1-3{width:100%}.iw_cpt_products_tax_cta_post p.excerpt{height:unset}.iw_cpt_projects_list_post.iw_cpt_list_post p.excerpt{height:unset}.iw_cpt_list_post.iw_cpt_products_list_post .post_thumbnail_area{height:100% !important}.additional_row .multilanguage_wrapper .language_element{width:50%}.additional_row .partner_element,.additional_row .worldwide_element,.additional_row .pcon_element{margin:4px 0 0 20px}.additional_row .current_lang_element{margin:0 0 0 20px}.additional_row .go_back_element.desktop{display:none}.additional_row .go_back_element.mobile{display:inherit}.iw_wp_slider_slide .iw_header_image_image_content .ktm_header_slider_text{padding:50px 15px}.single-page.cpt-blog-item .single_footer_area,.single-page.cpt-events-item .single_footer_area{padding:50px 0 125px 0}.ktm_product_suitability .ktm_product_suitability_entry{padding:30px 15px}.iw_erp_locations_map_list .search_input_wrapper,.iw_erp_locations_map_list .search_button_wrapper{width:100% !important}.iw_erp_locations_map_list .search_input_wrapper{flex-direction:column}.iw_erp_locations_map_list .iw_cpt_search input.search_name_form{margin:15px 0 !important}.iw_erp_locations_map_list .iw_cpt_search.two_buttons input[type="text"]{width:100%}.iw_erp_locations_map_list .search_button_wrapper{order:3}.iw_erp_locations_map_list .iw_cpt_search button.start_search,.iw_erp_locations_map_list .iw_cpt_search button.search_button{width:50%;margin-top:15px}.iw_erp_locations_map_list .iw_cpt_search .search_button.start_search{margin-left:0 !important}.iw_erp_locations_map_list .radius{padding:0 0 0 15px !important}}@media screen and (max-width:520px){.additional_row{padding-right:10px}.additional_row .addrow_icon{margin-right:5px}.additional_row .current_lang_element .language_element_icon{padding-right:5px}.additional_row .current_lang_element{margin:0 0 0 15px}.additional_row .worldwide_element,.additional_row .pcon_element{margin:4px 0 0 15px}.additional_row .partner_element{display:none}}@media screen and (max-width:380px){.radius_wrapper.active{flex-wrap:wrap}.radius_range_input_wrapper{margin-top:15px;width:100%}.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item{padding:0 15px 5px 0}.iw_footer .iw_footer_info_area .iw_navigation ul>li.top-level-menu-item:last-child{padding:0 15px 5px 0}.iw_footer .iw_core_theme_copyright_text_widget{padding-top:10px}}