
@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 { 
  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: #e8e8e3;
color: rgba(0,0,0,.85);
-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: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
        justify-content: flex-start;
}


main {
  -webkit-animation: fadein 1.5s;
          animation: fadein 1.5s;
  z-index: 1;
  min-height: 100vh;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
}


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: 999;
background-color: #e8e8e3;
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: .75rem;
padding-bottom: 1.25rem;
}

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

header section{
width: 16.666%;
padding: .75rem;
justify-content: flex-start;
}


.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;
}

.hidden {
display: none;
}

@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;
}


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

.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;         
}



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;
}

}

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;
}

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


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

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

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

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


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


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

h3 .active-x{
font-family: "Bodoni";
}

figcaption, 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";
-webkit-transition: opacity .25s;
-o-transition: opacity .25s;
transition: opacity .25s;
}


header a{
font-family: "Bodoni";
opacity: .25;
-webkit-transition: opacity .25s;
-o-transition: opacity .25s;
transition: opacity .25s;
}

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


header a.logo {
opacity: 1;
}


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

.center {
text-align: center;
}

::-moz-selection {
color: rgba(0,0,0,.25);
}
::selection {
color: rgba(0,0,0,.25);
}


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;
}



.previewimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pfack: start;
          justify-content: flex-start;
}

.previewimage.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.previewimage.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.previewimage.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.previewimage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 50vh;
  width: 100%;
  max-width: 100%;
}



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


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

}

.colinfo ul {
border-top: 1px solid rgba(0,0,0,.25);
padding-top: calc(1.1rem * .5);
padding-bottom: calc(1.1rem * 1);
}
.colinfo ul:last-of-type {
border-bottom: 1px solid rgba(0,0,0,.25);
}


@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 span:first-of-type h3 {
margin-bottom: calc(1.1rem * .5);
}

.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: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: .2rem;
padding-right: .2rem;
}

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



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



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

.inliner li {
  display: inline-block;
  padding-top: calc(1.1rem * .2);
  padding-left: 1.25rem; 
  padding-right: .5rem;
  margin-left: .25rem;
  margin-right: .25rem;
  margin-bottom: calc(1.1rem * .1);
  border: 1px solid rgba(0,0,0, .2);
  color: rgba(0,0,0, 1); 
  position: relative;
  border-top-left-radius: 1rem;  
  border-bottom-left-radius: 1rem;
    transition: all .25s ease;
}

main .inliner li {
margin-left: 0rem;
  margin-right: .5rem;
}

.inliner li::after{
  content: ''; 
  position: absolute;
  left: .4rem; 
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: .6rem;
  height: .6rem;
  border: 1px solid rgba(0,0,0, .2); 
  border-radius: 50%; 
  transition: all .25s ease;
  color: rgba(0,0,0, .2); 
}

.inliner li:hover {
  color: rgba(0,0,0, 1);
  border: 1px solid rgba(0,0,0, 1);
cursor: pointer;
   transition: all .25s ease;
}


.inliner li.active {
  color: rgba(0,0,0, 1); 
cursor: pointer;
  border: 1px solid rgba(0,0,0, 1);
  transition: all .25s ease;
}

.inliner li:hover::after, .inliner li.active::after{
  border: 1px solid rgba(0,0,0, 1); 
  transition: all .25s ease;
}


.inliner li.passive {
  color: rgba(0,0,0, 1); 
  border: 1px solid rgba(0,0,0, 1);
  transition: all .25s ease;
    border-radius: 0%; 
      padding-left: .5rem; 
}

.inliner li.passive::after {
  color: rgba(0,0,0, 1); 
  border: 1px solid rgba(0,0,0, 1);
  transition: all .25s ease;
    width: 0rem;
  height: 0rem;
  border: 0px;
}

.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: .5rem;
padding-right: .5rem;
}

@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) * 10));
}
}
@media screen and (min-width: 85rem) {
.preview {
width: calc(((100% / 10) * 3.333));
}
}
@media screen and (min-width: 105rem) {
.preview {
width: calc((100% / 10) * 2.5);
}
}


