
@font-face {
font-family: 'Bodoni';
src:
url('../font/BodoniLTPro.woff') format('woff'),
url('../font/BodoniLTPro.woff2') format('woff2');
}

@font-face {
font-family: 'Italic';
src:
url('../font/BodoniLTPro-Italic.woff') format('woff'),
url('../font/BodoniLTPro-Italic.woff2') format('woff2');
}




:root {
  --content-width: 100%;
  position: relative;

}

input::-moz-focus-inner, textarea::-moz-focus-inner { 
  border: 0; 
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  outline: none;
}

*:focus {
    outline: none;
}

html {
margin: 0 auto;
white-space: normal;
background-color: rgb(252,252,252);
color: rgba(0,0,0,.8);
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0,0,0,1);
    -webkit-text-size-adjust: none;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
overflow-x: hidden;
overflow-x: -moz-scrollbars-none;
-webkit-text-size-adjust: none;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}


header{
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: rgb(252,252,252);
border-bottom: 1px solid rgba(0,0,0, .2);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-shadow: 0 4px 12px rgba(0,0,0, 0.1);
        box-shadow: 0 4px 12px rgba(0,0,0, 0.1);
}


main {
  z-index: 1;
  min-height: calc(100vh - 6rem);
          -webkit-animation: fadein .5s;
          animation: fadein .5s;
}


html, body, main {
  scrollbar-width: none;
  -ms-overflow-style: none;
 } 

html::-webkit-scrollbar, body::-webkit-scrollbar, main::-webkit-scrollbar {
  display: none;
}

footer {
width: 100%;
z-index: 99;
background-color: rgb(252,252,252);
color: #1e1e13;
border-top: 1px solid rgba(0,0,0, .2);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
padding-top: .6rem;
padding-bottom: 1.2rem;
}

header section {
display: flex;
flex-wrap: column wrap;
}

header section:first-of-type{
width: 20%;
padding: .6rem;
justify-content: flex-start;
}

header nav {
  width: 60%;
  padding: .6rem;
  text-align: center;
}


header section:last-of-type{
width: 20%;
padding: .6rem;
float: right;
text-align: right;
justify-content: flex-end;
}


@media screen and (min-width: 75rem) {
.sticky {
bottom: 0rem;
left: 0;
position: sticky;
height: calc(100vh - 6rem);
}

}

header section li, header nav li{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-left: .6rem;
margin-right: .6rem;
}

.hidden {
opacity: .25;
pointer-events: none;
}


footer section {
padding-top: .8rem;
padding-left: .6rem;
padding-right: .6rem;
}

@media screen and (min-width: 75rem) {
header{
min-height: 6rem;
}


header section:first-of-type{
padding-left: 2rem;
}

header section:last-of-type{
padding-right: 2rem;
}


.sticky {
top: 6rem;
bottom: auto;
left: 0;
position: sticky;
height: calc(100vh - 6.5rem);
}


footer section {
padding-left: 2rem;
padding-right: 2rem;
width: 33.333%;
}
}

.small-only{
display: none;
}


@media screen and (max-width: 75rem) {

  header {
    flex-direction: row;
    flex-wrap: wrap;
  }


 header section:first-of-type {
    order: 1;
    width: auto;
    display: inline-flex;
  }

  header section:last-of-type {
    order: 2; 
    width: auto;
    display: inline-flex;
  }

    header nav {
    order: 3;
    padding: 0;
    width: 100%;
  }

header nav .menu {
  display: flex;
  flex-direction: row;
  overflow-x: auto;          
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: none;        
  -ms-overflow-style: none;    
  
  justify-content: center;
  width: 100%;
  padding-top: .25rem;
  margin-bottom: .25rem;
  border-top: 1px solid rgba(0,0,0,.25);
}

header nav .menu li {
  display: inline-flex;
  white-space: nowrap;           
}

header nav .menu li:first-of-type{
  padding-left: 2.25rem;         
}

header nav .menu li:last-of-type{
  padding-right: 2.25rem;         
}

@media screen and (max-width: 75rem) {
header {
padding-bottom: .1rem;
}

header nav .menu {
  padding-top: .5rem;
  margin-bottom: 0;
}

}




header nav .menu::-webkit-scrollbar {
  display: none; 
}


  footer {
    flex-direction: column;
    align-items: left;
  }


  footer section:nth-of-type(2) {
    order: 1;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.25);
  }

  footer section:nth-of-type(1) {
    order: 2; 
  }

  footer section:nth-of-type(3) {
    order: 3;
    text-align: left;
  }


