@font-face {
	font-family: 'maisonneue_book';
	src: url('/_incf/Maison Neue Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'maisonneue_book_italic';
	src: url('/_incf/Maison Neue Book Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
:root {
	--bigfontsize: 2.34vw;
	--txtfontsize: 1.4vw;
	--bigfontlh: 1.13;
	--txtfontlh: 1.11;
	--txtfontlh: 1.05;
	--skfontsize: 6.4vw;
	--tinyfontsize: 1vw;
}
* { box-sizing: border-box; }
html {
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-color: #F1F2F3 #F1F2F3;
	scrollbar-color: transparent transparent;
	scrollbar-width: 8px;
}
body {
	font-family: maisonneue_book;
	font-size: var(--txtfontsize);
	border: 0; margin: 0; padding: 0;
}
.bigfont {
	font-size: var(--bigfontsize);
	line-height: var(--bigfontlh);
}
.txtfont {
	font-size: var(--txtfontsize);
	line-height: var(--txtfontlh);
}
.smalltext {
	font-size: var(--txtfontsize);
	line-height: var(--txtfontlh);
}
#site {
	width: 100vw;
	min-height: 100vh;
	padding: 2.2vw 6.25vw 2.2vw 2.34vw;
	/*padding-right: 2.34vw;*/
	background-color: #fbffca;
}
#sabine_kaeppler {
	position: fixed;
	left: 2.34vw;
	top: 2.2vw;
	font-size: var(--skfontsize);
	line-height: 0.85;
	width: 14vw;
	z-index: 101;
/*	letter-spacing: 0.05em; */
	transition: font-size 0.5s ease;
}
#sabine_kaeppler a {
	text-decoration: none;
	color: inherit;
}
div.hamburger {
	display: none;
}
div.menuclose {
	display: none;
}
#langswitch {
	font-size: var(--txtfontsize);
	position: fixed;
	right: 2.34vw;
	top: 2.2vw;
	z-index: 102;
	text-transform: uppercase;
}
#langswitch a {
	text-decoration: none;
	color: inherit;
}
div.mainnav {
	position: fixed;
	left: 2.34vw;
	top: 19.7vw;
	font-size: var(--bigfontsize);
	line-height: var(--bigfontlh);	
}	
div.mainnav a {
	text-decoration: none;
	text-transform: capitalize;
	color: inherit;
}
div.exhibitionslist {
	padding-left: 19vw;
	padding-top: calc(7.8vw - 2.2vw);
	padding-top: 3vw;
}
div.exhibitionslist div.item {
	margin-bottom: 1.8vw;
}
div.exhibitionslist div.item::after {
	clear: both;
	content: '';
	display: block;
}
div.exhibitionslist div.item div.itemimg {
	float: left;
	width: 34.8vw;
	min-height: 12vw;
}
div.exhibitionslist div.item img {
	display: block;
	width: 34.8vw;
	height: auto;
}
div.exhibitionslist div.item div.itemtxt {
	float: left;
	width: 34.8vw;
	margin-left: 2.7vw;
	padding-top: 1em;
}
div.exhibitionslist div.item div.itemtxt div.metainfo {
	margin-bottom: 1em;
}
div.exhibitionslist div.item div.metainfo a {
	text-decoration: none;
	color: inherit;
}
div.workseries {
	padding-left: 19vw;
}
div.exhibition {
	padding-left: 19vw;
}
	
div.blockitem {
	padding-top: calc(7.8vw - 2.2vw);
	padding-top: 1.8vw;
}
div.blockitem::first-of-type {
/*	background-color: lime; */
}
div.blockitem::after {
	clear: both;
	content: '';
	display: block;
}
div.blockitem div.itemimg {
	float: left;
	width: 34.8vw;
}
div.blockitem img {
	display: block;
	width: 34.8vw;
	height: auto;
	margin-bottom: 1.8vw;
}
div.blockitem div.itemtxt {
	float: left;
	width: 34.8vw;
	margin-left: 2.7vw;
	padding-top: 1em;
	padding-top: 2em;
}
div.blockitem div.itemtxt div.metainfo {
	margin-bottom: 1em;
}
div.blockitem div.itemtxt.detailinfo {
	padding-top: 1em;
}
div.studiolife {
	margin-left: 19vw;
	width: calc(100% - 19vw);
	width: 72.5vw;
	padding-top: 3vw;
	margin-top: -1.8vw;
	margin-top: 0;
}
div.studiolife div.year {
	text-align: right;
	font-size: var(--skfontsize);
	margin-top: 0;
}
div.studiolifelist.withyear {
	padding-top: 0;
	margin-top: -1.8vw;
	margin-top: 0;
}
div.grid-item {
	float: left;
    margin-bottom: 15px; /* Adjust this spacing as needed */
   	min-height: 1px;
}

