.global-spacing {
    height:  0px;
}

@media screen and (max-width: 767px) {
    .global-spacing {
        height: 46px;
      }
}  


.button-12 {
  font-family: Saira Medium;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
  color: rgba(79, 79, 79, 1);

  display: inline-block;

  border: 0.01rem solid rgba(224, 224, 224, 0.6);
  border-radius: 0.4rem;

  padding: 0.2rem 0.7rem;

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.25),
    rgba(212, 212, 212, 0.64)
  );
  background: var(--bg-color);

  text-decoration: none;

  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.6),
    inset 0 -1px 2px rgba(0, 0, 0, 0.15),
    0px 4px 7px rgba(0, 0, 0, 0.3);

  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -1px;

  transition: all 0.2s ease-in-out;
}

.button-12:hover {
  color: #4f4f4f;

  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    inset 0 -2px 4px rgba(0, 0, 0, 0.25),
    0px 3px 6px rgba(0, 0, 0, 0.25);

  transform: scale(1.05) translateY(2px);
}


/* Push video to back */
#video-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: -1000;
  pointer-events: none;
}

#video-background video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


#video-background-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: -1000;
  pointer-events: none;
}

#video-background-mobile video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Hide desktop video on mobile */
@media (max-width: 768px) {
  #video-background {
    display: none;
  }
}

/* Hide mobile video on desktop */
@media (min-width: 769px) {
  #video-background-mobile {
    display: none;
  }
}

/* VERTICAL VERSION */
#video-background2 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;         /* video height always fits viewport */
  width: auto;           /* auto width preserves aspect ratio */
  z-index: -1;           /* behind UI, above background */
  pointer-events: none;
  
 
 
}

#video-background2 video {
  height: 100%;          /* full height, no cropping */
  width: auto;           /* maintain vertical aspect ratio */
  object-fit: contain;   /* NO cropping, entire video visible */
  box-shadow: 0 0 25px rgba(0,0,0,0.25); /* soft shadow */
}

@media (max-width: 769px) {
  #video-background2 {
  position: sticky;
  top: 0;
  left: 0;
  height: 98vh;         /* video height always fits viewport */
  width: auto;   
  }
}









.header {
    position: relative;
    text-align: left;
     z-index: 1;
    
    
}

.header img {
    position: top;
    width: 92%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .header img {
        position: fixed;
        width: 295%;
        height:auto;
        position: relative;
        left: -37%;
         z-index: 1;
      }
  
       
}
.header2 {
    position: relative;
    text-align: left;
    
}

.header2 img {
    width: 96%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
}

@media screen and (max-width: 767px) {
    .header2 img {
        width: 295%;
        height:auto;
        position: relative;
        left: -63%;
       
}
    
    
       
}
 .header3 {
    position: relative;
    text-align: left;
    
}

.header3 img {
    width: 94%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
}

@media screen and (max-width: 767px) {
    .header3 img {
        width: 300%;
        height:auto;
        position: relative;
        left: -115%;   

}
    }
 .header4 {
    position: relative;
    text-align: left;
    
}

.header4 img {
    width: 99%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
}

@media screen and (max-width: 767px) {
    .header4 img {
        width: 340%;
        height:auto;
        position: relative;
        left: -119%;   

}
    
    }
 .header5 {
    position: relative;
    text-align: left;
    
}

.header5 img {
    width: 99%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
}

@media screen and (max-width: 767px) {
    .header5 img {
        width: 340%;
        height:auto;
        position: relative;
        left: -140%;   

}
    
}

  
 .header6 {
    position: relative;
    text-align: left;
    
}

.header6 img {
    width: 100%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
}

@media screen and (max-width: 767px) {
    .header6 img {
        width: 200%;
        height:auto;
        position: relative;
        left: -55%;   

}
    
    }

  
 .header7 {
    position: relative;
    text-align: left;
    
}

.header7 img {
    width: 99%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
}

@media screen and (max-width: 767px) {
    .header7 img {
        width: 320%;
        height:auto;
        position: relative;
        left: -5%;   

}
}
.header8 {
    position: relative;
    text-align: left;
    
}

