* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
	list-style: none;
	-webkit-font-smoothing: antialiased;
	font-weight: inherit;
  box-sizing: border-box;
}
button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

/* first for IE 4–8 */
@font-face {
  font-family: UniversLight;
  src: url("fonts/univers-light.eot");
  font-weight: normal;
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: UniversLight;
  src: url("fonts/univers-light.woff") format("woff");
  font-weight: normal;
}

body {
	font-size: 13px;
	line-height: 1.5em;
	font-family: UniversLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	background: #fff;
	overflow: visible !important;
	color: #888;
	letter-spacing: 0.02em;
}

@media(min-width: 768px) {
  body {
    font-size: 15px;
  }
}
.edit-link {
	font-size: 15px;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a:focus {
	outline: 0;
}

#menu {
	-webkit-transition: height 0.4s;
	   -moz-transition: height 0.4s;
	    -ms-transition: height 0.4s;
	     -o-transition: height 0.4s;
	        transition: height 0.4s;
}
a,
.format-text a:hover h2,
.current li a {
	color: #999;
	text-decoration: none;
}

a:hover,
.current a,
h2,
.site-title a,
.current .current a,
.current li a:hover {
	color: #000;
}
/*
* Splash
*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
  transform: translateX(-200vw);
  opacity: 0;
  transition: opacity 400ms;
}
body.is-splash #splash {
  transform: none;
  opacity: 1;
}
body.is-splash {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body.is-splash #wrap {
	display: none;
}
#splash .b09-dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .1;
	z-index: 1;
	display: none;
}
#splash .background {
	-webkit-transform: translate3d(0, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/********************** SIDEBAR ***********************/

#sidebar {
	position: fixed;
	top: 2em;
	left: 2em;
	bottom: 2em;
	background: #fff;
	z-index: 3;
}
#sidebar .inner {
	margin: 2em;
}
#menu {
	position: absolute;
	top: 8em;
}
.child-categories,
.sort-list {
	display: none;
}
#sidebar .secondary {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.menu-toggle {
  display: block;
	position: absolute;
	position: absolute;
  right: 0.2em;
  top: 50%;
  transform: translateY(-50%);
	z-index: 1000;
	display: none;
}

.menu-toggle .handles {
	display: block;
	cursor: pointer;
}
.menu-toggle .handle {
	width: 19px;
	height: 2px;
	background: #000;
	margin-bottom: 4px;
	overflow: hidden;
}
.menu-toggle .handle:last-child {
  margin-bottom: 0;
}
/******************** ARCHIVE ************************/

.list-head {
	padding-left: 1px;
	font-size: 13px;
	position: absolute;
	top: -6em;
	display: none;
}
.toggle-list {
	margin: 0 0 15px 0;
}
.toggle {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	position: relative;
}
.toggle:after {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	content: "\f502";
	font-size: 10px;
	line-height: 0;
	position: absolute;
	right: 0;
	top: 12px;
}
.toggle.toggle-on:after {
	content: "\f405";
	font-size: 18px;
	right: -3px;
	top: 10px;
}

#content {
	position: relative;
	margin: 10em 0 40px 450px;
  transition: opacity 400ms ease-out;
}
.js #content:not(.is-visible) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: none;
}

.site-title {
  position: relative;
}
.site-title,
#menu ul,
h2,
.child-categories,
.sort-list,
#sidebar .secondary,
.all-big p {
	font-size: 1.7em;
  line-height: 1.3em;
}
.all-big .headline {
	display: none;
}
.archive_entry {
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
  padding-right: 2em;
}
.archive_entry.text-only {
	max-width: 550px;
}
.archive_entry .headline {
  hyphens: auto;
}
.archive_entry .text-only .headline {
	margin: 0 0 15px 0;
}
.archive_entry.visible {
	display: block;
}
.archive_entry.format-default {
	padding-bottom: 4%;
}
.archive_entry .float {
	float: left;
}
.float-wrap {
  display: block;
  overflow: hidden;
}
.archive_entry .float.left {
	width: 55%;
	margin-top: 3px;
  margin-bottom: 15px;
}
.archive_entry .float.right {
	width: 45%;
  padding-left: 1.5em;
}

.archive_entry .image,
.scaled-media {
	position: relative;
	background-color: rgba(0,0,0,0.1);

}
.archive_entry .scaled-media:after {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.archive_entry .permalink:hover .scaled-media.is-loaded:after {
	opacity: .2;
}
.archive_entry .image.complete img {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-in;
	   -moz-transition: opacity 0.4s ease-in;
	    -ms-transition: opacity 0.4s ease-in;
	     -o-transition: opacity 0.4s ease-in;
	        transition: opacity 0.4s ease-in;
}
/********************** SINGLE **********************/
#single {
	margin-bottom: 60px;
	margin-right: 30px;
}
.single-text > :not(hr),
.single-description > :not(hr) {
  max-width: 800px;
}
.single_images {
  margin-right: 150px;
  max-width: 1000px;
}
#single.hidden {
	display: none;
}
#single .post-link {
	display: none;
}
.single-text .description {
	margin-bottom: 30px;
}
.single_images_item {
  margin-bottom: 30px;
}
.single_images_item_description {
	padding-top: 5px;

}
.scrollbox {
	background: #fff;
}
.scrollbox .headline {
	margin: 0 0 30px 0;
}
.scrollbox-introduction {
	margin-left: 60px;
}
.scrollbox-element {
	margin-top: 150px;
}
.scrollbox-element .column {
	width: 340px;
	margin-right: 50px;
}
.format-text .text {
	display: none;
}

