:root {
    --base-color: #393633;
    --base-color-rgb: 57,54,51;
    --base-color-lighter: #57534f;
    --dark: #000;
    --dark-rgb: 0,0,0;
    --light: #fff;
    --light-rgb: 255,255,255;
    --gray: #595959;
    --gray-rgb: 89,89,89;
    --main-text-color: var(--gray);
    --beige: #635832;
    --beige-rgb: 99,88,50;
    --main-font: 'Geist';
    --highlight-font: 'Crimson Pro';
    --shadow: 0 0 10px rgba(0,0,0,0.6);
    --padding: 40px;
    --base-pspacing: .5rem;
    --base-word-spacing: 0.005em;
    --base-letter-spacing: 0;
    --font-weight: 400;
    --transition-time: 0s;
}
*::-webkit-scrollbar {
  width:8px;
  height:100%
}
*::-webkit-scrollbar:disabled {
  display:none
}
*::-webkit-scrollbar-button {
  display:none
}
*::-webkit-scrollbar-thumb {
  border-radius:4px;
  scrollbar-color:rgba(0,0,0,.2)
}
*::-webkit-scrollbar-track {
  background-color:transparent
}
* {
  scrollbar-width:thin;
  scrollbar-color:transparent transparent
}
body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
html {
    scrollbar-width: thin;
    overflow-x: hidden;
}
body {
    font-family: var(--main-font), sans-serif;
    min-width: 230px;
    position: relative;
    color: var(--main-text-color);
    min-height: 100%;
}
body * {
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

/* FONT ADJUST */
@media (min-width: 1401px) {
html {
    font-size: 20px;
    line-height: 1.7em;
}
}
@media (max-width: 1400px) {
html {
    font-size: 16px;
    line-height: 1.7em;
}
}
p {
    margin: 0 0 1.7em;
    font-weight: 300; 
}
strong {
    color: var(--beige);
}
a, button.js__display_product_variations {
    text-decoration: none;
    color: var(--beige);
    transition: color var(--transition-time) ease-in;
}
a:hover, button.js__display_product_variations:hover {
    color: #4f4f4f;
}
a.klw, a.klw:hover {
    color: var(--light);
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
}
#content .swiper img {
    width: 100%;
    object-fit: cover;
    max-height: 310px;
}
sup, sub {
    line-height: 0;
}
a.button, button:not(.nobutton), .button {
    display: inline-block;
    color: var(--light);
    font-size: 1.2rem;
    line-height: 1em;
    padding: .8em 1em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .14em;
    outline: 2px solid var(--beige);
    outline-offset: -2px;
    transition: outline-offset var(--transition-time) ease-in-out, color var(--transition-time) ease-in-out, background-color var(--transition-time) ease-in-out;
}
a.button:hover, button:not(.nobutton):hover, .button:hover {
    outline-offset: .4em;
}
a.button, button:not(.nobutton), .button, a.button:hover, button:not(.nobutton):hover, .button:hover  {
    background-color: var(--beige);
}
button.nobutton {
    background-color: transparent;
    font: inherit;
    border: none;
    cursor: pointer;
    font: inherit
}
a.cta {
    display: inline-block;
    color: var(--beige);
    background-color: var(--light);
    font-size: 0.8rem;
    line-height: 1em;
    margin: 10px 0px;
    padding: .8em 1em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .14em;
    outline: 2px solid var(--light);
    outline-offset: -2px;
    transition: outline-offset var(--transition-time) ease-in-out,color var(--transition-time) ease-in-out,background-color var(--transition-time) ease-in-out;
}
a.cta:hover {
    outline-offset: .4em;
}
a.opcta {
    display: inline !important;
    width: auto !important;
    color: var(--light);
    transition: color var(--transition-time) ease-in-out;
}
a.opcta:hover {
    color: var(--main-text-color);
}
section.content a.button.sactive, section.content button.sactive,section.content a.button:active, section.content button:active, .button.selcat  {
    background-color: var(--light);
    color: var(--beige);
}
span.heading {
    font-size: 1.3em;
    margin-bottom: .3em;
    display: inline-block;
    font-family: var(--highlight-font);
    font-style: italic;
    font-weight: 400;
    text-align: center;
    width: 100%;
    position: relative;
}
span.heading:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--beige);
    display: block;
    margin: .5em auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
h1, .h1 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 2.5rem;
    text-align: right;
    line-height: 1em;
}
.content h1, .content .h1 {
    margin: 20px 0 calc(-1 * var(--padding));
}
header h1 {
    color: var(--light);
    text-shadow: 0 0 15px #000;
    margin: var(--padding);
    max-width: 580px;
}
header h1.smalltitle {
    font-size: 1.8rem;
}
.title-left h1, .title-left .h1 {
    text-align: left;
}
h1 small, .h1 small {
    font-size: 1.5rem;
    display: block;
}
h2, h1.h2 {
    font-size: 1.7em;
    line-height: 1.3em;
    margin-bottom: .3em;
    font-family: var(--highlight-font);
    font-style: italic;
    font-weight: 400;
    position: relative;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}
