<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root{
    --clr01: #021e05;
    --clr02: #021e05;
    --clr03: #021e05;
    --clr04: #021e05; 

    --hclr: var(--clr01, inherit);

    --rgb01: 0, 41, 107;
    --rgb02: 0, 101, 145;
    
    
    --lblfont: var(--ft-t2, inherit);
    --selectionbg: var(--clr02);
    --btnft: var(--ft-t2);
    --btntxttrans: inherit;
    --body-lineheight: 1.6;
    --subttlsize: 110%; 
    --subttlfamily: var(--ft-t2);
    --subttl: 0;

    --secttlmarg: 0 0 45px;
}
a.btn,
button.btn{
    text-transform: uppercase; 
    
    --btnbgclr: var(--clr02, #000);
    --btnbgclrhov: var(--clr01);
    --btnborderclr: var(--btnbgclr);
    --btnborderclrhov: var(--btnbgclrhov);
    --btnclr: var(--clr01x, #fff);
    --btnclrhov: var(--clr02x, #fff);
    --btnpad: 15px 15px;
    --btn-minwidth: 150px;
    --btnborderrad: 50px;
    --btnfontsize: 90%;
}
body.dark-theme {
    --body-bgclr: var(--clr02); 
}
body.dark-theme a[theme].active .bg-mask {
    -webkit-mask-image: url(../../management.file/img/theme-dark.png) !important;
    mask-image: url(../../management.file/img/theme-dark.png) !important;
}

body.dark-theme .tab:after {
    background-color: #ccc;
}
body.dark-theme [mn="300"] .infobx .ttl, 
body.dark-theme [mn="300"] .infobx .price {
    color: var(--clr02)
} 
body.dark-theme [mn="101"] .title {
    color: #ccc
}
body.dark-theme [mn="101"] .subttl {
    color: var(--clr01)
}
body.dark-theme [mn="103"] .title {
    color: #ccc
}
body.dark-theme [mn="103"] .subttl {
    color: var(--clr01)
}

body.dark-theme [mn="footer"] .taste a.btn {
    background-color: transparent;
    border: 2px solid var(--clr01x, #ccc); 
}
body.dark-theme [mn="footer"] .taste a.btn:hover {
    background-color: var(--clr01x, #ccc);
    color: var(--clr02)
}
._btmsubttl {
    color: var(--clr03);
    font-weight: bold;
}
._topsubttl {
    margin: 0;
    color: var(--secttlclr); 
    font-weight: bold;
}
@media (max-width: 767px) {
    /* .container:not(.natur) {
        max-width: calc(100% - 30px);
    } */
} 

@media (min-width: 767px) {
    /* :root {
        --h4: calc(48 / 16 * 100%)
    } */
}
section {
    --secttlclr: var(--clr01);
}
.btn.f i { 
    margin: 0 6px 0 0;
}
.btn.f &gt; * {
    display: inline-flex;
    vertical-align: middle;
} 

/* ============== */

.licht h4 {
    font-size: calc(36 / 16 * 100%)
} 
/* .ttldecor-btm:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 1px;
    height: 35px;
    background-color: var(--clr01x, #999);
    margin: -3px auto 0px;
    rotate: -45deg;
} */
:is(._ittl, ._secttlbx) .ttldecor-btm ~ * {
    margin-top: 0!important;
}



li::marker {
    color: var(--clr01)
  }

.med {
    text-align: center;
    gap: 12px;
}

.med .scon {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff; 
    background-color: transparent;
    transition: .4s all ease;
    line-height: 0;
}

.med .scon:nth-child(1) {
    margin: 0 0 0 0;
}

.med .scon:hover {
    background-color: #fff;
}

.med .bimgw {
    padding: 6px;
}

.med .bimg {
    background-color: #fff;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-position: 0;
    --mkclr: #fff;
}

.med .scon:hover .bimg {
    background-color: var(--clr01);
    --mkclr: #fff;
}

.med .scon {
    max-width: 35px;
    width: 35px;
    display: inline-table;
}

.lichtVideo.licht .contm{
    width: 900px;
    background-color: transparent;
}
.lichtVideo.licht .contbx &gt; .contbx-w{
    padding: 0px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 700 !important;
}

._ittl :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
    margin: 0 0 9px;
    text-transform: uppercase;
} 

.lichtVideo {
    line-height: 0;
}

.ttltxtbx{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.subtitle{
    font-size: 120%;
    font-weight: 700;
}</pre></body></html>