.big-only {
display: none;
}

.small-only{
display: block;
}

}




.text-hidden {
display: none;
}


body, textarea, .eintrag, #journal {
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

body::-webkit-scrollbar, textarea::-webkit-scrollbar, main::-webkit-scrollbar, .eintrag::-webkit-scrollbar, #journal::-webkit-scrollbar {
    display: none; 
}

header, footer, img, #journal, #projekte {
-webkit-user-select: none;  
-moz-user-select: none;    
-ms-user-select: none;      
user-select: none;
}

p, h1, h2, h3, figcaption, button, input, textarea, strong, sub, sup {
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant-numeric: tabular-nums;
  font-variant-ligatures: common-ligatures contextual;
}


.col-1 p, .col-2 p, .hidden {
margin-top: calc(1.2rem * 1.22);
}

.col-1 p:first-of-type, .col-2 p:first-of-type {
margin-top: 0;
}


p {
font-family: "Bodoni";
font-size: 1.1rem;
line-height: 122%;
}

h1 {
font-family: "Bodoni";
font-size: 1.85rem;
line-height: 105%;
letter-spacing: 0.005rem;
}

h2 {
font-family: "Bodoni";
font-size: 1.6rem;
line-height: 105%;
letter-spacing: .01rem;
}


.inliner h3 {
font-family: "Bodoni";
font-size: .85rem;
line-height: 105%;
letter-spacing: .02rem;
}

h3, figcaption, .text-s p {
font-family: "Italic";
font-size: .85rem;
line-height: 105%;
letter-spacing: .03rem;
}


.colinfo h3 {
-webkit-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}


footer h3 {
font-family: "Bodoni";
letter-spacing: .01rem;
padding-top: .5rem;
}

@media screen and (max-width: 75rem) {
p {
font-size: 1rem;
}

h1 {
font-size: 1.8rem;
letter-spacing: -.001rem;
}

h2 {
font-size: 1.4rem;
}

h3, figcaption{
font-size: .8rem;
letter-spacing: .01rem;
}

}



a {
color: inherit;
text-decoration: none;
outline: none;
outline: 0;
cursor: pointer;
-webkit-transition: opacity .25s;
-o-transition: opacity .25s;
transition: opacity .25s;
}

a:hover {
cursor: pointer;
-webkit-transition: opacity .25s;
-o-transition: opacity .25s;
transition: opacity .25s;
}


p a, h3 a {
font-family: "Italic";
}


header a{
font-family: "Bodoni";
opacity: .3;
}

header a.active{
opacity: 1;
}


header a.logo, a.open {
opacity: 1;
}


header a:hover{
opacity: 1;
-webkit-transition: opacity .25s;
-o-transition: opacity .25s;
transition: opacity .25s;
}

.center {
text-align: center;
}

::-moz-selection {
color: darkblue;
}
::selection {
color: darkblue;
}


header svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
height: 2.25rem;
width: auto;
}



.align-right {
text-align: right;
}









.image-container {
position: relative;
height: 0;
width: 100%;
overflow: hidden;
}

.image-container img {
position: absolute;
left: 0;
bottom: 0;
}

figure img{
display: block;
max-width: 100%;
width: auto;
height: 100%;
}


img[data-src] {
opacity: 0;
}

img {
opacity: 1;
    -webkit-transition: opacity 0.5s linear, filter .1s linear;
    -o-transition: opacity 0.5s linear, filter .1s linear;
    -webkit-transition: opacity 0.5s linear, -webkit-filter .1s linear;
    transition: opacity 0.5s linear, -webkit-filter .1s linear;
    transition: opacity 0.5s linear, filter .1s linear;
    transition: opacity 0.5s linear, filter .1s linear, -webkit-filter .1s linear;
-moz-filter: grayscale(0%) contrast(100%) saturate(100%);
-webkit-filter: grayscale(0%);
        filter: grayscale(0%);
vertical-align: top; 
z-index: 1;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}






