/* @override
	http://kuratorfuerkuenstler.de/css/basic.css
	http://curatorforartists.com/css/basic.css
 #### */

@import url("//hello.myfonts.net/count/347553");


@font-face {
	font-family: 'StempelGaramondLTPro-Roman';
	src: url('../fnt/347553_0_0.eot');
	src: url('../fnt/347553_0_0.eot?#iefix') format('embedded-opentype'),url('../fnt/347553_0_0.woff2') format('woff2'),url('../fnt/347553_0_0.woff') format('woff'),url('../fnt/347553_0_0.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'StempelGaramondLTPro-Roman';
	src: url('../fnt/347553_1_0.eot');
	src: url('../fnt/347553_1_0.eot?#iefix') format('embedded-opentype'),url('../fnt/347553_1_0.woff2') format('woff2'),url('../fnt/347553_1_0.woff') format('woff'),url('../fnt/347553_1_0.ttf') format('truetype');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'StempelGaramondLTPro-Roman';
	src: url('../fnt/347553_2_0.eot');
	src: url('../fnt/347553_2_0.eot?#iefix') format('embedded-opentype'),url('../fnt/347553_2_0.woff2') format('woff2'),url('../fnt/347553_2_0.woff') format('woff'),url('../fnt/347553_2_0.ttf') format('truetype');
	font-style: normal;
	font-weight: 800;
}

@font-face {
	font-family: 'StempelGaramondLTPro-Roman';
	src: url('../fnt/347553_3_0.eot');
	src: url('../fnt/347553_3_0.eot?#iefix') format('embedded-opentype'),url('../fnt/347553_3_0.woff2') format('woff2'),url('../fnt/347553_3_0.woff') format('woff'),url('../fnt/347553_3_0.ttf') format('truetype');
	font-style: italic;
	font-weight: 800;
}

/* @group Standards */

body {
	color: #404140;
	line-height: 131%;
	text-rendering: optimizeLegibility;
	background: url(../img/Standards/background2.png) center;
	font-size: 20px;
	font-family: StempelGaramondLTPro-Roman, Garamond, Cormorant, serif;
}

a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
}

nav a, nav a:hover {
	text-decoration: none;
}

a:visited {

}

a:focus {
	-moz-outline-style: none;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

.clearfloat {
	clear: both;
	display: block;
}

h1 {
	line-height: 120%;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 22px;
}

h2 {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

h3 {
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

.highlight {
	background-color: yellow;
}

.highlight_project {
	background-color: #02fdfd;
}

img[src*=svg] { width: 100%;}

/* @end */

/* @group wrapper */

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 1280px;
}

#wrapper > header {
	position: fixed;
	background: url(../img/Standards/background2.png) center 30px white;
	width: 100%;
	z-index: 100000;
	top: 0;
	left: 0;
	padding-bottom: 10px;
}

.inner {
	max-width: 1280px;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrapper > header a:hover {
	text-decoration: none;
}

#wrapper > header h1 {
	top: 36px;
	position: absolute;
	font-size: 16px;
	font-weight: bold !important;
	left: 5%;
	letter-spacing: -0.6px;
}

/* @end */

#logo a {
	text-decoration: none;
}

/* @group nav */

#main {
	height: 176px;
}

#main li {
	position: absolute;
}

.home {
	height: 67px;
	left: calc(50% - 83px);
	top: 108px;
}

.services {
	top: 42px;
	right: 284px;
	height: 45px;
}

.projects {
	top: 98px;
	right: 226px;
	height: 41px;
}

.blog {
	top: 70px;
	right: 127px;
	height: 46px;
}

.contact {
	right: 20px;
	top: 22px;
}

.statement {
	right: 20px;
	top: 42px;
}

.about {
	right: 16px;
	top: 64px;
}

.contact, .statement, .about {
	height: 20px;
}

#main img {
	height: 100%;
}

.search {
	top: 150px;
	background: url(../img/Standards/search.png) -7px no-repeat;
	background-size: 150px 30px;
	height: 40px;
	right: 154px;
	padding-left: 6px;
	width: 136px;
}

#main form input[type=text] {
	display: inline-block;
    background: transparent;
    border: none;
	width: 136px;
	font-size: 20px;
	font-family: StempelGaramondLTPro-Roman, Garamond, Cormorant, serif;
}

#main form input[type=text]:focus {
    outline: none;
}

#language {
	position: absolute;
	top: 111px;
	right: 10px;
}

#language img {
	height: 47px;
}

nav.hidden {
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0s;
	left: 20%;
	top: 71px;
	width: 80px;
}

nav.hidden.show {
	opacity: 1;
}

nav.hidden a {
	height: 23px;
	margin-bottom: 5px;
}

nav.hidden a.nav_services {
	width: 50px;
	height: 21px;
}