.header8 img {
    width: 96%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
}

@media screen and (max-width: 767px) {
    .header8 img {
        width: 295%;
        height:auto;
        position: relative;
        left: -63%;
        top: -10px;
      
      
       
}
  
}

.header9 {
    position: relative;
    text-align: left;
    
}

.header9 img {
    width: 96%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
	position: relative;
    top: -40px;
}

@media screen and (max-width: 767px) {
    .header9 img {
        width: 180%;
        height:auto;
        position: relative;
        left: -7%;
        top: -10px;
      
      
       
}
    
}

.header_seed {
    position: relative;
    text-align: left;
    
}

.header_seed img {
    width: 96%; /* Die Breite des Bildes wird auf 100% der Elternbreite gesetzt */
    height: auto; /* Die Höhe wird automatisch anhand des Seitenverhältnisses angepasst */
	position: relative;
    top: -40px;
}

@media screen and (max-width: 767px) {
    .header_seed img {
        width: 110%;
        height:auto;
        position: relative;
        left: -15px;
        top: -10px;
      
      
       
}
    
    
    
   
 }   
.marquee-container {
    width: 100%;
    height: 55vh;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.3);
}

.marquee-content {
    white-space: normal;
    text-align: justify;
    margin: 0;
    margin: 8px;
    height: 100%;
    line-height: 1.4;
    font-size: 1.5rem;
    color:#f00; 
    font-family: 'MONO';
    display: block;
    transform: translate3d(0, 0, 0);
    animation: marquee 20s linear infinite;
    /* Füge eine CSS-Animation hinzu */
}



@media screen and (max-width: 767px) {
    .marquee-container {
        font-family: "MONO", Icons;
        font-style: normal;
        font-weight: 400;
        padding-left: 0;
        height: 55vh;
        width: 100%;
        font-variation-settings: 'slnt' 0, 'MONO' 1;
    }
}

/* Wiederholung der Animation ohne Lücke */
@keyframes marquee {
    0%, 100% {
        transform: translateZ(100%);
    }

    50% {
        transform: translateZ(-100%);
    }
}





body {
	background-color: #fff;
	color: #000;
    padding-bottom: 10vh;
   ;
    
}

.body-container {
    position: relative;
}

@font-face {
    font-family: 'Space';
    font-weight: bold;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1859688/SpaceGrotesk-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'MONO';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1997659/ABCMonumentGroteskSemi-Mono-Regular-Trial.otf');
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding:0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}
@keyframes vertical-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.scrolling-container {
  height: 100%; /* Höhe des sichtbaren Bereichs */
  overflow: hidden; /* Zeige vertikalen Scrollbalken, wenn Inhalt überläuft */
}

.scrolling-content {
  animation: vertical-scroll 200s linear infinite;
    margin-bottom:0 ;
    padding:0
}

.scrolling-content p {
  margin: 0;
}


.scrolling-div {
  margin-top: 80px;
  width: 100%;
  background-color: #ffffff; /* Hintergrundfarbe des scrollenden div */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Schatten für das scrollende div */
  z-index: 1; /* Stellt sicher, dass das scrollende div über anderen Elementen liegt */
   max-height: calc(100vh - 40px); /* Höhe des Bildschirms abzüglich Header-Höhe */
  overflow-y: auto;
}
 


/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}


/* DOCK STYLING */


/* UNIT 404 HOME BUTTON */