.news, .preview, .coltitle, .coltext, .colheadline, .colimage, .colinfo, .colhead {
margin-top: calc(1.1rem * 1);
margin-bottom: calc(1.1rem * 1);
}

.previewtext {
margin-top: calc(1.1rem * .5);
}

.inliner, .menu {
margin-bottom: calc(1.1rem * .5);
}

.preview, .coltext, .colheadline, .colimage{
margin-bottom: calc(1.1rem * 2);
}

.preview {
margin-bottom: calc(1.1rem * 3);
}







.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: 2.5rem;
        padding-right: 2.5rem;
}

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


form {
display: flex;
justify-content: center;
flex-direction: column;
}
@media screen and (min-width: 75rem) {
.col-2 .carousel {
margin-right: 1.25rem;
height: calc(100vh - 9.25rem);
}

.coltext {
padding-left: 33.333%;
padding-right: 33.333%;
}
}

.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: #e8e8e3;
  overflow-x: auto;  
  -webkit-overflow-scrolling: touch;  
  scrollbar-width: none;  
  -ms-overflow-style: none; 
  width: auto;
  padding-top: .5rem;
  padding-bottom: .75rem;
  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: #e8e8e3;
  overflow-x: auto;  
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: none;  
  -ms-overflow-style: none; 
  width: calc(100% - 1rem);
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: .25rem;
  padding-right: .25rem;

}


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

.carousel-nav-item {
  cursor: pointer;
  opacity: .25;
  -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: 1;
  -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%;
}

.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%;
}


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



#mce-FNAME {
  margin-right: 0.125rem;
}

#mce-LNAME {
  margin-left: 0.125rem; 
}


#button {
    margin-top: calc(1.1rem * .25);
  width: auto;
  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;
}



form {
margin-top: 1rem;
}


footer button {
text-align: center;
}



.preview button, .read-more {
color: rgba(0,0,0,.25);
transition: color .25s ease;
}

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



input {
font-family: "Bodoni";
font-size: 1.1rem;
line-height: 120%;
background-color: #e8e8e3;
border: 1px solid rgba(0,0,0,.25);
padding-top: .25rem;
padding-left: .5rem;
padding-right: .5rem;
color: rgba(0,0,0,1);
width: 100%;
position: relative;
text-align: center;
}




input[placeholder] {
color: rgba(0,0,0,1);
}





.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%;
}

.col-1 .colimage li {
margin-left: .25rem;
margin-right: .25rem;
margin-bottom: calc(1.1rem * .5);
}

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

.col-1 .colimage.large img{
max-height: calc(100vh - 6rem);
max-width: 100%;
}


.col-1 .colimage.medium{
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.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.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; 
}


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

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

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

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

@media screen and (min-width: 95rem) {
.col-1 .coltext, .col-1 .colinfo{
margin-left: 25%;
margin-right: 25%;
}
.col-1 .colheadline {
margin-left: 16.666%;
margin-right: 16.6666%;
}
.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);
}



















.spektrum .flexbox {
    justify-content: space-between;
}


  .image-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: start;
    -ms-flex-pack: start;
        justify-content: flex-start;

  }

.l, .m, .s{
padding-top: calc(1.1rem * 1);
padding-left: .75rem;
padding-right: .75rem;
width: 100%;
}



@media screen and (max-width: 75rem) {
.l {
width: 80%;
}
.m {
width: 75%;
}
.s {
width: 50%;
}
}

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

  .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: 50%;
    padding: calc(1.1rem * 1);
  }

  .l, .m, .s {
    width: 33.333%;
    min-height: 66.666vh;
    padding-left: 2.25rem;
padding-right: 2.25rem;
}
}

/* Padding for .s */
.s {
  padding-top: 2%;
  padding-bottom: 1%;
}

.s:nth-of-type(2n) {
  padding-top: 3%;
  padding-bottom: 2%;
  padding-left: 2.5%;
  padding-right: 1.5%;
}

