.toast__icon:before,.toast__close:before{font-variant:normal;text-transform:none;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;font-family:allkauf!important}:root{--toast-duration-show:.35s;--toast-duration:0s;--toast-page-offset:clamp(10px, min(2.5vw, 2.85714vh), 30px);--toast-not-pt:.57em;--toast-not-pb:.62em;--toast-overlay-p:clamp(20px, min(5.71429vw, 5.71429vh), 40px)}.toast-container,.toast-bg{contain:strict;position:fixed;top:0;left:0}.toast-bg{z-index:12;width:100%;height:100%;transition-property:opacity,height;transition-duration:var(--toast-duration-show,.35s), 0s;cursor:pointer;background-color:#363b42b3;transition-timing-function:cubic-bezier(.63,.48,.44,.84)}.toast-bg:not(.active){opacity:0;pointer-events:none;height:0;transition-delay:0s, var(--toast-duration-show,.35s)}.toast-container{z-index:13;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;flex-direction:column;display:flex;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__close{outline:0}.toast{pointer-events:auto;background-color:var(--bg-color);color:var(--text-color);transition-property:opacity,height,border-radius;transition-duration:var(--toast-duration-show,.35s);contain:style paint;border-radius:5px;flex-shrink:0;transition-timing-function:cubic-bezier(.63,.48,.44,.84);position:relative;overflow:hidden}.toast__countdown{z-index:1;width:100%;height:6px;position:absolute;bottom:0;left:0}.toast__close{z-index:4;color:var(--text-color);cursor:pointer;padding:5px;font-size:.8em;line-height:1}.toast__close:before{content:""/""}.toast__close{box-shadow:none;background:0 0;border:none;transition:color .2s}.toast__close:hover,.toast__close:focus,.toast__close:focus-within,.toast__close:focus-visible,.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{-moz-column-gap:clamp(var(--toast-overlay-p), 4vw, 50px);column-gap:clamp(var(--toast-overlay-p), 4vw, 50px);grid-template-columns:clamp(45px,9vw,125px) auto;grid-template-areas:"icon title""icon text""icon btn";place-items:start;display:grid}@media (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 .1s 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:#118001}.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-style=allkauf_logo]{--bg-color:#0d857b}.toast[data-style=allkauf_logo] .toast__icon:before{content:""/""}.toast[data-style=allkauf_logo] .toast__countdown{background-color:#0b6b63}.toast[data-type=status],.toast[data-type=notification]{--text-color:#fff}.toast[data-type=status] .toast__inner,.toast[data-type=notification] .toast__inner{grid-template-areas:"icon title""icon text";display:grid}.toast[data-type=status]{width:265px}.toast[data-type=status] .toast__inner{-moz-column-gap:11px;grid-template-columns:17px auto;column-gap:11px;padding:16px 17px}.toast[data-type=status] .toast__icon:before{margin-top:-.2em;font-size:17px}.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{z-index:2;padding-top:16px;padding-right:15px;font-size:13px;position:absolute;top:0;right:0}.toast[data-type=status] .toast__close~.toast__inner .toast__title{padding-right:22px}.toast[data-type=notification]{padding:var(--toast-not-pt) 1.5em var(--toast-not-pb);border-radius:calc((var(--toast-not-pt) + var(--toast-not-pb)) / 2 + 1em);align-items:center;gap:1em;max-width:min(50vw,550px);display:flex}.toast[data-type=notification] .toast__inner{-moz-column-gap:1em;order:1;grid-template-columns:auto auto;align-items:center;column-gap:1em}.toast[data-type=notification] .toast__title{font-weight:600}.toast[data-type=notification] .toast__text{margin-top:.3em;line-height:1.25}.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]{font-size:var(--text-md-fs);line-height:var(--text-md-lh)}.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);color:var(--text-color);background-color:#fff;box-shadow:0 5px 15px #00000040}.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);overscroll-behavior:contain;overflow-scrolling:touch;overflow-y:auto}.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{background:var(--scrollbar-thumb);border-radius:3px}.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{max-height:100%}.toast[data-type=overlay] .toast__inner .container,.toast[data-type=overlay] .toast__inner .contentelement{container-type:normal}.toast[data-type=overlay] .toast__icon{background-color:var(--bg-color);color:#fff;justify-content:center;align-items:center;width:100%;font-size:clamp(34px,5.5vw,58px);line-height:1;display:flex}.toast[data-type=overlay] .toast__close{top:calc(var(--toast-overlay-p) / 2);right:calc(var(--toast-overlay-p) / 2);font-size:18px;position:absolute}.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)))}