.scrollbox-title {
	top: 55px;
	left: 60px;
}

.scrollbox .next-post-link {
	display: block;
	height: 100%;
	vertical-align: center;
	background: #f1f1f1;
	width: 500px;
	position: relative;
	text-decoration: none;
}
.scrollbox .next-post-link:hover {
	background: #e4e4e4;
}
.scrollbox .next-post-link .next-post-inner {
	width: 300px;
	position: absolute;
	bottom: 35px;
	left: 35px;
}

.single_headline {
	margin: 0 130px 20px 0;
}
p, hr {
	margin: 0 0 1em 0;
}
hr {
  border: none;
  border-bottom: 1px solid #ccc;
}
p a,
p a:active,
p a:focus,
strong {
	color: #000;
}
p a:hover {
	color: #999;
}

.table {
	padding: .4em 0 0 0;
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #e1e1e1;
}
.table .row {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
}
.table .cell {
	float: left;
}
.table .cell-1 {
	width: 90px;
	margin-right: 20px;
	min-height: 2px;
	color: #000;
}
.table .cell-2 {
	width: 350px;
}

/*********************** PROJECTS-NAV ****************/
.projects-nav {
	position: fixed;
	top:4em;

	right: 2em;
	overflow: hidden;
	z-index: 2;
}
.home .projects-nav {
	z-index: -2;
}
.projects-nav .ui-button {
	display: block;
	float: left;
	width: 40px;
	height: 26px;
	position: relative;
	border-right: 1px solid rgba(0,0,0,0.2);
	cursor: pointer;
}
.projects-nav.is-inactive .single-button {
	visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.projects-nav .ui-button:hover .ui {
	opacity: .5;
}
.projects-nav .ui-button.scroll-project,
.projects-nav .ui-button.loader,
.projects-nav .ui-button.no-border {
	border: 0px none;
}
.ui-button .ui,
.scrollbox-nav .btnScroll .ui,
.scrollbox .next-post-link .ui {
	background-image: url(ap-ui-x2.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	background-size: 400px 400px;
	width: 25px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	margin-top: -13px;
}
.ui-button.scroll-project .ui,
.single .ui-button.next-project .ui {
	background-position: -110px 0px;
}
.ui-button.scroll-project.rewind .ui,
.single .ui-button.prev-project .ui {
	background-position: -148px 0px;
}
.single.has-scrollbox .ui-button.prev-project .ui {
	background-position: -35px 0px;
}
.single.has-scrollbox .ui-button.next-project .ui {
	background-position: -72px 0px;
}
.single.has-scrollbox #menus {
	display: none;
}

.ui-button.loader .ui,
.archive_entry .image,
.scaled-media {
	background-image: url(loader-x2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.archive_entry .image.complete {
	background-image: none;
}
.nobackgroundsize .ui-button.loader .ui,
.nobackgroundsize .archive_entry .image {
	background-image: url(loader.gif);
}
.scrollbox-nav {
	display: none;
}
@media (max-width: 1300px) {

	#menu {
		top: 100px;
	}

	#content {
		margin-left: 450px;
		margin-top: 130px;
	}
	.list-head {
		position: absolute;
		top: -4.5em;
	}

	.projects-nav {
		position: absolute;
	}
	.table .cell {
		float: none;
		width: 100% !important;
	}
	.cell-1 p {
		margin: 0;
	}
  .single_images {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .archive_entry .float {
    float: none;
    width: 100% !important;
  }
  .archive_entry .float.right {
    padding-left: 0;
  }

}
@media (max-width: 1000px) {
	#menu {
    position: relative;
    top: auto;
    margin-top: 1em;
  }
	#sidebar {
		top: 0px;
		left: 0px;
		width: 100%;
		bottom: auto;
		border-bottom: 1px solid #dadada;
		box-shadow: 0px 3px 5px rgba(0,0,0,.05);
	}
	#sidebar .inner {
		margin: 1em;
	}
	.scrollbox-title {
		top: 15px;
		left: 15px;
	}
	.scrollbox-introduction {
		margin-left: 15px;
	}
	#sidebar .secondary {
		position: relative;
		bottom: auto;
		left: auto;
	}
	#single {
		margin-right: 0px;
		max-width: none;
	}
	#single img,
  #single video {
		width: 100%;
		height: auto;
	}
	#menus {
		display: none;
	}
	#menus.opened {
		display: block;
	}
	#content {
		margin: 6em 15px 20px 15px;
	}
	.archive_entry {
		max-width: none;
    padding-right: 0;
	}

	.menu-toggle {
		display: block;
	}
	.list-head {
		position: relative;
		top: auto;
	}
	.scrollbox-element {
		margin-top: 85px;
	}
  .projects-nav {
    top: 6em;
    right: 0.5em;
  }
	/* .projects-nav {
		position: fixed;
		padding: 0;
		top: 1.3em;
		right: 1em !important;
	}

	.ui-button.next-project,
	.ui-button.prev-project {
		display: none;
	}
	.ui-button.close-project {
		border: 0;
	} */
}

.scrollbox-element video {
  height: 100%;
  width: auto;
}

.scaled-media_inner {
  position: relative;
  height: 0;
}
.scaled-media_inner .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img.lazyload {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
img.is-loaded {
  opacity: 1;
}

/*
* related-entries
*/
.related-entries_title {
  padding: 4% 0 4%;
  max-width: 1000px;
  padding-right: 2em;
}
.related-entries .archive_entry.format-default {
  padding-bottom: 2%;
}