:root{--bg-color: #fff;--width-max: 1024px;--unit: 10px;--border-radius: 30px;--font-color: #2f2002;--primary-color: #b78000;--secondary-color: #ffd050;--margin-bottom: 1rem}body{background:var(--bg-color);letter-spacing:.5px;font-size:16px;font-weight:300;color:var(--font-color);font-family:Helvetica-Light,Helvetica}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}.u-float-right{float:right}.u-w-150{width:150px}.u-muted{opacity:.5}.o-stage{display:flex;flex-direction:column;max-width:var(--width-max);margin-left:auto;margin-right:auto}.o-text{padding-left:var(--unit);padding-right:var(--unit)}.c-bullet-list{margin-bottom:var(--margin-bottom);padding-left:1.5rem;list-style-type:none}.c-bullet-list__list{margin-bottom:1rem}.c-bullet-list__item{margin-bottom:.5rem;line-height:1.6}.c-faq{margin-bottom:1rem}.c-footer{padding-bottom:50px}.c-footer__container{padding-top:4rem;display:flex;max-width:var(--width-max);margin-left:auto;margin-right:auto;flex-direction:column;align-items:center}.c-footer__links p{display:flex;flex-wrap:wrap;justify-content:center}.c-footer__links p a{font-size:.9rem;display:inline-block;margin:0 1rem;color:var(--font-color);margin-bottom:1rem}.c-footer__copyright{font-size:.8rem;padding-bottom:1rem}.c-h1{margin-top:10px}.c-h1 a{text-decoration:none;color:var(--font-color)}.c-h1 span{display:block}.c-h1 .c-h1__text{display:none}.c-h1 .c-h1__logo{display:flex;justify-content:center}.c-h1 .c-h1__logo svg{width:300px;max-width:90vw}@media(min-width: 769px){.c-h1 .c-h1__logo svg{width:400px}}.c-h2{margin-bottom:1rem;font-weight:normal;padding-bottom:.5rem;border-bottom:1px solid var(--primary-color)}.c-h3{margin-top:2rem;margin-bottom:1rem;font-size:1rem;font-weight:bold}.c-h3--section-headline{text-align:center;margin-bottom:0}.c-image{width:100%}.c-image--float-right{width:40%;margin-left:5%;float:right}@media(min-width: 769px){.c-image--float-right{width:30%}}.c-image--float-left{width:40%;margin-right:5%;float:left}@media(min-width: 769px){.c-image--float-left{width:30%}}.c-image--below-h2{margin-bottom:1rem}.c-image-gallery{margin:0 auto;display:grid;margin-top:2rem;margin-bottom:2rem;width:100%;height:68vh;grid-auto-flow:column;overflow-x:scroll;overflow-y:scroll;scroll-snap-type:x mandatory}@media(max-width: 768px){.c-image-gallery{padding-left:1rem;padding-right:1rem;gap:1rem}}@media(min-width: 769px){.c-image-gallery{padding-left:4rem;padding-right:4rem;gap:4rem}}.c-image-gallery__image{scroll-snap-align:center}.c-image-gallery__image img{height:60vh;max-width:none;object-fit:contain}@media(min-width: 769px){.c-image-gallery__image img{border-radius:1rem}}@media(max-width: 768px){.c-image-gallery__image img{height:50vh}}.c-image-gallery__caption{display:block;font-size:.8rem;text-align:center;margin-top:1rem}.c-lead-image{background-position:center;background-size:contain}@media(min-width: 769px){.c-lead-image{transform:scaleX(-1)}}.c-lead-image__container{min-height:1px;width:100%}@media(min-width: 769px){.c-lead-image__container{-webkit-backdrop-filter:blur(10px) brightness(1.5);backdrop-filter:blur(10px) brightness(1.5)}}.c-lead-image__image{display:flex;flex-direction:column;max-width:var(--width-max);margin-left:auto;margin-right:auto}@media(min-width: 769px){.c-lead-image__image{transform:scaleX(-1)}}.c-link-button{border-radius:calc(var(--border-radius)*2/3);border-width:0;background-color:var(--primary-color);color:var(--bg-color);font-weight:bold;padding:.8rem 1rem;text-decoration:none;display:inline-block;font-size:.9rem;text-align:center;margin-bottom:1rem}@media(min-width: 769px){.c-link-button{padding:1rem 2rem;font-size:1rem;border-radius:var(--border-radius)}}.c-link-button--center{display:table;margin:0 auto}.c-link-button--secondary{display:inline-block;background-color:var(--font-color);color:var(--bg-color)}.c-navigation{display:flex;justify-content:space-around;align-items:center;padding:.5rem .5rem;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);position:fixed;bottom:0;z-index:1;width:100%}.c-navigation__entry{display:none;justify-content:flex-start;align-content:center;flex-wrap:nowrap;flex-direction:column;vertical-align:bottom;align-items:center;column-gap:1rem;text-decoration:none}.c-navigation__entry--active{opacity:.4}.c-navigation__entry svg{height:32px;width:32px;display:block;fill:var(--font-color)}.c-navigation__entry span{display:block;font-size:.7rem;color:var(--font-color)}.c-navigation__entry--mobile{display:flex}@media(min-width: 769px){.c-navigation{display:none}}.c-paragraph p{font-size:1rem;line-height:1.6;margin-bottom:1rem;margin-top:0}@media(min-width: 769px){.c-paragraph p{padding-left:.5rem}}@media(max-width: 768px){.c-paragraph p{padding-left:.5rem}}.c-paragraph--muted p{font-size:.8rem;line-height:1.4}.c-quote{margin-bottom:var(--margin-bottom);padding:2rem 2rem}.c-quote__content{font-style:italic;font-weight:bold;text-align:center}.c-quote__author{display:block;font-size:.8rem;text-align:right}.c-review .c-paragraph{font-style:italic;margin-bottom:1rem}.c-section{background-color:rgba(255,255,255,.6);padding:1rem;margin-bottom:var(--margin-bottom);margin-top:var(--margin-bottom)}@media(max-width: 768px){.c-section>.c-section{padding:0}}.c-section--muted{background-color:rgba(0,0,0,0)}.c-section--row{display:flex;justify-content:space-between;flex-wrap:wrap}@media(min-width: 769px){.c-section--row{flex-wrap:nowrap}}@media(min-width: 769px){.c-section--row>*{flex:1 1 0px;padding:1rem}}.c-section--boxed{border:1px solid var(--primary-color);padding:1rem;margin:1rem}.c-section--row+.c-section--row{margin-top:-2rem;padding-top:0rem}.c-price-list__table{border-spacing:10px}.c-price-list__header{height:4rem;vertical-align:bottom !important}.c-price-list__header h4{margin-bottom:.5rem}.c-price-list__entry td{vertical-align:top}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;line-height:1.6;color:#291d19;max-width:1000px;padding-top:2rem;padding-bottom:2rem;margin:auto}.bg-primary{background:#edebd7}img{max-width:100%}h1,h2,h3,h4{line-height:1.2}h4{margin-bottom:.2rem}table{width:100%}#svg-logo{width:200px;height:160px;margin:auto;fill:#291d19}#svg-needle{width:100px;height:180px;margin:auto;margin-top:30px}.u-text-center{text-align:center}.u-no-wrap{white-space:nowrap}.if-desktop{display:none}.c-images{margin-top:20px;margin-bottom:20px}@media only screen and (max-width: 839px){h1,h2{text-align:center}.c-top__title{margin-bottom:20px !important}.c-container{max-width:500px;margin:0 auto;padding-right:20px;padding-left:20px}.c-container--full{padding-right:0px;padding-left:0px}.c-container--compact{max-width:350px}}@media only screen and (min-width: 840px){body{padding-right:20px;padding-left:20px}.if-desktop{display:block}#svg-logo{margin:unset}.c-top{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-column-gap:20px;justify-items:stretch;align-items:stretch}.c-top__title{grid-row:1/1;grid-column:1/1}.c-top__image{grid-row:1/3;grid-column:2/2}.c-top__detail{grid-row:2/2;grid-column:1/1}.c-images{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;grid-row-gap:20px;justify-items:stretch;align-items:stretch}.c-bottom{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:20px;justify-items:stretch;align-items:stretch}.c-bottom__pricelist{grid-column:2/4}}