@media screen and (min-width: 75rem) {
header svg {
height: 5rem;
}


.col-2 .colimage img {
  max-height: 66.666vh;
}

}

.colinfo ul, #cart-items .cart-item {
border-top: 1px solid rgba(0,0,0,.2);
padding-top: .6rem;
padding-bottom: 1.2rem;
width: 100%;
}
.colinfo ul:last-of-type, #cart-items .card-item:last-of-type, .checkout-item:last-of-type {
border-bottom: 1px solid rgba(0,0,0,.2);
}


.checkout-item {
border-top: 1px solid rgba(0,0,0,.2);
padding-top: .5rem;
padding-bottom: 1rem;
width: 100%;
}




@media screen and (min-width: 75rem) {

.colinfo li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
}


.colinfo span:first-of-type {
display: inline-block;
width: 8.5rem;
vertical-align: top;
padding-right: .75rem;
}

.colinfo span:last-of-type  {
display: inline-block;
width: calc(100% - 8.5rem);
}
}


.colinfo li p {
margin-top: 0;
}

.shop span {
cursor: pointer;
}



@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}












.flexbox{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox.large {
  padding-bottom: calc(1.1rem * 6);
}
.flexbox, .kosmos {
padding-left: .2rem;
padding-right: .2rem;
}


@media screen and (min-width: 75rem) {
.flexbox, .kosmos {
padding-left: 5vw;
padding-right: 5vw;
}
}


.inliner{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



nav li{
  margin-left: .5rem;
  margin-right: .5rem;
}



.inliner li {
  margin-right: 1rem;
}



.cart h3{
 display: inline-block;
  padding-top: calc(1.1rem * .25);
  padding-left: 1.8rem; 
  padding-right: .5rem;
  margin-right: .75rem;
  margin-bottom: calc(1.1rem * .25);
border: 1px solid rgba(0,0,0, .2);
-webkit-transition: color .25s;
-o-transition: color .25s;
transition: color .25s;
}

.cart:hover h3{
color: 1px solid rgba(0,0,0, .2);
-webkit-transition: color .25s;
-o-transition: color .25s;
transition: color .25s;
cursor: pointer;
}



.preview,  .col-1, .col-2 {
width: 100%;
padding-left: .4rem;
padding-right: .4rem;
}

.kosmos {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

#kosmos {
  width: 500vw;
}


.grid-sizer {
width: 10%;
}

.kosmos-entry {
width: 10%;
padding-left: .5rem;
padding-right: .5rem;
margin-top: calc(1.1rem * 1.5);
margin-bottom: calc(1.1rem * 1.5);
}


@media screen and (min-width: 45rem) {
.preview {
width: calc(((100% / 8) * 4));
}
}

@media screen and (min-width: 65rem) {
.preview {
width: calc(((100% / 10) * 5));
}
.col-2 {
width: calc(((100% / 10) * 5));
}
}
@media screen and (min-width: 85rem) {

.kosmos {
  overflow-x: hidden;
}

#kosmos {
  width: auto;
}

.kosmos-entry, .grid-sizer {
width: 20%;
}


.preview {
width: calc(((100% / 10) * 2.5));
}
.preview.landscape {
flex-basis: calc(((100% / 10) * 4.5));
max-width: calc((100% / 10) * 5);
flex-grow: 1;
}
.preview.portrait {
  flex-basis: calc((100% / 10) * 2.5);
  max-width: calc((100% / 10) * 2.6635);
  flex-grow: 2;
  flex-shrink: 2;
}
}




.news, .preview, .coltitle, .coltext, .colheadline, .colimage {
margin-top: 2.4rem;
margin-bottom: 2.4rem;
}

.colinfo {
margin-top: 2.4rem;
margin-bottom: 1.2rem;
}

.col-1 .coltext, .col-1 .colinfo {
margin-top: 3.8rem;
margin-bottom: 2.4rem;
}

.col-2 .coltext, .preview {
margin-bottom: 0;
}


.menu {
margin-bottom: .4rem;
}

.previewtext {
margin-top: .4rem;
}

.previewtitle {
padding-top:  .4rem;
}

.previewinfo{
margin-top: .2rem;
}



@media screen and (max-width: 75rem) {
.news, .preview, .coltitle, .coltext, .colheadline {
margin-top: 1.2rem;
margin-bottom: 1.2rem;
}

.colinfo {
margin-top: 1.2rem;
margin-bottom: .6rem;
}

.colhead {
margin-top: 1.2rem;
}

.col-1 .coltext {
margin-bottom: 1.6rem;
}

.col-2 .coltext, .preview {
margin-bottom: 0;
}

}





.colhead{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
        align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 3.75rem;
        padding-right: 3.75rem;
}

.center {
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


@media screen and (min-width: 75rem) {
.col-2 .carousel {
margin-right: 1.25rem;
height: calc(100vh - 9.25rem);
}
}

.slide{
width: 100%;
margin-right: 1.25rem;
}
.flickity-enabled {
position: relative;
}
.flickity-viewport {
overflow: hidden;
position: relative;
width: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: auto;
}
.carousel-cell {
opacity: 0;
-webkit-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease;
}
.carousel-cell.is-selected {
opacity: 1;
}

@media screen and (max-width: 75rem) {
.slide {
height: 50vh;
}
.slide img {
max-height: 50vh;
}
}


.col-1 .slide img {
max-height: 50vh;
max-width: 100%;
-o-object-fit: contain;
   object-fit: contain;
}

.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flickity-enabled.is-initialized .flickity-viewport {
-webkit-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .5s ease;
}
.prev-button, .next-button {
cursor: pointer;
}
.carousel .previous {
z-index: 10000;
top: 0;
display: block;
position: absolute;
left: 0;
width: 50%;
height: calc(100% - 6.5rem);
cursor: pointer;
background: none;
border: none;
outline: none;
}
.carousel .next {
z-index: 10000;
top: 0;
display: block;
position: absolute;
right: 0;
width: 50%;
height: calc(100% - 6.5rem);
cursor: pointer;
background: none;
}
.flickity-button-icon {
display: none;
}





.col-1 .carousel-nav-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(252,252,252);
  overflow-x: auto;  
  -webkit-overflow-scrolling: touch;  
  scrollbar-width: none;  
  -ms-overflow-style: none; 
  width: auto;
  padding-top: .5rem;
  padding-bottom: 1rem;
  padding-left: .25rem;
  padding-right: .25rem;
}


.col-2 .carousel-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  background: rgb(252,252,252);
  overflow-x: auto;  
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: none;  
  -ms-overflow-style: none; 
  width: calc(100% - 1rem);
  padding-top: .75rem;
  padding-bottom: 1rem;
  padding-left: .25rem;
  padding-right: .25rem;

}

