/* ==========================================================================
	Common
   ========================================================================== */
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=810f848b-e99b-444b-98de-fd0e7b856b89&fontids=694421");
@font-face{
	font-family:"DIN Next W02 Medium";
	src:url("../fonts/694421/2cf657c7-a3a0-4365-8704-c88d1e7e7e59.eot?#iefix");
	src:url("../fonts/694421/2cf657c7-a3a0-4365-8704-c88d1e7e7e59.eot?#iefix") format("eot"),url("../fonts/694421/97b0cc11-9afb-4a2f-93b7-e1b5c40d80a6.woff") format("woff"),url("../fonts/694421/2cfb9022-3dc0-4b24-8e91-2df7bd55dd37.ttf") format("truetype"),url("../fonts/694421/7c8e4086-96df-4b91-905e-3b25c81d55a9.svg#7c8e4086-96df-4b91-905e-3b25c81d55a9") format("svg");
}

html {
	height: 100%;
}

body {
	font-family: "DIN Next W02 Medium";
	height: 100%;
	font-size: 100%;
}

hr {
	border-top: 2px solid #000;
}
.home hr.zaesur {
	border-top: 0px solid #999;
	margin-top: 0px;
}
hr.zaesur {
	border-top: 8px solid #999;
	margin-top: 40px;
}
hr.zaesur.last {
	visibility: hidden;
}

/* ==========================================================================
	Mobiles Menu
   ========================================================================== */
#mobile-menu {
	position: fixed;
	width: 100%;
	z-index: 50;
}
#mobile-menu #toggle-menu {
	background-color: #fff;
	height: 40px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mobile-menu #toggle-menu .button {
	color: #000;
	cursor: pointer;
	font-size: 1rem;
	height: 40px;
	left: 0;
	margin: 0;
	position: absolute;
	width: 50px;
	z-index: 110;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mobile-menu #toggle-menu .button p {
	color: #000;
	cursor: pointer;
	font-size: 1rem;
	margin: 0;
	position: absolute;
	left: 45px;
	top: 10px;
	z-index: 110;
}
#mobile-menu #toggle-menu .button:before {
	border-color: #000;
	border-bottom: 11px double #000;
	border-top: 4px solid #000;
	content: "";
	height: 18px;
	left: 20px;
	position: absolute;
	top: 11px;
	width: 28px;
}
#mobile-menu nav#main-menu {
	display: none;
	width: 100%;
}
#mobile-menu nav#main-menu ul#main-navi {
	background-color: #fff;
	margin: 0 0 0;
	padding: 0 20px 0 20px;
}
#mobile-menu nav#main-menu ul#main-navi li {
	border-top: 1px solid #000;
	font-family: 'DIN Next W02 Medium', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 9px 0 9px 0;
	text-transform: uppercase;
}
#mobile-menu nav#main-menu ul#main-navi li:last-child {
	border-bottom: 1px solid #000;
}
#mobile-menu nav#main-menu li a {
	color: #000;
}
#mobile-menu nav#main-menu li a.active {
	color: rgba(0, 0, 0, 0.6)
}

/* ==========================================================================
	Structure
   ========================================================================== */
.container {
	max-width: 1600px;
	width: auto;
}
.info-pages .navbar {
	margin-bottom: 50px;
	position: relative;	
}
.navbar {
	position: absolute;
	top: 60px;
	width: 100%;
	z-index: 20;
}

.container>.navbar-header {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#navbar {
	display: none;
}

.jumbotron {
	height: 100%;
	position: relative;
	z-index: 0;
}

