body{font-family:Roboto;margin:0;padding:0}*{box-sizing:border-box}.App{height:100vh}#slideshow{padding:20px}.outerHeader{height:auto}.outerHeaderMobile{height:auto;position:relative}.header{background-color:#fcfbf7;flex-direction:row;height:80px;padding:20px 50px;position:relative;width:100%}.header,.links{align-items:center;display:flex;justify-content:space-between}.links{gap:20px}.links a{color:#000;text-decoration:none;transition:.15s ease-in-out}.links a:hover{color:#8b4513;cursor:pointer;margin-right:3px;transform:translateY(-3px)}.logo{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;transform:translate(-50%)}.logo img{height:45px;width:auto}.linksIcons{align-items:center;display:flex;display:inline-block;gap:20px;justify-content:center;max-height:80px;position:relative;width:auto}.linksIcons a{max-height:100%;overflow:hidden;width:auto}.iconHeader{height:25px;width:auto}.cartBadge{background-color:red;border-radius:50%;color:#fff;font-size:10px;font-weight:700;padding:2px 5px;position:absolute;right:-5px;top:-5px}.burgerButtonHeader{background-color:none;background:none;border:none;color:#000;transition:.1s ease-in-out}.burgerButtonHeader:hover{cursor:pointer;scale:1.1}.burgerButtonHeader:active{scale:.9}.menuOpenDiv{align-items:center;background-color:#fcfbf7;display:flex;flex-direction:column;height:calc(100vh - 80px);justify-content:center;left:0;padding-bottom:20px;position:fixed;top:80px;transition:.3s ease-in-out;width:100%;z-index:100}.closeButtonHeader{margin-top:20px}.linksMobile{flex-direction:column;gap:10px;width:100%}.linksMobile,.linksMobile a{align-items:center;display:flex;justify-content:center}.linksMobile a{background-color:#fff;border-radius:10px;box-shadow:0 8px 24px #959da533;color:#000;padding:20px 25px;text-decoration:none;transition:.1s ease-in-out;width:90%}.linksMobile a:hover{background-color:#d3d3d3;cursor:pointer;margin-bottom:10px}.linksMobile a:active{background-color:gray}@media screen and (max-width:800px){.logo{left:0;right:auto;transform:translate(50%)}.header{flex-direction:row-reverse;padding:20px}}.heroDiv{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;height:calc(100vh - 80px);justify-content:center;position:relative;text-align:center;width:100%}.heroDiv:before{background:#0006;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.heroContent{max-width:80%;position:relative;z-index:1}.heroContent h1{font-size:3rem;font-weight:700;margin-bottom:10px}.heroContent p{font-size:1.5rem;margin-bottom:20px}.heroButton{background:#8b4513;border:6px solid #8b4513;color:#fff;cursor:pointer;font-size:1.2rem;padding:7px 24px;transition:.2s ease-in-out}.heroButton:hover{background:none;border:6px solid #8b4513}@media screen and (max-width:768px){.heroContent h1{font-size:2.5rem}.heroContent p{font-size:1.2rem}.heroButton{font-size:1rem;padding:5px 15px}}.unternehmenswerteDiv{grid-gap:20px;background-color:#fcfbf7;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);padding:20px;width:100%}.unternehmenswert,.unternehmenswerteDiv{align-items:center;justify-content:center}.unternehmenswert{display:flex;flex-direction:column-reverse;min-width:200px;padding:30px}.unternehmenswert img{height:auto;width:60px}@media screen and (max-width:850px){.unternehmenswerteDiv{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.unternehmenswerteDiv{grid-template-columns:repeat(1,1fr)}}.productPage{align-items:center;background-color:#fcfbf7;display:flex;flex-direction:column;height:auto;justify-content:flex-start;min-height:calc(100vh - 80px);padding-bottom:50px;width:100%}.productList{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-items:center;max-width:1200px;width:90%}.productPageImageDiv{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:400px;justify-content:flex-start;position:relative;width:100%}.textDivProductPage{bottom:50px;color:#fff;left:100px;position:absolute}.textDivProductPage h1{font-size:2rem;font-weight:400}.searchContainer{align-items:center;display:flex;gap:10px;justify-content:center;margin:40px 0;max-width:500px;width:90%}.searchContainer input{border:2px solid;border-radius:5px;font-size:16px;outline:none;padding:10px;width:100%}.noResults{color:#777;font-size:18px;margin-top:20px;text-align:center}@media screen and (max-width:768px){.productList{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.textDivProductPage{bottom:30px;left:50px}.textDivProductPage h1{font-size:1.5rem}.searchContainer{gap:5px}.searchContainer input{font-size:14px}}.produktCard{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 7px 29px 0 #64646f33;display:flex;flex-direction:column;height:450px;justify-content:space-between;margin:20px;overflow:hidden;padding:20px;position:relative;text-align:center;transition:transform .3s ease-in-out;width:350px}.productCard:hover,.produktCard{cursor:pointer}.produktBild{border-radius:10px;height:250px;object-fit:contain;transition:transform .2s ease-in-out;width:100%}.produktBild:hover{transform:scale(1.05)}.infoDivProduct{align-items:center;background-color:#fcfbf7;bottom:0;box-shadow:0 1px 4px #00000029;color:#000;display:flex;flex-direction:column;gap:10px;height:90px;justify-content:center;padding:10px 0;position:absolute;right:0;transition:.1s ease-in-out;transition:height .3s ease-in-out,padding .3s ease-in-out,background-color .3s ease-in-out;width:100%}.infoDivProduct h2{font-size:1.2rem;margin:0}.infoDivProduct p{margin:0;opacity:0;transform:translateY(10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.produktCard:hover .infoDivProduct{background-color:#8b4513;height:120px;padding:15px 0}.produktCard:hover .infoDivProduct p{margin-bottom:0;opacity:1;transform:translateY(0)}.blogPost{background-color:#fff;border-radius:10px;box-shadow:0 7px 29px 0 #64646f33;height:auto;max-width:1200px;overflow:hidden;width:90%}.blogPost,.blogPostContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.blogPostContainer{width:100%}.blogPostImageDiv{align-items:center;display:flex;gap:5px;justify-content:flex-start;overflow-x:auto;padding:10px;position:relative;width:100%}.blogPostImage{border-radius:5px;height:auto;max-height:200px;object-fit:contain;transition:.15s ease-in-out}.blogPostImage:hover{margin-left:10px;margin-right:10px;scale:1.05}.blogPostDateDiv p{font-size:1rem;font-weight:700;margin:0}.blogPostInfoDiv{align-items:flex-start;background-color:#f0f0f0;box-shadow:0 7px 29px 0 #64646f33;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:20px;position:relative;width:100%}.blogPostInfoDiv h3{margin:0}.blogPostInfoDiv p{margin:0 0 5px;text-align:left}.blogPostTitleAndDate{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;max-width:1200px;padding:10px;width:90%}.blogPostTitleAndDate p{color:#545454;font-size:.8rem;margin:0}.blogPostTitleAndDate h3{font-size:1.3rem;margin-bottom:10px;margin-top:5px}.imageCloseUp{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:100}.imageCloseUp img{border-radius:20px;height:auto;max-height:100%;object-fit:contain;overflow:hidden;width:100%}.arrowButton{background-color:#fff;border:none;border-radius:25px;box-shadow:0 5px 15px #00000059;height:50px;position:fixed;top:50%;transform:translateY(-50%);transition:.2s ease-in-out;width:50px}.arrowButton:hover{background-color:#f0f0f0;scale:1.1}.aktuellesPage{align-items:center;background-color:#fcfbf7;display:flex;flex-direction:column;justify-content:center;text-align:center}.aktuellesPageImageDiv{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:400px;justify-content:flex-start;position:relative;width:100%}.textDivAktuellesPage{bottom:50px;color:#fff;left:100px;position:absolute;text-align:left!important}.textDivAktuellesPage h1{font-size:2rem;font-weight:400}.blogList{flex-direction:column;gap:40px;justify-content:center;padding:20px 0 60px;width:100%}.blogList,.sortContainer{align-items:center;display:flex}.sortContainer{flex-direction:row;justify-content:flex-end;max-width:1200px;padding:20px 0;width:90%}.sortContainer select{background-color:#fcfbf7;border:2px solid;border-radius:5px;margin-left:10px;padding:10px}.sortContainer select:focus{outline:none}@media screen and (max-width:768px){.textDivAktuellesPage{bottom:20px;left:20px;text-align:left}.textDivAktuellesPage h1{font-size:1.5rem}}.footerDiv{background-color:#2d2d2d;color:#fff;padding:20px 0;text-align:center}.footerContent{display:flex;flex-wrap:wrap;justify-content:space-around;margin:auto;max-width:1000px;padding:20px}.footerSection{flex:1 1;margin:10px;min-width:250px}.footerSection h4{color:#8b4513;font-size:18px;margin-bottom:10px}.footerSection p{font-size:14px;margin:5px 0}.socialIcons{display:flex;gap:10px;justify-content:center}.socialIcon{color:#fff;font-size:24px;text-decoration:none}.socialIcon:hover{color:#8b4513}.footerBottom{border-top:1px solid #444;font-size:14px;margin-top:20px;padding-top:10px}.footerBottom a{color:#fff}.linkDivFooter{align-items:center;display:flex;gap:20px;justify-content:center}#bioZertifiziertImg{border-radius:5px;margin-top:1rem;width:250px}.datenschutzContainer{color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:auto;max-width:800px;padding:40px 20px}.datenschutzContainer h1{color:#2d2d2d;margin-bottom:20px;text-align:center}.datenschutzContainer h2{color:#5a5a5a;margin-top:20px}.datenschutzContainer p{margin-bottom:15px}.datenschutzContainer ul{padding-left:20px}.datenschutzContainer a{color:#8b4513;text-decoration:none}.datenschutzContainer a:hover{text-decoration:underline}.impressumContainer{color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:auto;max-width:800px;padding:40px 20px}.impressumContainer h1{color:#2d2d2d;margin-bottom:20px;text-align:center}.impressumContainer h2{color:#5a5a5a;margin-top:20px}.impressumContainer p{margin-bottom:15px}.impressumContainer a{color:#8b4513;text-decoration:none}.impressumContainer a:hover{text-decoration:underline}.footerText{color:#777;font-size:14px;margin-top:30px;text-align:center}.bioZertifikatImg{border-radius:8px;display:block;height:auto;margin:12px 0 20px;max-width:320px;width:100%}@media (max-width:768px){.impressumContainer{padding:28px 16px}.bioZertifikatImg{margin:10px 0 16px;max-width:260px}}.productDetailContainer{align-items:center;display:flex;justify-content:center;padding:20px;text-align:center;width:100%}.productImageContainer{display:flex;flex-direction:column;height:auto;width:50%}.productThumbnaileImageContainer{height:auto;width:100%}.productThumbnaileImageContainer img{height:auto;max-height:600px;object-fit:contain;width:100%}.productMainImageContainer{align-items:center;display:flex;flex-direction:row;gap:10px;height:150px;overflow-x:auto;padding-bottom:5px;scroll-behavior:smooth;white-space:nowrap;width:100%}.productMainImageContainer img{border:1px solid #000;border-radius:5px;flex-shrink:0;height:100%;object-fit:contain;width:auto}.productDetailInfoContainer{height:auto;width:50%}.productDetailInfoContainer,.productDetailInfoInnerContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.productDetailInfoInnerContainer{width:60%}.productPrice{align-items:center;color:#8b4513;display:flex;font-size:24px;font-weight:700;gap:10px;justify-content:center}.productDescription{color:#333;font-size:16px;line-height:1.6}.fullSizeImageContainer{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.fullSizeImageContainer img{border-radius:10px;height:auto;max-height:100%;object-fit:contain;overflow:hidden;width:100%}.product-detail-container{gap:12px;max-width:600px;padding:16px;width:300px;width:90%}.product-detail-container,.select-group{display:flex;flex-direction:column}.select-group input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px}.select-group label{font-size:14px;font-weight:600;margin-bottom:4px}select{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px}.product-detail-button{background:#8b4513;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:10px;transition:background .3s ease}.product-detail-button:hover{background:#9b4d15}.cartConfirmationMessage{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.cartConfirmationMessageInnerDiv{align-items:center;background:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:20px 30px}.cartConfirmationMessageInnerDiv button{background:#8b4513;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:10px;transition:.3s ease-in-out}.cartConfirmationMessageInnerDiv button:hover{background:#9b4d15;scale:1.05}@media screen and (max-width:1000px){.productDetailContainer{flex-direction:column}.productImageContainer{flex-direction:row-reverse;gap:10px;width:100%}.productDetailInfoContainer{width:100%}.productThumbnaileImageContainer{width:80%}.productThumbnaileImageContainer img{height:100%;max-width:100%;width:auto}.productMainImageContainer{flex-direction:column;height:auto;height:500px;overflow-x:hidden;overflow-y:auto;width:20%}.productMainImageContainer img{height:auto;width:100%}}.partners-container{padding:40px;text-align:center}.partners-title{font-size:2rem;margin-bottom:20px}.partners-grid{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:center;margin:auto;max-width:800px}.partner-logo{height:auto;transition:transform .3s ease-in-out;width:150px}.partner-logo-div{align-items:center;display:flex;justify-content:center}.partner-logo:hover{transform:scale(1.1)}.partner-logo-div{display:inline-block;position:relative}.partner-logo-div:after{background-color:#000c;border-radius:5px;bottom:-25px;color:#fff;content:"Zur Website";font-size:12px;left:50%;opacity:0;padding:5px 8px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .3s ease-in-out;white-space:nowrap;z-index:10000}.partner-logo-div:hover:after{opacity:1}.timeline-container{align-items:center;display:flex;gap:50px;justify-content:space-between;margin:50px auto;max-width:1200px;padding:20px}.timeline-image{display:flex;flex:1 1;justify-content:center;max-width:350px}.timeline-image img{border-radius:12px;box-shadow:0 4px 10px #0000001a;height:auto;object-fit:cover;width:100%}.timeline{flex:2 1;flex-direction:column}.timeline,.timeline-item{display:flex;position:relative}.timeline-item{align-items:center;gap:20px;margin-bottom:30px}.timeline-year{background-color:#3d2c1e;border-radius:20px;color:#fff;font-size:1.5rem;font-weight:700;min-width:90px;padding:10px 16px;text-align:center;z-index:10}.timeline-content{background-color:#fcfbf7;border-radius:8px;box-shadow:0 4px 8px #0000001a;color:#5a4335;font-size:1rem;line-height:1.5;max-width:500px;padding:12px 16px;z-index:10}.timeline-item:before{background-color:#3d2c1e;content:"";height:100%;left:35px;position:absolute;top:50%;transform:translateX(-50%);width:4px}.timeline-item:last-child:before{height:0}@media (max-width:900px){.timeline-container{flex-direction:column-reverse;gap:30px}.timeline-image{max-width:80%;text-align:center}.timeline{padding-left:0;width:100%}.timeline-item{align-items:center;flex-direction:column;gap:10px}.timeline-year{min-width:auto;text-align:left}.timeline-item:before{display:none}}.aboutFounder{align-items:center;background-color:#fcfbf7;border-radius:12px;display:flex;gap:100px;justify-content:center;padding:40px}.aboutFounderText{display:flex;flex-direction:column;gap:15px;max-width:50%}.aboutFounderText h2{color:#3d2c1e;font-size:1.8rem}.aboutFounderText p{color:#5a4335;font-size:1.1rem;line-height:1.6}.aboutFounder img{border-radius:12px;box-shadow:0 4px 10px #0000001a;height:auto;width:380px}.famSection img{width:500px!important}.timeLineDiv h2{color:#3d2c1e;font-size:1.8rem;margin-top:5rem;text-align:center}@media screen and (max-width:1200px){.famSection img{width:360px!important}}@media screen and (max-width:900px){.aboutFounder{flex-direction:row;gap:20px}.aboutFounder img{width:300px}.aboutFounderText{max-width:100%}}@media screen and (max-width:800px){.aboutFounder{flex-direction:column;gap:20px}.aboutFounder img{width:100%!important}}.kontaktPageContent{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:800px;padding:2rem}.kontaktPageContent h2{color:#6b4f3b;font-size:2rem;margin-bottom:1rem}.kontaktPageContent h3{color:#6b4f3b;font-size:1.4rem;margin-bottom:.5rem;margin-top:2rem}.kontaktPageContent p{font-size:1rem;line-height:1.6;margin-bottom:.5rem}.cart-container{align-items:center;background:#fff;display:flex;flex-direction:column;height:auto;justify-content:center;margin:0 auto;max-width:1000px;padding:60px 20px;width:100%}.back-to-shop{background-color:#2d2d2d;border-radius:6px;color:#fff!important;margin-top:40px!important;padding:10px 20px}.cart-container h1{color:#333;margin-bottom:20px;text-align:center}.cart-container ul{flex-direction:column;justify-content:center;list-style:none;padding:0;width:100%}.cart-container ul,.cart-item{align-items:center;display:flex}.cart-item{background:#fcfbf7;border-radius:6px;box-shadow:0 7px 29px 0 #64646f33;justify-content:space-between;margin-bottom:10px;padding:15px;width:80%}.cart-item-image{border-radius:4px;height:60px;object-fit:cover;width:60px}.cart-item-details{flex-grow:1;margin-left:15px}.cart-item-actions input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:5px;width:50px}.cart-item-actions p{align-items:flex-end;display:flex;flex-direction:column;gap:5px;justify-content:center;margin:0 0 10px}.cart-item-details h3{color:#333;font-size:16px;margin:0}.cart-item-details p{color:#555;font-size:14px;margin:3px 0}.remove-button{background:#ff4d4d;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px 10px;transition:background .3s ease}.remove-button:hover{background:#c00}.clear-cart-button{background:#8b4513;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:16px;margin-top:20px;padding:10px;text-align:center;transition:background .3s ease;width:80%}.clear-cart-button:hover{background:#a8561b}.back-to-shop{color:#000;display:block;font-size:14px;margin-top:15px;text-align:center;text-decoration:none}.back-to-shop:hover{text-decoration:underline}@media screen and (max-width:700px){.cart-item{width:100%}.cart-item-details{margin-left:10px}}.checkout-container{align-items:flex-start;background-color:#fcfbf7;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:60px 20px;width:100%}.checkout-form{display:flex;flex-direction:column;gap:30px;width:50%}.checkout-form label{color:#555;font-size:14px;font-weight:700;margin:10px 0 5px}input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:10px;width:100%}.checkout-button{background:#8b4513;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:12px;transition:background .3s ease}.checkout-button:hover{background:#a8561b}.customer-info,.shipping-info,.shipping-or-pickup-button{background-color:#fff;border-radius:6px;box-shadow:0 7px 29px 0 #64646f33;display:flex;flex-direction:column;padding:10px}.order-summary{background:#fff;border-radius:8px;box-shadow:0 7px 29px 0 #64646f33;margin-bottom:20px;padding:20px;width:50%}.order-summary h2{color:#333;font-size:20px;margin-bottom:15px;text-align:center}.order-item{align-items:center;border-bottom:1px solid #ddd;display:flex;padding:10px;transition:background .3s ease-in-out}.order-item:hover{background:#f8f8f8}.order-item-image{border-radius:6px;height:60px;margin-right:15px;object-fit:cover;width:60px}.order-item-details{flex-grow:1}.order-item-details h3{color:#444;font-size:16px;margin:0}.order-item-details p{color:#666;font-size:14px;margin:4px 0}.order-summary-total{border-top:2px solid #ddd;margin-top:15px;padding-top:15px}.order-summary-total p{color:#555;display:flex;font-size:16px;justify-content:space-between}.order-summary-total h3{color:#222;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin-top:10px}.order-summary ul{list-style:none;padding:0}.order-confirmation{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100}.order-confirmation,.order-confirmation div{align-items:center;display:flex;justify-content:center}.order-confirmation div{background-color:#fff;border-radius:10px;flex-direction:column;padding:20px}.order-confirmation button{background:#8b4513;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background .3s ease}.shipping-or-pickup-button{display:flex;gap:10px;justify-content:center}.checkout-button-shipping{background-color:#f0f0f0;border:none;border-radius:8px;color:#333;cursor:pointer;font-size:16px;padding:12px 20px;transition:all .3s ease}.checkout-button-shipping:hover{background-color:#ddd}.checkout-button-shipping.active{background-color:#8b4513;color:#fff;font-weight:700}.checkout-button-shipping:disabled{background-color:#2d2d2d;cursor:not-allowed}@media (max-width:768px){.order-item-image{height:50px;width:50px}.order-item-details h3{font-size:14px}.order-item-details p{font-size:12px}.order-summary-total h3,.order-summary-total p{font-size:14px}.checkout-container{flex-direction:column-reverse;gap:20px}.checkout-form,.order-summary{width:100%}}#bestseller{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;padding:30px;width:100%}#bestseller h1{color:#333;font-size:2rem;margin-bottom:40px;text-align:center;width:100%}.bestseller-card{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:row;justify-content:center;padding:20px;text-align:center;transition:transform .3s ease-in-out}.bestseller-image{border-radius:8px;height:200px;object-fit:cover;width:auto}.bestseller-info{align-items:flex-start;border-left:1px solid #333;display:flex;flex-direction:column;justify-content:center;margin-left:20px;padding-left:10px;text-align:left}.bestseller-title{color:#333;font-size:1.2rem;margin:10px 0}.bestseller-description{color:#666;font-size:.9rem}.bestseller-button{background-color:#8b4513;border:none;color:#fff;cursor:pointer;padding:8px 16px}.bestseller-button:hover{background-color:#824112}.fade-in{opacity:1;transform:scale(1);transition:opacity .5s ease-in,transform .5s ease-in}.fade-out{opacity:0;transform:scale(.95);transition:opacity .5s ease-out,transform .5s ease-out}@media screen and (max-width:768px){#bestseller{padding:20px}#bestseller h1{font-size:1.8rem;margin-bottom:30px}.bestseller-card{flex-direction:column;padding:10px}.bestseller-image{height:150px}.bestseller-info{border-left:none;margin-left:0;margin-top:10px;padding-left:0}.bestseller-title{font-size:1rem}.bestseller-description{font-size:.8rem}}.abwesend-banner{background-color:#2d2d2d;color:#fff;padding:2rem;text-align:center;width:100%}.abwesend-banner h1{font-size:1.8rem;margin-bottom:1rem}.abwesend-banner p{font-size:1.2rem;font-weight:300}.slideshow{border-radius:12px;margin:auto;max-width:1000px;overflow:hidden;position:relative;width:100%}.slideshow-wrapper{height:auto;position:relative;width:100%}.slide{left:0;opacity:0;position:absolute;top:0;transition:opacity .8s ease-in-out;width:100%;z-index:0}.slide.active{opacity:1;position:relative;z-index:1}.slide img{border-radius:12px;display:block;height:auto;margin:0 auto;max-height:90vh;max-width:100%;object-fit:contain;width:auto}.next,.prev{background-color:#0006;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;height:50px;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s;-webkit-user-select:none;user-select:none;width:50px;z-index:2}.next:hover,.prev:hover{background-color:#0009}.prev{left:10px}.next{right:10px}@media screen and (max-width:768px){.slide img{height:auto;max-height:80vh;max-width:100%;width:auto}.next,.prev{font-size:14px;height:40px;width:40px}}
/*# sourceMappingURL=main.930b9879.css.map*/