@media screen and (max-width: 75rem) {
.col-2 .carousel-nav-container {
display: none;
}

}

.carousel-nav-container::-webkit-scrollbar {
  display: none;
}

.carousel-nav-item {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  flex: 0 0 auto;
}

.carousel-nav-item img {
  height: 6rem;
  object-fit: auto;
  margin-right: .5rem;
}


.carousel-nav-item:hover, .carousel-nav-item.selected {
  opacity: .4;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}















.honeypot {
position: absolute;
left: -9999px;
}
.mc-field-group {
  margin-bottom: calc(1.1rem * .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  -ms-flex-wrap: row wrap;
      flex-wrap: row wrap;
  width: 100%;
}

footer .mc-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

label {
width: 100%;
}
.mc-field-group:last-of-type {
  margin-bottom: 0;
}


#prename, #surname, #vorname, #nachname {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  width: calc(50% - .25rem);
}


#button {
    margin-top: calc(1.1rem * .25);
  width: 100%;
  display: flex;
  justify-content: center;
}


#mc_embed_shell p:last-of-type {
  padding-bottom: 0;
}

#mc_embed_shell #mce-success-response, 
#mc_embed_shell #mce-error-response, 
#mc_embed_shell div.mce_inline_error {
  display: block;
  color: #e8e8e3;
  background: rgba(30, 30, 30, 0.25) !important;
  padding: 0.5rem;
  font-family: "Italic";
  font-size: 1.1rem;
  line-height: 100%;
  font-weight: normal;
}




