/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('pt-sans-narrow-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('pt-sans-narrow-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('pt-sans-narrow-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('pt-sans-narrow-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('pt-sans-narrow-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('pt-sans-narrow-v17-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-700 - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('pt-sans-narrow-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('pt-sans-narrow-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('pt-sans-narrow-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('pt-sans-narrow-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('pt-sans-narrow-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('pt-sans-narrow-v17-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'League Gothic';
	src: url('leaguegothic-regular-webfont.eot');
	src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('leaguegothic-regular-webfont.woff') format('woff'),
	url('leaguegothic-regular-webfont.ttf') format('truetype'),
	url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Reset */
* {
	outline: none;
}

/* Html */
html {
	overflow-x: hidden;
}

/* Body */
body {
	background-color: #ffffff;
}

/* Fonts */
body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	color: #666666;
    -webkit-font-smoothing: antialiased;
}
h1 {
	font-family: 'League Gothic';
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #665FAD;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
	font-family: 'League Gothic';
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #665FAD;
	margin-bottom: 20px;
}
h3 {
	font-family: 'League Gothic';
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #665FAD;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #665FAD;
	margin-bottom: 20px;
}
h5 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.rte h5 {
	margin-bottom: 10px;
}
h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}
p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}
em,
i {
	font-style: italic;
}
a {
	color: #666666;
	text-decoration: none;
}
h1 a,
h2 a,
h3 a {
	color: #665FAD;
}
.no-touch a:hover {
	color: #000000;
}
.rte a {
	color: #665FAD;
	text-decoration: underline;
}
.line {
	position: relative;
	z-index: 10;
}
.line span {
	display: inline-block;
	padding-right: 10px;
	background-color: #ffffff;
}
.line:after {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	content: "";
	border-bottom: 1px solid #DEDEDE;
}
strong {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}

/* Arrow Links */
a.arrow_right,
.rte a.arrow_right {
	display: inline-block;
	height: 17px;
	line-height: 17px;
	background: url(../img/sprite_icons.png) no-repeat -6px -374px;
	padding-left: 16px;
	color: #666666;
	text-decoration: none;
}
.no-touch a.arrow_right:hover,
.no-touch .rte a.arrow_right:hover {
	background-position: -6px -419px;
}

/* Buttons */
a.button,
.rte a.button {
	display: inline-block;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	/*text-transform: uppercase;*/
	padding: 0 20px 0 40px;
	min-width: 158px;
	border: 1px solid #d9d9d9;
	background: url(../img/sprite_icons.png) no-repeat #fafafa;
	color: #666666;
	text-decoration: none;
}
.no-touch a.button:hover,
.no-touch .rte a.button:hover {
	color: #000000;
	text-decoration: none;
	background-color: #f1f1f1;
}
a.button.arrow_right,
.rte a.button.arrow_right {
	background-position: 8px 0px;
}
.no-touch a.button.arrow_right:hover,
.no-touch .rte a.button.arrow_right:hover {
	background-position: 8px -45px;
}
a.button.pdf {
	background-position: 8px -180px;
}

/* Layout */
.centered {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

/* Header */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 100;
}
#header .top {
	height: 60px;
	background-color: #ffffff;
}
.rgba #header .top {
	background-color: rgba(255, 255, 255, 0.95);
}

/* Logo */
#logo {
	display: block;
	position: absolute;
	left: 0;
	top: 22px;
	width: 140px;
	height: 17px;
	background: url(../img/galerie_m29.svg) no-repeat;
}
.no-svg #logo {
	background: url(../img/galerie_m29.png) no-repeat;
}
#logo span {
	display: none;
}

/* Menu Main */
.menu_main {
	position: absolute;
	right: 0;
	top: 18px;
}
.menu_main li {
	display: block;
	float: left;
	padding-left: 45px;
}
.menu_main a {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #666666;
	text-decoration: none;
	padding: 0 15px;
}
.no-touch .menu_main a:hover,
.menu_main .active a {
	color: #665FAD;
	border-bottom: 1px solid #665FAD;
}

/* Menu Sub */
.menu_sub {
	position: absolute;
	left: 0;
	top: 87px;
}
.menu_sub ul ul {
	margin-left: 10px;
}
.menu_sub a {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.03em;
	color: #666666;
	text-decoration: none;
	white-space: nowrap;
}
.no-touch .menu_sub a:hover {
	color: #000000;
}
.no-touch .menu_sub .active a,
.menu_sub .active a {
	color: #665FAD;
	text-decoration: underline;
}
.no-touch .menu_sub .active li a {
	color: #666666;
	text-decoration: none;
}

