@charset 'UTF-8';.tx_cookieconsent{}.tx_cookieconsent h1{font-size:2em;margin:0.67em 0;}.tx_cookieconsent hr{box-sizing:content-box;height:0;overflow:visible;}.tx_cookieconsent pre{font-family:monospace,monospace;font-size:1em;}.tx_cookieconsent a{background-color:transparent;}.tx_cookieconsent abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}.tx_cookieconsent b,.tx_cookieconsent strong{font-weight:bolder;}.tx_cookieconsent code,.tx_cookieconsent kbd,.tx_cookieconsent samp{font-family:monospace,monospace;font-size:1em;}.tx_cookieconsent small{font-size:80%;}.tx_cookieconsent sub,.tx_cookieconsent sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}.tx_cookieconsent sub{bottom:-0.25em;}.tx_cookieconsent sup{top:-0.5em;}.tx_cookieconsent img{border-style:none;}.tx_cookieconsent button,.tx_cookieconsent input,.tx_cookieconsent optgroup,.tx_cookieconsent select,.tx_cookieconsent textarea{font-family:inherit;line-height:1.15;}.tx_cookieconsent button,.tx_cookieconsent input{overflow:visible;}.tx_cookieconsent button,.tx_cookieconsent select{text-transform:none;}.tx_cookieconsent button,.tx_cookieconsent [type=button],.tx_cookieconsent [type=reset],.tx_cookieconsent [type=submit]{-webkit-appearance:button;}.tx_cookieconsent button::-moz-focus-inner,.tx_cookieconsent [type=button]::-moz-focus-inner,.tx_cookieconsent [type=reset]::-moz-focus-inner,.tx_cookieconsent [type=submit]::-moz-focus-inner{border-style:none;padding:0;}.tx_cookieconsent button:-moz-focusring,.tx_cookieconsent [type=button]:-moz-focusring,.tx_cookieconsent [type=reset]:-moz-focusring,.tx_cookieconsent [type=submit]:-moz-focusring{outline:1px dotted ButtonText;}.tx_cookieconsent fieldset{padding:0.35em 0.75em 0.625em;}.tx_cookieconsent legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}.tx_cookieconsent progress{vertical-align:baseline;}.tx_cookieconsent textarea{overflow:auto;}.tx_cookieconsent [type=checkbox],.tx_cookieconsent [type=radio]{box-sizing:border-box;padding:0;}.tx_cookieconsent [type=number]::-webkit-inner-spin-button,.tx_cookieconsent [type=number]::-webkit-outer-spin-button{height:auto;}.tx_cookieconsent [type=search]{-webkit-appearance:textfield;outline-offset:-2px;}.tx_cookieconsent [type=search]::-webkit-search-decoration{-webkit-appearance:none;}.tx_cookieconsent ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}.tx_cookieconsent{font-family:"Open Sans",Arial,Helvetica,sans-serif;box-sizing:border-box;}.tx_cookieconsent *{box-sizing:border-box;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}.cookieconsent__buttons{display:flex;flex-wrap:wrap;width:100%;}.cookieconsent__buttons--center{justify-content:center;}.cookieconsent__button{background-color:var(--cookieconsent-btnColor);color:var(--cookieconsent-btnColortext);border-radius:var(--cookieconsent-borderRadius);padding:0.625rem 1rem;border:2px solid var(--cookieconsent-btnColor);margin:0 0.5rem 0 0;transition:all 0.25s ease;cursor:pointer;font-size:14px;}.cookieconsent__button:last-child{margin:0;}@media (max-width:986px){.cookieconsent__button{width:100%;margin:0;margin-bottom:0.75rem;}}@media (min-width:986px){.cookieconsent__button--sameSize{padding:0.5rem 1rem;flex:1 1 0px;}}.cookieconsent__button:disabled{opacity:0.5;cursor:auto;}.cookieconsent__button:not(:disabled):hover,.cookieconsent__button:not(:disabled):focus{box-shadow:0px 4px 10px rgba(0,0,0,0.25);background:transparent;color:var(--cookieconsent-btnColor);}.cookieconsent__button:not(:disabled):focus{outline:2px solid var(--cookieconsent-btnColor);}.tx_cookieconsent a{color:var(--cookieconsent-txtlinkColor) !important;text-decoration:underline;}.tx_cookieconsent a:hover,.tx_cookieconsent a:focus{text-decoration:none;}.tx_cookieconsent a:focus{outline:auto;outline:2px solid var(--cookieconsent-btnColor);outline-offset:2px;}.cookieconsent__button_individual{border:0 none;background-color:transparent;color:var(--cookieconsent-textColor);font-size:1rem;margin-bottom:28px;cursor:pointer;display:inline-flex;align-items:center;}.cookieconsent__button_individual_small{font-size:0.75rem;text-decoration:none;margin-right:10px;color:var(--cookieconsent-txtlinkColor) !important;}.cookieconsent__button_individual:hover,.cookieconsent__button_individual:focus{text-decoration:none;}.cookieconsent__button_individual:focus{outline:2px solid var(--cookieconsent-btnColor);outline-offset:2px;}.cookieconsent__overlay{position:fixed;background:rgba(0,0,0,0.3058823529);width:100vw;height:100vh;top:0;left:0;z-index:9999;}.cookieconsent__overlay__inner{font-size:1rem;background-color:var(--cookieconsent-overlayColor);color:var(--cookieconsent-textColor);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;box-shadow:0px 4px 10px rgba(0,0,0,0.25);box-sizing:border-box;padding:2rem;border-radius:var(--cookieconsent-borderRadius);max-width:800px;max-height:90vh;overflow:auto;}@media (max-width:986px){.cookieconsent__overlay__inner{max-width:100vw;min-width:auto;width:calc(100% - 32px);font-size:0.875rem;}}.cookieconsent__overlay__headline{font-size:1.625rem;margin-bottom:16px;}@media (max-width:986px){.cookieconsent__overlay__headline{font-size:1.375rem;}}.cookieconsent__overlay__links{font-size:12px;width:100%;display:flex;justify-content:center;}.cookieconsent__overlay__link{color:var(--cookieconsent-btnColor);text-decoration:none;}.cookieconsent__overlay__link:hover{text-decoration:underline;}.cookieconsent__overlay__linkWrapper:after{content:"|";margin:5px;}.cookieconsent__overlay__linkWrapper:last-child:after{content:"";margin:0;}.cookieconsent__overlay__details{margin:16px 0;}.cookieconsent__overlay__detail_toggle{font-size:12px;text-align:center;position:relative;cursor:pointer;}.cookieconsent__overlay__detail_triangle{width:0;height:0;transform:rotate(0);border-style:solid;border-width:4px 4px 0 4px;border-color:#999 transparent transparent transparent;position:absolute;top:7px;margin-left:8px;}.cookieconsent__overlay__select{display:block;flex-wrap:wrap;margin:1rem 0 0 0;padding:0;}.cookieconsent__overlay__select li{margin:0 0 1.5rem 0;flex:1 1 0px;padding:0;list-style:none;}.cookieconsent__overlay__checkcontainer{display:block;position:relative;padding-left:35px;cursor:pointer;user-select:none;white-space:nowrap;}.cookieconsent__overlay__checkcontainer input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}.cookieconsent__overlay__checkcontainer .cookieconsent__overlay__checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#ffffff;border:1px solid #ccc;}.cookieconsent__overlay__checkcontainer .cookieconsent__overlay__checkmark:focus{outline:2px solid var(--cookieconsent-textColor);outline-offset:2px;}.cookieconsent__overlay__checkcontainer .cookieconsent__overlay__checkmark:after{content:"";position:absolute;display:none;left:34%;top:20%;width:6px;height:9px;border:solid var(--cookieconsent-btnColortext);border-width:0 3px 3px 0;transform:rotate(45deg);}.cookieconsent__overlay__checkcontainer:hover input ~ .checkmark{background-color:#ccc;}.cookieconsent__overlay__checkcontainer input:checked ~ .cookieconsent__overlay__checkmark{background-color:var(--cookieconsent-btnColor);border:1px solid var(--cookieconsent-btnColor);}.cookieconsent__overlay__checkcontainer input:checked:disabled ~ .cookieconsent__overlay__checkmark{background-color:#ccc;border:1px solid #ccc;}.cookieconsent__overlay__checkcontainer input:checked ~ .cookieconsent__overlay__checkmark:after{display:block;}.cookieconsent__overlay__checkcontainer input:checked:disabled ~ .cookieconsent__overlay__checkmark:after{border-color:var(--cookieconsent-textColor);}.cookieconsent__overlay__select .cookieconsent__overlay__checkmark{display:flex;align-items:center;cursor:pointer;user-select:none;}.cookieconsent__overlay__select .cookieconsent__overlay__checkmark[role=checkbox]:not(:disabled):focus{outline:2px solid var(--cookieconsent-btnColor);outline-offset:2px;}.cookieconsent__overlay__select .cookieconsent__overlay__checkmark::before{display:inline-block;height:20px;width:20px;background-color:#ffffff;border:1px solid #ccc;margin-right:12px;content:"";}.cookieconsent__overlay__select .cookieconsent__overlay__checkmark[aria-checked=true]{position:relative;}.cookieconsent__overlay__select .cookieconsent__overlay__checkmark[aria-checked=true]::before{background-color:var(--cookieconsent-btnColor);}.cookieconsent__overlay__select .cookieconsent__overlay__checkmark[aria-checked=true].disabled::before{background-color:#ccc;border:1px solid #ccc;}.cookieconsent__overlay__select .cookieconsent__overlay__checkmark[aria-checked=true]::after{content:"";position:absolute;left:7px;top:6px;width:6px;height:9px;border:solid var(--cookieconsent-btnColortext);border-width:0 3px 3px 0;transform:rotate(45deg);}.cookieconsent__overlay__select .cookieconsent__overlay__checkmark[aria-checked=true].disabled::after{border:solid var(--cookieconsent-textColor);border-width:0 3px 3px 0;}.cookieconsent__top{background-color:var(--cookieconsent-overlayColor);color:var(--cookieconsent-textColor);padding:0.5rem 2rem;display:block;justify-content:center;width:100%;box-sizing:border-box;}.cookieconsent__top__inner{display:flex;flex-wrap:wrap;align-items:center;max-width:1360px;margin:auto;}@media (max-width:986px){.cookieconsent__top__inner{padding-bottom:1rem;}}.cookieconsent__top__info{width:50%;padding:0 2rem;}@media (max-width:986px){.cookieconsent__top__info{width:100%;padding:0;}}.cookieconsent__top__buttons{width:50%;display:flex;flex-wrap:wrap;justify-content:right;gap:16px;}@media (max-width:986px){.cookieconsent__top__buttons{width:100%;}}.cookieconsent__top__buttons .cookieconsent__button{margin:0;}.cookieconsent__top__description{font-size:0.8125rem;}@media (max-width:986px){.cookieconsent__top__description{margin-bottom:16px;}}.cookieconsent__top__description a{text-decoration:underline;}.cookieconsent__top__description a:focus,.cookieconsent__top__description a:hover{text-decoration:none;}.cookieconsent__top__description a:focus{outline:auto;}.cookieconsent__top__select--hidden{display:none;}.cookieconsent__table{background-color:color-mix(in srgb,var(--cookieconsent-overlayColor),#000 5%);padding:0.75rem 1rem 0.5rem;margin:0.5rem 0;color:var(--cookieconsent-textColor);}.cookieconsent__table__description{margin-bottom:8px;}.cookieconsent__table__row{display:flex;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid color-mix(in srgb,var(--cookieconsent-overlayColor),#000 15%);}.cookieconsent__table__row:last-child{border-bottom:0 transparent;margin-bottom:0;padding-bottom:0;}.cookieconsent__table__col{min-width:20%;padding:0 0.5rem;}@media (max-width:560px){.cookieconsent__table__col{width:100%;}}.cookieconsent__table__group{margin-bottom:0.5rem;padding-bottom:0.5rem;border-bottom:2px solid color-mix(in srgb,var(--cookieconsent-overlayColor),#000 25%);}.cookieconsent__table__group:last-child{border-bottom:0 transparent;margin-bottom:0.25rem;padding-bottom:0;}.cookieconsent__table__headline{margin-bottom:1rem;color:var(--cookieconsent-textColor);}.cookieconsent__table__headline--26{font-size:1.625rem;}@media (max-width:986px){.cookieconsent__table__headline--26{font-size:1.375rem;}}.cookieconsent__table__headline--22{background-color:color-mix(in srgb,var(--cookieconsent-overlayColor),#000 10%);padding:0.5rem;}.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:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;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;}.slick-loading .slick-list{background:#fff url('../../../_assets/06c9fc780a853f2e229e8ed6d3f20a27/Css/./ajax-loader.gif') center center no-repeat;}@font-face{font-family:"slick";font-weight:normal;font-style:normal;src:url('../../../_assets/06c9fc780a853f2e229e8ed6d3f20a27/Css/./fonts/slick.eot');src:url('../../../_assets/06c9fc780a853f2e229e8ed6d3f20a27/Css/./fonts/slick.eot?#iefix') format("embedded-opentype"),url('../../../_assets/06c9fc780a853f2e229e8ed6d3f20a27/Css/./fonts/slick.woff') format("woff"),url('../../../_assets/06c9fc780a853f2e229e8ed6d3f20a27/Css/./fonts/slick.ttf') format("truetype"),url('../../../_assets/06c9fc780a853f2e229e8ed6d3f20a27/Css/./fonts/slick.svg#slick') format("svg");}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent;}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1;}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25;}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;opacity:0.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-prev{left:-25px;}[dir="rtl"] .slick-prev{right:-25px;left:auto;}.slick-prev:before{content:"←";}[dir="rtl"] .slick-prev:before{content:"→";}.slick-next{right:-25px;}[dir="rtl"] .slick-next{right:auto;left:-25px;}.slick-next:before{content:"→";}[dir="rtl"] .slick-next:before{content:"←";}.slick-dotted.slick-slider{margin-bottom:30px;}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1;}.slick-dots li button:before{font-family:"slick";font-size:13px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:0.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-dots li.slick-active button:before{opacity:0.75;color:black;}