.jumbotron.joining {
	background: url("../media/joining-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.susi-pop-shannon-bool {
	background: url("../media/susi-pop-shannon-bool-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.tim-roda {
	background: url("../media/tim-roda-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.haraguchi-locher-vece {
	background: url("../media/haraguchi-locher-vece-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.anja-lutz {
	background: url("../media/anja-lutz-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.esther-friedmann {
	background: url("../media/esther-friedmann-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.mary-weatherford {
	background: url("../media/mary-weatherford-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.boro {
	background: url("../media/boro-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.anja-schwoerer {
	background: url("../media/anja-schwoerer-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.the-silent-baroque-revisited {
	background: url("../media/the-silent-baroque-revisited-exhibition.jpg") center top no-repeat;
	background-size: cover;
}
.jumbotron.architecture-and-photography {
	background: url("../media/architecture-and-photography-exhibition.jpg") center top no-repeat;
	background-size: cover;
}

.jumbotron .container {
	max-width: 1600px;
	width: auto;
}

.jumbotron .text {
	position: absolute;
	bottom: 5%;
	z-index: 10;
}

.row {
	margin: 0;
}

.col-md-12 {
	margin: 0;
	padding: 0;
}
footer {
	display: none;
}


/* ==========================================================================
	Headline
   ========================================================================== */
h1 {
	color: #000;
	font-family: 'DIN Next W02 Medium', sans-serif;
	font-size: 2.8em;
	font-weight: 400;
}

h2 {
	color: #000;
	font-family: 'DIN Next W02 Medium', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

h3 {
	color: #000;
	font-family: 'DIN Next W02 Medium', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}
h4 {
	color: #000;
	font-family: 'Times New Roman', serif;
	font-size: 2.2rem;
	padding: 2px 0 0 0;
}

.navbar-header h1 {
	color: #000;
	font-family: 'DIN Next W02 Medium', sans-serif;
	font-size: 3rem;
	margin: 0;
}

.navbar-header h3 {
	font-family: 'DIN Next W02 Medium', sans-serif;
	font-size: 2rem;
	margin: -2px 0 0 0;
}

.jumbotron .text h2, .row h2 {
	font-family: 'DIN Next W02 Medium', sans-serif;
	font-size: 3.3rem;
	line-height: 110%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.jumbotron .text h3, .row h3 {
	font-family: 'DIN Next W02 Medium', sans-serif;
	font-size: 2.3rem;
	line-height: 110%;
	margin: 0;
	padding: 0;
}

.row h2 {
	margin: 45px 0 0 0;
}
.row h2.text-pages {
	margin: 45px 0 20px 0;
}

.row h3 {
	margin: 0 0 43px 0;
}
.row h3.text-pages {
	margin: 60px 0 20px 0;
}

/* ==========================================================================
	Text
   ========================================================================== */
p {
	color: #000;
	font-family: 'Times New Roman', serif;
}

.row p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 130%;
	margin: 0 0 27px 0;
}

p.right {
	float: right;
}

p.flex-caption {
	margin: 20px 0 0 0;
	text-align: center;
}

.artists.active, .references.active {
	color: #000;
}

/* ==========================================================================
	Spalten
   ========================================================================== */
div.references-artists {
	width: 100%;
}
div.references-artists a {
	color: #808080 !important;
}
div.references-artists a.active {
	color: #000 !important;
}
div.references-artists p {
	margin: 0 0 10px 0;
}

/* ==========================================================================
	List
   ========================================================================== */
#navbar ul {
	margin: 0;
}

#navbar li {
	font-size: 2rem;
	float: none;
	margin: 0 0 20px 0;
}

#navbar li:last-child {
	margin: 0;
}

ul.picturelist {
	align-items: center;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
	margin: 40px 0 10px 0;
	width: 100%;
}

.picturelist li {
	float: left;
	margin: 0 6% 20px 0;
	width: 47%;
}

.picturelist li:nth-child(2n) {
	margin-right: 0;
}

.picturelist li figure {
	display: table;
	margin: 0 0 8% 0;
}
ul.references-headline {
	float: left;
	margin: 35px 0 30px 0;
	width: 100%;
}
ul.references-headline li {
	float: left;
	margin: 0;
	width: 100%;
}
ul.references-headline li h2 {
	margin: 10px 0 0;
}
ul.references-headline li h2 a {
	color: #808080 !important;
}
ul.references-headline li h2 a:hover {
	color: #000 !important;
	text-decoration: none !important;
}
#artists, #references {
	color: #808080;
	cursor: pointer;
}
#artists.active, #references.active {
	color: #000;
}

/* ==========================================================================
	Link
   ========================================================================== */
a {
	text-decoration: none;
	transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}
.navbar h1 a, .navbar h3 a {
	color: #000;
}
.navbar h1 a:hover, .navbar h3 a:hover {
	color: #000;
	text-decoration: none;
}
#navbar li a {
	color: #000;
	font-family: 'DIN Next W02 Medium', sans-serif;
	text-transform: uppercase;
}

.container .row a {
	color: #000;
}
.container .row a.download-link {
	color: #44C3F3;
}

.flexslider1 a {
	color: #000;
}
div.references-artists a {
	color: #000;
}

/* ==========================================================================
	Picture
   ========================================================================== */
.picturelist li img {
	width: 100%;
}

.flexslider ul {
	align-items: center;
	display: flex;
    flex-flow: row wrap;
}
.flexslider .slides figure {
	display: table;
	margin: 0 auto;
}
.flexslider .slides img {
	margin: 0 auto;
	width: 100%;
}
.flexslider2 .slides img {
	margin: 0 auto;
}

/* ==========================================================================
	Arrows
   ========================================================================== */
.next-artist {
	position: relative;
	float: right;
	margin: 0 20px 0 0;
	top: 65%;
	width: auto;
	z-index: 20;
}
a.next-artist:hover, a.next-artist:active, a.next-artist:focus {
	text-decoration: none;
}
a .arrow-next-artist:before {
	background-color: none;
	color: rgba(0, 0, 0, 1);
	content: '>';
	font-size: 50px;
	font-family: 'Times new roman', sans-serif;
	font-weight: 600;
	padding: 0;
}
a:hover .arrow-next-artist:before {
	color: rgba(0, 0, 0, 0.6);
}
span.arrow-next-artist {
	display: block;
	line-height: 100%;
} 
   
   
.go-top {
	bottom: 0;
	display: none;
	position: fixed;
	right: 20px;
}
a.go-top:hover, a.go-top:active, a.go-top:focus {
	text-decoration: none;
}
a .icon-angle-up:before {
	background-color: none;
	color: rgba(0, 0, 0, 1);
	content: '^';
	font-size: 60px;
	font-family: 'Times new roman', sans-serif;
	font-weight: 600;
	padding: 0;
}
a:hover .icon-angle-up:before {
	color: rgba(0, 0, 0, 0.6);
}
span.icon-angle-up {
	display: block;
	line-height: 100%;
}


/* ==========================================================================
	Flexslider
   ========================================================================== */
.flex-direction-nav a.flex-next::before {
	content: '>';
}
.flex-direction-nav a::before {
	color: rgba(0, 0, 0, 0);
	content: '<';
	font-family: 'Times new roman', sans-serif;
	font-size: 50px;
	font-weight: 600;
	padding-top: 0px;
}
.flex-direction-nav a {
    color: rgba(0, 0, 0, 0);
    height: 50px;
    margin: -25px 0 0;
	text-shadow: none;
    top: 44%;
    width: 50px;
}
.flexslider:hover .flex-next {
    opacity: 0;
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    opacity: 0;
}
.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
    opacity: 0;
}
#flexslider1 div.flexslider {
    margin: 10px 0 0 0;
}
#flexslider1 div.flexslider p.flex-caption {
    margin: 20px 0 0 0;
}
#flexslider2 div.flexslider {
    margin: 10px 0 0 0;
}

