/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}

/* Hide scrollbar for Chrome, Safari and Opera 
::-webkit-scrollbar {
  display: none;
     -ms-overflow-style: none;  
  scrollbar-width: none;  
} */

/* width */
::-webkit-scrollbar {
  width: 35px;
   transition: 0.5s;

}

::-webkit-scrollbar:hover {
  width: 35px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
    /*border-left:1px #c5c5c5 solid;*/
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e0e0e0; 
  border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e0e0e0; 
}

a:active {
	opacity: 0.7;
}

.page a.active {
    color: rgba(0, 0, 0, 0.34);

}

i,
em {
	font-style: italic;
}


b,
strong {
	font-weight: 600;
}

mark{
 	background-color:white;
    padding:16px;
    margin: 30px 0 0 -10px;
    border-radius: 50px;
    z-index:9;
}

.beschreibung{
    min-height: 50vh;
}

lottie-player {
    margin: 0 auto;
}

/**
mark:hover {
	background-color:#c0ffc8;
    z-index:10 !important;


}

**/

::selection{  
  background-color: #c0ffc8;  
}
  

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

lettering { width: 100vw !important;
			pointer-events: none !important;

}

#more {display: none;}

#myBtn {position: relative;
		text-align: center !important;
}

.navbar {
  overflow: hidden;
  background-color: #333;
  z-index:100 !important;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  z-index:100 !important;

}

.nav {
    pointer-events: auto;

	z-index: 999 !important;
}


#primary_nav_wrap ul
{	font-family: "Authentic Sans", Icons;
    font-style: normal;
    font-weight: 300;
	list-style:none;
	position:relative;
	float:left;
	margin-bottom:30px;
	padding-bottom:30px;
}

#primary_nav_wrap ul a
{
	display:block;
	text-decoration:none;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}


#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:500px;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:25px 0 0 0;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

.fakten {height:200px;
}

.sociallinks {
	mix-blend-mode: exclusion !important;
    background-blend-mode: exclusion !important;
	position:fixed;
	bottom:-1vh;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
}

ol>li {
        padding-left: 0.75rem;
    }

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

hr {
	background: white;
	border: 0;
	height: 2px;
	display: block;
}

.content img {
	float: none;
    margin-bottom: 0rem;
    vertical-align: bottom;
}

.gallery_card_image img {
/*	margin-bottom: 80px !important; */
    background-blend-mode: difference !important;

}

.gallery_image_caption {
    margin-top: .8em;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: "iA Writer Quattro", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
	letter-spacing: 0.02em;
}


.verlinkung { 
  position:absolute; 
  width:100vw;
  min-height:100vh !important;
  text-align: center;
  vertical-align: middle;
  transform:translateY(-52vh);

  /* fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('empty.gif');
    z-index:1 !important;
}
   
.verlinkung a {
	display: block;
    width: 100vw;
	height: 100vh !important;
    transform:translateX(24vw);

    z-index:1 !important;

}

mark {	z-index: 99 !important;

}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	color: rgba(0, 0, 0, 0.9);
	font-family: "Sorts Mill Goudy", Icons;
	line-height: 1.3;
	font-style: normal;
	font-weight: 400;
     -moz-hyphens: auto;
  	hyphens: auto;

}

p { margin: 0px !important;
    text-indent: 2rem !important;
}

[data-predefined-style="true"] bodycopy a {
	text-decoration: none !important;
    color: inherit;
    transition: 0.5s;
}

[data-predefined-style="true"] bodycopy a:hover {
letter-spacing: 0.06rem;
}

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: "Sorts Mill Goudy", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.4;
	color: rgb(0, 0, 0);
    z-index:999;
	}

[data-predefined-style="true"] h1 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
	display: inline-block;
	font-weight:300;
	font-size: 1.3rem;
	line-height: 1.4;
	font-family: "Sorts Mill Goudy", Icons;
	font-style: normal;
	font-weight: 00;
	color: #fcfcfc;
    letter-spacing: 0.03rem;

}

[data-predefined-style="true"] h2 a {
	color: black;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.4;
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9) !important;
    letter-spacing: 0.03rem;
    background-color: #f5f5f5;
    border-radius: 500px;
    text-align: center;
    padding:12px 25px 12px 25px;
    margin-bottom: 12px;
    width: 100%;
}

small:hover {
	 background-color: #fff;

}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom-width: 0em;
}

[data-predefined-style="true"] h3 {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.4rem;
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.9) !important;
    letter-spacing: 0.04rem;
    background-color: white;
    border-radius: 50px;
    text-align: center;
    padding:12px 25px 12px 25px;
    margin-bottom: 12px;
    width: 100%;

}

/**
 * Breakpoints
 */

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

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

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
    

    	
}
[data-css-preset] body {
	background-color: #f6f6f6/*!body_bgcolor*/;
}