blockquote {
    text-align: right;
    margin: 0;
}
.content ul {
    list-style: none;
    padding: 0;
    font-weight: 300;
}
.content ul:not([class]) li {
    text-indent: -1em;
    padding-left: 1em;
}
.content ul:not([class]) li:before {
    content: '·';
    color: var(--beige);
    display: inline-block;
    width: 1em;
    text-indent: 0;
}
.content ul.pagination {
    justify-content: center;
}
.content ul.pagination li {
    flex: 0 0 10px;
    padding: 10px;
}
.flex {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    width: auto;
}
.flex.nm {
    margin: calc(-1 * var(--padding));
}
.flex.wr {
    flex-flow: row wrap-reverse;
}
.box1 {flex: 1 1 150px;}
.box2 {flex: 2 1 300px;}
.box3 {flex: 3 1 450px;}
.box4 {flex: 4 1 600px;}
.box5 {flex: 5 1 750px;}
.box5 {flex: 6 1 900px;;}
.boxfull {flex: 1 1 100%;}
.box1, .box2,.box3,.box4,.box5, .box-po, .boxfull {padding: var(--padding);max-width: 100%;}
.flex.box1, .flex.box2,.flex.box3,.flex.box4,.flex.box5 {
    margin: calc(-1 * var(--padding));
}
img[class^="box"] {
    width: 100%;
}
.nopad {
    padding: 0;
}
.center{
    text-align: center;
}
.flex > div.centertext {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
div.table:not(.noborder), table.ptable {
    border: 2px solid #e3e3e3;
}
table.ptable {
    border-collapse: collapse;
    width: 100%;
}
table.ptable.otable {
    max-width: 25rem;
}
div.table .trow {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    font-weight: 300;
}
div.table .trow.vcenter {
    align-items: center;
}
div.table .trow.th, table.ptable .th {
    font-weight: 400;
}
div.table .trow .tcell, table.ptable td {
    text-align: center;
    padding: 5px;
}
table.otable td {
    text-align: left
}
div.table.oph .trow .tcell {
    text-align: left;
}
div.table.oph {
    width: 100%;
}
table.ptable tr {
    width: 100%;
}
table.ptable td {
    width: 16.6666%;
}
table.otable tr {
    border: 2px solid #efefef; 
}
div.table.aleft .trow .tcell {
    text-align: left;
}
div.table .trow .tcell.acts, table.ptable td.acts {
    background-color: #efefef;
}
div.table .trow.actrow, table.ptable tr.actrow {
    background-color: #efefef;
}
div.table .trow .tcell.tc-1 {
    flex: 1 1 50px;
}
div.table .trow .tcell.tc-2 {
    flex: 2 1 100px;
}
.fx {
    opacity: 0;
    transition: opacity var(--transition-time) ease-in;
}
.fx.fxon {
    opacity: 1;
}
.fx > *:not(.nofx):not(.fx) {
    opacity: 0;
    transition: opacity calc(2 * var(--transition-time)) ease-in;
}
.fx.fxon > *.looped {
    opacity: 1;
}
.t-down {
    position: relative;
}
.t-down > * {
    margin: 30px 0 -80px;
}
.t-down > picture {
    height: auto;
    padding-bottom: 0;
    width: 100%;
    display: block;
}
.t-down > picture img {
    display: block;
    object-fit: cover;
    object-position: center;
    height: auto;
    max-height: 620px;
    width: 100%;
}
.t-down > picture img.newsimage {
    height: auto;
}
.t-down.fw + .fw, .t-down + div.boxfull {
    margin-top: 80px !important;;
}

.slidebox {
    position: relative;
    padding: var(--padding) 0 0; 
}
ul.slide, .content ul.slide {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row;
    overflow: hidden;
    width: 100%;
}
.swiper {
    --swiper-theme-color: var(--beige);
}
ul.swiper-wrapper .button, ul.slide img {
    width: 100%;
    display: block;
}
ul.swiper-wrapper li p {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 1.2rem;
    line-height: 1em;
    margin: 1em 0;
}
ul.swiper-wrapper li p small {
    display: block;
    font-size: 1rem;
}
p.slar {
    margin: 30px 0 -30px;
    text-align: center;
    font-size: 1.5rem;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    top: 0;
    left: -10px;
    right: -10px;
    pointer-events: none;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    transition: opacity var(--transition-time) ease-in;
}
.mobile p.slar {
    max-width: 1000%;
}
.slidebox.overflown:hover .slar, body.mobile .slidebox.overflown .slar {
    opacity: 1;
}
.slidebox.overflown .slar i {
    cursor: pointer;
    pointer-events: auto;
}
body:not(.mobile) .gradient.slar.slar i {
    height: 100%;
    width: 1var(--padding);
    max-width: 20%;
    display: flex;
    align-items: center;
}
body:not(.mobile) .gradient.slar i.nextn {
    justify-content: flex-end;
    background: -moz-linear-gradient(left, rgba(var(--light-rgb),0) 0%, rgba(var(--light-rgb),1) 100%);
    background: -webkit-linear-gradient(left, rgba(var(--light-rgb),0) 0%,rgba(var(--light-rgb),1) 100%);
    background: linear-gradient(to right, rgba(var(--light-rgb),0) 0%,rgba(var(--light-rgb),1) 100%);
}
body:not(.mobile) .gradient.slar i.prevn {
    justify-content: flex-start;
    background: -moz-linear-gradient(right, rgba(var(--light-rgb),0) 0%, rgba(var(--light-rgb),1) 100%);
    background: -webkit-linear-gradient(right, rgba(var(--light-rgb),0) 0%,rgba(var(--light-rgb),1) 100%);
    background: linear-gradient(to left, rgba(var(--light-rgb),0) 0%,rgba(var(--light-rgb),1) 100%);
}
.slar i:before {
    transform: scale(1);
    transition: transform var(--transition-time) ease-in;
}
.slar i:hover:before {
    transform: scale(1.1);
}


/* HEADER */
header {
    height: 40vh;
    min-height: 400px;
    position: relative;
    z-index: 10;
    --swiper-theme-color: var(--beige)
}
.index header {
    height: 100vh;
}
.index header .swiper:after,
body:not(.index) header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    backdrop-filter: blur(5px);
    background-color: rgba(var(--light-rgb),.6);
    clip-path: polygon(0% 0%, 0% 100%, var(--padding) 100%, var(--padding) var(--padding), calc(100% - var(--padding)) var(--padding), calc(100% - var(--padding)) calc(100% - var(--padding)), var(--padding) calc(100% - var(--padding)), var(--padding) 100%, 100% 100%, 100% 0%);
}
header nav.mainnav {
    position: absolute;
    display: block;
    z-index: 1000;
    padding: var(--padding);
    top: 0;
    left: 0;
    text-shadow: 0 0 15px #000;
    height: 100vh;
    pointer-events: none;
    background-color: rgba(var(--light-rgb),0);
    box-shadow: 0 0 0px rgba(0,0,0,0);
    transition: background-color var(--transition-time) ease-in, box-shadow var(--transition-time) ease-in, backdrop-filter var(--transition-time) ease-in, text-shadow var(--transition-time) ease-in;
}
.mopen header nav.mainnav{
    background-color: rgba(var(--light-rgb),.95);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    text-shadow: 0 0 0px transparent;
    pointer-events: auto;
}
header nav.mainnav button, header nav.mainnav a {
    transition: color var(--transition-time) ease-in;
}
.mopen header nav.mainnav button, .mopen header nav.mainnav a {
    color: var(--main-text-color) !important;
}
.mopen header nav.mainnav, .index:not(.sticked) header nav.mainnav {
    z-index: 110000;
}
@supports (backdrop-filter: blur(5px)) {
header nav.mainnav {
    backdrop-filter: blur(0px);
}   
.mopen header nav.mainnav{
    backdrop-filter: blur(5px);
    background-color: rgba(var(--light-rgb),.85);
}   
}
header nav.mainnav ul {
    list-style: none;
    padding: 30px var(--padding);
    margin: 0;
    pointer-events: none;
    position: relative;
}
header nav.mainnav ul li {
    margin: 20px 0;
}
header nav.mainnav ul li:not(.navback):not(.navbutton) > a:after,
header nav.mainnav ul li:not(.navback):not(.navbutton) > button:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left:  calc(-1 * var(--padding));
    width: 0px;
    height: 2px;
    background-color: var(--light);
    transition: left var(--transition-time) ease-in-out, width var(--transition-time) ease-in-out var(--transition-time);
}
.mopen header nav.mainnav ul li:not(.navback):not(.navbutton) > a:after,
.mopen header nav.mainnav ul li:not(.navback):not(.navbutton) > button:after {
    background-color: var(--main-text-color);
}
header nav.mainnav ul li:not(.navback):not(.navbutton):hover > a:after,
header nav.mainnav ul li:not(.navback):not(.navbutton):hover > button:after {
    left:  -20px;
    width: var(--padding);
}
header nav.mainnav button.navbutton, header nav.mainnav ul li.navback {
    cursor: pointer;
    color: var(--main-text-color)
}
.index header nav.mainnav button.navbutton, .index header nav.mainnav ul li.navback {
    color: var(--light);
}
header nav.mainnav ul li > a, header nav.mainnav ul li > button, header nav.mainnav ul li > a:hover {
    color: var(--light);
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .14em;
    line-height: 1em;
    padding: 0;
    position: relative;
}
header nav.mainnav ul.navi > li.active > a, 
header nav.mainnav ul.navi > li.active > button,
header nav.mainnav ul.subnavi > li.active > a, 
header nav.mainnav ul.subnavi > li.active > button{
    text-transform: none;
    font-size: 1.7em;
    font-family: var(--highlight-font);
    font-style: italic;
    font-weight: 400;
    line-height: .9em;
    margin: .1em 0 0;
}
header nav.mainnav ul ul.subnavi {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
header nav.mainnav ul li > * {
    transition: opacity var(--transition-time) ease-in-out;
}
header nav.mainnav ul ul.subnavi > li > a, 
header nav.mainnav ul > li > a, 
.mopen.smopen header nav.mainnav ul > li > a, 
.index:not(.sticked).smopen header nav.mainnav > ul > li > a,
header nav.mainnav ul ul.subnavi > li > button, 
header nav.mainnav ul.navi > li > button, 
.mopen.smopen header nav.mainnav ul > li > button, 
.index:not(.sticked).smopen header nav.mainnav > ul > li > button {
    opacity: 0;
    pointer-events: none;
}
header nav.mainnav.subopen ul ul.subnavi.sopen li > a, 
.index:not(.sticked) header nav.mainnav > ul > li > a, 
.mopen:not(.smopen) header nav.mainnav ul.navi > li > a,
.smopen header nav.mainnav ul.sopen > li > a,
header nav.mainnav.subopen ul ul.subnavi.sopen li > button, 
.index:not(.sticked) header nav.mainnav > ul > li > button, 
.mopen:not(.smopen) header nav.mainnav ul.navi > li > button, 
.smopen header nav.mainnav ul.sopen > li > button {
    opacity: 1;
    pointer-events: auto;
}
header nav.mainnav ul ul.subnavi.showsub {
    left: var(--padding);
}
header nav.mainnav button.navbutton {
    position: relative;
    font-size: 2rem;
    margin: 10px;
    pointer-events: all;
}
header nav.mainnav button.navbutton i {
    transition: transform var(--transition-time) ease-in-out;
}
header nav.mainnav button.navbutton i:last-of-type {
    position: absolute;
    left: 0;
}
header nav.mainnav button.navbutton i:last-of-type, .mopen header nav.mainnav button.navbutton i:first-of-type {
    transform: scale(0);
}
.mopen header nav.mainnav button.navbutton i:last-of-type, header nav.mainnav button.navbutton i:first-of-type {
    transform: scale(1);
}
.index:not(.sticked) header nav.mainnav button.navbutton {
    display: none;
}
.sticked header nav.mainnav {
    padding-top: 0;
    animation: fft calc(2 * var(--transition-time)) ease-in-out;
    animation-fill-mode: forwards;
}
.sticked header nav.mainnav ul {
    padding-top: 0;
}
@keyframes fft {
    0% {top: -100px; position: absolute;}
    100% {top: 0; position: fixed;}
}
header .headerimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: var(--padding);
    background-image: url(../images/header.jpg);
    background-size: cover;
    background-position: center;
}
header a.logo {
    width: 24%;
    max-width: 430px;
    min-width: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    background-color: var(--light);
    padding: var(--padding) 20px 20px;
}
header a.logo img {
    width: 100%;
    display: block;
}
header .icons {
    position: absolute;
    z-index: 1;
    width: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    bottom: var(--padding);
    left: var(--padding);
    right: var(--padding);
    padding: 35px;
    pointer-events: none;
}
header .icons p {
    margin: 0;
}
header .icons p > *{
    color: var(--light);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin: 5px;
    text-shadow: 0 0 15px #000;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    padding: .25em;
    line-height: 1
}
header .icons p > * i {
    background-color:rgba(var(--light-rgb),0);
    border-radius: 100%;
    transition: background-color var(--transition-time) ease-in, box-shadow var(--transition-time) ease-in;
    box-shadow: 0 0 0 0 rgba(var(--light-rgb),0);
}
header .icons p > *:hover i {
    background-color:rgba(var(--light-rgb),.1);
    box-shadow: 0 0 0 30px rgba(var(--light-rgb),.1);
}
.sticked header .icons p:first-child {
    right: var(--padding);
    padding: 10px 0;
    animation: fft calc(2 * var(--transition-time)) ease-in-out;
    animation-fill-mode: forwards;
}
header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}
.sticked header:before {
    height: 55px;
    animation: fft calc(2 * var(--transition-time)) ease-in-out;
    animation-fill-mode: forwards;
    background-color: rgba(var(--light-rgb),.9);
    z-index: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.sticked header * {
    text-shadow: 0 0 0 transparent;
    color: var(--main-text-color) !important;
}

@supports (backdrop-filter: blur(5px)) {
header:before {
    backdrop-filter: blur(0px);
}   
.sticked header:before {
    backdrop-filter: blur(5px);
    background-color: rgba(var(--light-rgb),.5);
}   
}
header .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: var(--light);
}
header .slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
header .slider ul.slslides li {
    position: relative;
}
header .slider ul.slslides li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
header .slider ul li.swiper-slide .sltext {
    position: absolute;
    z-index: 2;
    color: var(--light);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .14em;
    bottom: 20%;
    right: var(--padding);
    padding: var(--padding);
    text-align: right;
    font-size: 1.5rem;
    transform: translateX(100%);
    text-shadow: 0 0 35px #000, 0 0 25px #000, 0 0 15px #000,0 0 5px #000 ;
}
header .slider ul li.slitem .sltext p {
    margin: 0;
}
header .slider ul li.slitem .sltext p span {
    display: block;
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: .14em;
    margin-bottom: .1em;
}
header .slider ul li.swiper-slide.swiper-slide-active .sltext {
    transform: translateX(0);
    transition: transform calc(2 * var(--transition-time)) ease-in-out var(--transition-time);
}
header .slider ul li.swiper-slide a.slcta {
    outline: 2px solid var(--light);
    background-color: rgba(50,50,50,.4);
    margin-top: 1em;
    backdrop-filter: blur(5px);
    text-shadow: 0 0 5px #000;
    transition: transform var(--transition-time) ease-in-out calc(2.5 * var(--transition-time));
    transform: translateX(20vw);
    display: inline-block;
    width: auto;
}
header .slider ul li.swiper-slide.swiper-slide-active a.slcta {
    transition: outline-offset var(--transition-time) ease-in-out, transform var(--transition-time) ease-in-out calc(2.5 * var(--transition-time));
    transform: translateX(0vw);
}
header .swiper-button-prev, header .swiper-button-next {
    z-index: 1000
}
header .slider .slarr {
    position: absolute;
    z-index: 100;
    color: var(--light);
    top: 0;
    bottom: 0;
    height: 100%;
    width: 20px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
header .slider .slarr i {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(var(--light-rgb),0);
    box-shadow: 0 0 0 0 rgba(var(--light-rgb),0);
    transition: background-color var(--transition-time) ease-in, box-shadow var(--transition-time) ease-in;
}
header .slider .slarr:hover i {
    background-color: rgba(var(--light-rgb),.1);
    box-shadow: 0 0 0 50px rgba(var(--light-rgb),.1);
}
header .slider .slarr#prev {
    left: 10px;
}
header .slider .slarr#next {
    right: 10px;
}
section.content {
    padding: var(--padding);
    position: relative;
}
section.content article {
    max-width: 1800px;
    margin: 0 auto 120px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
section.content article.grey {
    background-color: #f8f8f8;
}
section.content article > *:not(picture) {
    position: relative;
}
section.content article img.bgi {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
section.content article.back {
    margin: 0 auto;
    padding: 0 var(--padding) 30px;
}
section.content article div.newsbox {
    padding: 30% var(--padding) var(--padding);
    background-color: #848484;
    color: var(--light);
    position: relative;
}
section.content article div.newsbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}
section.content article div.newsbox:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gray);
    background: linear-gradient(to bottom, rgba(var(--gray-rgb),0) 0%,rgba(var(--gray-rgb),.2) 0%,rgba(var(--gray-rgb),.95) 40%,rgba(var(--gray-rgb),1) 50%);
}
section.content article div.newsbox a.button {
    outline-color: var(--light);
    background-color: var(--light);
    color: var(--beige);
}
section.content article div.newsbox > *:not(picture) {
    z-index: 1;
    position: relative;
}
section.content article div.newsbox h2 {
    font-size: 1.4rem;
}
section.content article.siegel div {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.content article.overview  {
    padding: 0 var(--padding) var(--padding);
}
section.content .sitesub + article.overview  {
    padding: var(--padding);
}
section.content article.overview > div {
    padding: 0;
    position: relative;
    background-color: var(--beige);
    min-height: 300px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}
section.content article.overview > div.intro {
    padding: var(--padding);
    position: relative;
    display: block;
    color: var(--light);
}
section.content article.overview > div >a {
    display: block;
    width: 100%;
}
section.content article.overview div .ov-text {
    color: var(--light);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: var(--padding);
    margin: 0;
    transition: all var(--transition-time) ease-in;
}
section.content article.overview div .ov-text p {
    overflow: hidden;
    height: auto;
    max-height: 0;
    margin: 0;
    transition: max-height var(--transition-time) ease-in-out;
}
section.content article.overview div:hover .ov-text p {
    max-height: 500px;
}
section.content article.overview div .ov-text.wimg {
    text-shadow: 0 0 5px #000, 0 0 10px #000;
}
section.content article.overview div img {
    display: block;
    opacity: 1;
    width: 100%;    
    height: 100%;
    object-fit: cover;
    transition: opacity var(--transition-time) ease-in;
}
section.content article.overview div:hover .ov-text.wimg {
    text-shadow: 0 0 0px transparent;
}
section.content article.overview div:hover img {
    opacity: .1
}

section.content article .overview.shopov  {
    padding: 20px;
}
section.content article .overview.shopov > div {
    margin: 20px;
    min-height: 0;
}
section.content article .overview.shopov > div > a.flex {
    display: flex;
}
section.content article .overview.shopov > div {
    background-color: #c3c0ba;
    transition: background-color var(--transition-time) ease-in-out;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
section.content article .overview.shopov > div:hover {
    background-color: var(--beige);
}
section.content article .overview.shopov a.flex > div:first-of-type {
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.content article .overview.shopov a.flex > div h2 {
    font-size: 1.2rem;
    color: var(--light);
}
section.content article .overview.shopov a.flex > div img {
    opacity: 1;
    display: block;
    height: auto;
    object-fit: cover;
    transform: scale(1);
    transition: transform var(--transition-time) ease-in-out;
}
section.content article .overview.shopov div:hover a.flex > div img{
    transform: scale(1.2);
}
section.content nav.sitesub {
    margin-bottom: 0;
    padding: 0 30px;
    --swiper-navigation-size: 1.4em;
}
section.content nav.sitesub ul {
    list-style: none;
    padding: 0;
    flex-flow: row;
    align-items: stretch;
}
section.content nav.sitesub ul li {
    padding: 10px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-width: 200px;
    opacity: 0;
    transition: opacity var(--transition-time) ease-in-out
}
section.content nav.sitesub ul li.swiper-slide-visible {
    opacity: 1;
}
section.content nav.sitesub ul li a.button {
    display: block;
    text-align: center;
    font-size: .8rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.content nav.sitesub.slidebox p.slar {
    opacity: 0;
    padding: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
}
section.content nav.sitesub.slidebox.overflown p.slar {
    opacity: .5;
}
section.content nav.sitesub.slidebox p.slar i {
    pointer-events: auto;
}
section.content article div.gal {
    margin: -10px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    align-items: flex-start;
}
section.content article div.gal > img {
    padding: 10px;
}
section.content article div.gal > img.pu {
    background-color: transparent;
    transition: opacity calc(2 * var(--transition-time)) ease-in, background-color var(--transition-time) ease-in;
}
section.content article div.gal img.pu:hover {
    background-color: var(--beige);
}
section.content article div.nbox {
    align-items: flex-start;
}
section.content article div.nbox.wr {
    align-items: flex-end;
}
section.content article div.ntextbox h2 {
    margin-top: 0;
}
section.content article div.ndatebox {
    font-family: var(--highlight-font);
    font-style: italic;
    font-weight: 400;
    font-size: 1.4rem;
    opacity: .4;
}
section.content article div.ndatebox > span {
    display: block;
    margin-bottom: .3rem;
}
section.content article div.ndatebox > span.ndate {
    font-size: 2.4rem;
    line-height: 1em;
}
section.content article.categories {
    padding: 0 30px;
    margin: -120px auto 120px;
}
section.content article.categories > * {
    padding: 10px;
}
section.content article.categories a {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    padding: 10px;
}
section.content article.categories a span {
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--beige);
    color: var(--light);
    line-height: 1.1;
    padding: 15px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem;
}
section.content article.categories a span.selcat {
    color: var(--beige);
    background-color: var(--light);
}

/* FORMULAR */

form {
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    width: calc(100% + var(--padding));
    margin: 0px -20px;
    padding: 0px;
}
form .form-field, form .form-spacer {
    display: block;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px 20px;
}
form .form-field.half {
    flex: 1 1 250px;
}
form .form-field.full {
    flex: 1 1 100%;
}
form .form-field .form-label {
    margin-bottom: 5px;
}
.form-input-wrapper, .form-input-wrapper input  {
    width: 100%;
}
.form-data {
    position: relative;
}
.checkboxes {
    display: block;
}
.buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
form .buttons {
    width: 100%;
    padding: 0px 20px;
}
.form-textarea-wrapper, .form-textarea-wrapper textarea {
    width: 100%;
}
.form-textarea-wrapper textarea {
    min-height: 200px;
    resize: none;
}
form .dontshowlabel .form-label {
    display: none;
}
input, textarea, button, .button, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    transition: all var(--transition-time) ease-in;
} 
input, textarea, select {
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 1em;
    font-family: var(--main-font), sans-serif;
    font-weight: 400;
    color: #444;
    background-color: #dfdfdf;
    transition: all var(--transition-time) ease-in;
}
input:focus, textarea:focus {
    background-color: var(--beige);
    color: var(--light);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
    text-align: center;
}
input[type=number]:not(.js__shoppingcart__quantity-box-cart) {
    padding-left: calc(20px + 1rem);
    padding-right: calc(20px + 1rem);
}
.quantity-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quantity-nav .quantity-button {
    pointer-events: auto;
    width: auto;
    padding: 10px;
    cursor: pointer;
    opacity: .33;
    transition: opacity var(--transition-time) ease-in;
}
input:hover + .quantity-nav .quantity-button {
    opacity: .66;
}
.quantity-nav .quantity-button:hover {
    opacity: 1;
}
.radio {
	display: block;
}
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
    cursor: pointer;
    text-indent: -21px;
    padding-left: 20px;
    display: block !important;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height:17px;
    border-radius: 50%;
    position: relative;
    top:-5px;
    background-color: #444;
    background-image: url(../images/check.png);
    margin-right: 2px;
    background-size: 0%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all var(--transition-time) ease-in;
    text-align: center;
    font-size: 2rem;
    line-height: .5em;
    text-indent: 0px;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 50%;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
    background-color: var(--beige);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all var(--transition-time) ease-in;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
    background-color: var(--beige);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all var(--transition-time) ease-in;
}
.form-data[data-grav-field="select"] {
    position: relative;
}
.form-data[data-grav-field="select"]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    pointer-events: none;
    cursor: pointer;
    opacity: .33;
    transition: opacity var(--transition-time) ease-in;
}
.form-data[data-grav-field="select"]:hover:after {
    opacity: 1;
}
#form-result {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all var(--transition-time) ease-in;
    z-index: 2;
    backdrop-filter: blur(5px);
}
#form-result.shownotice {
    opacity: 1;
    pointer-events: all;
}
div.notices {
    padding: 60px 20px 20px;
    text-align: center;
}
div.notices p > i {
    display: block;
    font-size: 4em;
    margin: 0 0 .1em;
}
#form-result.shownotice div.notices p > i.fa-check-circle {
    animation: bubb 5s linear;
}