.home-button {
    position: fixed;       /* keeps it stable */
    top: 0;                   /* flush to the very top */
    left: 0;            /* horizontal placement */
    z-index: 1000;
    padding-right: 10px;
    padding-left: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: rgba(255, 255, 255, 0.75); /* must be semi-transparent */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0px 0px 5px 0px;
    
    line-height: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.home-button-not-found {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
   padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
  background: rgba(0, 0, 0, 1); /* ← THIS is the key */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 0 0 0 6px;
  line-height: 1;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.home-button-not-found h1 a {
  color: rgba(255, 255, 255, 1) !important;
    font-size: 2.1rem;
}





.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    overflow: visible;
  
}


.dock + .hover-image h1,
.hover-image h1 {
    font-size: 7em !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: 0 !important;
}

/* Mobile font adjustment for hover h1 */
@media (max-width: 768px) {
 
  /* Optional: for the home button specifically */
  .hover-image.home-hover h1 {
    font-size: 6.5em !important; /* responsive height-based font */
  }
}


 /* DOCK STYLING UND HOVER SFX */
.hover-image {
    visibility: hidden;
}

.hover-image.is-active {
    visibility: visible;
}

.dock {
    position: sticky;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    padding: 1px 20px 0px 15px;
    width: fit-content;
    background: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    z-index: 10;

    /* Passive state */
    
}


/* Dock-inner remains horizontal layout, no additional transforms */
.dock-inner {
    display: inline-flex;
    align-items: center;
    gap: 0px;   /* same spacing as dock */
}

.dock a {
    display: flex;
    align-items: center;
    line-height: 0;
    transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), 
                filter 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dock a.active,
.dock a.current {
    position: relative;
    filter: drop-shadow(0 6px 3px rgba(60, 60, 60, 0.44));
    transform: translateY(-6px);
}


.dock img {
  display: block;
  vertical-align: middle;
    
}


.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-radius: 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.17);
    z-index: 10;
    
    

/* Change width and height to scale images */
   
 
}

.hover-image img {
    max-width: 100% !important;
    max-height: 5% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
    
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

body::before {
  content: "";
 position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 13%;

}


/* DOCK STYLING END*/


/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(90, 151, 181);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
    font-family: "Monument Grotesk Variable",
}

[data-predefined-style="true"] bodycopy a:hover {
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
    
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family:'Space', Icons;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
    
}
[data-predefined-style="true"] bodycopy a:hover {
    color: rgba(0, 0, 0, 1);
}