div.grid-item-1 {
    width: calc(33.3% - 15px);
}
div.grid-item-2 {
    width: calc(50% - 15px);
}
div.studiolifelist img {
	width: 100%;
	/* inherit;*/
	display: block;
}
div.gutter-sizer {
	width: 15px;
}
div.grid-quote {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.infopage {
	margin-left: 19vw;
	width: calc(100% - 19vw);
	width: 72.5vw;
	padding-top: 3vw;
}
div.infopage img {
	width: 34.8vw;
}
div.infopage div.infotext {
	padding-left: 3.9vw;
	font-size: var(--bigfontsize);
	line-height: var(--bigfontlh);
}
div.infopage a {
	text-decoration: none;
	color: inherit;
}
div.singlenav {
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: 5.6vw;
	top: 10vw;
	top: 5.6vw;
	width: 34.8vw;
	font-size: var(--tinyfontsize);
	line-height: 1.5;
	margin-left: 37.56vw;
/*	margin-left: 56.56vw; */
	border-bottom: 1px solid black;
}
div.singlenav a {
	text-decoration: none;
	color: inherit;
}
div.works {
	margin-left: 19vw;
	width: calc(100% - 19vw);
	width: 72.5vw;
	padding-top: 3vw;
/*	margin-top: -1.8vw; */
}
div.works div.year {
	text-align: right;
	font-size: var(--skfontsize);
	margin-top: -1.8vw;
	margin-top: 0;
}
div.works.withyear {
	padding-top: 0;
	margin-top: -1.8vw;
	margin-top: 0;
}
div.works img {
	width: 100%;
	height: auto;
	min-height: 50px;
	display: block;
}
.grid-sizerw {
	width: 37.8%;
	width: 293px;
	width: 31.67%;
}
div.grid-itemw {
	float: left;
	width: 34.5%;
	width: 37.8%;
	width: 293px;
	width: 31.67%;
	margin-bottom: 1.8vw;
	min-height: 1px;
}
div.gutter-sizerw {
	width: 2.5%;
	width: 3%;
	width: 23px;
	width: 2.48%;
}
img[src^="/testimages/"] {
	border: 1px solid red;
}
div.words img {
	float: right;
	margin: 1em;
	max-width: 19.5vw;
	height: auto !important;
}
div.wordsmeta {
	margin-left: 3.125vw;
}
div.infopage a[href^="https://www.instagram.com"]::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	width: 2.5vw;
	height: 2.5vw;
	background-image: url(/_inc/siteimages/SK_Insta.svg);
	background-size: cover;
	margin-right: 1.2vw;
}
div.infopage a[href^="mailto:"]::before {
/*	content: "✉"; */
	content: "";
	display: inline-block;
	font-size: var(--bigfontsize);
	background-image: url(/_inc/siteimages/SK_Post.svg);
	background-size: cover;
	width: 16px;
	height: 16px;
	width: 2.85vw;
	height: 1.9vw;
	margin-right: 1vw;
}
div.pagetitle {
	display: none;
}
div.cvcat {
	width: 100%;
	margin-top: 1em;
}
div.cvitem::after {
	clear: both;
	content: '';
	display: block;
}
div.cvyear {
	float: left; width: 12vw;
}
div.cvdesc {
	float: left; width: 50vw;
}
span.wordslink {
	display: none;
}
div.itemwords {
	letter-spacing: -1.5px;
}
div.itemwords.active span.wordslink {
	display: inline;
}
	