#flexslider2 div.flexslider span {
    text-transform: uppercase;
}
#flexslider2 div.flexslider p.flex-caption {
    margin: 20px 0 0 0;
}

/* ==========================================================================
	Media Query
   ========================================================================== */
@media screen and (min-width:520px) {
	div.references-artists {
		column-count: 2;
	}
	div.references-artists p {
		margin: 0 0 20px 0;
	}
	ul.references-headline {
		margin: 0 0 30px 0;
	}  
	ul.references-headline li {
		margin: 0 65px 0 0;
		width: auto;
	}
	ul.references-headline li:last-child {
		margin: 0 65px 0 0;
	}
	ul.references-headline li h2 {
		margin: 45px 0 0;
	}
}

@media screen and (min-width:680px) {
	#mobile-menu {
		display: none;
	}
	.info-pages .navbar {
		margin-bottom: 20px;
		margin-top: 60px;
		position: static;
	}
	.navbar {
		top: 60px;
	}
	.container>.navbar-header {
		float: left;
		margin: 0;
		width: auto;
	}
	#navbar {
		display: inline;
		float: right;
		margin: 27px 0 0 0;
	}
	#navbar li {
		float: left;
		margin: 0 20px 0 0;
	}
	a .arrow-next-artist:before {
		font-size: 80px;
	}
	.jumbotron .text {
		bottom: auto;
		max-width: 80%;
		top: 60%;
	}
	.jumbotron .text h2, .row h2 {
		font-size: 5.4rem;
	}
	.jumbotron .text h3, .row h3 {
		font-size: 4rem;
	}
	ul.picturelist {
		margin: 90px 0 90px 0;
	}
	.picturelist li {
		margin: 0 6% 45px 0;
		width: 20.5%;
	}
	.picturelist li:nth-child(2n) {
		margin-right: 6%;
	}
	.picturelist li:nth-child(4n) {
		margin-right: 0;
	}
	#flexslider1 div.flexslider {
		margin: 60px 0 0 0;
	}
	#flexslider2 div.flexslider {
    	margin: 60px 0 80px 0;
	}
	#flexslider1 div.flexslider p.flex-caption, #flexslider2 div.flexslider p.flex-caption {
    	margin: 60px 0 0 0;
	}
	.flex-direction-nav a::before {
		color: rgba(0, 0, 0, 1);
	}
	.flex-direction-nav a {
    	color: rgba(0, 0, 0, 1);
    	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	}
	.flexslider:hover .flex-next {
		opacity: 0.7;
	}
	.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
		opacity: 1;
	}
	.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
    	opacity: 0.6;
	}
	.flex-direction-nav a::before {
		font-size: 80px;
	}
	.flex-direction-nav a {
  	  	height: 80px;
    	margin: -40px 0 0;
    	width: 80px;
	}
	.row p {
		font-size: 2.2rem;
	}
	ul.references-headline li {
		margin: 0 65px 60px 0;
	}
	a .icon-angle-up:before {
		font-size: 80px;
	}
	hr.zaesur.last {
		visibility: visible;
	}
	footer {
		display: inline;
		float: left;
	}
	footer ul {
		float: left;
	}
	footer ul li {
		float: left;
		margin: 0 60px 0 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	footer ul li:last-child {
		margin: 0;
	}
	footer ul li p {
		font-size: 2.2rem;
		margin: 0 0 20px 0;
	}
	footer ul li a {
		color: #44c3f3 !important;
	}
}