/* Footer */
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	z-index: 100;
}
#footer .top {
	height: 40px;
	background-color: #ffffff;
}
.rgba #footer .top {
	background-color: rgba(255, 255, 255, 0.95);
}
#footer .centered {
	border-top: 1px solid #ababab;
}

/* Copyright */
#footer .copyright {
	float: right;
	font-size: 14px;
	line-height: 36px;
	color: #000000;
	margin-left: 10px;
}

/* Menu Footer
.menu_footer {
	float: right;
}
.menu_footer li {
	display: block;
	float: left;
	padding-left: 30px;
}
.menu_footer .first {
	padding-left: 0;
} */
.menu_footer a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
}
.menu_footer a.contact {
	font-family: 'League Gothic';
	font-size: 20px;
	line-height: 39px;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #665FAD;
	text-transform: uppercase;
	float: left;
}
.menu_footer a.imprint {
	float: right;
}
.no-touch .menu_footer a:hover {
	color: #665FAD;
	text-decoration: underline;
}

/* Main */
#main {
	padding: 85px 0;
}

/* Fancybox */
.fancybox:after {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: url(../img/zoom.png) no-repeat 0px 0px;
	z-index: 20;
	content: "";
}
.no-touch .fancybox:hover:after {
	background-position: 0 -30px;
}
.rgba .fancybox-overlay {
	background: none;
	background-color: rgba(255, 255, 255, 0.8);
}
.fancybox-skin {
	background-color: #ffffff;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0px 0px 4px 0px #cccccc;
	box-shadow: 0px 0px 4px 0px #cccccc;
}
.fancybox-title {
	min-height: 28px;
}
.fancybox-title p {
	padding-bottom: 0;
}
.fancybox-close {
	width: 23px;
	height: 23px;
	background: url(../img/sprite_fancybox.png) no-repeat 0px 0px;
	right: 15px;
	top: auto;
	bottom: 15px;
	z-index: 8060;
}
.fancybox-nav span {
	width: 100px;
	height: 100px;
	background: url(../img/sprite_fancybox.png) no-repeat;
	margin-top: -50px;
}
.fancybox-prev span {
    background-position: 0 -23px;
    left: 0;
}
.fancybox-next span {
    background-position: 0 -123px;
    right: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
.fancybox-close {
	background-image: url(../img/sprite_fancybox.png);
	background-size: auto;
}
.fancybox-prev span, .fancybox-next span {
	background-image: url(../img/sprite_fancybox.png);
	background-size: auto;
}
}

/* Photoswipe */
div.ps-caption {
	text-align: left;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
}
div.ps-caption span {
	font-weight: 700;
	text-transform: uppercase;
}

/*body.ps-active,
body.ps-building,
div.ps-active,
div.ps-building,
div.ps-document-overlay,
div.ps-uilayer,
div.ps-zoom-pan-rotate {
	background: #ffffff;
}
div.ps-caption,
div.ps-toolbar {
	background: rgba(255, 255, 255, 0.8) !important;
}*/

/* Home */
.tid7 h1 {
	display: none;
}
.tid7 h2 {
	text-transform: uppercase;
}
.tid7.detail .opening_date {
	border-bottom: none;
}
.tid7 #home_gallery {
	text-align: center;
}

/* Exhibitions Overview */
.tid1 h1 {
	display: none;
}
.tid1 h2 {
	margin-left: 240px;
	padding-top: 30px;
	border-top: 1px solid #DEDEDE;
}
.tid1 article.first h2 {
	padding-top: 0;
	border-top: none;
}
.tid1 h3.line {
	margin-left: 240px;
	margin-bottom: 10px;
}
.tid1 .block {
	margin-left: 240px;
	padding-bottom: 40px;
}
.tid1 .block .left {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	text-align: center;
}
.tid1 .block .right {
	float: right;
	width: 460px;
}
.tid1 .block .right p.top {
	margin-bottom: 9px;
	border-bottom: 1px solid #DEDEDE;
	text-transform: uppercase;
}

/* Artists Overview */
.tid3 h1 {
	display: none;
}
.tid3 article.top {
	padding-bottom: 30px;
}
.tid3 article li {
	display: block;
	float: left;
	width: 25%;
	font-size: 18px;
	padding-bottom: 10px;
}
/*.tid3 article.top li a {
	color: #665FAD;
	text-decoration: underline;
}*/
.no-touch .tid3 article.top li a:hover {
	color: #665FAD;
	text-decoration: underline;
}
.tid3 article.bottom li {
	color: #999999;
}