[data-predefined-style="true"] h4 {
	font-family:'Space', Icons;
	font-style: bold;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.7rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 {
	font-family:'Space', Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.7rem;
	line-height: 1;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: #5a97b5;
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
    margin-top: -12px;
	text-align: left ;
 ;
}
[data-css-preset] .container2 {
	margin-left: 0 /*!content_left*/;
	margin-right: 16 /*!content_left*/;
    margin-top: 1px;
	text-align: left ;
 ;
}
[data-css-preset] body {
	background-color: transparent /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 78%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 9rem /*!main_margin*/;
	padding-bottom: 9rem /*!main_margin*/;
	padding-left: 9rem /*!main_margin*/;
	padding-right: 9rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(98, 88, 218, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-weight: 400;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #8f8f8f;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #8f8f8f;
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #8f8f8f;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #8f8f8f;
    stroke-width: 2.5px;
    position: absolute;
   
    
}

.image-gallery-navigation .left-arrow .outer-color {
    left: 1000; /* Ändere den Wert nach Bedarf */
}

.image-gallery-navigation .right-arrow .outer-color {
    right: 1000; /* Ändere den Wert nach Bedarf */
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

    
.audio-player {
    width: 100%;
    max-width: 100%;
    height: 3.3rem;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: "Monument Grotesk Semi-Mono Variable", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
  
}

/* Desktop-Stile für den Audioplayer */
@media screen and (min-width: 768px) {
    .audio-player {
    max-width: 70%;
    outline: 1px solid rgba(191, 191, 191, 0.15);
    color: rgba(191, 191, 191, 0.15);
    background: rgba(191, 191, 191, 0.15);
    border-radius: 3px;
    }
}


.audio-player .separator {
    width: 1px;
    background-color: rgba(191, 191, 191, 0);
    
}

.audio-player .button {
    background: #fff;
    cursor: pointer;
    fill: rgba(255, 255, 255, 1);
}

.audio-player .icon {
    fill: rgba(191, 191, 191, 0.15);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(146, 75, 75, 0.03);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(255, 255, 255, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}
   
   


[data-predefined-style="true"] .custom-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
	font-size: 1.4rem;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	color: #8f8f8f;
}

[data-predefined-style="true"] .icon-image {
  width: 22px;
  height: auto;
  margin-right: 7px;
   margin-bottom: 6px ;
  transition: transform;
	font-size: 5.3rem;
	line-height: 1.1;
}

[data-predefined-style="true"] details[open] .icon-image {
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  [data-predefined-style="true"] details .custom-icon::before {
    width: 20px; /* Passen Sie die Größe nach Bedarf an */
    height: 20px; /* Passen Sie die Größe nach Bedarf an */
  }

  /* Verstecke den Pfeil in der mobilen Ansicht */
  [data-predefined-style="true"] details summary::-webkit-details-marker {
    display: none;
  }
}
/* Füge diese Regel hinzu, um die Image Gallery standardmäßig zu verbergen */
.image-gallery {
  display: none;
}

/* Füge diese Regel hinzu, um die Image Gallery anzuzeigen, wenn das Elternelement das 'open'-Attribut hat */
details[open] .image-gallery {
  display: flex; /* Ändere 'flex' zu 'block', wenn 'flex' Probleme verursacht */
}

/* Stelle sicher, dass die Bildgröße korrekt ist und die Bilder innerhalb der Galerie sichtbar sind */
.image-gallery img {
  max-width: 1200px;
  max-height: auto;
 
}

/* Füge diese Regel hinzu, um sicherzustellen, dass die Image Gallery beim Klicken auf die Pfeile sichtbar bleibt */
details[open] [aria-controls="image-gallery"] {
  display: block;
}
/* Globale Breite aller Werkbeschreibungen */
.description {
    text-align: justify; /*Blocksatz*/
    max-width: 100%;

    
}


.custom-player {
  width: 100% !important;
  height: 300px !important;
}

/* Wenn die Bildschirmbreite kleiner als 600px ist (z. B. Smartphones) */
@media (max-width: 600px) {
  .custom-player {
    width: 100% !important;  /* Volle Breite des Bildschirms */
    height: auto !important; /* Höhe wird automatisch berechnet */
    aspect-ratio: 16 / 9;    /* Beibehaltung des 16:9 Seitenverhältnisses */
  }
}



.custom-player_foac {
  width: 100% !important;
  height: 300px; 
 
}

/* Wenn die Bildschirmbreite kleiner als 600px ist (z. B. Smartphones) */
@media (max-width: 600px) {
  .custom-player_foac {
    width: 100% !important;  /* Volle Breite des Bildschirms */
    height: auto !important; /* Höhe wird automatisch berechnet */
    aspect-ratio: 16 / 9;    /* Beibehaltung des 16:9 Seitenverhältnisses */
  }
}


/* =========================================
   MailerLite newsletter – mobile proportions
   Scoped safely to this embed only
   ========================================= */

@media screen and (max-width: 768px) {

  /* Make the Cargo column behave normally on mobile */
  [grid-col="x11"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Ensure the embed itself is full width */
  #mlb2-18892957 {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Remove boxed feeling */
  #mlb2-18892957 .ml-form-embedWrapper {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
  }

  /* Reduce excessive vertical padding */
  #mlb2-18892957 .ml-form-embedBody {
    padding: 12px 16px 0 16px !important;
  }

  /* Input proportions */
  #mlb2-18892957 input[type="email"] {
    padding: 8px 10px !important;
    font-size: 14px !important;
  }

  /* Button proportions */
  #mlb2-18892957 .ml-form-embedSubmit button {
    padding: 9px 10px !important;
    font-size: 14px !important;
  }

  /* Tighter vertical rhythm */
  #mlb2-18892957 .ml-form-fieldRow {
    margin-bottom: 8px !important;
  }

  #mlb2-18892957 .ml-form-embedSubmit {
    margin-bottom: 12px !important;
  }

}

/* =========================================
   MailerLite form – CI cleanup & aesthetics
   Font: Space
   Scoped to this embed only
   ========================================= */

/* Force CI font everywhere */
#mlb2-18892957,
#mlb2-18892957 * {
  font-family: 'MONO', Arial, Helvetica, sans-serif !important;
}

