@font-face {
	font-family: 'Univers Next Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Univers Next Pro Regular'), url('fonts/univers-next-pro-regular-58f40dcc81e4f.woff') format('woff');
}
@font-face {
	font-family: 'Univers Next Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Univers Next Pro Bold'), url('fonts/univers-next-pro-bold-58f40d9eaccce.woff') format('woff');
}

/* Global settings */
body, img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
	list-style-type: none;
	text-decoration: none;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
}
textarea,
body {
	color: #000;
	font-family: 'Univers Next Pro Regular', Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 23px;
}
table, td, tr, th {
	border-spacing: 0;
	vertical-align: middle;
	border-collapse: collapse;
}
label {
	display: block;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.loadable {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
sup {
	vertical-align: super;
	font-size: 70%;
	line-height: 80%;
}
a {
	color: #000;
}
a.selected,
a:hover {
	opacity: 0.5;
}
.description a {
	text-decoration: underline;
}

/* Layout */
body {
}
#logo,
#ajax_popup h1{
	font-family: 'Univers Next Pro Regular', sans-serif;
	font-size: 17px;
    line-height: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	color: #000;
}
body.home #logo a {
	color: #fff;
}
#container {
}
#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 60px;
	z-index: 1000;
	box-sizing: border-box;
	padding: 20px;
	background: transparent;
	/*transition: 0.5s;*/
}

#menu {
	float: right;
	display: none;
}
#menu li {
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
}
#menu > ul > li {
	margin-left: 10px;
	position: relative;
} 
#menu li .children {
	display: none;
	position: absolute;
	left: -5px;
	width: 140px;
}
#menu_button {
    display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url('../img/menu.svg') no-repeat;
	background-size: 100%;
	width: 30px;
	height: 39px;
	cursor: pointer;
}
#menu_button.close {
	background: url('../img/close.svg') no-repeat;
	background-size: 100%;
}

@media only screen and (min-width: 1280px) {
	#header:hover {
		background: #fff;
		/*transition: 0.5s;*/
	}
	#header:hover #logo a {
		color: #000;
	}
	#header:hover #menu {
		display: block;
		transition: 0.5s;
	}
	#menu li:hover .children {
		display: block;
		background-color: #fff;
		padding: 5px 5px 5px 5px;
	}
	#menu li:hover .children li {
		display: block;
	}
}

#content {
}
#footer {
}



/* Fonts */
.title {
	font-family: 'Univers Next Pro Bold';
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.5px;
}
.author {
	margin-top: 10px;
}
.text a {
	text-decoration: underline;
}
.text strong {
	font-weight: normal;
	font-family: 'Univers Next Pro Bold';
}
.text .phone {
	text-decoration: none;
}

/* Ajax popup */
#ajax_popup {
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255, 0.7);
}
#ajax_popup .wrapper {
	width: 50%;
	max-width: 500px;
	min-height: 150px;
	background: #fff;
	padding: 20px;
	position: absolute;
	z-index: 1000000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#ajax_popup .wrapper .close {
	right: 10px;
	top: 10px;
}
#ajax_popup h1 {
	margin-bottom: 20px;
	float: none;
}

/* Slideshows */
.slideshow,
.slideshow .slides,
.slideshow .slides li {
	width: 100%;
    height: 100vh;
	position: relative;
	z-index: 500;
	overflow: hidden;
	text-align: left;
}
.slideshow a:hover {
	opacity: 1;
}
.slideshow .description {
	position: absolute;
	z-index: 600;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 20px;
}
.slideshow .next,
.slideshow .prev {
	position: absolute;
	z-index: 550;
	cursor: pointer;
	width: 30%;
	top: 200px;
	bottom: 200px;
	/*top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 55px;*/
}
.slideshow .next {
	right: 20px;
}
.slideshow .next:hover {
	background: url('../img/arrow_right.svg') no-repeat right 20px center;
	background-size: 25px;
}
.slideshow .prev {
	left: 20px;
}
.slideshow .prev:hover {
	background: url('../img/arrow_left.svg') no-repeat 20px center ;
	background-size: 25px;
}
.slideshow .down {
	cursor: pointer;
	z-index: 600;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	width: 55px;
	height: 30px;
	background: url('../img/arrow_down_white.svg') no-repeat;
	background-size: 100%;
}


/* Items */
.grid {
	position: relative;
}
.item {
	box-sizing: border-box;
	width: 19.9%;
	overflow: hidden;
	float: left;
}
.item .thumbnail img {
	width: 100%;
	display: block;
}


/* Press */
.item .name {
	display: none;
}