/* Publications Overview */
.tid6 h1 {
	display: none;
}
.tid6 .block {
	padding-top: 30px;
}
.tid6 h3.line {
	margin-bottom: 10px;
}
.tid6 .block .left {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	text-align: center;
}
.tid6 .block .right {
	float: right;
	width: 700px;
}
.tid6 .block .right p.top {
	text-transform: uppercase;
}
.tid6 .block .right p.bottom {
	margin-bottom: 9px;
	border-bottom: 1px solid #DEDEDE;
	text-transform: uppercase;
}

/* Home, Exhibition, Artist */
.detail header {
	text-align: center;
}
.detail h4 {
	line-height: 19px;
	min-height: 19px;
}
.detail h4 span {
	padding: 0 10px;
}
.detail h4 .prev,
.detail h4 .next {
	display: block;
	width: 20px;
	height: 19px;
	background: url(../img/sprite_icons.png) no-repeat #ffffff;
}
.detail h4 .prev {
	float: left;
	background-position: 0 -462px;
}
.no-touch .detail h4 .prev:hover {
	background-position: 0 -507px;
}
.detail h4 .next {
	float: right;
	background-position: 100% -372px;
}
.no-touch .detail h4 .next:hover {
	float: right;
	background-position: 100% -417px;
}
.detail .artists,
.detail .subline {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #DEDEDE;
}
.detail .opening_date,
.detail .description {
	padding: 6px 0 8px 0;
	border-bottom: 1px solid #DEDEDE;
}
.detail .pager_wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}
.detail .pager_wrap .prev,
.detail .pager_wrap .next {
	position: absolute;
	top: 20px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: none;
}
.detail .pager_wrap .prev {
	left: 0;
}
.detail .pager_wrap .next {
	right: 0;
}
.detail #pager img {
	display: none;
	float: left;
	margin: 0 20px 20px 0;
	opacity: 0.25;
	cursor: pointer;
}
.detail #pager img:nth-child(12n) {
	margin-right: 0;
}
.no-touch .detail #pager img:hover,
.detail #pager .active {
	opacity: 1;
}
.detail #pager .last {
	margin-right: 0;
}
.detail #gallery {
	float: left;
	width: 460px;
	position: relative;
}
.detail #gallery div {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}
.opacity .detail #gallery div {
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.detail #gallery .active {
	display: block;
	z-index: 10;
}
.opacity .detail #gallery .active {
	opacity: 1;
}
.detail #gallery div {
	text-align: center;
}
.detail #gallery div a {
	display: inline-block;
	position: relative;
	max-width: 100%;
}
.detail #gallery div h6 {
	text-align: left;
	padding-top: 5px;
}
.detail #gallery div p {
	text-align: left;
	font-size: 16px;
	padding-bottom: 0;
}
.detail #text {
	float: right;
	width: 460px;
	padding-bottom: 30px;
}
.detail aside {
	padding-top: 20px;
}
.detail aside li {
	padding-bottom: 20px;
}
.detail article footer {
	height: 19px;
	font-size: 16px;
	line-height: 19px;
	z-index: 100;
	display: none;
}
.detail article footer a {
	display: block;
	height: 19px;
	background: url(../img/sprite_icons.png) no-repeat #ffffff;
}
.no-touch .detail article footer a:hover {
	color: #000000;
}
.detail article footer .prev {
	float: left;
	padding: 0 10px 0 20px;
	background-position: 0 -462px;
}
.detail article footer .prev:hover {
	background-position: 0 -507px;
}
.detail article footer .next {
	float: right;
	padding: 0 20px 0 10px;
	background-position: 100% -372px;
}
.detail article footer .next:hover {
	float: right;
	background-position: 100% -417px;
}
.detail article footer a span {
	background-color: transparent;
    display: inline;
    padding-right: 0;
}

/* Exhibition */
.tid2.detail aside {
	border-top: 1px solid #DEDEDE;
}

/* Artist, Publication */
.toggle {
	position: relative;
	border-bottom: 1px solid #DEDEDE;
	min-height: 51px;
}
.toggle.first {
	margin-top: -15px;
}
.toggle.last {
	border-bottom: none;
}
.toggle .toggler {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 460px;
	height: 31px;
	background: url(../img/sprite_toggler.png) no-repeat 419px 0px;
	cursor: pointer;
}
.no-touch .toggle .toggler:hover {
	background-position: 419px -31px;
}
.toggle .toggler.active {
	right: 10px;
	width: 31px;
	background-position: 0px -62px;
}
.no-touch .toggle .toggler.active:hover {
	background-position: 0px -93px;
}
.toggle h5 {
	padding-top: 15px;
	margin-bottom: 0;
}
.toggle .hidden {
	display: none;
}
.toggle .hidden .padding {
	padding: 20px 0 30px 0;
}