#form-result.shownotice div.notices p > i.fa-circle-notch {
    animation: turn calc(2 * var(--transition-time)) linear infinite;
}
#form-result.shownotice div.notices p > i.fa-times-circle {
    animation: bubb2 3s linear infinite;
}
@keyframes bubb {
    0% {transform: scale(1);}
    7% {transform: scale(1);}
    10% {transform: scale(1.1);}
    13% {transform: scale(1);}
    16% {transform: scale(1.1);}
    19% {transform: scale(1);}
    100% {transform: scale(1);}
}
@keyframes bubb2 {
    0% {transform: translate(0);}
    7% {transform: translate(0);}
    10% {transform: translate(1rem,0rem);}
    12% {transform: translate(-1rem,0rem);}
    13% {transform: translate(0);}
    16% {transform: translate(2rem, 0);}
    18% {transform: translate(-2rem, 0);}
    19% {transform: translate(0);}
    20% {transform: scale(1);}
    35% {transform: scale(1.2);}
    40% {transform: scale(1);}
    100% {transform: translate(0);}
}
@keyframes turn {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
div.notices.yellow {
    border-left: 0px solid #ba9800 !important;
    color: #e3bc5f !important;
}
div.notices.red {
    border-left: 0px solid #f14101 !important;
    color: #772e2e !important;
}
div.notices.blue {
    border-left: 0px solid #005498 !important;
    color: #4a6179 !important;
}
div.notices.green {
    border-left: 0px solid #1d4774 !important;
    color: var(--beige) !important;
}
div.notices p {
    margin: 0 !important;
}
div.mapbox {
    position: relative;
    min-height: 400px;
}
div.mapbox iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.mapbox small {
    position: absolute;
    top: 0px;
    right: 5px;
}

/* POPUPS */
dialog {
    border: none;
    color: inherit;
}
.tpu-box, .sharebuttons, #form-result {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(var(--light-rgb),.8);
    opacity: 0;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    pointer-events: none;
    background-image: url(../images/f.svg);
    background-size: 50%;
    background-position: center 50vh;
    background-repeat: no-repeat;
    transition: opacity var(--transition-time) ease-in-out var(--transition-time), background-position var(--transition-time) ease-in-out var(--transition-time);
}
.tpu-box[open], .sharebuttons[open], #form-result.shownotice, dialog.modal[open] {
    opacity: 1;
    pointer-events: all;
    transition: opacity var(--transition-time) ease-in-out, background-position var(--transition-time) ease-in-out;
    background-position: center;
    z-index: 11;
}
.tpu-box p, .sharebuttons .shbox, #form-result div.notices {
    position: relative;
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 0;
    background-color: rgba(var(--light-rgb),.7);
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 20px;
    transform: translateY(100vh);
    transition: transform var(--transition-time) ease-in-out var(--transition-time), backdrop-filter var(--transition-time) ease-in-out var(--transition-time);
}
.tpu-box.tpu-show p, .sharebuttons.showbuttons .shbox, #form-result.shownotice div.notices, dialog.modal[open] > *:not(button) {
    transform: translateY(0vh);
}
@supports (backdrop-filter: blur(5px)) {
.tpu-box p, .sharebuttons .shbox, #form-result div.notices {
    background-color: rgba(var(--light-rgb),.2);
    backdrop-filter: blur(5px);
}
.tpu-box.tpu-show p, .sharebuttons.showbuttons .shbox, #form-result.shownotice div.notices {
    backdrop-filter: blur(8px);
}    
}
.tpu-box p > span:not(.heading) {
    display: flex;
    width: 100%;
}
.tpu-box p > span > *:first-child {
    flex: 1 1 100px;
}
.tpu-box p > span > *:last-child {
    flex: 2 1 200px;
}
#tpu-close, button.closeshare, #sc-close, #closeform {
    position: fixed;
    z-index: 3000;
    cursor: pointer;
    top: 60px;
    right: 60px;
    height: 2rem;
    width: 2rem;
    font-size: 2rem;
    text-align: center;
}
.sharebuttons {
    text-align: center;
}
.sharebuttons .shariff ul {
    justify-content: center;
}
.sharebuttons .shariff .orientation-horizontal li, 
.sharebuttons .shariff .orientation-horizontal li a i {
    width: var(--padding);
    height: var(--padding);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color var(--transition-time) ease-in;
    border-radius: 100%;
}
.sharebuttons .tosoc {
    font-size: .7rem;
    line-height: 1.2em;
}