/* Container */
#mlb2-18892957 .ml-form-embedWrapper {
  	background: rgba(255, 255, 255, 1);
	padding: 50px 120px 50px 50px; /* optional spacing */
	border-radius: 10px;
	box-shadow:  0 4px 6px rgba(0,0,0,0.3);
    
}

/* Header / label */
#mlb2-18892957 .ml-form-embedContent small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}

/* Input */
#mlb2-18892957 input[type="email"] {
  border: 0.01rem solid rgba(224, 224, 224, 1);
  border-radius: 0.4rem;
  padding: 0.2rem 0.7rem;
  background: rgba(212, 212, 212, 0.64);
  background: var(--bg-color);
  text-decoration: none;
box-shadow: inset 0 2px 6px rgba(0,0,0,0.3);


}

/* Input focus */
#mlb2-18892957 input[type="email"]:focus {
  outline: none;
 border: 0.01rem solid rgba(224, 224, 224, 1);
}

/* Button */
#mlb2-18892957 .ml-form-embedSubmit button {
  background: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px !important;
}

/* Button hover */
#mlb2-18892957 .ml-form-embedSubmit button:hover {
  background: #111 !important;
}

/* Vertical rhythm */
#mlb2-18892957 .ml-form-fieldRow {
  margin-bottom: 10px !important;
}

#mlb2-18892957 .ml-form-embedSubmit {
  margin-top: 6px !important;
}

/* Success message */
#mlb2-18892957 .ml-form-successContent h4 {
  font-size: 12px;
  font-weight: 400;
}

#mlb2-18892957 .ml-form-successContent p {
  font-size: 12px;
}

.ml-error input {
    border-color: orange !important;
    background-color: #fff0f0;
    animation: shake 0.3s;
}
   

@keyframes shake { 
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}





/* ASSET STORE */

/* =========================
   GRID WRAPPER
   ========================= */
.asset-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;   /* spacing between cards */
  justify-content: flex-start; /* align cards left */
}

/* =========================
   CARD
   ========================= */
.asset-card {
  --bg: #ffffff;
  --text: #000000;
  --muted: rgb(143,143,143);
  --hairline: rgba(0,0,0,0.06);

  --radius: 5px;
  --shadow:
    0 8px 24px rgba(0,0,0,0.12),
    0 2px 6px rgba(0,0,0,0.06);

  background: var(--bg);
  color: var(--text);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--hairline);
  overflow: hidden;

  flex: 1 1 23%; /* 4 cards per row on desktop */
  min-width: 250px; /* prevents shrinking too small */
  max-width: 350px; /* prevents growing too big */
  box-sizing: border-box;
}

.spaced-line {
  display: block;
  line-height: 1.8; /* extra spacing between lines */
}


/* =========================
   MEDIA
   ========================= */
.asset-media {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.asset-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   BODY
   ========================= */
.asset-body {
  padding: 0.9rem 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-family: 'MONO', monospace; /* MONO applied globally to body */
}

/* =========================
   TYPOGRAPHY
   ========================= */
.asset-title {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.asset-description {
  font-size: 1.2rem;
  color: var(--muted);
  line-height: 1.4;
}

.asset-meta {
  font-size: 1.2rem;
  color: var(--text);
}

/* =========================
   DETAILS / FILES
   ========================= */
/* Asset store ONLY */
.asset-grid details,
.asset-grid details summary.custom-icon {
  font-family: 'MONO', monospace;
}


.asset-files {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-top: 0.5rem;
}

.asset-files a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: var(--text);
  padding: 0.15rem 0;
  border-bottom: 1px solid var(--hairline);
}

.asset-files a:last-child {
  border-bottom: none;
}

.asset-files a:hover {
  opacity: 0.7;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 768px) {
  .asset-card {
  
    min-width: 55%; /* ensure wider cards on smaller screens */
    max-width: 100%;
  }

  .asset-media {
    height: 280px;
  }
/* ASSET STORE END */




.dock img {
  margin-bottom: 2px;
}

        
   
}