@charset "UTF-8";@font-face{font-family:SourceSans3;src:url(/_astro/SourceSans3-Italic.Cn8S2NwD.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:SourceSans3;src:url(/_astro/SourceSans3-Regular.Dpx4csmM.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SourceSans3;src:url(/_astro/SourceSans3-SemiBold.DdjOKw9A.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PoiretOne-Regular;src:url(/_astro/PoiretOne-Regular.wNVX_nyq.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:CabinSketch;src:url(/_astro/CabinSketch-Regular.BIT21dfe.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:CabinSketch;src:url(/_astro/CabinSketch-Bold.CSnwCVa6.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}*{padding:0;margin:0;box-sizing:border-box}html{position:relative}html:after{content:"";position:absolute;left:0;top:0;height:100%;right:0;background-color:#f2f2f2;background-image:linear-gradient(to right,rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.05) 1px,transparent 1px);background-size:40px 40px;z-index:-1}body{font-family:PoiretOne-Regular;color:#13151a;max-width:1600px;margin:0 auto;padding-top:20px;height:auto;position:relative}@media (max-width: 1620px){body{padding:20px 20px 0}}body h1,body h2,body h3{font-weight:700}.startpage body h1,.startpage body h2,.startpage body h3{margin-bottom:20px}body h1,body h2,body h3,body h4,body h5,body h6{margin-top:20px}body p{padding:4px 0}body .text-centered{text-align:center}body .text-fett,body .text strong{font-family:CabinSketch,sans-serif;font-weight:700}header{position:fixed;max-width:1600px;padding:20px;z-index:2;left:0;right:0;margin:auto;top:0}header .navigation{display:flex;justify-content:space-between;align-items:center}@media (min-width: 768px){header .navigation{background:#ffffff54;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border:1px solid rgba(255,255,255,.3);position:relative;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff80,inset 0 -1px #ffffff1a;padding:20px;border-radius:60px}header .navigation:before{content:"";position:absolute;top:20px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent)}header .navigation:after{content:"";position:absolute;top:20px;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.8),transparent,rgba(255,255,255,.3))}header .navigation:before{top:0}header .navigation:after{display:none}}header .navigation .logo{font-size:30px;z-index:1;transition:all .3s ease-in}@media (max-width: 768px){header .navigation .logo{font-size:22px;padding:10px;background:#ffffff54;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border-radius:20px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff80,inset 0 -1px #ffffff1a}}header .navigation .logo:hover{transform:scale(1.1)}header .navigation .logo a{text-decoration:none;color:#13151a}header .navigation .logo a .text-fett{font-size:110%}header .navigation .burger{display:none}@media (max-width: 768px){header .navigation .burger{flex-direction:column;justify-content:space-between;width:44px;height:44px;border:none;cursor:pointer;z-index:3;display:flex;background:#7fc0a354;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border-radius:50%;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff80,inset 0 -1px #ffffff1a;transition:all .3s ease-in}header .navigation .burger:hover{background:#7fc0a3}}header .navigation .burger span{height:2px;background-color:#13151a;width:24px;transition:all .3s ease;position:absolute;left:50%;transform:translate(-50%)}header .navigation .burger span:nth-child(1){top:calc(50% - 6px)}header .navigation .burger span:nth-child(2){top:50%}header .navigation .burger span:nth-child(3){top:calc(50% + 6px)}header .navigation .burger.open span:nth-child(1),header .navigation .burger.open span:nth-child(3){top:50%;transform:translate(-50%,-50%)}header .navigation .burger.open span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}header .navigation .burger.open span:nth-child(2){opacity:0}header .navigation .burger.open span:nth-child(3){transform:translate(-50%,-50%) rotate(-45deg)}header .navigation .nav-links{display:flex;gap:40px;list-style:none;align-items:center}@media (max-width: 768px){header .navigation .nav-links{position:absolute;top:0;left:4px;right:4px;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;padding-top:90px;background:#ffffff54;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border-radius:8px;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff80,inset 0 -1px #ffffff1a;display:none}header .navigation .nav-links.open{display:flex}}header .navigation .nav-links li a{text-decoration:none;color:#13151a;transition:all .3s ease-in;position:relative;display:flex}header .navigation .nav-links li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:10px;background-image:url(/_astro/marker_hor.DqJVDrE1.svg);background-size:cover;background-repeat:no-repeat;z-index:-1;transition:all .3s ease-in}header .navigation .nav-links li a:hover,header .navigation .nav-links li a.active{transform:scale(1.1)}header .navigation .nav-links li a:hover:after,header .navigation .nav-links li a.active:after{width:100%}section{margin-bottom:20px!important;gap:20px}.startpage section{align-items:center;justify-content:center;display:grid}@media (min-width: 768px){.startpage section{grid-template-columns:repeat(2,1fr)}}.hero{font-size:40px;max-width:1200px;margin:0 auto;max-height:min(100vh,650px)}@media (max-width: 768px){.hero{font-size:22px}}.hero .left{padding:20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.hero .left_img{height:150px;width:150px;position:relative;z-index:1}@media (min-width: 768px){.hero .left_img{height:300px;width:300px}}.hero .left_img:after{content:"";position:absolute;background:#fff;width:150px;height:150px;border-radius:50%;z-index:-1}@media (min-width: 768px){.hero .left_img:after{height:300px;width:300px}}.hero .left_img img{position:absolute;width:inherit}.hero .right{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column}.hero .right .text{z-index:1;position:relative;text-align:center}.hero .right .text_cursiv{font-style:italic;font-weight:700}.hero .right .text_fett{font-family:CabinSketch,sans-serif;font-weight:700}.hero .right .text_bunt{position:relative}.hero .right .text_bunt:after{content:"";background-image:url(/_astro/marker_hor.DqJVDrE1.svg);background-size:cover;background-repeat:no-repeat;position:absolute;background-position:center;inset:0 -20px;z-index:-1}.hero .right .link_cta{text-decoration:none;margin:20px;font-size:1.5rem;display:flex;flex-direction:column;align-items:center;gap:20px}.hero .right .link_cta span{background:linear-gradient(90deg,#ff3636,#feca34,#7fc0a3,#ff3636);background-size:300%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:flow 5s infinite linear}.hero .right .link_cta svg{stroke:#feca34}@media (max-width: 768px){.hero .right .link_cta svg{stroke:#ff3636;width:40px}}.startpage .form{align-items:flex-start}.startpage .form .description{grid-column:1/-1;text-align:center}.startpage .form .description ol{list-style-position:inside}.startpage .form .left .drop-zone{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;flex-direction:column;padding:20px;background:#ffffff54;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border-radius:20px;border:1px solid rgba(255,255,255,.3);position:relative;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff80,inset 0 -1px #ffffff1a}.startpage .form .left .drop-zone:before{content:"";position:absolute;top:20px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent)}.startpage .form .left .drop-zone:after{content:"";position:absolute;top:20px;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.8),transparent,rgba(255,255,255,.3))}.startpage .form .left .drop-zone .drop-message{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column}.startpage .form .left .drop-zone .drop-message .icon{width:40px}.startpage .form .left .drop-zone .custom-file-wrapper{position:relative;display:inline-block;cursor:pointer}.startpage .form .left .drop-zone .custom-file-wrapper .file-input{width:80px;font-family:inherit;font-size:1rem;color:#333;cursor:pointer}.startpage .form .left .drop-zone .custom-file-wrapper .file-input::-webkit-file-upload-button{visibility:hidden}.startpage .form .left .drop-zone .custom-file-wrapper .file-input:before{content:"Datei auswählen";display:inline-block;background-color:#06c;color:#fff;padding:.5em 1em;border-radius:4px;margin-right:1em;cursor:pointer}.startpage .form .left .drop-zone .custom-file-wrapper .file-input:hover:before{background-color:#004ea1}.startpage .form .left .drop-zone .preview_container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;transition:all .3s ease-in}.startpage .form .left .drop-zone .preview_container .preview{background:#feca3480;padding:15px 15px 30px;border-radius:8px;position:relative;transform-origin:bottom right;transition:all .3s ease-in;flex:1 0 auto}.startpage .form .left .drop-zone .preview_container .preview.removing{transform-origin:bottom right;background:transparent}.startpage .form .left .drop-zone .preview_container .preview .file-name{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.startpage .form .left .drop-zone .preview_container .preview .file-thumbnail img{width:80px}.startpage .form .left .drop-zone .preview_container .preview .counter{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:5px}.startpage .form .left .drop-zone .preview_container input{width:70px}.startpage .form .right{padding:20px;background:#ffffff54;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border-radius:20px;border:1px solid rgba(255,255,255,.3);position:relative;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff80,inset 0 -1px #ffffff1a}.startpage .form .right:before{content:"";position:absolute;top:20px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent)}.startpage .form .right:after{content:"";position:absolute;top:20px;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.8),transparent,rgba(255,255,255,.3))}.startpage .form .right .order-form{display:grid;grid-template-columns:repeat(2,calc(50% - 10px));gap:20px}.startpage .form .right .order-form__title,.startpage .form .right .order-form .total,.startpage .form .right .order-form .btn{grid-column:1/-1}.startpage .form .right .order-form .total,.startpage .form .right .order-form .btn{justify-self:center}.startpage .form .right .order-form__section{display:flex;flex-direction:column}.startpage .form .right .order-form__section input{width:80px;width:100%}.startpage .form .right .order-form .breakdown-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.startpage .form .right .order-form .breakdown-list .row{display:grid;grid-template-columns:3fr 1fr 1fr 2fr;gap:.5rem;align-items:center}.startpage .form .right .order-form .breakdown-list .row_top{font-weight:700;border-bottom:1px solid #ccc;padding-bottom:.3rem}.startpage .form .right .order-form .breakdown-list .row_delivery{font-weight:500;border-top:1px dashed #aaa;padding-top:.5rem}.startpage .form .right .order-form .breakdown-list .row .cell{padding:.3rem 0;word-break:break-word}.startpage .faq{display:flex;flex-direction:column;max-width:1000px;align-items:flex-start;margin:0 auto}@media (max-width: 768px){.startpage .faq{margin-top:40px}}.startpage .faq .faq-item{margin-bottom:1rem;border-bottom:1px solid #ddd;padding-bottom:.5rem}.startpage .faq .faq-item .faq-question{cursor:pointer;font-family:CabinSketch;font-weight:400}.startpage .faq .faq-item .faq-question .arrow{transition:all .3s ease-in}.startpage .faq .faq-item .faq-question .arrow.open{transform:rotate(180deg)}.startpage .faq .faq-item .faq-answer{padding:.5rem 0}.footer-content{display:flex;flex-direction:column;gap:4px;position:relative;z-index:1;padding:20px}.footer-content:after{content:"";background:#ffffff80;z-index:-1;position:absolute;inset:0}.footer-content .top,.footer-content .bottom{display:flex;justify-content:space-between}.footer-copy{width:100%;text-align:center}.button{font-size:1rem;text-decoration:none;font-family:inherit;background:#7fc0a3;border-radius:40px;border:none;min-height:44px;padding:10px 20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;color:#13151a;transition:all .3s ease-in;cursor:pointer;transform-origin:center;justify-self:flex-start}.button:hover,.button:focus{background:#feca34;transform:translateY(-5px);box-shadow:0 3px 7px #13151a66}.button:active,.button:visited{box-shadow:0 3px 1px #13151a66;transform:translateY(2px)}.button_plus,.button_minus{border-radius:50%;width:40px;height:40px;border:none}.button_plus:hover,.button_minus:hover{transform:scale(1.1)}.button_delete{padding:4px;background:#ff3636;width:44px;height:44px;position:absolute;bottom:0;right:0;transform:translate(35%,35%);transition:all .3s ease-in}.button_delete:hover{transform:scale(1.1) translate(35%,35%);background:#fff}.button_delete:hover svg{stroke:#ff3636}.button_delete svg{transition:all .3s ease-in;stroke:#fff}.mt{margin-top:20px}@media (min-width: 768px){.only-text-page{padding:20px}}input{width:80px;height:40px;border-radius:40px;padding:0 15px;border:none}@keyframes shake{0%{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}to{transform:rotate(0)}}@keyframes shrinkAndFade{0%{transform:scale(1) perspective(600px) rotateX(0) scaleY(1);opacity:1;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}30%{clip-path:polygon(0% 0%,100% 0%,100% 100%,20% 100%)}60%{clip-path:polygon(20% 0%,100% 0%,100% 100%,40% 100%)}90%{clip-path:polygon(40% 0%,100% 0%,100% 100%,80% 100%);transform:perspective(600px) rotateX(-30deg) scaleY(.6);opacity:.5}to{opacity:0;transform:scale(0);clip-path:polygon(80% 0%,100% 0%,100% 100%,99% 100%)}}@keyframes arrow{0%{bottom:0}75%{bottom:40px}to{bottom:0}}@keyframes circle{0%,10%{height:80px}50%{height:90px}75%{height:100px}90%{height:90px}to{height:80px}}@keyframes pulse{0%,8%{transform:scale(0);opacity:0}15%{transform:scale(.1);opacity:1}30%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes flow{0%{background-position:0% center}50%{background-position:100% center}to{background-position:0 center}}