nav.hidden a.nav_projects {
	width: 30px;
}

/* @end */

/* @group content */

#content {
	margin-top: 242px;
}

.startblog {
	margin-top: 50px;
	margin-bottom: 15px;
}

article {
	margin-bottom: 50px;
}

.singlepage {
	padding-left: 5%;
	padding-right: 5%;
}

article li {
	margin-bottom: 1em;
}

article li:before {
	content: "•";
	margin-right: 6px;
	font-size: 12px;
}

article:after, section:after {
  content: "";
  display: table;
  clear: both;
}

.left {
	float: left;
	width: calc(50% - 40px);
}

.right {
	width: calc(50% - 40px);
	float: right;
}

.blogindex .right {
	margin-top: 7em;
}
.artists li {
	display: inline;
}

figure, .cite {
	background-image: url(../img/Standards/background_figure.png);
	padding: 20px;
	font-size: 0.8em;
	font-weight: bold;
}

.project_section figure {
	background-image: none;
}

.artistname {
	display: block;
	font-size: 120%;
	text-transform: uppercase;
	position: absolute;
	left: calc(50% + 25px);
}

.artistname.mobile {
	display: block;
	font-size: 120%;
	text-transform: uppercase;
	position: relative;
	left: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

.pos_right {
	right: 15%;
	width: calc(50% - 50px);
	text-align: right;
}

.pos_center {
	width: calc(50% - 50px);
	right: 15%;
	text-align: center;
}

.pos_left {
	left: calc(50% + 25px);
}

.owl-stage {
}

.cite {
	font-weight: bold;
	width: 30%;
}

.cite.center {
	margin-right: auto;
	margin-left: auto;
	margin-top: -28px;
}

figure.center {
	clear: both;
	width: calc(60% - 60px) !important;
}

figure img {
	width: 100%;
}

.images figure {
	width: calc(50% - 60px);
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	float: left;
}

.images figure.single {
	width: calc(60% - 60px);
	margin-left: 107px;
}

.owl-carousel .images figure img {
	width: auto;
	height: calc(100vh - 450px);
}

.owl-carousel .images figure {
	width: auto;
}

.owl-carousel .images figure figcaption {
}

/*.images figure.single.portrait {
	width: calc(50% - 60px);
}*/

.full .images figure {
	margin: 0 !important;
	float: none;
	background: none;
	padding: 0 !important;
}

figcaption {
	font-size: 76%;
	background-color: rgba(255, 255, 255, 0.60);
	z-index: 4;
	position: absolute;
	padding: 2px 5px;
	bottom: 27px;
	width: calc(100% - 50px);
	font-weight: bold;
	line-height: 110%;
	display: none;
}

.mobile figcaption {
	color: black !important;
	margin-bottom: 20px;
}

.full {
	background-image: url(../img/Standards/background_figure.png);
	padding: 5%;
}

.full figcaption {
	width: 100%;
	bottom: 0;
	color: black;
}

.full h2 {
	margin-bottom: 20px;
}

.place {
	font-size: 70%;
	margin-left: 20px;
}

.result .left {
	float: none;
}

.result figcaption {
	display: block;
	position: relative;
	background-color: transparent;
	width: 100%;
	bottom: 0;
}

figure:hover figcaption {
	display: block;
}

ul {
	margin-bottom: 1em;
}

h3 {
	padding-bottom: 1em;
}

h2 {
	margin-bottom: 2em;
}

.year {
	margin-bottom: 0;
}

.result h2, .result h3 {
	margin-bottom: 0;
}

nav h2 {
	margin-bottom: 10px;
	display: inline-block;
}

#content nav ul li {
	margin-left: 43px;
}

#content h2.projects {
	margin-bottom: -5px;
}

#content .projects_nav ul li {
	margin-left: 37px;
}

#content .projects_nav ul li p {
	margin: 0;
}

#content nav ul  {
	margin-bottom: 2em;
}

section {
	padding-top: 2em;
	padding-right: 5%;
	padding-left: 5%;
}

.project_section {
	background: url(../img/Standards/background_section.png) center;
}

.nav_services {
	background: url(../img/Standards/Buttons/services_categories_small.png) no-repeat;
	background-size: 36px;
	padding-left: 42px;
	display: block;
	height: 21px;
	font-size: 20px;
}

.hidden .column {
	float: left;
}

.column:nth-of-type(2) {
	margin-top: 20px;
	margin-left: 9px;
}

.jump {
	width: calc(50% - 80px);
	margin-left: 5%;
}

.nav_projects {
	background: url(../img/Standards/Buttons/projects_categories_small.png) no-repeat;
	text-indent: 36px;
	display: block;
	padding-top: 6px;
	height: 23px;
}

.am-schreibtisch {
	background-position: 0 -20px;
}

.in-der-öffentlichkeit {
	background-position: 0 -41px;
}