footer button {
text-align: center;
}



.preview button, .read-more {
margin-top: calc(.85rem * .525);
color: rgba(0,0,0,.2);
transition: color .3s ease;
}

.preview button:hover, .read-more:hover {
color: rgba(0,0,0,.8);
transition: color .3s ease;
cursor: pointer;
}



input, textarea {
font-family: "Bodoni";
font-size: 1.1rem;
line-height: 120%;
background-color: rgb(252,252,252);
border: 1px solid rgba(0,0,0,.2);
padding-top: .4rem;
padding-left: .8rem;
padding-right: .8rem;
padding-bottom: .1rem;
color: rgba(0,0,0,.8);
width: 100%;
position: relative;
}

textarea {
min-height: 6rem;
  resize: none;
}


footer input {
text-align: center;
}


input, textarea {
  margin-top: calc(1.1rem * .1);
  margin-bottom: calc(1.1rem * .2);
}

.selector {
  display: inline-flex;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  margin-right: .4rem;
    border: 1px solid rgba(0,0,0,.2);
  background-color: transparent;
  transition: all 0.25s;
  margin-top: 0rem;
}

.coltext p a::before,
.links a::before,
.downloads a::before {
  content: '→';
  width: 1.3rem;
  display: inline-block;
}

p:hover .selector {
  border-color: rgba(0,0,0,.8);
    transition: border-color 0.25s;
}

.selector.active {
  background-color: rgba(0,0,0,.8);
  border-color: rgba(0,0,0,.8);
    transition: background-color 0.25s;
}

.quantity-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  width: auto;
  flex: 0 0 auto;
}

.quantity-input {
  font-family: "Bodoni";
  font-size: 1.1rem;
  line-height: 1;
  background-color: rgb(252,252,252);
  border: 0;
  padding: 0;
  color: rgba(0,0,0,.8);
  text-align: left;
  margin: 0;
  width: 1.3rem;
  min-width: 1.3rem;
  display: block;
}

.qty-minus,
.qty-plus,
.cart-qty-minus,
.cart-qty-plus {
  font-family: "Bodoni";
  font-size: .85rem;
  line-height: 1;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.2);
  width: 1rem;
  margin-bottom: .1rem;
}

.qty-minus:hover, .qty-plus:hover {
  border-color: rgba(0,0,0,.8);
    transition: border-color 0.25s;
}



.cart-overlay {
  position: fixed;
  top: 0;
  right: 100vw;
  width: 100vw;
  height: 100vh;
background-color: rgb(252,252,252);
border-left: 1px solid rgba(0,0,0, .2);
-webkit-box-shadow: 0 4px 12px rgba(0,0,0, 0.1);
        box-shadow: 0 4px 12px rgba(0,0,0, 0.1);
  transition: right 0.5s ease;
  z-index: 999;
  overflow-y: auto;
}

@media screen and (min-width: 75rem) {
.cart-overlay {
width: calc(25vw + 2rem);
right: calc(-25vw - 2rem);
}
}

.cart-overlay.active {
  right: 0;
}

.cart-head {
height: 6.25rem;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

.col-head {
padding-bottom: .2rem;
}


.cart-content {
padding-left: 1rem;
padding-right: 1rem;
padding-bottom: .4rem;
}

.spacer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
}


.spacer > section:first-child {
  flex: 1 1 auto;
}

.spacer > section:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}
.cart-items {
border-bottom: 1px solid rgba(0,0,0, .2);
}









.col-1 .colimage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
width: 100%;
grid-gap: .8rem;
}

.col-1 .colimage li {
margin-top: .8rem;
}

.col-1 .colimage.large img, .col-1 .colimage.medium img, .col-1 .colimage.small img {
  display: block;
  margin: 0 auto;
}