@media screen and (min-width:1200px) {
	.navbar {
		top: 60px;
	}
	.container>.navbar-header {
		width: auto;
		margin: 0;
	}
	.navbar-header h1 {
		font-size: 8.1rem;
		margin: 0 0 0 -5px;
	}
	.navbar-header h3 {
		font-size: 4.4rem;
	}
	#navbar {
		float: right;
		margin: 92px 0 0 0;
	}
	#navbar li {
		font-size: 3.1rem;
		margin: 0 40px 0 0;
	}
	#navbar li:last-child {
		margin: 0;
	}
	.jumbotron .text {
		max-width: 85%;
	}
	div.references-artists {
		column-count: 3;
	}
	div.references-artists p {
		margin: 0 0 30px 0;
	}
}
@media screen and (min-width:1410px) {
	div.references-artists {
		column-count: 4;
	}
	div.references-artists p {
		margin: 0 0 35px 0;
	}
}

@media screen and (min-width:1620px) {
	.container>.navbar-header {
		margin: 0 0 0 70px;
	}
	#navbar {
		margin: 92px 110px 0 0;
	}
	#navbar li {
		margin: 0 70px 0 0;
	}
	.jumbotron .text {
		margin: 0 0 0 70px;
	}
	.row {
		margin: 0 70px 0 70px;
	}
	div.references-artists {
		column-count: 5;
	}
	div.references-artists p {
		margin: 0 0 40px 0;
	}
}