.exhibition, .ausstellung {
	background-position: 0 -62px;
}

.text	 {
	background-position: 0 -94px;
}

.catalogue-of-works, .werkverzeichnis {
	background-position: 0 -30px;
}

.aktuell, .actual {
	background-position: 0 -124px;
}

/* @end */

.previous, .next {
	position: absolute;
	top: 50%;
}

.previous {
	left: -40px;
}

.next {
	right: -40px;
}

.previous:before {
	content:  "      ";
	background: url(../img/Standards/pfeil_links.png) no-repeat;
	background-size: 30px 20px;
	display: inline-block;
}

.next:before {
	content:  "      ";
	background: url(../img/Standards/pfeil_rechts.png) no-repeat;
	background-size: 30px 20px;
	display: inline-block;
}

.page_contact div.text:nth-of-type(3) p {
	display: none;
}

.page_contact div.text:nth-of-type(3):hover p {
	display: block;
}

.page_contact div.text:nth-of-type(3) {
	float: none;
}

.page_contact div.text:nth-of-type(3) p:first-of-type {
	display: block;
}

.page_kontakt div.text:nth-of-type(3) p {
	display: none;
}

.page_kontakt div.text:nth-of-type(3):hover p {
	display: block;
}

.page_kontakt div.text:nth-of-type(3) {
	float: none;
}

.page_kontakt div.text:nth-of-type(3) p:first-of-type {
	display: block;
}

/* @group footer */

#wrapper {
	display: flow-root;
}


footer {
	margin: 50px 5% 20px;
	font-size: 76%;
	line-height: 110%;
}

footer p, footer ul, footer nav li {
	display: inline !important;
	font-weight: bold;
	font-size: 12px;
}

footer nav li:before {
	content: " – ";
}

.backtotop {
	margin-bottom: 10px;
	float: left;
	margin-left: calc(50% + 20px);
}

.backtotop a {
	margin-bottom: 10px;
}

.back {
	height: 20px;
	margin-left: 20px;
}

.backtotop a:before {
	content:  "      ";
	background: url(../img/Standards/pfeil_oben.png) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
}


/* @end */

@media screen and (max-width: 1280px) {

	#wrapper > header h1 {
		margin-left: 0;
	}

}

@media screen and (max-width: 860px) {

	body {
		background-position: left;
	}

	#wrapper > header {
		position: relative;
		background: none;
	}

	#wrapper > header h1 {
		position: absolute;
	}

	#main {
		height: 426px;
		position: relative;
	}

	.services {
		top: 192px;
	}

	.projects {
		top: 238px;
	}

	.blog {
		top: 216px;
	}

	.contact {
		top: 152px;
	}

	.statement {
		top: 172px;
	}

	.about {
		top: 194px;
	}

	main.contact, main.statement, main.about {
		height: auto;
	}

	.search {
		top: 260px;
		right: 20px;
	}

	#language {
		top: 212px;
	}

	nav.hidden.show {
		display: none;
	}

	#content {
		margin-top: 0;
	}

	.left {
		float: none;
		width: 100%;
	}

	.right {
		float: none;
		width: 100%;
	}

	.cite {
		width: calc(100% - 60px) !important;
		margin-bottom: 1em;
	}

	.images figure {
		position: relative;
		float: none;
		width: calc(100% - 60px) !important;
		margin: 0 !important;
	}

	.full .images figure {
		width: 100% !important;
	}

	.images {
		width: 100%;
	}

	.full .images figure img {
		width: 100% !important;
	}

	figcaption {
		display: block;
		position: relative;
		background-color: transparent;
		width: 100%;
		bottom: 0;
	}

	.project_section {
		background-image: none;
	}

	.single {
		margin: 0!important;
	}

	.jump {
		width: 90%;
	}

	.blogindex .right {
		display: block;
	}

}

@media only screen and (max-width : 480px) {

	.services {
		top: 171px;
		right: 163px;
	}

	.projects {
		top: 249px;
		right: 170px;
	}

	.blog {
		top: 210px;
		right: 112px;
	}

	.contact {
		top: 172px;
	}

	.statement {
		top: 192px;
	}

	.about {
		top: 214px;
	}

	.search {
		top: 292px;
		right: 15px;
	}

	#language {
		top: 241px;
	}

	.page_kontakt div.text:nth-of-type(3) p, .page_contact div.text:nth-of-type(3) p {
		display: block;
	}

	figcaption {
		color: black !important;
		margin-bottom: 20px;
	}

	.cite.center {
		margin-top: 0;
	}

	.project_section article {
		margin-bottom: 1em;
	}

	footer p, footer ul, footer nav li {
		display: block !important;
		margin-right: 0;
	}

}

@media print {

	nav {
		display: none;
	}

	footer {
		display: none;
	}

}
