@charset "UTF-8";
/* CSS Document */



/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	font: 62.5%/1.5em 'loraregular', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background: rgb(249,249,249);
    color: rgb(45,45,43);
}

a {
	transition: 0.5s ease-in-out; 
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

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

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}

.background-cover {
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.multiply {
	mix-blend-mode: multiply;
}
.shadow {
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.scale:hover,
.scale:focus {
    transform: scale(.95);
}

.box-sizing {
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.stretch {
	align-self: stretch;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'abelregular';
	font-weight: normal;
    text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h1 {
    font-size: 3.5em;
    line-height: 1.2em;
    letter-spacing: 0.2em;
}
h2 {
    font-size: 2.1em;
    line-height: 1.2em;
    letter-spacing: 0.11em;
    margin-bottom: 1em;
}
#main #post p + h2 {
    margin-top: 3em;
}
h3 {
    font-size: 1.9em;
    line-height: 1.2em;
    letter-spacing: 0.11em;
}
#gallery h3,
#collect h3 {
    margin-bottom: 1em;
}
#main p + h3 {
    margin-top: 2.4em;
}
h4 {	
}
h5 {	
}
p, #main ul, #main ol {
    margin: 0;
    padding: 0;
}
#main p, footer p, #main ul, #main ol {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
#main ul {
	list-style: none;
	padding: 0 0 0 0;
}
#main ul li {
	padding-left: 1em;
    position: relative;
}
#main ul li:before {
	content: " • ";
	position: absolute;
	left: 0;
    top: 0;
	font-size: 1.2em;
}
#main ol {
    margin-left: 1em;
}
i, em,
.font-italic {
	font-style: normal;
    font-family: 'loraitalic';
}
.font-italic strong {
    font-family: 'lorabold_italic';
}
b, strong {
	font-weight: normal;
    font-family: 'lorabold';
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
.inside {
    margin: 0 auto;
    width: 90em;
    box-sizing: border-box;
}
.extended-full {
    width: 100vw;
}

/* flex */
#header,
#header-right,
#footer,
#footer-right,
.flex-columns {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flex-columns {
    margin-top: 4em;
}
.flex-columns .item {
    width: 48.333333333333336%; /* 435/900 */
}
#collect .flex-columns .item {
    align-self: stretch;
    border: 1px solid rgb(240,228,216);
    box-sizing: border-box;
    padding: 2.3em;
    margin-bottom: 3em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header {
    position: relative;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
    height: 14em;
    padding: 5em;
    box-sizing: border-box;
    z-index: 100;
}
.start #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    color: rgb(249,249,249);
}
#header-right {
    position: relative;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTENT                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
    padding-top: 10em;
    padding-bottom: 10em;
    box-sizing: border-box;
}
.work #main {
    height: 100vh;
    padding-top: 28vh;
    margin-top: -14em;
}
#main a {
    text-decoration: underline;
}
#main #gallery a,
#main p.play a {
    text-decoration: none;
}
#main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}
#main p.play {
    background-repeat: no-repeat;
    background-image: url("images/play-button.svg");
    background-position: left top;
    background-size: 1.4em;
    padding-left: 2em;
    margin-top: -0.8em;
    transition: 0.5s ease-in-out;
}
#main p.play:hover,
#main p.play:focus {
    margin-left: 0.5em;
}

/* video-banner */
#video-banner {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgb(45,45,43);
    display: grid;
    place-items: center;
}
video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width:100%;
    height:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*&::-webkit-media-controls {
    display:none !important;
  }*/
}
#video-banner .work-titel {
    position: absolute;
    left: 5em;
    bottom: 6em;
    background: rgba(249,249,249,0.9);
    padding: 0.8em 1.6em;
    transition: 0.5s ease-in-out;
}
#video-banner .work-titel:hover,
#video-banner .work-titel:focus {
    transform: scale(.97);
}
#video-banner .work-titel a {
    font-family: 'abelregular';
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-size: 2.2em;
    line-height: 1.2em;
}

/* sections */
section#work-description {
    margin-bottom: 8em;
}
section#work-add,
section#exhibitions {
    margin-top: 8em;
}

/* gallery */
#gallery {
    margin-left: 5em;
}
#gallery img {
    height: 50em;
    width: auto;
    margin-bottom: 2em;
}
#gallery .slide {
    width: auto;
    margin-right: 1.5em;
    transition: 0.5s ease-in-out;
}
#work #gallery .slide:hover,
#work #gallery .slide:focus {
    transform: scale(.98);
}
#gallery .slick-next,
#gallery .slick-prev {
    display: block;
    position: absolute;
    top: 22.5em;
    width: 5em;
    height: 5em;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: rgba(249,249,249,0.9);
    background-image: url("images/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em;
    z-index: 99;
}
#gallery .slick-next {
    right: 5em;
}
#gallery .slick-prev {
    right: 11.5em;
    transform: rotate(180deg);
}





/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer {
    margin-top: auto;
    position: relative;
    background: rgb(240,228,216);
    padding: 4em 5em 8em 5em;
    z-index: 100;
}
.start #footer {
    margin-top: 100vh;
    background: rgb(249,249,249);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#menu {
    margin-top: 1.4em;
}
#sub-nav {
    margin-top: 0.4em;
}
#menu ul {
}
#menu ul > li,
#sub-nav ul > li {
    display: inline-block;
    margin-left: 2.4em;
}
#menu ul > li > a,
#sub-nav ul > li > a {
    font-family: 'abelregular';
    font-size: 1.6em;
    line-height: 1.2em;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}
#menu ul > li > a:hover,
#menu ul > li > a:active,
#menu ul > li > a:focus,
#menu ul > li.current-menu-item > a,
#sub-nav ul > li > a:hover,
#sub-nav ul > li > a:active,
#sub-nav ul > li > a:focus,
#sub-nav ul > li.current-menu-item > a {
    border-bottom: 1px solid rgb(45,45,45);
}
.start #menu ul > li > a:hover,
.start #menu ul > li > a:active,
.start #menu ul > li > a:focus {
    border-bottom: 1px solid rgb(249,249,249);
}

#header .social-media {
     margin-top: 1.6em;
}
#footer .social-media {
     margin-top: 0.6em;
}
.social-media {
    margin-left: 3em;
}
.social-media li {
    display: inline-block;
    margin-left: 1.4em;
}
.social-media img {
    width: 1.4em;
}

/* responsive-nav */
.open-nav,
.close-nav {
	display: none;
}
.open-nav {
    padding-top: 1.4em;
}
.start .open-nav {
    color: rgb(249,249,249);
}
.close-nav {
    text-align: right;
    padding: 5.4em 2em 0 2em;
}
.toggle-button {
    font-family: 'abelregular';
    font-size: 2em;
}
.toggle-button:hover,
.toggle-button:focus {
    opacity: 0.6;
}