.col-1 .colimage{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.col-1 .colimage.large img{
max-width: 66.666vw;
}

.col-1 .colimage.medium img{
max-width: 45vw;
}

.col-1 .colimage.small{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.col-1 .colimage.slideshow{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
  -webkit-box-pack: center; 
      -ms-flex-pack: center; 
          justify-content: center; 
  -webkit-box-align: center; 
      -ms-flex-align: center; 
          align-items: center; 
}



.col-1 .colimage.small img{
max-width: 25vw;
}

@media screen and (min-width: 55rem) {

.col-1 .colimage.medium img{
max-height: 50vh;
max-width: 100%;
-webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - .5rem);
        flex: 1 1 calc(33.333% - .5rem);
}

.col-1 .colimage {
padding-left: 2.5rem;
padding-right: 2.5rem;
}

.col-1 .coltext, .col-1 .colinfo {
margin-left: 10%;
margin-right: 10%;
}

}

@media screen and (min-width: 75rem) {
.col-1 .coltext, .col-1 .colinfo{
margin-left: calc(25% + 2rem);
margin-right: calc(25% + 2rem);
}
.col-1 .colheadline {
margin-left: calc(16.666% + 2rem);
margin-right: calc(16.666% + 2rem);
}
.col-1 .colimage.slideshow .carousel, .col-1 .colimage.slideshow .carousel-nav{
display: block;
width: 40%;
}
}


@media screen and (min-width: 115rem) {
.col-1 .coltext, .col-1 .colinfo{
margin-left: 33.333%;
margin-right: 33.333%;
}
.col-1 .colheadline {
margin-left: 25%;
margin-right: 25%;
}

}


.col-1, .col-2:last-of-type, .spektrum {
padding-bottom: calc(1rem * 2);
}





















  .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 13.333%;
    padding: calc(1.1rem * 2);
    padding-bottom: 1.1rem;
  }


@media screen and (min-width: 75rem) {

  .text-block {
    width: 40%;
  }


}





button {
  cursor: pointer;
line-height: 100%;
width: auto;
background-color: rgb(252,252,252);
transition: color .25s ease, background-color .25s ease;
}

main button, .button {
margin-top: .25rem;
width: auto;
}

button.shop, button.cart, a.button {
margin-top: .75rem;
}

#close-cart {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
padding-top: .75rem;
padding-left: 1rem;
padding-right: 1rem;
padding-bottom: .75rem;
}



button.cart, button.shop, .button {
display: inline-block;
line-height: 100%;
width: auto;
border: 1px solid rgba(0,0,0,.2);
padding-top: .4rem;
padding-left: .8rem;
padding-right: .8rem;
padding-bottom: .1rem;
background-color: rgb(252,252,252);
transition: color .25s ease, background-color .25s ease;
color: rgba(0,0,0,.8);
}




button.cart:hover, button.shop:hover, form button:hover, .button:hover{
border-color: rgba(0,0,0,.8);
cursor: pointer;
transition: border-color .25s ease;
}



#mc-embedded-subscribe {
  display: block;
  margin: 0.1rem auto;

}

.honeypot {
position: absolute;
left: -9999px;
}
.mc-field-group {
  margin-bottom: calc(1.1rem * .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  -ms-flex-wrap: row wrap;
      flex-wrap: row wrap;
  width: 100%;
}

.mc-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mce-FNAME, #shipping-firstname, #shipping-zip {
  margin-right: 0.2rem;
}

#mce-LNAME, #shipping-lastname, #shipping-city {
  margin-left: 0.2rem; 
}


form .flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  -ms-flex-wrap: row wrap;
      flex-wrap: row wrap;
}



.text-s p {
margin-bottom: calc(.85rem * 1.05);
}
.text-s p:last-of-type{
margin-bottom: 0;
}


.passive {
cursor: auto;
pointer-events: none;
opacity: .4;
-webkit-transition: opacity .25s;
-o-transition: opacity .25s;
transition: opacity .25s;
}

.passive button, .passive a {
  cursor: auto;
pointer-events: none;
}



