.themaN{
    font-family: "PPeditorial";
	font-size: 7.81vw;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    line-height: 0.95;
    color: black;
    font-display: swap;
}

.themaN a:hover{
    color: #EBFF00;
}

.mobile .themaN{
    font-size: 7.51vw;
}






.themaNS{
    font-family: "PPeditorial";
	font-size: 7.81vw;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    line-height: 0.95;
    color: black;
    font-display: swap;
}

.themaNS a:hover{
    color: #EBFF00;
}

.mobile .themaNS{
    font-size: 7.51vw;
}

.themaHL{
    font-family: "PPeditorial";
	font-size: 9.13vw;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    line-height: 0.95;
    color: black;
    font-display: swap;
}

.themaHL a:hover{
    color: #EBFF00;
}

.mobile .themaHL{
    font-size:8.75vw;
}

.themaHF{
    font-family: "PPeditorial";
	font-size: 7.83vw;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    line-height: 0.95;
    color: black;
    font-display: swap;

}

.themaHF a:hover{
    color: #EBFF00;
}

.mobile .themaHF{
    font-size: 7.4vw;
}

/*  -----------  logo ----------- */
.logoMarika{
	width: 80px;
    padding: 0;
    margin: 0;
    margin-left: 30px;
    margin-top: 30px;
    position: fixed;
    fill: white;
}

.mobile .logoMarika{
	width: 75px;
    padding: 0;
    margin: 0;
    margin-left: 17px;
    margin-top: 17px;
    position: fixed;
    fill: white;
}

.logodiv{
	    mix-blend-mode: difference;  
}

.logoMarika:hover{
   fill:  #EBFF00;
}

.logodiv:hover{
	    mix-blend-mode: normal;  
}
/*  -----------  img hover ----------- */

.gallery_card_image {
  overflow: hidden;
}

a .gallery_card_image:hover {
  cursor: pointer;
}

a .gallery_card_image:hover img{
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.gallery_card_image:hover:after {
  bottom: 0;
  color: white;
  /*transition: all 0.15s ease-in-out;*/
}

a .gallery_card_image:after {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -100%;
  position: absolute;
  width: 100%;
  height: 7px;
  font-size: 1em;
  text-align: center;
  content: "";
  color: transparent;
  background-color: #EBFF00;
  /*transition: all 0.1s ease-in-out;*/
}
.gallery_card_image .image-overlay {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba 255, 255, 255, 0;
  transition: backgroundColor, 0.15s;
}
.gallery_card_image img {
  display: block;
  width: 100%;
}

/* ----- go back home cross ------- */
.crossbox{
	mix-blend-mode: difference;
}

.homepage .crossbox{
	display: none;
}

.cross {
    display: block;
    position: fixed;
    right: 23px;
    top: 95px;
    width: 42px;
    height: 31px;
    transition: transform .25s ease-in-out;
    padding: 16px;
}

.mobile .cross {
    right: 13px;
    top: 60px;
}

.cross:hover {
    opacity: 0.5;
    transform: scale(0.85);
}

.cross:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    right: 0px;
    top: 0px;
    bottom: 0;
    width: 55px;
    height: 0;
    border: 0.5px solid #fff;
    background-color: #fff;
    transform: rotate(45deg);
}

.cross:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    right: 0px;
    top: 0px;
    bottom: 0;
    width: 55px;
    height: 0;
    border: 0.5px solid #fff;
    background-color: #fff;
    transform: rotate(-45deg);
}

.mobile .cross:before, .mobile .cross:after {
    width: 43px;
    border: 1.0px solid #fff;

}

/*  -----------  menu ----------- */
.menu {
  position: fixed;
  top: 30px;
  right: 30px;
  height: 20px;
  width: 42px;
  z-index: 9999;  
  mix-blend-mode: difference;  
}
/*
.menu:hover{
    mix-blend-mode: normal;  
}

.menu.open{
    mix-blend-mode: normal;  
}*/

.mobile .menu {
  top: 17px;
  right: 17px;
  width: 35px; 
  height: 23px;  
}

.hamburger-icon {
  position: absolute;
    height: 24px;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0px;
}

.mobile .hamburger-icon{
    width: 35px;
    height: 24px;
}

