@charset "UTF-8";.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.choices{border:2px solid #cdd3d9;border-radius:var(--border-radius);box-shadow:none}.choices.is-focused{border-color:#cdd3d9;box-shadow:none}.choices__inner{padding:.4rem 1rem;margin-bottom:0;font-size:1rem;border:none;border-radius:0}.choices__input{padding:0;margin-bottom:0;font-size:1rem;background-color:transparent}.choices__input::placeholder{color:#474f56;opacity:1}.choices__list--dropdown{width:auto;min-width:100%;left:0;z-index:1060}[dir=rtl] .choices__list--dropdown{right:0;left:auto}.choices__list--multiple .choices__item{position:relative;margin:2px;background-color:var(--neoteric-color-primary);margin-inline-end:2px;border:0;border-radius:.25rem}.choices__list--multiple .choices__item.is-highlighted{background-color:var(--neoteric-color-primary);opacity:.9}.choices .choices__list--dropdown .choices__item{padding-inline-end:10px}.choices .choices__list--dropdown .choices__item--selectable::after{display:none}.choices__button_joomla{position:relative;padding:0 10px;color:inherit;text-indent:-9999px;cursor:pointer;background:0 0;border:0;opacity:.5;appearance:none}.choices__button_joomla::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;text-align:center;text-indent:0;content:"×"}.choices__button_joomla:focus,.choices__button_joomla:hover{opacity:1}.choices__button_joomla:focus{outline:0}.choices[data-type*="select-multiple"] .choices__inner,.choices[data-type*="select-one"] .choices__inner{padding-inline-end:3rem;cursor:pointer;background:no-repeat 100%/116rem;background-color:#eaedf0;min-height:auto}.choices[data-type*="select-multiple"] .choices__inner.jch-lazyloaded,.choices[data-type*="select-one"] .choices__inner.jch-lazyloaded{background-image:url(https://hebezone.de/media/templates/site/vp_neoteric/images/select-bg.svg)}[dir="rtl"] .choices[data-type*=select-multiple] .choices__inner,[dir="rtl"] .choices[data-type*=select-one] .choices__inner{background:no-repeat 0/116rem;background-color:#eaedf0}[dir="rtl"] .choices[data-type*="select-multiple"] .choices__inner.jch-lazyloaded,[dir="rtl"] .choices[data-type*="select-one"] .choices__inner.jch-lazyloaded{background-image:url(https://hebezone.de/media/templates/site/vp_neoteric/images/select-bg-rtl.svg)}.choices[data-type*=select-one] .choices__item{display:flex;justify-content:space-between;white-space:nowrap}.choices[data-type*=select-one] .choices__button_joomla{position:absolute;top:50%;inset-inline-end:0;width:20px;height:20px;padding:0;margin-block-start:-10px;margin-inline-end:50px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button_joomla:focus,.choices[data-type*=select-one] .choices__button_joomla:hover{opacity:1}.choices[data-type*=select-one] .choices__button_joomla:focus{box-shadow:none}.choices[data-type*=select-one]::after{display:none}.choices.choices-sm[data-type*=select-multiple],.choices.choices-sm[data-type*=select-one]{border-radius:.25rem}.choices.choices-sm[data-type*="select-multiple"] .choices__inner,.choices.choices-sm[data-type*="select-one"] .choices__inner{padding:0 .5rem;padding-inline-end:1.4rem;background:no-repeat 100%/90rem;background-color:transparent}.choices.choices-sm[data-type*="select-multiple"] .choices__inner.jch-lazyloaded,.choices.choices-sm[data-type*="select-one"] .choices__inner.jch-lazyloaded{background-image:url(https://hebezone.de/media/templates/site/vp_neoteric/images/select-bg.svg)}[dir="rtl"] .choices.choices-sm[data-type*=select-multiple] .choices__inner,[dir="rtl"] .choices.choices-sm[data-type*=select-one] .choices__inner{background:no-repeat 0/90rem;background-color:transparent}[dir="rtl"] .choices.choices-sm[data-type*="select-multiple"] .choices__inner.jch-lazyloaded,[dir="rtl"] .choices.choices-sm[data-type*="select-one"] .choices__inner.jch-lazyloaded{background-image:url(https://hebezone.de/media/templates/site/vp_neoteric/images/select-bg-rtl.svg)}.choices.choices-sm[data-type*=select-multiple] .choices__list--dropdown .choices__item,.choices.choices-sm[data-type*=select-one] .choices__list--dropdown .choices__item{padding:.4rem .7rem}.choices.choices-sm[data-type*=select-multiple].is-open .choices__inner,.choices.choices-sm[data-type*=select-one].is-open .choices__inner{border-radius:.25rem .25rem 0 0}.choices.choices-sm[data-type*=select-multiple].is-flipped.is-open .choices__inner,.choices.choices-sm[data-type*=select-one].is-flipped.is-open .choices__inner{border-radius:0 0 .25rem .25rem}.choices[data-type*=select-multiple] .choices__input,.choices[data-type*=text] .choices__input{padding:.2rem 0}.choices__heading{font-size:1.2rem}
@font-face{src:url(https://hebezone.de/media/templates/site/vp_neoteric/webfonts/VP-Prime.ttf?ly2dj7) format("truetype"),url(https://hebezone.de/media/templates/site/vp_neoteric/webfonts/VP-Prime.woff?ly2dj7) format("woff"),url(https://hebezone.de/media/templates/site/vp_neoteric/webfonts/VP-Prime.svg?ly2dj7#VP-Prime) format("svg");font-family:VP-Prime;font-weight:400;font-style:normal;font-display:swap}.vpi{font-family:VP-Prime!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vpi-lg{font-size:1.5em}.vpi-xs{font-size:.75em}.vpi-sm{font-size:.875em}.vpi-1x{font-size:1em}.vpi-2x{font-size:2em}.vpi-3x{font-size:3em}.vpi-4x{font-size:4em}.vpi-5x{font-size:5em}.vpi-6x{font-size:6em}.vpi-7x{font-size:7em}.vpi-8x{font-size:8em}.vpi-9x{font-size:9em}.vpi-10x{font-size:10em}.vpi-fw{text-align:center;width:1.25em}.vpi-align-center:before{content:"\e911"}.vpi-align-justify:before{content:"\e912"}.vpi-align-left:before{content:"\e913"}.vpi-align-right:before{content:"\e914"}.vpi-align-slash:before{content:"\e915"}.vpi-angle-double-down:before{content:"\e91d"}.vpi-angle-double-left:before{content:"\e91e"}.vpi-angle-double-right:before{content:"\e91f"}.vpi-angle-double-up:before{content:"\e920"}.vpi-angle-down:before{content:"\e921"}.vpi-angle-left:before{content:"\e922"}.vpi-angle-right:before{content:"\e923"}.vpi-angle-up:before{content:"\e924"}.vpi-arrow-alt-circle-down:before{content:"\e92b"}.vpi-arrow-alt-circle-left:before{content:"\e92c"}.vpi-arrow-alt-circle-right:before{content:"\e92d"}.vpi-arrow-alt-circle-up:before{content:"\e92e"}.vpi-arrow-circle-down:before{content:"\e93f"}.vpi-arrow-circle-left:before{content:"\e940"}.vpi-arrow-circle-right:before{content:"\e941"}.vpi-arrow-circle-up:before{content:"\e942"}.vpi-arrow-down:before{content:"\e943"}.vpi-arrow-left:before{content:"\e948"}.vpi-arrow-right:before{content:"\e949"}.vpi-arrow-up:before{content:"\e958"}.vpi-bars:before{content:"\e97e"}.vpi-chevron-circle-down:before{content:"\ea5c"}.vpi-chevron-circle-left:before{content:"\ea5d"}.vpi-chevron-circle-right:before{content:"\ea5e"}.vpi-chevron-circle-up:before{content:"\ea5f"}.vpi-chevron-double-down:before{content:"\ea60"}.vpi-chevron-double-left:before{content:"\ea61"}.vpi-chevron-double-right:before{content:"\ea62"}.vpi-chevron-double-up:before{content:"\ea63"}.vpi-chevron-down:before{content:"\ea64"}.vpi-chevron-left:before{content:"\ea65"}.vpi-chevron-right:before{content:"\ea66"}.vpi-chevron-up:before{content:"\ea6b"}.vpi-copy:before{content:"\ead5"}.vpi-heart:before{content:"\ec3e"}.vpi-home:before{content:"\ec50"}.vpi-home-alt:before{content:"\ec51"}.vpi-home-heart:before{content:"\ec52"}.vpi-home-lg:before{content:"\ec53"}.vpi-home-lg-alt:before{content:"\ec54"}.vpi-laugh:before{content:"\ecaf"}.vpi-laugh-beam:before{content:"\ecb0"}.vpi-laugh-squint:before{content:"\ecb1"}.vpi-laugh-wink:before{content:"\ecb2"}.vpi-times:before{content:"\ef3a"}.vpi-long-arrow-alt-down:before{content:"\ecde"}.vpi-long-arrow-alt-left:before{content:"\ecdf"}.vpi-long-arrow-alt-right:before{content:"\ece0"}.vpi-long-arrow-alt-up:before{content:"\ece1"}.vpi-long-arrow-down:before{content:"\ece2"}.vpi-long-arrow-left:before{content:"\ece3"}.vpi-long-arrow-right:before{content:"\ece4"}.vpi-long-arrow-up:before{content:"\ece5"}.vpi-neuter:before{content:"\ed4a"}.vpi-plus:before{content:"\eda7"}.vpi-random:before{content:"\edde"}.vpi-search:before{content:"\ee26"}.vpi-search-dollar:before{content:"\ee27"}.vpi-search-location:before{content:"\ee28"}.vpi-search-minus:before{content:"\ee29"}.vpi-search-plus:before{content:"\ee2a"}.vpi-shopping-bag:before{content:"\ee45"}.vpi-shopping-basket:before{content:"\ee46"}.vpi-shopping-cart:before{content:"\ee47"}.vpi-smile:before{content:"\ee77"}.vpi-smile-beam:before{content:"\ee78"}.vpi-smile-wink:before{content:"\ee7a"}.vpi-unlock:before{content:"\ef97"}.vpi-unlock-alt:before{content:"\ef98"}.vpi-usd-circle:before{content:"\ef9b"}.vpi-usd-square:before{content:"\ef9c"}.vpi-user:before{content:"\ef9d"}.vpi-user-alt:before{content:"\ef9f"}.vpi-user-check:before{content:"\efa3"}.vpi-user-clock:before{content:"\efa5"}.vpi-user-edit:before{content:"\efa9"}.vpi-user-friends:before{content:"\efaa"}.vpi-user-lock:before{content:"\efaf"}.vpi-user-minus:before{content:"\efb2"}.vpi-user-plus:before{content:"\efb6"}.vpi-user-tag:before{content:"\efc0"}.vpi-user-times:before{content:"\efc2"}