.s:nth-of-type(3n) {
  padding-top: 2%;
  padding-bottom: 4%;
  padding-left: 1.5%;
  padding-right: 3.5%;
}

.s:nth-of-type(4n) {
  padding-top: 3%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 3%;
}

.s:nth-of-type(5n) {
  padding-top: 3%;
  padding-bottom: 2%;
  padding-left: 2.5%;
  padding-right: 2%;
}

/* Padding for .m */
.m {
  padding-top: 3%;
  padding-bottom: 4%;
  padding-left: 4%;
  padding-right: 4%;
}

.m:nth-of-type(1) {
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 3%;
  padding-right: 2%;
}

.m:nth-of-type(2n) {
  padding-top: 5%;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
}

.m:nth-of-type(3n) {
  padding-top: 2%;
  padding-bottom: 4%;
  padding-left: 3%;
  padding-right: 3%;
}

.m:nth-of-type(4n) {
  padding-top: 3%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 1.5%;
}

.m:nth-of-type(5n) {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  padding-left: 3%;
  padding-right: 1.5%;
}

/* Padding for .l */
.l {
  padding-left: 5%;
  padding-right: 5%;
}

.l:nth-of-type(2n) {
  padding-left: 2%;
  padding-right: 12%;
}

.l:nth-of-type(3n) {
  padding-left: 9%;
  padding-right: 2%;
}

.image-block.left {
 justify-content: flex-start;
}

.image-block.xmiddle {
justify-content: center;
}

.image-block.right {
  justify-content: flex-end;
}


.news{
position: fixed;
z-index: 9;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  flex-wrap: wrap;
        pointer-events: none;
        margin-left: .25rem;
        margin-right: .25rem;

}

.news li {
  position: relative;
  padding: .3rem 1.75rem .1rem 2.25rem;
  margin-bottom: .2rem;
  margin-right: .2rem;
  background-color: #e8e8e3;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  opacity: .98; 
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
width: 22rem;
max-width: 100%;
  -webkit-mask-image: radial-gradient(circle at 1.25rem 50%, transparent 0.5rem, black 0.51rem);
  mask-image: radial-gradient(circle at 1.25rem 50%, transparent 0.5rem, black 0.51rem);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
    pointer-events: auto;
}

.news li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(1.25rem - 1px);
  transform: translate(-50%, -50%);
  width: calc(1.02rem + 2px); 
  height: calc(1.02rem + 2px);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 50%;
  pointer-events: none;
  background: transparent;
  z-index: 999;
}

.news-closer{
position: absolute;
top: .5rem;
right: .5rem;
cursor: pointer;

}

.active-x{
margin-left: .5rem;
}

@media screen and (min-width: 75rem) {
.news{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  align-items: flex-start;
        margin-left: 2rem;
        margin-right: 2rem;
}
}


button {
display: block;
line-height: 100%;
width: auto;
background-color: #e8e8e3;
transition: color .25s ease, background-color .25s ease;
}


#mc-embedded-subscribe {
flex: 2;
width: auto;
}
button.cart, button.shop {
display: block;
line-height: 100%;
width: auto;
border: 1px solid rgba(0,0,0,.25);
padding-top: .25rem;
padding-left: .75rem;
padding-right: .75rem;
background-color: #e8e8e3;
transition: color .25s ease, background-color .25s ease;
color: rgba(0,0,0,1);
}

form button {
display: block;
line-height: 100%;
width: auto;
padding-top: .25rem;
transition: color .25s ease, background-color .25s ease;
}




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


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


p:hover .selector, .selector.active {
  backgqround-color: rgba(0,0,0,1);
    transition: background-color 0.25s;
}





.cart-overlay {
  position: fixed;
  left: 100vw;
  bottom: 0;
  height: calc(100vh - 6rem);
  width: 75vw;
  background: #e8e8e3;
  opacity: .98;
  transition: left .5s ease;
  overflow-y: auto;
    display: block;
    z-index: 9999;
    border-left: 1px solid black;
}

.cart-overlay.open {
  left: 75vw;
  transition: left .5s ease;

}


.cart-items ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.cart-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