.hamburger-bar{
  border: solid white 1.2px;
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

/*.menu.open .hamburger-bar{
  border: solid black 1.2px;
  background-color: black;
}

.menu:hover .hamburger-bar {
    background-color: #EBFF00;
      border: solid #EBFF00 1.2px;
}

.menu:hover.open .hamburger-bar {
    background-color: grey !important;
      border: solid grey 1.2px;
}
*/

.mobile .hamburger-bar{
  height: 1px;
}

.middle {
  top: 0;
  bottom: 0;
  margin: auto;
}

.bottom {
  bottom: 0;
}

.mobile .menu.open .bottom , .mobile .menu.open .top {
background-color: white;
}
.mobile .menu.open .bottom{
transform: translateY(-11.4px) translateY(50%) rotate(-45deg);
}
.mobile .menu.open .top{
  transform: translateY(13px) translateY(-50%) rotate(45deg);
}

.menu.open .top {
  transform: translateY(12px) translateY(-50%) rotate(45deg);
}

.mobile .menu.open .middle {
  opacity: 0;
}

.menu.open .middle {
  opacity: 0;
}

.menu.open .bottom {
  transform: translateY(-12.4px) translateY(50%) rotate(-45deg);
}

.menupage.menu-overlay{
  position: fixed;
  transition: all 0.3s ease-in-out;
  z-index: 30;
  width: 0vw;
}

.menupage.menu-overlay.open {
  width: 66vw;
}

.mobile .menupage.menu-overlay.open {
  width: 100vw;
}

.menupage{
	height: 100vh;   
	/*width: 66vw;*/
	background-color: #EBFF00;
	overflow-x: hidden !important;
    overflow-y: hidden !important;
    right: 0;
}

.menuaround{
  background-color: #EBFF00;
  height: 100vh;
  width: 66vw;
  padding: 100px;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  right: 0;
}

.mobile .menuaround{
  width: 100vw;
  padding: 20px;
  padding-top: 60px;
}

.nav {
  text-decoration: none;
}

.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainmenu a, .mainmenu{
 	text-decoration: none;
  	padding: 10px;
  	color: black;
	font-family: "PPeditorial";
    text-transform: uppercase;
  	padding: 0;
  	margin: 0;
 	/*font-size: 5vw;*/
    font-size: 4.1vw;
 	line-height: 1;
  	text-decoration: none;
}

.mobile .mainmenu a, .mobile .mainmenu{
font-size: 35px;
}

.mainmenu li:hover .submenu {
  max-height: 800px;
  opacity: 1;
  padding-bottom: 30px;
}

.mobile .mainmenu li .submenu {
  max-height: 800px;
  opacity: 1;
  padding-bottom: 30px;
  display: none;
}

.submenu a{
    font-family: "KlarheitReg";
    color: black;
    font-size: 24px;
    text-decoration: none;
    display: block;
    text-transform: none;
    line-height: 1.2;
}

.submenu a:hover{
    font-family: "KlarheitBold";
}

.mobile .submenu a {
  	font-size: 16px;
    margin-left: 13vw;
    width:63vw;
}

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  margin-top: 0;
	opacity: 0;
}

.mobile .submenu{
    max-height: 100%;
    margin-top:15px;
}

.exitmenu{
    position: absolute;
    display: block;
    height: 100vh;
    width: 20vw;
    background-color: white;
}

