@font-face{font-family:Avenir;src:url(/assets/avenir_roman_12-CL6pXaKu.otf);font-weight:500}@font-face{font-family:Avenir;src:url(/assets/Avenir_Bold-0dmshnxR.otf);font-weight:700}*{margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4{font-family:EB Garamond;font-weight:500;overflow-y:hidden}p{font-family:Avenir;cursor:default}a,li,select{font-family:Avenir}select:focus{outline:none}html,body{background-color:#f0ede8}.stripe{margin-top:10px;width:100vw;height:10px;background-color:#fff}.display{display:block}.displayNone{display:none}.hidden-fade-in-animation{overflow:visible;opacity:0;transition:filter 1s,transform 1s,opacity 1s}.show-fade-in-animation{opacity:1}:root{--navbar-height: 100px;--backgroundColorHeader: white;--accentColorHeader: #413F36;--accentColorHeaderHover: rgb(131, 111, 98)}.Header-Link{color:var(--accentColorHeader)}.Header-Link:hover{color:var(--accentColorHeaderHover)}.mobileText{color:var(--accentColorHeader);font-size:20px;display:none}.desktopText{color:var(--accentColorHeader);font-size:20px;display:block}nav{overflow-x:visible;width:100vw;position:relative;height:var(--navbar-height);background-color:var(--backgroundColorHeader);display:flex;justify-content:space-between;align-items:center;box-shadow:4px 2px 2px #0003;z-index:2}nav #logo{margin:15px 0 10px 50px;max-height:80px}nav ul{overflow-x:visible;height:100%;width:auto;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;list-style:none}nav li{height:100%;width:140px;text-align:center;position:relative}nav li:hover{text-decoration:underline}nav ul a{height:100%;width:100%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:20px}.dropdown{height:min-content;width:max-content;background:var(--backgroundColorHeader);display:none;flex-direction:column;position:absolute;left:0;top:var(--navbar-height);padding-bottom:15px}.dropdown li{height:50px;width:100%}.dropdown li a{justify-content:flex-start;padding:0 30px;width:calc(100% - 30px)}.dropdown li a:hover{text-decoration:underline}nav li:hover .dropdown{display:flex}nav input[type=checkbox]{display:none}.expandable_li{overflow-x:visible;display:flex;justify-content:center;align-items:center}.expandable_li p{font-family:Avenir}.expandable_li:hover{background:var(--backgroundColorHeader)}.toggle_button{width:30px;height:23px;position:absolute;top:25px;right:25px;display:none;flex-direction:column;justify-content:space-between}.bar{height:4px;width:100%;background:var(--accentColorHeader);border-radius:100px}#triangle{transform:rotate(90deg)}@media (max-width: 900px){.mobileText{display:block}.desktopText{display:none}.toggle_button{display:flex}nav ul{height:min-content;width:100%;background:var(--backgroundColorHeader);display:none;position:absolute;top:var(--navbar-height)}nav li{height:min-content;width:100%;background:var(--backgroundColorHeader)}nav ul a{padding:10px 0}.expandable_li{display:block}.expandable_li label{padding:30px 0;cursor:pointer;display:block}.expandable_li:hover{background:var(--backgroundColorHeader)}.expandable_li:hover .dropdown{display:none}.expandable_li input[type=checkbox]:checked~.dropdown{display:block}.expandable_li input[type=checkbox]:checked+.liCheckboxes .mobileText #triangle{transform:rotate(0);transition-duration:.2s}.expandable_li input[type=checkbox]+.liCheckboxes .mobileText #triangle{transition-duration:.2s}.dropdown{position:static;width:100%}.dropdown li{padding:0;height:60px;display:block;position:static;background:var(--backgroundColorHeader)}.dropdown li a{width:100%;padding:0;justify-content:center}#toggle_button:checked~ul{display:block}#toggle_button:checked+.toggle_button #bar1{transform:rotate(-45deg) translate(-7px,6px);transition-duration:.3s}#toggle_button:checked+.toggle_button #bar2{opacity:0;transition-duration:.3s}#toggle_button:checked+.toggle_button #bar3{transform:rotate(45deg) translate(-7px,-6px);transition-duration:.3s}#toggle_button+.toggle_button #bar1{transition-duration:.3s}#toggle_button+.toggle_button #bar2{transition-duration:.3s}#toggle_button+.toggle_button #bar3{transition-duration:.3s}}@media (max-width: 1100px){nav #logo{margin:0;padding:0 200px 0 20px}}@media (max-width: 1000px){nav #logo{margin:0;padding:0 150px 0 20px;width:180px}}.Home .imageTop img{width:100%;height:auto}.Home .shop-peek{background-color:#f0ede8}.Home .shop-peek .AndWelcomeHi{position:relative;text-align:center;padding:48px 0}.Home .shop-peek .AndWelcomeHi h1{font-family:Avenir;font-size:1.5rem;color:#413f36}.Home .shop-peek .AndWelcomeHi h1 i{font-size:1.2rem}.Home .shop-peek .AndWelcomeHi:before{content:"";height:1.3px;width:10%;background-color:#413f36;position:absolute;left:50%;transform:translate(-50%);top:30px}.Home .shop-peek .AndWelcomeHi:after{content:"";height:1.3px;width:10%;background-color:#413f36;position:absolute;left:50%;transform:translate(-50%);bottom:30px}.Home .shop-peek .Center-Wrapper{display:flex;align-items:center;justify-content:center}.Home .shop-peek .item-show{display:grid;grid-template-columns:repeat(2,1fr);gap:100px;padding:60px 0}@media (max-width: 1200px){.Home .shop-peek .item-show{gap:0 50px;padding:32px 0}}@media (max-width: 780px){.Home .shop-peek .item-show{gap:20px 50px}}@media (max-width: 500px){.Home .shop-peek .item-show{gap:0;width:100%;display:flex;flex-direction:row;justify-content:space-evenly}}.Home .shop-peek .item-show .item{width:max-content;height:max-content;text-align:end;color:#413f36;text-align:center;overflow:hidden;display:inline-block}.Home .shop-peek .item-show .item .image-container{overflow:hidden;height:fit-content;border-radius:5px;width:fit-content;height:calc(fit-content - 510px)}.Home .shop-peek .item-show .item img{display:block;width:400px;border-radius:5px;transition:transform .3s ease-in-out}.Home .shop-peek .item-show .item img:hover{transform:scale(1.05)}@media (max-width: 1000px){.Home .shop-peek .item-show .item img{width:300px;height:300px}}@media (max-width: 750px){.Home .shop-peek .item-show .item img{width:250px;height:250px}}@media (max-width: 650px){.Home .shop-peek .item-show .item img{width:180px;height:180px}}@media (max-width: 500px){.Home .shop-peek .item-show .item img{width:40vw;height:40vw}}.Home .shop-peek .item-show .item .type{font-family:EB Garamond;font-weight:600;font-size:2.2rem}.Home .shop-peek .item-show .item .price{font-size:19px}.Home .Guter-Zweck{background-color:#fff;display:flex;flex-direction:row;justify-content:center;color:#413f36;padding:96px 0}@media (max-width: 1200px){.Home .Guter-Zweck{align-items:center}}.Home .Guter-Zweck .paragraph{width:65%}@media (max-width: 1000px){.Home .Guter-Zweck .paragraph{width:90%}}.Home .Guter-Zweck .paragraph .doubleHeading{text-align:start}@media (max-width: 1000px){.Home .Guter-Zweck .paragraph .doubleHeading{margin-bottom:3rem}}@media (max-width: 650px){.Home .Guter-Zweck .paragraph .doubleHeading{margin-bottom:0rem}}.Home .Guter-Zweck .paragraph .doubleHeading h2{font-size:3rem}@media (max-width: 1200px){.Home .Guter-Zweck .paragraph .doubleHeading h2{font-size:2.5rem}}@media (max-width: 650px){.Home .Guter-Zweck .paragraph .doubleHeading h2{font-size:2rem}}.Home .Guter-Zweck .paragraph .doubleHeading .BottomG{padding-left:6rem}@media (max-width: 1000px){.Home .Guter-Zweck .paragraph .doubleHeading .BottomG{text-align:center}}@media (max-width: 650px){.Home .Guter-Zweck .paragraph .doubleHeading .BottomG{padding:0}}.Home .Guter-Zweck .paragraph .text{margin-top:4rem;width:85%;font-size:1.2rem}@media (max-width: 1200px){.Home .Guter-Zweck .paragraph .text{font-size:1rem}}@media (max-width: 1000px){.Home .Guter-Zweck .paragraph .text{max-width:40vw}}@media (max-width: 600px){.Home .Guter-Zweck .paragraph .text{max-width:95vw}}.Home .Guter-Zweck .paragraph button{background-color:#413f36;margin-top:30px}.Home .Guter-Zweck .paragraph .text-image-Wrapper button{color:#fff;border:none;text-decoration:underline transparent;transition:all .1s ease-in-out}.Home .Guter-Zweck .paragraph .text-image-Wrapper button:hover{text-decoration:underline}@media (max-width: 1000px){.Home .Guter-Zweck .paragraph .text-image-Wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px}.Home .Guter-Zweck .paragraph .text-image-Wrapper #handyimg img{width:max-content;height:auto}}@media (max-width: 1000px) and (max-width: 800px){.Home .Guter-Zweck .paragraph .text-image-Wrapper #handyimg img{width:250px}}@media (max-width: 1000px) and (max-width: 600px){.Home .Guter-Zweck .paragraph .text-image-Wrapper #handyimg img{display:none}}.Home .Guter-Zweck .image{width:max-content;position:relative;height:max-content}.Home .Guter-Zweck .image img{max-width:350px;width:25vw;border-radius:4px}.Home .Guter-Zweck .image:after{content:"";height:1.8px;width:70%;background-color:#413f36;position:absolute;bottom:15px;left:-70%}.Home .ReviewSection{color:#413f36;padding:40px 0;display:flex;flex-direction:column;gap:60px}.Home .ReviewSection .paragraph1{margin-left:7%}.Home .ReviewSection h3{font-size:2.5rem}@media (max-width: 1200px){.Home .ReviewSection h3{font-size:2rem}}@media (max-width: 650px){.Home .ReviewSection h3{font-size:2rem}}.Home .ReviewSection .revSlider{width:100%;height:fit-content;display:flex;align-items:center;justify-content:center;overflow:visible}@media (max-width: 600px){.Home .shop-peek{padding-top:1rem}.Home .shop-peek .AndWelcomeHi h1{font-size:1.2rem}.Home .shop-peek .AndWelcomeHi i{font-size:1rem}.Home .shop-peek .AndWelcomeHi:before{width:25%}.Home .shop-peek .AndWelcomeHi:after{width:25%}}.Instagram{background-color:#9a8f83;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;height:max-content;padding:32px 0}@media (max-width: 950px){.Instagram{flex-direction:column;text-align:center}}@media (max-width: 1100px){.Instagram p{font-size:.9rem}}@media (max-width: 950px){.Instagram p{font-size:1rem}}.Instagram .Grid{display:grid;grid-template-columns:repeat(5,1fr);padding:1rem}@media (max-width: 570px){.Instagram .Grid{grid-template-columns:repeat(5,1fr)}}.Instagram .Grid img{margin:3px;width:120px;height:auto;transform:scale(1);transition:transform .2s ease-in-out,z-index .3s;z-index:1}@media (max-width: 1200px){.Instagram .Grid img{width:100px}}@media (max-width: 1100px){.Instagram .Grid img{width:80px}}@media (max-width: 950px){.Instagram .Grid img{width:100px}}@media (max-width: 570px){.Instagram .Grid img{width:15vw}}.Instagram .Grid img:hover{transform:scale(1.1);z-index:3;cursor:pointer}.Instagram .Insta-Text{font-size:1.2rem;width:550px;display:flex;align-items:start;flex-direction:column;color:#fff;font-size:1rem;gap:30px}.Instagram .Insta-Text .newsletter{width:100%}@media (max-width: 1020px){.Instagram .Insta-Text{width:500px}}@media (max-width: 950px){.Instagram .Insta-Text{align-items:center;width:90vw}}.Instagram .Insta-Text .linkwrap{display:flex;flex-direction:column;gap:10px}@media (max-width: 950px){.Instagram .Insta-Text .linkwrap{justify-content:center;align-items:center}}.Instagram .Insta-Text .Icon{font-size:1.5rem;cursor:pointer;padding-right:10px;display:flex;align-items:center}@media (max-width: 900px){.Instagram .Insta-Text .Icon{font-size:1.5rem}}@media (max-width: 700px){.Instagram .Insta-Text .Icon{font-size:1.2rem}}.Instagram .Insta-Text .underline{text-decoration:underline 2px}.Instagram .Insta-Text a{color:#fff}.Newsletter{display:flex;height:fit-content;color:#413f36;font-family:Avenir;align-items:start;flex-direction:column;gap:10px;color:#fff;width:100%}@media (max-width: 950px){.Newsletter{align-items:center}}.Newsletter .input{display:flex;flex-direction:column;align-items:center;gap:10px}.Newsletter .input .toptext p{min-width:100px;width:100%;max-width:750px}.Newsletter .inputwrapper{display:flex;align-items:center;gap:10px;width:100%}@media (max-width: 950px){.Newsletter .inputwrapper{justify-content:center}}.Newsletter p{font-size:1rem}@media (max-width: 1100px){.Newsletter p{font-size:.9rem}}@media (max-width: 950px){.Newsletter p{font-size:1rem}}.Newsletter input{background-color:transparent;border:none;border-bottom:2px solid white;outline:none;color:#fff;padding-bottom:10px;width:20vw;min-width:150px;max-width:250px}.Newsletter input::placeholder{color:#fff;opacity:1}.Newsletter button{padding:4px 8px;background-color:transparent;border:1px solid transparent;color:#fff;transition:all .1s ease-in;font-weight:600}.Newsletter button:hover{border:1px solid transparent;border-bottom:1px solid white}.Newsletter .Message{height:0;transition:all .5s ease-in-out;margin:0;width:100%}.Newsletter .active{height:fit-content;margin:5px 0;transition:all .5s ease-in-out}.RevSlider-Wrapper .slick-slider{overflow-y:visible;display:flex;justify-content:center;align-items:center}.RevSlider-Wrapper .slick-slider .slick-list .slick-active{display:flex;justify-content:center;align-items:center}.RevSlider-Wrapper .slick-prev{color:transparent;background-color:transparent;border:none;padding:0;margin:0;width:200px}.RevSlider-Wrapper .slick-prev:hover{outline:none;border:none}.RevSlider-Wrapper .slick-next{color:transparent;background-color:transparent;border:none;padding:0;margin:0;width:200px}.RevSlider-Wrapper .slick-next:hover{outline:none;border:none}.RevSlider-Wrapper .slide{color:#413f36;text-align:center}.RevSlider-Wrapper .slide .Wrapper{width:70%;margin:0 auto;display:flex;flex-direction:column}.RevSlider-Wrapper .slide .Wrapper div{margin:4px auto}.RevSlider-Wrapper .slide .Wrapper .image{margin-bottom:20px}.RevSlider-Wrapper .slide .Wrapper .image img{width:200px;height:auto}.RevSlider-Wrapper .slide .Wrapper .name{font-weight:800}.RevSlider-Wrapper .slide .Wrapper .rating{display:flex;flex-direction:row;gap:3px}.RevSlider-Wrapper .slide .Wrapper .rating img{width:20px;height:auto}.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:translateZ(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}.LoadingPage{width:100vw;height:calc(100vh - 250px);display:flex;align-items:center;justify-content:center;flex-direction:column}.LoadingPage .circle{width:50px;height:50px;border:5px solid #9A8F83;border-top:5px solid #413F36;border-radius:50%;animation:spin 1s linear infinite}.loader{border:2px solid #9a8f83;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;width:50px;height:50px}.Shop{background-color:#f0ede8;color:#413f36}.Shop .AndWelcomeHi{position:relative;text-align:center;padding:4rem 0}.Shop .AndWelcomeHi h1{font-family:Avenir;font-size:1.2rem;color:#413f36}.Shop .AndWelcomeHi h1 i{font-size:1rem}.Shop .center-Wrapper{display:flex;justify-content:center;padding:20px;padding-bottom:5rem}.Shop .center-Wrapper .Item-Grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:70px 30px;max-width:1200px;justify-items:center;overflow:visible}@media (min-width: 1200px){.Shop .center-Wrapper .Item-Grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 992px){.Shop .center-Wrapper .Item-Grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.Shop .center-Wrapper .Item-Grid{grid-template-columns:repeat(2,1fr)}}.Shop .center-Wrapper .Item-Grid a{overflow:visible}.Shop .center-Wrapper .Item{text-align:center;overflow:visible}.Shop .center-Wrapper .Item img{border-radius:5px;width:100%;height:auto;object-fit:cover}.Shop .center-Wrapper .Item p{margin-top:10px;font-size:1.2rem}.Shop .center-Wrapper .Item .ab{font-size:1rem}.errorPage{width:100vw;height:calc(100vh - 250px);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#413f36}.errorPage p{font-size:calc(2.5vw + 1rem)}.errorPage a{color:#413f36;cursor:pointer;font-size:calc(.5vw + 1rem)}.commingSoon{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70vh;color:#413f36}.commingSoon h1{height:70px}.commingSoon a{color:#413f36;transition:all .1s ease-in-out;text-decoration:underline transparent}.commingSoon a:hover{text-decoration:underline;color:#413f36}.produktansicht{background-color:#f0ede8;color:#413f36;display:flex;flex-direction:row;justify-content:center;padding-top:5rem;gap:7rem;padding-bottom:10rem}@media (max-width: 1150px){.produktansicht{gap:80px}}@media (max-width: 900px){.produktansicht{flex-direction:column;gap:0;margin:0 auto;max-width:600px;padding-top:30px}}.produktansicht .MobileWrapper{display:flex;flex-direction:column}@media (max-width: 900px){.produktansicht .MobileWrapper{flex-direction:row;justify-content:space-between;width:100%}}.produktansicht .image{display:flex;flex-direction:column;width:max-content;gap:10px;margin-bottom:10px;overflow:hidden}@media (max-width: 900px){.produktansicht .image{width:100%;height:100%}}@media (max-width: 710px){.produktansicht .image{width:100%;margin:auto}}.produktansicht .image .BigImg{position:relative;height:550px;width:550px;color:#fff;overflow:visible}@media (max-width: 1150px){.produktansicht .image .BigImg{width:400px;height:400px}}@media (max-width: 900px){.produktansicht .image .BigImg{width:600px;height:600px}}@media (max-width: 600px){.produktansicht .image .BigImg{padding:0 10px;width:calc(100vw - 20px);height:calc(100vw - 20px)}}.produktansicht .image .BigImg .displayimage{position:absolute;z-index:0}.produktansicht .image .BigImg img{width:550px;height:550px}@media (max-width: 1150px){.produktansicht .image .BigImg img{width:400px;height:400px}}@media (max-width: 900px){.produktansicht .image .BigImg img{width:600px;height:600px}}@media (max-width: 600px){.produktansicht .image .BigImg img{width:calc(100vw - 20px);height:calc(100vw - 20px)}}.produktansicht .image .BigImg img i{color:#fff}.produktansicht .image .BigImg .Left-Arr{cursor:pointer;font-size:4rem;position:absolute;z-index:2;top:50%;left:15px;transform:translateY(-50%);opacity:.6;transition:all .2s ease-in-out}.produktansicht .image .BigImg .Left-Arr img{width:50px;height:50px;transform:rotate(180deg)}@media (max-width: 900px){.produktansicht .image .BigImg .Left-Arr{opacity:1}}.produktansicht .image .BigImg .Right-Arr{cursor:pointer;font-size:4rem;position:absolute;z-index:2;right:15px;top:50%;opacity:.6;transform:translateY(-50%);transition:all .2s ease-in-out}.produktansicht .image .BigImg .Right-Arr img{width:50px;height:50px}@media (max-width: 900px){.produktansicht .image .BigImg .Right-Arr{opacity:1}}.produktansicht .image .BigImg .Right-Arr:hover,.produktansicht .image .BigImg .Left-Arr:hover{opacity:1}.produktansicht .image .SmallImg{display:flex;gap:10px}@media (max-width: 900px){.produktansicht .image .SmallImg{display:none}}.produktansicht .image .SmallImg img{cursor:pointer;width:100px;height:100px}.produktansicht .image img{width:max-content;height:max-content}.produktansicht .item-info{width:max-content;align-items:start}@media (max-width: 1400px){.produktansicht .item-info{max-width:400px}}@media (max-width: 900px){.produktansicht .item-info{max-width:600px;width:90vw;margin:auto}}.produktansicht .item-info p{color:#9a8f83}.produktansicht .item-info #top{margin-bottom:2.5rem}@media (max-width: 900px){.produktansicht .item-info #top{margin-bottom:0}}.produktansicht .item-info h1{font-size:1.8rem;margin-bottom:2rem;letter-spacing:1px;height:35px}@media (max-width: 900px){.produktansicht .item-info h1{margin-bottom:1rem}}.produktansicht .item-info .Menge{margin-bottom:2rem}@media (max-width: 900px){.produktansicht .item-info .Menge{margin-bottom:0}}.produktansicht .item-info .Menge .h{margin-bottom:10px}.produktansicht .item-info .Menge .quantityWrapper{border:1px solid #413f36;width:70px;height:37.8px;padding-right:10px;position:relative;display:flex;align-items:center}@media (max-width: 1050px){.produktansicht .item-info .Menge .quantityWrapper{width:50px;height:32.8px}}@media (max-width: 900px){.produktansicht .item-info .Menge .quantityWrapper{height:32.8px;margin:0}}.produktansicht .item-info .Menge .quantityWrapper #originOpt{height:auto;margin-left:15px;color:#413f36;position:absolute;font-size:1.2rem}.produktansicht .item-info .Menge .quantityWrapper #options{border:none;position:relative;padding-left:15px;width:100%;height:100%;color:#413f36;background-color:transparent;font-size:1rem;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}@media (max-width: 1050px){.produktansicht .item-info .Menge .quantityWrapper #options{font-size:.9rem}}.produktansicht .item-info .Menge .showChevron:after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);width:12px;height:12px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%20-5%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3e%3ctitle%3echevron-down%3c/title%3e%3cdesc%3eCreated%20with%20Sketch%20Beta.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20sketch:type='MSPage'%3e%3cg%20id='Icon-Set'%20sketch:type='MSLayerGroup'%20transform='translate(-572.000000,%20-1200.000000)'%20fill='%23000000'%3e%3cpath%20d='M595.688,1200.28%20C595.295,1199.89%20594.659,1199.89%20594.268,1200.28%20L583.984,1211.57%20L573.702,1200.28%20C573.31,1199.89%20572.674,1199.89%20572.282,1200.28%20C571.89,1200.68%20571.89,1201.32%20572.282,1201.71%20L583.225,1213.72%20C583.434,1213.93%20583.711,1214.02%20583.984,1214%20C584.258,1214.02%20584.535,1213.93%20584.745,1213.72%20L595.688,1201.71%20C596.079,1201.32%20596.079,1200.68%20595.688,1200.28'%20id='chevron-down'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;pointer-events:none}.produktansicht .item-info .Groesse{margin-bottom:2rem}@media (max-width: 900px){.produktansicht .item-info .Groesse{margin-bottom:20px;margin-right:47px}}.produktansicht .item-info .Groesse .h{margin-bottom:10px}.produktansicht .item-info .Groesse .dimensionsWrapper{border:1px solid #413f36;padding:5px 10px 5px 0;width:210px;height:37.8px;position:relative;cursor:pointer}@media (max-width: 1050px){.produktansicht .item-info .Groesse .dimensionsWrapper{width:190px;height:32.8px}}@media (max-width: 900px){.produktansicht .item-info .Groesse .dimensionsWrapper{padding:0;height:32.8px}}.produktansicht .item-info .Groesse .dimensionsWrapper #originOpt{color:#413f36;font-size:.9rem}.produktansicht .item-info .Groesse .dimensionsWrapper select{border:none;padding-left:15px;width:100%;height:100%;color:#413f36;background-color:transparent;font-size:1rem;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}@media (max-width: 1050px){.produktansicht .item-info .Groesse .dimensionsWrapper select{font-size:.9rem}}.produktansicht .item-info .Groesse .showChevron:after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);width:12px;height:12px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%20-5%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3e%3ctitle%3echevron-down%3c/title%3e%3cdesc%3eCreated%20with%20Sketch%20Beta.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20sketch:type='MSPage'%3e%3cg%20id='Icon-Set'%20sketch:type='MSLayerGroup'%20transform='translate(-572.000000,%20-1200.000000)'%20fill='%23000000'%3e%3cpath%20d='M595.688,1200.28%20C595.295,1199.89%20594.659,1199.89%20594.268,1200.28%20L583.984,1211.57%20L573.702,1200.28%20C573.31,1199.89%20572.674,1199.89%20572.282,1200.28%20C571.89,1200.68%20571.89,1201.32%20572.282,1201.71%20L583.225,1213.72%20C583.434,1213.93%20583.711,1214.02%20583.984,1214%20C584.258,1214.02%20584.535,1213.93%20584.745,1213.72%20L595.688,1201.71%20C596.079,1201.32%20596.079,1200.68%20595.688,1200.28'%20id='chevron-down'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;pointer-events:none}@media (max-width: 900px){.produktansicht .item-info .preisWrapper{display:flex}}.produktansicht .item-info .preisWrapper .ausverkauft{cursor:default;background-color:#a3a19f;margin-bottom:40px}.produktansicht .item-info .preisWrapper .checkmark{width:35px;height:35px}.produktansicht .item-info .preisWrapper .checkmark-path{stroke-dasharray:40;stroke-dashoffset:40;animation:draw-check .8s ease forwards}@keyframes draw-check{to{stroke-dashoffset:0}}.produktansicht .item-info .preisWrapper .crossmark{width:52px;height:52px;stroke:#fff;stroke-width:4;fill:none;stroke-linecap:round}.produktansicht .item-info .preisWrapper .crossmark-path{stroke-dasharray:30;stroke-dashoffset:30;animation:drawCross .4s ease-out forwards}.produktansicht .item-info .preisWrapper .crossmark-path:nth-child(2){animation-delay:.1s}@keyframes drawCross{to{stroke-dashoffset:0}}.produktansicht .item-info .preisWrapper button{color:#fff;font-family:Avenir;border-radius:0;width:275px;height:45px;font-size:1.1rem;font-weight:600;border:none;transition:.3s ease-in-out;display:flex;align-items:center;justify-content:center}@media (max-width: 1050px){.produktansicht .item-info .preisWrapper button{width:240px;height:40px;font-size:1rem}}.produktansicht .item-info .preisWrapper button:hover,.produktansicht .item-info .preisWrapper button:focus,.produktansicht .item-info .preisWrapper button:active{border:none}@media (max-width: 900px){.produktansicht .item-info .Preis{width:100%}}.produktansicht .item-info .Preis .Preis-Cart{display:flex;flex-direction:row;align-items:end;margin-bottom:2rem}@media (max-width: 900px){.produktansicht .item-info .Preis .Preis-Cart{justify-content:space-between}}.produktansicht .item-info .Preis .Preis-Cart p{color:#413f36;font-weight:500;font-size:1.2rem;font-weight:600;width:130px}@media (max-width: 900px){.produktansicht .item-info .Preis .Preis-Cart p{width:max-content}}.produktansicht .item-info .Preis .Preis-Cart .verfuegbar{cursor:pointer;background-color:#9a8f83}.produktansicht .item-info .Preis .Preis-Cart .verfuegbar:hover{background-color:#413f36}.produktansicht .item-info .Beschreibung .h{margin-bottom:10px}.produktansicht .item-info .Beschreibung p{max-width:650px}.produktansicht .item-info .Beschreibung li{list-style:none}.produktansicht .item-info .Beschreibung .text{color:#413f36;font-size:.9rem;white-space:pre-line}.produktansicht .item-info .SizesText p{max-width:700px;display:inline}.produktansicht .item-info .SizesText li{list-style:none;line-height:1;overflow:hidden}.produktansicht .item-info .SizesText li p{margin-top:0}.produktansicht .item-info .SizesText .text{color:#413f36;font-size:.9rem}.Pansicht{display:flex;align-items:center;justify-content:center;height:80vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Popup{width:100%;height:100%;position:fixed;top:0;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1}.Popup .content{width:400px;background-color:#fff;border-radius:.5rem;color:#413f36;text-align:center;box-shadow:#00000059 0 5px 15px}.Popup .content h2{font-size:1.5rem;margin:10px 0}.Popup .content p{font-size:.8rem}.Popup .content button{width:100%;margin-top:10px;border:1px solid transparent;border-top:1px solid #413F36;background-color:transparent;color:#413f36;border-radius:0;transition:.2s ease-in-out}.Popup .content button:hover{border:1px solid transparent;border-top:1px solid #413F36;background-color:#f0ede8}.Home-Banner{width:100%;background-color:#9a8f83;text-align:center;font-size:1.1rem;padding:8px 0;color:#fff;position:relative;z-index:2}.shoppingcart{color:#413f36;padding:3rem 5rem}.shoppingcart h1{overflow-y:hidden;font-size:2rem}@media (max-width: 1000px){.shoppingcart{padding:50px 30px}}@media (max-width: 590px){.shoppingcart{display:flex;flex-direction:column;justify-content:center;align-items:center}}.shoppingcart .emptyCart{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:20vh 0;gap:50px}@media (max-width: 750px){.shoppingcart .emptyCart{margin:120px 0}}.shoppingcart .emptyCart button{color:#fff;width:400px;background-color:#413f36;border:0}@media (max-width: 600px){.shoppingcart .emptyCart button{width:320px}}.shoppingcart .emptyCart button:hover{border:0;background-color:#9a8f83}.shoppingcart .cartItems{display:flex;flex-direction:column;width:100%;margin:2rem 0}.shoppingcart .cartItems .item{display:flex;flex-direction:row;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #9A8F83}@media (max-width: 590px){.shoppingcart .cartItems .item{flex-direction:column;align-items:center;gap:30px;padding:30px}}.shoppingcart .cartItems .item .leftPart{display:flex;flex-direction:row;gap:20px}@media (max-width: 590px){.shoppingcart .cartItems .item .leftPart{width:90vw;font-size:.9rem}}.shoppingcart .cartItems .item .leftPart img{width:150px}@media (max-width: 590px){.shoppingcart .cartItems .item .leftPart img{width:40%}}.shoppingcart .cartItems .item .leftPart .leftwrapper{display:flex;flex-direction:column}.shoppingcart .cartItems .item .leftPart .leftwrapper .nameType{display:flex;flex-direction:row;align-items:center}.shoppingcart .cartItems .item .leftPart .leftwrapper .nameType h2{width:150px}@media (max-width: 768px){.shoppingcart .cartItems .item .leftPart .leftwrapper .nameType{flex-direction:column;gap:0;align-items:start}}.shoppingcart .cartItems .item .leftPart .leftwrapper .nameType p{font-size:.8rem}@media (max-width: 590px){.shoppingcart .cartItems .item .leftPart .leftwrapper .nameType p{font-size:.7rem}}.shoppingcart .cartItems .item .rightPart{display:flex;flex-direction:row;width:45%;justify-content:space-between}@media (max-width: 900px){.shoppingcart .cartItems .item .rightPart{width:250px}}@media (max-width: 590px){.shoppingcart .cartItems .item .rightPart{display:none}}.shoppingcart .cartItems .item .rightPart .quan{height:max-content;width:max-content;text-align:end;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:15px;font-size:1.2rem}.shoppingcart .cartItems .item .rightPart .quan .grayedOut{color:#a3a19f;cursor:default}.shoppingcart .cartItems .item .rightPart .quan .grayedOut:hover{background-color:transparent}.shoppingcart .cartItems .item .rightPart .quan div{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:20px;cursor:pointer;transition:all .2s ease-in-out}.shoppingcart .cartItems .item .rightPart .quan div:hover{background-color:#9a8f83}.shoppingcart .cartItems .item .rightPart .quan div i{font-size:.9rem}.shoppingcart .cartItems .item .rightPart .quan .invis{visibility:hidden;cursor:default}.shoppingcart .cartItems .item .rightPart .quan .invis:hover{background-color:transparent}.shoppingcart .cartItems .item .rightPart .totalX{display:flex;flex-direction:row;justify-content:space-between;gap:20px}.shoppingcart .cartItems .item .rightPart .totalX .preis{width:100px;text-align:end}.shoppingcart .cartItems .item .rightPart .totalX .X{display:flex;justify-content:center;align-items:center;height:30px;width:30px;border-radius:15px;transition:all .3s ease-in-out;cursor:pointer}.shoppingcart .cartItems .item .rightPart .totalX .X:hover{background-color:#9a8f83}.shoppingcart .cartSum{display:flex;flex-direction:column;float:right;width:320px;gap:15px}@media (max-width: 590px){.shoppingcart .cartSum{width:95vw}}.shoppingcart .cartSum .country{display:flex;flex-direction:row;justify-content:space-between;position:relative}.shoppingcart .cartSum .country select{background-color:transparent;font-size:1rem;color:#413f36;border-radius:4px;height:30px;text-align:center;width:150px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.shoppingcart .cartSum .country:after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);width:9px;height:9px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%20-5%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3e%3ctitle%3echevron-down%3c/title%3e%3cdesc%3eCreated%20with%20Sketch%20Beta.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20sketch:type='MSPage'%3e%3cg%20id='Icon-Set'%20sketch:type='MSLayerGroup'%20transform='translate(-572.000000,%20-1200.000000)'%20fill='%23000000'%3e%3cpath%20d='M595.688,1200.28%20C595.295,1199.89%20594.659,1199.89%20594.268,1200.28%20L583.984,1211.57%20L573.702,1200.28%20C573.31,1199.89%20572.674,1199.89%20572.282,1200.28%20C571.89,1200.68%20571.89,1201.32%20572.282,1201.71%20L583.225,1213.72%20C583.434,1213.93%20583.711,1214.02%20583.984,1214%20C584.258,1214.02%20584.535,1213.93%20584.745,1213.72%20L595.688,1201.71%20C596.079,1201.32%20596.079,1200.68%20595.688,1200.28'%20id='chevron-down'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;pointer-events:none}.shoppingcart .cartSum .subtotal,.shoppingcart .cartSum .versandPreis{display:flex;flex-direction:row;justify-content:space-between}.shoppingcart .cartSum .checkoutButton button{color:#fff;width:100%;background-color:#413f36;border:none;transition:all .1s ease-in;border-radius:5px}.shoppingcart .cartSum .checkoutButton button:hover{background-color:#9a8f83}.rightPartMobile{display:none}@media (max-width: 590px){.rightPartMobile{display:flex;flex-direction:column-reverse;justify-content:start;margin-top:10px;gap:10px;font-size:.8rem}.rightPartMobile .quan{height:max-content;width:max-content;text-align:end;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.rightPartMobile .quan .grayedOut{color:#a3a19f;cursor:default}.rightPartMobile .quan .grayedOut:hover{background-color:transparent}.rightPartMobile .quan div{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:20px;cursor:pointer;transition:all .2s ease-in-out}.rightPartMobile .quan div:hover{background-color:#9a8f83}.rightPartMobile .quan div i{font-size:.9rem}.rightPartMobile .quan .invis{visibility:hidden;cursor:default}.rightPartMobile .quan .invis:hover{background-color:transparent}.rightPartMobile .totalX{display:flex;flex-direction:row;justify-content:start;align-items:center;margin-left:2px;gap:15px}.rightPartMobile .totalX .preis{width:auto;text-align:end}.rightPartMobile .totalX .X{display:flex;justify-content:center;align-items:center;height:30px;width:30px;border-radius:15px;transition:all .3s ease-in-out;cursor:pointer}.rightPartMobile .totalX .X:hover{background-color:#9a8f83}}.Xhandy{display:none;justify-content:center;align-items:center;height:30px;width:30px;border-radius:15px;transition:all .3s ease-in-out;cursor:pointer}.Xhandy:hover{background-color:#9a8f83}@media (max-width: 590px){.Xhandy{display:flex;position:absolute;right:5vw}}.Footer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 0 1rem;background-color:#f0ede8;color:#413f36;text-align:center;font-size:.8rem;gap:2rem}@media (max-width: 900px){.Footer{width:100%}.Footer h1{font-size:18px}.Footer p{font-size:.8rem}}.Footer .Top{font-size:18px}.Footer .Mid{width:600px}@media (max-width: 650px){.Footer .Mid{width:90vw}}.Footer .Bottom-Links{list-style:none;display:flex;flex-direction:row;gap:20px;font-size:16px}@media (max-width: 650px){.Footer .Bottom-Links{flex-direction:column;font-size:13px}}.Footer .Bottom-Links a{color:#413f36}.LoadingSuccess{height:90vh;display:flex;align-items:center;justify-content:center}.InvalidSession{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#413f36;height:50vh;text-align:center}.InvalidSession h1{height:3rem;font-size:2rem}@media (max-width: 800px){.InvalidSession h1{font-size:1.4rem}.InvalidSession p{font-size:.8rem}}.Bestellung{color:#413f36;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 5rem;padding-top:10vh;padding-bottom:15vh}@media (max-width: 600px){.Bestellung p,.Bestellung a{font-size:.8rem}}.Bestellung .Bestellung-Wrapper{display:flex;flex-direction:column;justify-content:center}@media (max-width: 410px){.Bestellung .Bestellung-Wrapper{width:calc(100vw - 10px);padding:0 5px}}.Bestellung .Bestellung-Wrapper h1{text-align:center;height:40px;font-size:2rem;margin-bottom:40px}@media (max-width: 682px){.Bestellung .Bestellung-Wrapper h1{height:80px}}.Bestellung .Bestellung-Wrapper #bestellNR{font-family:Avenir;margin-bottom:10px}.Bestellung .Bestellung-Wrapper .Addresse{margin-bottom:2rem}.Bestellung .Bestellung-Wrapper .pUebersicht{margin-bottom:10px}.Bestellung .Bestellung-Wrapper .Bestelluebersicht{width:max-content;min-width:400px;height:max-content;border-radius:5px}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems{display:flex;flex-direction:column}@media (max-width: 600px){.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems{width:95vw;height:auto}}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .item{display:flex;flex-direction:row;justify-content:start;gap:30px;margin:0;padding:1rem 0;border-bottom:1px solid #9a8f83;border-top:1px solid #9a8f83}@media (max-width: 600px){.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .item{justify-content:center;gap:10px}}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .item:nth-child(2n){border-top:none;border-bottom:none}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .item img{width:100px;height:100px}@media (max-width: 600px){.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .item img{width:30vw;height:auto}}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .item .nameType{display:flex;flex-direction:column;width:15vw;min-width:200px}@media (max-width: 600px){.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .item .nameType{width:180px}}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .item .nameType h2{margin:0;line-height:1;padding-bottom:5px}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .item .nameType .Handywrapper{display:flex;flex-direction:row;gap:30px;margin-top:15px;justify-content:end}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .sum{display:flex;flex-direction:column;align-items:end;margin-top:10px}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .sum div{display:flex;width:150px;flex-direction:row;justify-content:space-between}.Bestellung .Bestellung-Wrapper .Bestelluebersicht .cartItems .sum .total{border-top:1px solid #9a8f83;margin-top:5px}.Bestellung .Bestellung-Wrapper .homepageButton button{color:#fff;background-color:#413f36;margin-top:3rem;transition:.2s ease-in-out;border:none}.Bestellung .Bestellung-Wrapper .homepageButton button:hover{background-color:#9a8f83;border:none}.not-found{text-align:center;margin:10rem 0;min-height:30vh}.not-found h1{font-size:2rem;height:50px;color:#9a8f83}.not-found p{font-size:1.2rem;color:#413f36}.not-found a{display:inline-block;margin-top:20px;text-decoration:none;color:#413f36;border:1px solid #413F36;padding:10px 20px;border-radius:5px;transition:all .3s ease}.not-found a:hover{background-color:#413f36;color:#fff}.CookieConsent-ContentBlocker{position:fixed;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);max-width:98vw;max-height:80vh;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:4px 4px 10px #0006,4px 4px 10px #00000017;width:800px;height:500px;background-color:#fff;color:#000;padding:10px 0}.CookieConsent-ContentBlocker .Swiper{width:100%;height:fit-content;border-bottom:1px solid rgb(210,210,210);overflow:visible}.CookieConsent-ContentBlocker .Swiper button{font-weight:600;color:#9a8f83;width:50%;background-color:transparent;border:solid transparent 3px;border-radius:0;outline:none}.CookieConsent-ContentBlocker .Swiper .active{border-bottom:solid #413F36 3px;color:#413f36}.CookieConsent-ContentBlocker .bodyText{height:280px;width:calc(100% - 60px);margin:auto;overflow-y:scroll;padding-top:20px}.CookieConsent-ContentBlocker .bodyText h2{font-family:Avenir;font-size:1.5rem;margin-bottom:10px}.CookieConsent-ContentBlocker .TurnOns{border-top:1px solid rgb(210,210,210);border-bottom:1px solid rgb(210,210,210);display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;padding:10px 0;overflow:hidden}.CookieConsent-ContentBlocker .TurnOns .SwitchBurger{width:33%;height:auto;display:flex;flex-direction:column;align-items:center;gap:10px}.CookieConsent-ContentBlocker .TurnOns .switch{position:relative;width:50px;height:25px}.CookieConsent-ContentBlocker .TurnOns .switch .switch-input{display:none}.CookieConsent-ContentBlocker .TurnOns .switch .switch-label{position:absolute;cursor:pointer;background-color:#ccc;border-radius:25px;width:100%;height:100%;transition:background-color .3s}.CookieConsent-ContentBlocker .TurnOns .switch .switch-label:before{content:"";position:absolute;top:3px;left:3px;width:19px;height:19px;background-color:#fff;border-radius:50%;transition:transform .3s}.CookieConsent-ContentBlocker .TurnOns .switch .switch-input:checked+.switch-label{background-color:#9a8f83}.CookieConsent-ContentBlocker .TurnOns .switch .switch-input:checked+.switch-label:before{transform:translate(25px)}.CookieConsent-ContentBlocker .TurnOns .switch .switch-input:disabled+.switch-label{background-color:#413f36}.CookieConsent-ContentBlocker .TurnOns .switch .switch-input:disabled+.switch-label:before{transform:translate(25px)}.CookieConsent-ContentBlocker .bigOptions{width:calc(100% - 60px);margin:auto;display:flex;flex-direction:row;justify-content:space-between;height:55px}@media (max-width: 680px){.CookieConsent-ContentBlocker .bigOptions{width:calc(100% - 10px)}}.CookieConsent-ContentBlocker .bigOptions button{color:#fff;background-color:#413f36;width:33%;border:none}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