/* CONTENTSLIDER */
.content .owl-carousel .owl-nav {
    pointer-events: none;
}
.content .owl-carousel .owl-nav .owl-prev,
.content .owl-carousel .owl-nav .owl-next {
    background: transparent;
    color: rgba(0,0,0,.2);
    transition: all var(--transition-time) ease-in;
    pointer-events: auto;
}
.content .owl-carousel .owl-nav .owl-prev:hover,
.content .owl-carousel .owl-nav .owl-next:hover {
    background: transparent;
    color: rgba(0,0,0,.9);
}
.content .owl-carousel .owl-nav .owl-prev:after,
.content .owl-carousel .owl-nav .owl-next:after {
    font-size: 3rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.content .owl-carousel .owl-nav .owl-prev:after {
    content: "\f053";
}
.content .owl-carousel .owl-nav .owl-next:after {
    content: "\f054"
}
/* SHOPPING CART */
.js__shoppingcart-cart.fixed {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    opacity: 0;
    background-color: rgba(var(--light-rgb),.95);
    box-shadow: 0 0 0px rgba(0,0,0,0);
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;
    padding: 80px;
    width: 100%;
    max-width: 900px;
    transition: all var(--transition-time) ease-in;
}
html.sc-open {
    overflow: hidden;
}
.js__shoppingcart-cart.fixed > * {
    transform: translateX(100vw);
    transition: transform calc(2 * var(--transition-time)) ease-in-out;
}
.js__shoppingcart-cart.fixed > *:last-child {
    margin-bottom: 80px;
}
html.sc-open .js__shoppingcart-cart.fixed > * {
    transform: translateX(0vw);
}
html.sc-open .js__shoppingcart-cart.fixed {
    pointer-events: auto;
    z-index: 200;
    opacity: 1;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
@supports (backdrop-filter: blur(5px)) {
.js__shoppingcart-cart.fixed {
    backdrop-filter: blur(0px);
    background-color: rgba(var(--light-rgb),.85);
}
html.sc-open .js__shoppingcart-cart.fixed {
    backdrop-filter: blur(5px);    
}
}
.sc-gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.sc-gallery img {
    flex: 0 0 80px;
}
.shoppingcart-price {
    text-align: right;
    font-size: 3rem;
    line-height: 1em;
    font-family: var(--highlight-font);
    font-style: italic;
    font-weight: 400;
}
section.content button.js__display_product_variations {
    font: inherit;
    text-align: inherit;
    background-color: inherit;
    letter-spacing: inherit;
    padding: 0;
    outline: none;
    text-transform: inherit;
    font-size: .7em;
    line-height: 1em;
    margin-top: .5rem;
}
table.js__shoppingcart-cart__table {
    width: 100%;
    margin: -10px;
}
table.js__shoppingcart-cart__table tr {
    display: flex;
    flex-flow: row wrap;
}
table.js__shoppingcart-cart__table tr[class^="item-variants"] > * {
    padding: 0 10px;
    font-size: .8em;
    line-height: 1em;
}
table.js__shoppingcart-cart__table tr td, table.js__shoppingcart-cart__table tr th {
    flex: 1 1 50px;
    display: flex;
    padding: 10px;
    justify-content: flex-end;
    align-items: center;
}
table.js__shoppingcart-cart__table tr[class^="item-variants"]:after {
    content: '';
    display: block;
    flex: 1 1 50px;
}
table.js__shoppingcart-cart__table tr td:first-child, table.js__shoppingcart-cart__table tr th:first-child {
    flex: 3 1 150px;
    justify-content: flex-start;
}
table.js__shoppingcart-cart__table tr td:first-child {
    padding: 0;
}
table.js__shoppingcart-cart__table tr td:first-child > * {
    padding: 10px;
    flex: 1 1 35px;
}
table.js__shoppingcart-cart__table tr > * > * {
    line-height: 1.3em;
}
table.js__shoppingcart-cart__table tr td.cart-product .shoppingcart-thumb {
    flex: 0 0 50px;
}
table.js__shoppingcart-cart__table tr td.cart-product img {
    border-radius: 100%;
    object-fit: cover;
}
table.js__shoppingcart-cart__table tbody tr:last-child {
    flex-flow: column;
}
table.js__shoppingcart-cart__table tbody tr:last-child > * {
    flex: 0 0 auto;
}
table.js__shoppingcart-cart__table tbody tr:last-child > td.goback {
    order: 5;
    text-align: right;
}
table.js__shoppingcart-cart__table a.js__shoppingcart__continue-shopping {
    color: inherit;
}
section.content .shoppingcart-product-container .shoppingcart-info {
    text-align: left;
}
a.sc-backlink {
    text-transform: uppercase;
    letter-spacing: .14em;
}
a.sc-prodnav {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    height: 100%;
    width: var(--padding);
    display: flex;
    justify-content: center;
    align-items: center;
}
a.sc-prodnav div {
    position: absolute;
    transition: all var(--transition-time) ease-in-out;
}
a.sc-prodnav.sc-prev {
    left: 0px;
}
a.sc-prodnav.sc-prev div {
    left: -200px;
    opacity: 0;
}
a.sc-prodnav.sc-prev:hover div {
    left: var(--padding);
    opacity: 1;
}
a.sc-prodnav.sc-next {
    right: 0px;
}
a.sc-prodnav.sc-next div {
    right: -200px;
    opacity: 0;
}
a.sc-prodnav.sc-next:hover div {
    right: var(--padding);
    opacity: 1;
}
.sc-prodnav div img {
    max-width: 1000px;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-radius: 1rem;
}
.sc-prodnav div p {
    position: absolute;
    bottom: 0px;
    margin: 0;
    padding: 10px;
    color: var(--light);
    line-height: 1em;
    font-family: var(--highlight-font);
    font-style: italic;
    font-weight: 400;
    text-shadow: 0 0 5px #000, 0 0 10px #000;
}
span.currency {
    margin-right: .2em;
}
.sc-view span, .sc-view span:after {
    display: block;
    position: absolute;
    font-size: .9rem;
    width: 1em;
    height: 1em;
    background-color: var(--light);
    color: transparent;
    font-weight: 700;
    padding: .1em;
    border-radius: 100%;
    right: -01em;
    top: -.8em;
    line-height: 1em;
    text-align: center;
    box-sizing: content-box;
    letter-spacing: 0;
    transition: color var(--transition-time) ease-in calc(2 * var(--transition-time));
}
.sc-view span:after {
    content: '';
    z-index: -1;
    opacity: 0;
    top: 0;
    right: 0;
}
.sc-view span.scadded,.sc-view span.scremoved, .sc-view span.lb {
    color: #000;
}
.sc-view span.scadded {
    animation: sc-basket calc(2 * var(--transition-time)) ease-in var(--transition-time);
    animation-fill-mode: forwards;
}
.sc-view span.scadded:after {
    animation: sc-basket-after var(--transition-time) linear;
    animation-fill-mode: forwards;
}
.sc-view span.scremoved {
    animation: sc-basket calc(2 * var(--transition-time)) ease-in reverse;
    animation-fill-mode: forwards;
}
.sc-view span.scremoved:after {
    animation: sc-basket-after var(--transition-time) linear reverse calc(2 * var(--transition-time));
    animation-fill-mode: forwards;
}
@keyframes sc-basket {
    0% {transform: translateY(0em)}
    20% {transform: translateY(.4em)}
    40% {transform: translateY(-.3em)}
    60% {transform: translateY(.2em)}
    80% {transform: translateY(-.1em)}
    100% {transform: translateY(0)}
}
@keyframes sc-basket-after {
    0% {top: 5vh; right: -2vw;opacity: 0}
    10% {top: 4vh; right: -2vw}
    20% {top: 3vh; right: -2vw}
    30% {top: 2vh; right: -2vw}
    40% {top: 1vh; right: -2vw}
    50% {top: -0vh; right: -1.4vw}
    60% {top: -.2vh; right: -.9vw}
    70% {top: -.25vh; right: -.4vw}
    80% {top: -.2vh; right: -.2vw}
    90% {top: -.1vh; right: 0vw}
    99.99% {top: -.4em; right: 0; opacity: 1}
    100% {top: -.4em; right: 0; opacity: 0}
}
/* FOOTER */
footer p {
    margin: 0;
    padding: 0 var(--padding) var(--padding);
    text-align: center;
}
.empty {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    opacity: 0 !important;
    margin-bottom: 0 !important;
}
div[style*="position: static"] {
    z-index: -10;
}
/* TABLET */
@media only screen 
    and (min-width : 768px) 
    and (max-width : 1100px) 
    and (-webkit-min-device-pixel-ratio: 1),
    only screen 
    and (min-width : 768px) 
    and (max-width : 1100px)
    and (-webkit-min-device-pixel-ratio: 2),
    (min-width: 501px) and (max-width: 1100px){
h1, .h1 {
    font-size: 1.5rem;
    line-height: 1em;
}  
    header h1.smalltitle {
        font-size: 1.1rem;
    }
.index header {min-height: 100vh;}      
header h1 {
    margin: 20px;
}
header .slider ul li.slitem .sltext {
    font-size: 1rem;
    right: 20px;
}
header .slider ul li.slitem .sltext p span {
    font-size: 2rem;
    line-height: 1em;
}  
header .slider ul.slpag li {
    width: 10px;
    height: 10px;
}
a.button, button {
    font-size: 1rem;
}    
header:after {
    outline: 20px solid rgba(var(--light-rgb),.6);
    outline-offset: -20px;
}
section.content, header .headerimg, header nav.mainnav, .slidebox, .pu-imagebox, header .slider ul li.slitem .sltext,
.box1, .box2,.box3,.box4,.box5, .box-po, .boxfull {
    padding: 20px;
}    
section.content article.back {
    padding: 0 20px 20px;
}
.flex.nm {
    margin: -20px;
}
header nav.mainnav ul {
    padding: 10px 20px;
}   
header nav.mainnav ul ul.subnavi {
    top: 20px;
    left: 20px;
}    
header .icons {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 15px;
}  
header .slider .slarr#prev {
    left: 0px;
}
header .slider .slarr#next {
    right: 0px;
}  
header .slider ul.slpag {
    bottom: 30px;
}
.slidebox {
    padding: 20px 0 0; 
}    
section.content article.overview  {
    padding: 0 0px 20px;
    margin: 0px;
}
section.content .sitesub + article.overview  {
    padding: 20px 0;
}   
}
/* SMARTPHONE */
@media only screen 
    and (min-width: 375px) 
    and (max-width: 812px) 
    and (-webkit-min-device-pixel-ratio: 3), 
    only screen 
    and (min-width: 375px) 
    and (max-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2),
    (max-width: 500px)
{ 
    :root {
        --padding: 20px;
    }
h1, .h1 {
    font-size: 1.5rem;
    line-height: 1em;
}  
section.content article div.ntextbox h2 {
    -webkit-hyphens: auto;
    hyphens: auto;
}
.content h1, .content .h1 {
    margin: 10px 0 -10px;
}
    header h1.smalltitle {
        font-size: 1.1rem;
    }
.index header {min-height: 100vh;}      
header h1 {
    text-align: center;
    width: 100%;
}  
.index:not(.sticked):not(.mopen) header nav.mainnav > ul > li > a,  
.index:not(.sticked):not(.mopen) header nav.mainnav > ul > li > button {
    opacity: 0;
    pointer-events: none;
}
header .slider ul li.slitem .sltext {
    font-size: .8rem;
    line-height: 1em;
    right: 20px;
    max-width: calc(100% - var(--padding));
    bottom: 27%;
}
header .slider ul li a.slcta {
    margin-top: -0rem;
}
header .slider ul li.slitem .sltext p span {
    font-size: 1.5rem;
    line-height: 1em;
    margin-top: .1em;
}  
header .slider ul.slpag li {
    width: 10px;
    height: 10px;
}
a.button, button {
    font-size: 1rem;
}    
nav button.navbutton span.nbt {
    display: none;
}
section.content {
    padding-left: 0;
    padding-right: 0
}    

header .headerimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
    header .headerimg h1 {
        background-color: rgba(var(--beige-rgb),.3);
        margin: 0;
        margin-top: 9rem;
        padding: calc(.5 * var(--padding));
        backdrop-filter: blur(5px)
    }
.index:not(.sticked) header nav.mainnav button.navbutton {
    display: block;
    pointer-events: all
}
header nav.mainnav ul {
    padding: 10px 20px;
}    
header .icons {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 15px;
    flex-flow: column;
    align-items: center;
    height: 4rem;
}   
.index header .icons {
    height: 6.5rem;
}  
header .slider .slarr#prev {
    left: 0px;
}
header .slider .slarr#next {
    right: 0px;
}  
header .slider ul.slpag {
    bottom: 56px;
}
.slidebox {
    padding: 20px 0 0; 
}    
.ptablebox {
    overflow-x: scroll;
    max-width: 100%;
    scrollbar-width: thin;
}
section.content article.categories {
    padding: 0 10px;
    margin: -120px auto var(--padding);
}    
section.content article.categories > *, section.content article.categories > a {
    padding: 0 0px 10px;
}    
}
.is_stuck + div {
    pointer-events: none;
}
@font-face {
  font-family: var(--highlight-font);
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(../fonts/crimson-pro-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: var(--highlight-font);
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(../fonts/crimson-pro.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/geist.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.loaded {
    opacity: 1;
    --transition-time: .5s
}