/* Artist */
.tid4 article header {
	padding-bottom: 5px;
	margin-bottom: 40px;
	border-bottom: 1px solid #DEDEDE;
}
#biography {
	border-bottom: 1px solid #DEDEDE;
}
#exhibitionsSingle li,
#exhibitionsGroup li {
	padding-bottom: 10px;
	font-size: 18px;
}
#exhibitionsSingle .last,
#exhibitionsGroup .last {
	padding-bottom: 0;
}

/* Publication */
.tid5 article header {
	margin-bottom: 40px;
}
.tid5 #gallery div {
	width: 100%;
	text-align: center;
}
.tid5 .edition,
.tid5 .extract {
	padding-bottom: 30px;
}
.tid5 .edition.last,
.tid5 .extract.last {
	padding-bottom: 0;
}
.tid5 .edition .left {
	display: block;
	float: left;
	width: 100px;
	padding-top: 5px;
	position: relative;
}
.tid5 .edition .left:after {
	right: 10px;
}
.tid5 .edition .right {
	float: right;
	width: 340px;
}
.tid5 .summary {
	margin-bottom: 36px;
}

/* Standard */
.tid8 h1 {
	display: none;
}

/* Responsive */

/* 768 */
@media screen and (max-width: 1023px) {
.centered {
	width: 700px;
}
.menu_main li {
	padding-left: 20px;
}
.menu_main a {
	font-size: 18px;
	line-height: 26px;
}
.menu_sub {
	display: none;
}
a.button {
	min-width: 118px;
}
.tid1 h2,
.tid1 .block,
.tid1 h3.line {
	margin-left: 0;
}
.tid3 article li {
	width: 33%;
}
.tid6 .block .right {
	width: 460px;
}
.detail #text,
.detail #gallery {
	width: 340px;
}
.tid5 .edition .left {
	width: 80px;
}
.tid5 .edition .right {
	width: 240px;
}
.detail #pager img:nth-child(12n) {
	margin-right: 20px;
}
.detail #pager img:nth-child(9n) {
	margin-right: 0;
}
}
/* 320 */
@media screen and (max-width: 767px) {
.centered {
	width: 90%;
}
#menu_main_toggle {
	position: absolute;
	right: 0;
	top: 22px;
	height: 15px;
	width: 18px;
	background: url(../img/menu_main_toggle.png) no-repeat;
}
.menu_main {
	display: none;
	top: 60px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #DEDEDE;
}
.menu_main li {
	float: none;
	padding: 0;
	border-top: 1px solid #DEDEDE;
}
.menu_main a {
	float: none;
	padding: 5px 0;
	text-align: center;
	font-size: 20px;
	border-bottom: 0 !important;
}
#footer .copyright,
.menu_footer a {
	font-size: 12px;
}
.menu_footer li {
	padding-left: 10px;
}
#main {
	padding: 75px 0;
}
.tid1 #main article,
.tid3 #main article,
.tid6 #main article {
	text-align: center;
}
.tid6 #main article.left {
	text-align: left;
}
.tid1 .block .left,
.tid1 .block .right,
.tid6 .block .left,
.tid6 .block .right {
	float: none;
	width: 100%;
}
.tid1 .line span,
.tid3 .line span,
.tid6 .line span {
	padding-left: 10px;
}
.tid3 article li {
	width: 100%;
}
.detail .pager_wrap {
	display: none;
}
.detail #text {
	min-height: inherit !important;
}
.detail #text,
.detail #gallery {
	float: none;
	width: 100%;
}
.detail #main #gallery div {
	display: none !important;
	position: relative;
}
.detail #main #gallery div.first {
	display: block !important;
	opacity: 1 !important;
}
.detail #main #gallery div.first a {
	margin-bottom: 20px;
}
.tid2.detail #main #gallery div.first a {
	margin-top: 20px;
}
.detail #main #gallery div.first img {
	max-height: 320px;
}
.detail #gallery div h6,
.detail #gallery div p {
	display: none;
}
.detail footer a.prev span,
.detail footer a.next span {
	display: none;
}
.toggle.first {
	margin-top: 0;
}
.tid5 .edition .left {
	float: right;
}
.tid5 .edition .right {
	float: left;
	width: 65%;
}
.fancybox:after {
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-size: 20px;
}
.tid5 .edition .left:after {
	right: 5px;
}
.no-touch .fancybox:hover:after {
	background-position: 0 -20px;
}
}