/*  -----------  fonts ----------- */
@font-face {
  font-family: "Socicon";
  src: url("https://files.cargocollective.com/c1367404/socicon.woff") format("woff"), 
      url("https://files.cargocollective.com/c1367404/PPEditorialNew-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "KlarheitReg";
  src: url("https://files.cargocollective.com/c1367404/ESKlarheitGrotesk-Regular.woff") format("woff"), 
      url("https://files.cargocollective.com/c1367404/ESKlarheitGrotesk-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "KlarheitBold";
  src: url("https://files.cargocollective.com/c1367404/ESKlarheitGrotesk-Bold.woff") format("woff"), 
      url("https://files.cargocollective.com/c1367404/ESKlarheitGrotesk-Bold.woff2") format("woff2");
  font-weight: bold;
}

@font-face {
  font-family: "KlarheitItalic";
  src: url("https://files.cargocollective.com/c1367404/ESKlarheitGrotesk-Italic.woff") format("woff"), 
      url("https://files.cargocollective.com/c1367404/ESKlarheitGrotesk-Italic.woff2") format("woff2");
    font-style: italic, oblique;
}

@font-face {
  font-family: "KlarheitBoldItalic";
  src: url("https://files.cargocollective.com/c1367404/ESKlarheitGrotesk-BoldItalic.woff") format("woff"), 
      url("https://files.cargocollective.com/c1367404/ESKlarheitGrotesk-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic, oblique;
}

@font-face {
  font-family: "PPeditorial";
  src: url("https://files.cargocollective.com/c1367404/PPEditorialNew-Regular.woff") format("woff"), 
      url("https://files.cargocollective.com/c1367404/PPEditorialNew-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "PPeditorialItalic";
  src: url("https://files.cargocollective.com/c1367404/PPEditorialNew-Italic.woff") format("woff"), 
      url("https://files.cargocollective.com/c1367404/PPEditorialNew-Italic.woff2") format("woff2");
    font-style: italic, oblique;
}

#toolset {
	display: none;
}

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

a:active {
	opacity: 0.7;
}

a{
	margin: 0;
    padding: 0;
}

.page a.active {
	color: #ff0000;
}

i,
em {
	font-style: italic, oblique;

}

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

a{
	cursor: pointer;
    text-decoration: none;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	/*padding: 0 0 0 2.5em;*/
    padding: 0;
}

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

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

.socialbox{
	display: inline-block;
    position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    margin-top: 0;
    color: white;
}

.mobile .socialbox{
    margin-top: 20px;
}

.fa-facebook, .fa-linkedin, .fa-instagram {
	padding-left:12px;
    padding-right:12px;
    color: white;
}

.fa-facebook:hover, .fa-linkedin:hover, .fa-instagram:hover {
    color: #EBFF00;
}

.fa-facebook{
    font-size: 17px;
}

.fa-instagram{
    font-size: 19px;
}

.fa-linkedin{
    font-size: 19px;
}

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

.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 22px;
	color: rgba(0, 0, 0, 1);
  	font-family: "PPeditorial";
	font-style: normal;
	line-height: 1.3;
}

.mobile .gallery_image_caption{
	 margin-bottom: 1rem;
     font-size: 17px;
}

a .gallery_card_image img:hover {
  border-bottom: 8px solid #EBFF00;
}

.gallery_card_image {
	opacity: 1;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] .text{
	font-size: 24px;
	color: rgba(0, 0, 0, 1);
  	font-family: "KlarheitReg";
	line-height: 1.3;
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: 10vw;
    margin-right: 10vw;
}

[data-predefined-style="true"] .mobile .text{
	font-size: 16px;
    margin-left: 7vw;
    margin-right: 7vw;

}

body.mobile [grid-responsive] [grid-col] {
    width: 100% !important;
    -webkit-box-flex: auto !important;
     -webkit-flex: auto !important; 
    -ms-flex: auto !important;
    flex: auto !important;
}

[data-predefined-style="true"] .title{
	font-family: "PPeditorial";
	padding: 0;
	margin: 0;
	font-size: 7.3vw;
    line-height: 0.9;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0;
}

.mobile .title{
font-family: "PPeditorial";
    padding: 0;
    margin: 0;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0;
}

[data-predefined-style="true"] bodycopy {
	font-size: 24px;
	color: rgba(0, 0, 0, 1);
  	font-family: "KlarheitReg";
	line-height: 1.25;
}

bodycopy i{
	font-family: "KlarheitItalic";
}

bodycopy b{
	font-family: "KlarheitBold";
}

bodycopy b i{
	font-family: "KlarheitBoldItalic";
}

[data-predefined-style="true"] .mobile bodycopy {
    font-size: 15px;
}

[data-predefined-style="true"] bodycopy a {
	text-decoration: none;
    color: black;
}

/*.mobile bodycopy{
padding: 0 !important;	
}*/

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

.logomarikahome{
	width: 53.5vw;
    display: block;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mobile .logomarikahome{
		width: 59.5vw;

}


.homemenu{
  border-radius: 98px;
  border: 1.5px solid #000;
  background-color: #EBFF00;
  padding-top: 9px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 21px;
  font-family: "KlarheitReg";
  text-decoration: none;
  text-transform: uppercase;
}

.mobile .homemenu{
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
}

a .homemenu{
  color: #000;
  margin-right: 12px;
}

.mobile a .homemenu{
  color: #000;
  margin-right: 7px;
}

.homemenu:hover{
  border-radius: 98px;
  border: 1.5px solid #000;
  background-color: #000;
}

a .homemenu:hover{
  color: #EBFF00;
}

.aboutmenu{
  border-radius: 98px;
  border: 1.5px solid #000;
  background-color: #EBFF00;
  color: #000;
  padding-top: 9px;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 21px;
  font-family: "KlarheitReg";
  text-decoration: none;
  text-transform: uppercase;
}

.mobile .aboutmenu{
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
}

a.aboutmenu{
  color: #000;
}

.aboutmenu:hover{
  border-radius: 98px;
  border: 1.5px solid #000;
  background-color: #000;
}

a .aboutmenu:hover{
  color: #EBFF00;
}

.bookmenu{
  border-radius: 98px;
  border: 1.5px solid #000;
  background-color: #EBFF00;
  color: #000;
  padding-top: 9px;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 21px;
  font-family: "KlarheitReg";
  text-decoration: none;
  text-transform: uppercase;
}

.mobile .bookmenu{
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
}

a .bookmenu{
  color: #000;
  margin-left:12px; 
}

.mobile a .bookmenu{
  margin-left:7px; 
}

.bookmenu:hover{
  border-radius: 98px;
  border: 1.5px solid #000;
  background-color: #000;
}

a .bookmenu:hover{
  color: #EBFF00;
}



button{
 cursor: pointer;
}

.buttonbox{
	padding-top: 12px;
}

.mobile .buttonbox{
	padding-top: 10px;
}

.contactbutton{
  border-radius: 98px;
  border: 1.5px solid white;
  background-color: #000;
  color: white;
  padding: 10px;
  padding-top: 11px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile .contactbutton {
    padding: 8px;
    padding-top: 9px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
}

a .contactbutton{
  color: #fff;
}

.contactbutton:hover{
  border-radius: 98px;
  border: 1.5px solid #fff;
  background-color: #fff;
}

a .contactbutton:hover{
  color: #000;
}

.contactbuttontwo{
  border-radius: 98px;
  border: 1.5px solid white;
  background-color: #000;
  color: white;
  padding: 10px;
  padding-top: 11px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile .contactbuttontwo {
    padding: 8px;
    padding-top: 9px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
}

a .contactbuttontwo{
  color: #fff;
}

.contactbuttontwo:hover{
  border-radius: 98px;
  border: 1.5px solid #fff;
  background-color: #fff;
}

a .contactbuttontwo:hover{
  color: #000;
}


.contactbuttonthree{
  border-radius: 98px;
  border: 1.5px solid white;
  background-color: #000;
  color: white;
  padding: 10px;
  padding-top: 11px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
  float: right;
}

.mobile .contactbuttonthree {
    padding: 8px;
    padding-top: 9px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
}

a .contactbuttonthree{
  color: #fff;
}

.contactbuttonthree:hover{
  border-radius: 98px;
  border: 1.5px solid #fff;
  background-color: #fff;
}

a .contactbuttonthree:hover{
  color: #000;
}

[data-predefined-style="true"] h1 {
	font-family: "PPeditorial";
    /*font-size: 9vw;*/
    font-size: 7.3vw;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	line-height: 0.9;
    text-transform: uppercase;
    /*padding-top: 14vw;
    padding-bottom: 14vw;*/
    font-weight: normal;
    /*margin-top: 44vh;*/
}

/* .mobile [local-style="23736915"] h1 {
    font-size: 11vw;
    margin-top: 44vh;
}*/

h1 i{
	font-family: "PPeditorialItalic";
    font-style: italic, oblique;
}


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

[data-predefined-style="true"] h2 {
	font-family: "PPeditorial";
    font-size: 28px;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	line-height: 1.1;
    padding-bottom:10px;
    letter-spacing: 0;
    font-style: normal;
    font-weight: normal;
}

h2 i{
	font-family: "PPeditorialItalic";
    font-style: italic, oblique;
}

.mobile h2 {
    font-size: 19px;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2;
  	font-family: "KlarheitReg";
	color: rgba(0, 0, 0, 1);
}

small b {
  	font-family: "KlarheitBold";
	font-weight: bold;
}

small i {
  	font-family: "KlarheitItalic";
	font-style: italic,oblique;
}

small i b{
  	font-family: "KlarheitBoldItalic";
	font-style: italic,oblique;
    font-weight: bold;
}

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

.mobile small {
    font-size: 10.3px;
}

.aboutadres{
    margin-top: 3vw;
    margin-bottom: 3vw;
	font-size: 1.2rem;
	line-height: 1.2;
  	font-family: "KlarheitReg";
	font-style: normal;
	font-weight: 500;
	color: white;
}

.mobile .aboutadres {
    font-size: 10.3px;
}

.aboutadres a:hover{
	font-family: "KlarheitBold";
    font-weight: bold;
}

.aboutlogomarika{
    width: 27.5vw;
    display: block;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mobile .aboutlogomarika{
    width: 30.5vw;
}

.socicon-mail .socicon-linkedin .socicon-facebook .socicon-instagram{
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-mail{
    content: "\e01f" !important; 
    color: white;
}

.socicon-linkedin{
    content: "\e04c"!important;
    color: white;
}

.socicon-facebook{
    content: "\e028" !important;
    color: white;
}

.socicon-instagram{
    content: "\e044" !important;
    color: white;
}

.footernaam{
	font-family: "PPeditorial";
    font-size: 17px;
}

.footeradres{
	font-family: "KlarheitReg";
    font-size: 14px;
    display: block;
}

.footeradres a:hover{
	font-family: "KlarheitBold";
    font-size: 14px;
    font-weight: bold;
}

[local-style="23787041"] .footeradres a, [local-style="23787041"] #footernaam a{
	color: white;
}

.mobile .footeradres .hidemobile{
	display: none;
}

.footerlogo{
	width: 118px;
    display: block;
    margin: 0;
    padding: 0;
    margin-left: 0;
    margin-right: auto;
    position: relative;
}

.footerlogo:hover{
	fill:#EBFF00;
}

.mobile .footerlogo{
	width: 115px;
}


/**
 * 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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

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

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

[data-css-preset] .mobile .content_padding {
	padding-top: 17px ;
	padding-bottom: 17px ;
	padding-left: 17px ;
	padding-right: 17px;
}


[local-style="23760555"] .content_padding{
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 10rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}

[local-style="23760555"] .mobile .content_padding{
	padding-top: 0rem ;
	padding-bottom: 15rem ;
	padding-left: 2rem ;
	padding-right: 2rem ;
}

[local-style="23760555"] .page_content{
	margin-left: 10vw;
    margin-right: 10vw;
}

[local-style="23548610"] .content_padding{
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}

[local-style="23548610"] .page_content{
	margin-left: 10vw;
    margin-right: 10vw;
}

[local-style="23830776"] .page_content{
	margin-left: 10vw;
    margin-right: 10vw;
}


[local-style="23830776"] bodycopy a, 
[local-style="23548610"] bodycopy a, 
[local-style="23614713"] bodycopy a, 
[local-style="23830765"] bodycopy a{
	color:white;
}


/**
 * 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: 1.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -3rem/*!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.0rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family:KlarheitReg;
	font-style: normal;
	line-height: 1.3;
}
.tags {
    margin-top: 2.3px;
    margin-bottom: 0.5rem;
    font-size: 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "KlarheitReg";
	font-style: normal;
	line-height: 0.6;
}

.mobile .tags {
	line-height: 0.8;
    font-size: 10.3px;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "KlarheitReg";
	font-style: normal;
	line-height: 0.5;
}

.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 Button
 */

[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(33, 32, 46, 0);
	position: fixed;
	top: 1.4rem /*!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:KlarheitReg;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 69vw;
	min-width: 66.6667vw;
	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: 2.5rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
	font-family:KlarheitReg;
	font-size: 2.4rem;
    padding: 0;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#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:KlarheitReg;
	font-size: 1.3rem;
	line-height: 1rem;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 500;
}

.shop_product .dropdown {
	font-family:KlarheitReg;
    font-size: 1.3rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-family: KlarheitReg;
	font-size: 1.3rem;
    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 .8rem;
	font-style: normal;
	font-weight: 500;
}

/**
 * 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(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family:KlarheitReg;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
    line-height: 1.3;
}

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

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

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

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * 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: #fff;
    stroke-width: 1.5px;
}

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

/**
 * 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 {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
	font-family:KlarheitReg;
    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(0,0,0,0.15);
}

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

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

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

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

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.5);
}

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

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

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