[data-css-preset] .content_padding {
	padding-top: 1.2rem /*!main_margin*/;
	padding-bottom: 1.2rem /*!main_margin*/;
	padding-left: 1.2rem /*!main_margin*/;
	padding-right: 1.2rem /*!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: #000/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -0.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: .8rem;
    margin-bottom: .2rem;
    font-size: 1.4rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	font-family: "iA Writer Quattro", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.65);
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	line-height: 1.3;
}

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

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

/**
 * Site Menu
 */

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

body.mobile #site_menu_button {
	font-size: 3rem;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Authentic Sans", Icons;
	background: rgba(255, 255, 255, 0.0);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
    padding:1rem !important;
}

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

#site_menu .page-link a {
	color: rgba(0, 0, 0, 0.85);
    background-color:#a4d5ee;
    padding:9px 26px;
    border-radius: 50px;
}

#site_menu .set-link > a {
	color: rgba(0, 0, 0, 0.85);
	font-weight: 300;
    background-color:#a4d5ee;
    padding:11px 26px;
    border-radius: 50px;
}

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

#site_menu a.active {
	background-color:white;
}

#site_menu .close {
	 background-image: url("https://files.cargocollective.com/c1040287/close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
    display: none;
	color: rgba(0, 0, 0, 1);
	line-height: 0.75em;
	font-size: 2rem;    
    width:2.8rem;
    height:2.8rem;
    	top:1.3rem;
    right:1.3rem;
}

body.mobile #site_menu .close {
 
    display: block;
    position:absolute;

	font-size: 0rem;
	line-height: 1em;

}

#site_menu .break {
	height: 28px;
}

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

/**
 * Shop Button
 */

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

#shop_button.text {
    font-family: "iA Writer Quattro", Icons;
	font-size: 1.4rem;
    padding: 0;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	font-style: normal;
    line-height: 1.3;
}

#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: "iA Writer Quattro", Icons;
	font-size: 1.4rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "iA Writer Quattro", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255,255,255,0.4);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .6rem 2rem .7rem .9rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: "iA Writer Quattro", 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: .9;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/**
 * 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.8) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "iA Writer Quattro", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
    letter-spacing: 0.02em;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,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: #fff;
    stroke-width: 1.5px;
}

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

.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: 30px	;
    width: 30px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0;
}

/**
 * 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 {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: "iA Writer Quattro", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

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

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(255, 255, 255, 0.85);
}

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

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

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

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

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

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

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

.hover-image {
    visibility: hidden;
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;

}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}



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

}

.hover-image {
    display: flex;
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: 999;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 100vh;


}

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

}

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

    
.page container container_width{ 
    height: 50vh !important;
	
}
	
    
#site_menu > div.set-link > a {
    pointer-events:none;
}
 
    
    
    @media only screen 
  and (max-device-height: 768px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2){ 
	
* { font-size: 14px; }
   
    }
    
    
    @media only screen 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
      
* { font-size: 14px; }

html { font-size: 14px !important; }

    
}
    
    
    
    
    
    
    
}