.toast__icon:before,.toast__close:before{font-family:allkauf!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--toast-duration-show: .35s;--toast-duration: 0s;--toast-page-offset: min(max(10px, min(2.5vw, 2.8571428571vh)), 30px);--toast-not-pt: .57em;--toast-not-pb: .62em;--toast-overlay-p: min(max(20px, min(5.7142857143vw, 5.7142857143vh)), 40px)}.toast-container,.toast-bg{position:fixed;top:0;left:0;contain:strict}.toast-bg{z-index:12;width:100%;height:100%;background-color:#363b42b3;transition-property:opacity,height;transition-duration:var(--toast-duration-show, .35s),0s;transition-timing-function:cubic-bezier(.63,.48,.44,.84);cursor:pointer}.toast-bg:not(.active){opacity:0;height:0;pointer-events:none;transition-delay:0s,var(--toast-duration-show, .35s)}.toast-container{z-index:13;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:calc(var(--toast-page-offset) / 2);width:100%;height:100%;padding:var(--toast-page-offset);pointer-events:none;overflow:hidden}.toast-container[data-position^=bottom]{justify-content:flex-end}.toast-container[data-position^=top] .toast[data-type=overlay]:first-child{margin-top:calc(var(--toast-page-offset) * -1);border-top-left-radius:0;border-top-right-radius:0}.toast-container[data-position$=Right]{align-items:flex-end}.toast-container[data-position$=Center],.toast-container[data-position=center]{align-items:center}.toast-container[data-position^=center]{justify-content:center}.toast{position:relative;pointer-events:auto;background-color:var(--bg-color);color:var(--text-color);overflow:hidden;flex-shrink:0;border-radius:5px;transition-property:opacity,height,border-radius;transition-duration:var(--toast-duration-show, .35s);transition-timing-function:cubic-bezier(.63,.48,.44,.84);contain:style paint}.toast__countdown{position:absolute;bottom:0;left:0;z-index:1;height:6px;width:100%}.toast__close{z-index:4;padding:5px;color:var(--text-color);font-size:.8em;line-height:1;cursor:pointer;transition:color .2s ease}.toast__close:before{content:""}.toast__close:hover,.toast__close:focus,.toast__close:active{color:#0a3c64}.toast__title{grid-area:title}.toast__text{grid-area:text}.toast__text+*{margin-top:1.5625rem}.toast__icon{grid-area:icon}.toast__btn{grid-area:btn}.toast__icongrid{display:grid;grid-template-columns:clamp(45px,9vw,125px) auto;grid-template-areas:"icon title" "icon text" "icon btn";-moz-column-gap:clamp(var(--toast-overlay-p),4vw,50px);column-gap:clamp(var(--toast-overlay-p),4vw,50px);justify-items:start;align-items:start}@media (min-width: 720px){.toast__icongrid{grid-template-columns:clamp(45px,9vw,125px) auto auto;grid-template-areas:"icon title empty" "icon text btn"}.toast__icongrid .toast__btn{margin-top:0}}.toast form .actions{margin-top:1.5625rem}.toast .contentelement:first-child{margin-top:0}.toast .contentelement:last-child{margin-bottom:0}.toast .contentelement>.container{padding-left:0;padding-right:0}.toast:not(.active){opacity:0;pointer-events:none}.toast.active .toast__countdown{transition:width var(--toast-duration) linear}.toast[data-style=error]{--bg-color: #D40000}.toast[data-style=error] .toast__icon:before{content:""}.toast[data-style=error] .toast__countdown{background-color:#b70915}.toast[data-style=success]{--bg-color: #60A112}.toast[data-style=success] .toast__icon:before{content:""}.toast[data-style=success] .toast__countdown{background-color:#558921}.toast[data-style=notification]{--bg-color: #E68600}.toast[data-style=notification] .toast__icon:before{content:""}.toast[data-style=notification] .toast__countdown{background-color:#d27d20}.toast[data-type=status],.toast[data-type=notification]{--text-color: #FFF}.toast[data-type=status] .toast__inner,.toast[data-type=notification] .toast__inner{display:grid;grid-template-areas:"icon title" "icon text"}.toast[data-type=status]{width:265px}.toast[data-type=status] .toast__inner{-moz-column-gap:11px;column-gap:11px;grid-template-columns:17px auto;padding:16px 17px}.toast[data-type=status] .toast__icon:before{font-size:17px;margin-top:-.2em}.toast[data-type=status] .toast__title{font-weight:700;font-size:var(--text-lg-fs);line-height:1.3}.toast[data-type=status] .toast__text{font-size:var(--text-sm-fs);line-height:var(--text-sm-lh);margin-top:.7em}.toast[data-type=status] .toast__close{position:absolute;top:0;right:0;z-index:2;font-size:13px;padding-top:16px;padding-right:15px}.toast[data-type=status] .toast__close~.toast__inner .toast__title{padding-right:22px}.toast[data-type=notification]{display:flex;align-items:center;gap:1em;padding:var(--toast-not-pt) 1.5em var(--toast-not-pb);border-radius:calc((var(--toast-not-pt) + var(--toast-not-pb)) / 2 + 1em);max-width:min(50vw,550px);font-size:var(--text-md-fs);line-height:var(--text-md-lh)}.toast[data-type=notification] .toast__inner{order:1;align-items:center;grid-template-columns:auto auto;-moz-column-gap:1em;column-gap:1em}.toast[data-type=notification] .toast__title{font-weight:600}.toast[data-type=notification] .toast__text{line-height:1.25;margin-top:.3em}.toast[data-type=notification] .toast__close{order:2;margin-right:-7px}.toast[data-type=notification] .toast__icon{flex-shrink:0;font-size:1.25em}.toast[data-type=notification][data-size=sm]{font-size:var(--text-sm-fs);line-height:var(--text-sm-lh);--toast-not-pt: .417em;--toast-not-pb: .5em}.toast[data-type=notification][data-size=lg]{font-size:var(--text-lg-fs);line-height:var(--text-lg-lh);--toast-not-pt: .69em;--toast-not-pb: .69em}.toast[data-type=overlay]{--text-color: #000;--headline-c: var(--text-color);min-width:min(320px,100%);max-width:504px;max-height:calc(var(--vh, 1vh) * 90);box-shadow:0 5px 15px #00000040;color:var(--text-color);background-color:#fff}.toast[data-type=overlay][data-style]{--btn-bg: var(--bg-color)}.toast[data-type=overlay][data-style] .toast__close:not(:hover,:focus,:active){color:var(--bg-color)}.toast[data-type=overlay] .toast__inner{padding:var(--toast-overlay-p);overflow-y:auto;overscroll-behavior:contain;overflow-scrolling:touch;max-height:100%}.toast[data-type=overlay] .toast__inner::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}.toast[data-type=overlay] .toast__inner::-webkit-scrollbar-thumb,.toast[data-type=overlay] .toast__inner::-webkit-scrollbar-corner{background:var(--scrollbar-thumb);border-radius:3px}.toast[data-type=overlay] .toast__inner::-webkit-scrollbar-track{background:var(--scrollbar-bg)}.toast[data-type=overlay] .toast__inner .container,.toast[data-type=overlay] .toast__inner .contentelement{container-type:normal}.toast[data-type=overlay] .toast__icon{display:flex;justify-content:center;align-items:center;background-color:var(--bg-color);color:#fff;font-size:clamp(34px,5.5vw,58px);line-height:1;width:100%}.toast[data-type=overlay] .toast__close{position:absolute;top:calc(var(--toast-overlay-p) / 2);right:calc(var(--toast-overlay-p) / 2);font-size:18px}.toast[data-type=overlay] .toast__close:not(:hover,:focus,:active){color:var(--link-c)}.toast[data-type=overlay] .toast__title{margin-bottom:.51em}.toast[data-type=overlay] .toast__text{font-size:var(--text-md-fs);line-height:var(--text-md-lh)}.toast[data-type=overlay] .toast__icongrid .toast__icon{margin-left:calc(var(--toast-overlay-p) * -1);margin-top:calc(var(--toast-overlay-p) * -1);margin-bottom:calc(var(--toast-overlay-p) * -1);width:calc(100% + var(--toast-overlay-p));align-self:stretch}.toast[data-type=overlay][data-size=lg]{max-width:min(900px,(90vw - var(--scrollbar-width-js)))}