@media only screen and (max-width: 767px) {
	:root {
		--bigfontsize: 5.87vw;
		--txtfontsize: 4vw;
		--bigfontlh: 1.13;
		--txtfontlh: 1.2;
		--skfontsize: 5.87vw;
		--tinyfontsize: 2.4vw;
	}
	#site {
		width: 100vw;
		min-height: 100vh;
		padding: 2.2vw 6.66vw 2.2vw 6.66vw;
	}
	#sabine_kaeppler {
		left: 4.3vw;
		top: 5.3vw;
		transition: none;
		z-index: 1001;
	}
	div.hamburger {
		display: inline-block;
		position: fixed;
		top: 5.3vw;
		right: 4.3vw;
		font-size: var(--bigfontsize);
		font-size: 10vw;
		margin-top: -0.3em;
		cursor: pointer;
		z-index: 1001;
	}
	div.hamburger img {
		height: 8vw;
		margin-top: 3.1vw;
	}
	div.menuclose {
		display: none;
		position: fixed;
		top: 5.3vw;
		right: 4.3vw;
		font-size: var(--bigfontsize);
		font-size: 10vw;
		margin-top: -0.3em;
		cursor: pointer;
		z-index: 1001;
	}
	div.menuclose img {
		height: 8vw;
		margin-top: 3.1vw;
	}
	div.infopage {
		margin-left: 0;
		padding-top: 12.7vw;
		padding-top: 23vw;
		width: 100%;
/*		background-color: lime;*/
	}
	div.infopage div.infotext {
		padding-left: 0;
		font-size: var(--txtfontsize);
	}
	div.wordsmeta {
		margin-left: 5.33vw;
		font-size: var(--bigfontsize);
		line-height: 1;
	}
	div.mainnav {
		display: none;
		position: fixed;
		width: 100%;
		height: 100vh;
		left: 0;
		top: 0;
		padding-top: 19.7vw;
		padding-top: 38.7vw;
		font-size: var(--bigfontsize);
		line-height: var(--bigfontlh);	
		font-size: 9.3vw;
		line-height: 1.43;
		text-align: center;
		background-color: #FBFFCA;
		z-index: 1000;
	}
	div.mainnav img {
		height: 6vw !important;
	}
	#langswitch {
		display: none;
		right: 0;
		left: 0;
		top: 18vw;
		top: 23vw;
		width: 100%;
		text-align: center;
		font-size: 6.8vw;
		line-height: 1.43;
		z-index: 1001;
	}
	div.infopage img {
		width: 100%;
	}
	div.infopage a[href^="https://www.instagram.com"]::before {
		width: 5vw;
		height: 5vw;
	}
	div.infopage a[href^="mailto:"]::before {
		width: 5.6vw;
		height: 3.8vw;
	}
	div.exhibitionslist {
		padding-left: 0;
		padding-top: 23vw;
	}
	div.exhibitionslist div.item {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
		border-bottom: 1px solid black;
	}
	div.exhibitionslist div.item div.itemimg {
		order: 3;
		width: 100%;
		float: none;
		min-height: initial;
	}
	div.exhibitionslist div.item img {
		width: 100%;
	}
	div.exhibitionslist div.item div.itemtxt {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	div.metainfo {
		order: 1;
		margin-bottom: 0.66em;
	}
	div.detailinfo {
		order: 2;
	}
	div.iteminfo {
		order: 3;
	}
	div.works {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		padding-top: 23vw;
	}
	div.grid-item {
		width: 47.7%;
	}
	div.grid-item-odd {
		width: 47.7%;
	}
	div.gutter-sizer {
		width: 4.6%;
	}
	div.grid-itemw {
		width: 47.7%;
		margin-bottom: 4vw;
	}
	div.gutter-sizerw {
		width: 4.6%;
	}
	div.workseries {
		padding-left: 0;
		padding-top: 23vw;
	}
	div.exhibition {
		padding-left: 0;
		padding-top: 23vw;
	}
	div.singlenav {
		width: 100%;
		font-size: var(--tinyfontsize);
		margin-left: 0;
		border-bottom: 1px solid black;
		top: 25.2vw;
		display: none;
	}
	div.blockitem {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
		border-bottom: 1px solid black;
	}
	div.blockitem div.itemimg {
		order: 2;
		width: 100%;
		float: none;
	}
	div.blockitem img {
		width: 100%;
	}
	div.blockitem div.itemtxt {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	div.blockitem div.itemtxt div.metainfo {
		order: 1;
		margin-bottom: 0.66em;
	}
	div.iteminfo {
		order: 3;
	}
	div.studiolife {
		margin-left: 0;
		padding-top: 23vw;
		width: 100%;
	}
	div.studiolife div.year {
		margin-top: 1.8vw;
		margin-top: 0;
	}
	div.studiolifelist.withyear {
		padding-top: 0;
		margin-top: 0;
		margin-top: -1.8vw;
	}
	
	div.pagetitle {
		display: inline-block;
		position: fixed;
		left: 30vw;
		top: 9.8vw;
		font-size: var(--skfontsize);
		text-transform: capitalize;
		z-index: 1001;
	}
	div.cvyear {
		width: 20vw;
	}
	div.cvdesc {
		width: calc(100% - 20vw);
	}
}