/* Home */
#home .slideshow .description {
	color: #fff;
	text-align: left;
	background: transparent;
	/*transition: 0.5s;*/
}
#home .slideshow .description a {
	color: #fff;
	text-decoration: none;
}
#home .slideshow .description .text {
	height: 0;
	width: 60%;
	max-height:0;
	overflow: hidden;
	/*transition: 0.5s;*/
}
/*#home .slideshow .description:hover a,
#home .slideshow .description:hover {
	color: #000;
	background: #fff;
	transition: 0.5s;
}
#home .slideshow .description:hover .text {
	height: auto;
	transition: 0.5s;
	max-height: 100px;
}*/
#home .slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home .slideshow .next:hover {
	background: url('../img/arrow_right_white.svg') no-repeat right 20px center;
	background-size: 25px;
}
#home .slideshow .prev:hover {
	background: url('../img/arrow_left_white.svg') no-repeat 20px center ;
	background-size: 25px;
}

/* Works */
#works {
	padding-top: 100px;
}
/*#works .slideshow {
	margin-bottom: 20px;
}
#works .slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#works .slideshow .description {
	color: #fff;
}
#works .slideshow .next:hover {
	background: url('../img/arrow_right_white.svg') no-repeat right 20px center;
	background-size: 25px;
}
#works .slideshow .prev:hover {
	background: url('../img/arrow_left_white.svg') no-repeat 20px center ;
	background-size: 25px;
}
*/
#works .results {
	display: grid;
	grid-template-columns: 50% 50%;
}
#works .results article.work {
	box-sizing: border-box;
	padding-bottom: 50px;
}
#works .results article.work img {
	max-width: 100% !important;
}
#works .results article.work:nth-child(even) {
	padding-left: 10px;
	text-align: left;
}
#works .results article.work:nth-child(odd) {
	padding-right: 10px;
	text-align: right;
}
#works .results article.work .text {
	padding-top: 10px;
}
#work .slideshow .fit img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#work .slideshow .normal img {
	max-width: 85%;
	max-height: 85%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#work .slideshow .small img {
	max-width: 50%;
	max-height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#work .details {
	width: 800px;
	box-sizing: border-box;
	margin: auto;
	padding: 100px 0;
}
#work .title {
	margin-bottom: 40px;
}
#work .description {
	padding-bottom: 30px;
}
#work .presentation,
#work .place,
#work .material,
#work .dimensions,
#work .timing,
#work .date {
	margin-top: 20px;
}
#work .details a {
	text-decoration: underline;
}

#video {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	z-index: 1001;
}
#video .wrapper {
	width: 1000px;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
}
#video .wrapper video {
	width: 100%;
}
#video .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 39px;
	cursor: pointer;
	background: url('../img/close.svg') no-repeat;
	background-size: 100%;
	font-size: 0;
}




/* News */
#news {
	padding-top: 100px;
}
#news .results article {
	width: 1080px;
	margin: auto;
	margin-bottom: 50px;
}
#news .results article .thumbnail {
	width: 300px;
	margin-right: 20px;
	float: left;
}
#news .results article .thumbnail img {
	width: 100%;
}
#news .results article .details {
	float: right;
	width: 760px;
}
#news .results article .title {
	line-height: 32px;
}
#news .results article .date {
	margin-top: 20px;
}
#news .results article .description,
#news .results article .place,
#news .results article .url {
	margin-top: 10px;
}
#news .results article .url a {
	text-decoration: underline;
}



/* HTML + text */
#text,
#html {
	padding: 100px 0;
	width: 980px;
	margin: auto;
}
#text .text,
#html .text {
	margin-top: 30px;
}


/* Texts */
#texts {
	width: 1080px;
	margin: auto;
	padding: 100px 10px;
}
#texts .item {
	width: 33.32%;
	padding-bottom: 33.32%;
	position: relative;
}
#texts .item .date {
	position: absolute;
	right: 20px;
	top: 20px;
}
#texts .item .type {
	margin-bottom: 15px;
}
#texts .item .author {
	margin: 0;
}
#texts .item .catcher {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding-right: 20px;
}
#texts .item h2 {
	font-family: 'Univers Next Pro Bold';
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
}
#texts .item .wrapper {
	padding: 20px;
	border: 0.5px solid #000;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
#text .text {
	padding-top: 30px;
}
#text .text a {
	text-decoration: underline;
}
#text .link {
	margin-top: 10px;
	text-decoration: underline;
}
#text .context {
	font-style: italic;
	margin-top: 60px;
}
#text .about {
	font-style: italic;
	margin-top: 10px;
}

/* Press */
#press {
	width: 1080px;
	margin: auto;
	padding: 100px 10px;
}
#press .item {
	width: 33.32%;
}
#press .item .wrapper {
	padding: 10px;
}
#press .item .wrapper .thumbnail {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#press .item .wrapper .thumbnail img {
	width: 100%;
	height: 100%;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	object-fit: cover;
}


/* Contact */
#contact h1 {
	font-weight: normal;
}


















