/*
Theme Name: Nairs
Theme URI: https://nairs.ch
Description: Custom Theme for Nairs
Author: Roger Burkhard
Author URI: http://www.rogerburkhard.com
*/

/*------------------------------------------------------
THE BIG FAT RESET
------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, header, footer {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------
IMPORT FONTS
------------------------------------------------------*/

@font-face {
    font-family: 'Spezia Medium';
    src: url('styles/fonts/Spezia-Medium.eot');
    src: url('styles/fonts/Spezia-Medium.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/Spezia-Medium.svg#raleway') format('svg'),
    	 url('styles/fonts/Spezia-Medium.woff2') format('woff2'),
         url('styles/fonts/Spezia-Medium.woff') format('woff'),
         url('styles/fonts/Spezia-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Spezia Semibold';
    src: url('styles/fonts/Spezia-SemiBold.eot');
    src: url('styles/fonts/Spezia-SemiBold.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/Spezia-SemiBold.svg#raleway') format('svg'),
    	 url('styles/fonts/Spezia-SemiBold.woff2') format('woff2'),
         url('styles/fonts/Spezia-SemiBold.woff') format('woff'),
         url('styles/fonts/Spezia-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------
GENERAL
------------------------------------------------------*/

html {
	background: #fff;
	margin:0 !important;
	-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	height: 100%;
	font: normal 20px/26px 'Spezia Medium', Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	overflow-x:hidden;
	overflow-y:scroll;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

body.noscroll {
	overflow: hidden;
}

body.wait, body.wait a {
	cursor:wait;
	overflow-y:hidden;
}

#wpadminbar {
	display:none !important;
}

div:focus {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

::selection {
  background: #000;
  color:#fff;
}

::-moz-selection {
  background: #000;
  color:#fff;
}

a::selection {
	color:#fff !important;
}

a::-moz-selection {
	color:#fff !important;
}

/*------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-family: 'Spezia Semibold', Helvetica, Arial, Verdana, sans-serif;
	font-size:30px;
	line-height:30px;
	letter-spacing: -0.05em;
}

h2, .page_header.no_big_image h4, .highlight_exibhition_teaser .event_teaser h2 {
	font-size:70px;
	line-height: 65px;
	margin-bottom: 20px;
	letter-spacing: -0.04em;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 2;
	hyphenate-limit-last: always;
}

.event_teaser h2, .teaser_title {
	font-size:50px;
	line-height: 52px;
	letter-spacing: -0.04em;
}

.page_air h2, .page_stiftungsrat h2, .page_im_gespraech h2 {
	margin-bottom:40px;
}

h3, .form_content input.submit_form {
	font-size:30px;
	line-height: 35px;
	letter-spacing: -0.02em;
}

h4, .page_header .introduction_text, nav ul li a, .archive_list .event_teaser h2  {
	font-size:30px;
	line-height: 34px;
	letter-spacing: -0.04em;
}

h5, .archive_list .event_teaser h3 {
	font-size:20px;
	line-height: 24px;
}

p {
	margin-bottom: 18px;
	hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;   
    hyphenate-limit-zone: 8%;
}

b, strong {
	font-weight: normal;
}

/*------------------------------------------------------
GENERAL LINKS
------------------------------------------------------*/

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	-webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/* Firefox Hack to elmininate that ugly dotted line */
:focus {
	-moz-outline-style: none;
}

/*------------------------------------------------------
IMAGES
------------------------------------------------------*/

img {
	border: none 0;
}

/*------------------------------------------------------
VIDEO
------------------------------------------------------*/

video {
	outline: 0;
	-moz-outline-style: none;
}

/* Responsive iFrame */

.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------------------
CLEAR
------------------------------------------------------*/

.clear {
	clear: both;
}

/*------------------------------------------------------
Focus Input & Textarea
------------------------------------------------------*/

input, textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	resize: none;
}

textarea:focus, input:focus, select:focus {
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="button"], button {
   outline:none !important;
}
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
   border: 0 !important;
}

/*------------------------------------------------------
WYSIWIG CONTENT
------------------------------------------------------*/

/* Paragraph */

.wysiwig_text p {
	display: block;
	margin-bottom:15px;
}

.flexible_content_row {
	padding-bottom:35px;
}

.flexible_content_row.wysiwig_text {
	max-width:960px;
}

.flexible_content_row.wysiwig_text p::last-child {
	margin-bottom:0;
}

/* Title */

.wysiwig_text span.title_in_text,
.event_preview_text span.title_in_text {
	display: block;
	font-size:30px;
	line-height: 35px;
}

.wysiwig_text span.title_in_text_big {
	font-size:70px;
	line-height: 65px;
	margin-bottom: 20px;
	letter-spacing: -0.05em;
}

/* Image */

.wysiwig_text img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom:15px;
}

.wysiwig_text ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    margin-bottom:25px;
}
.wysiwig_text ul > li:before {
    display: inline-block;
    content: "—";
    width: 1.2em;
    margin-left: -1.2em;
}

/* Links */

.link_box {
	display: block;
	margin-bottom:15px;
}

.event_teaser .link_box {
	margin-bottom:0;
}

.wysiwig_text a, a.link_element {
	display:inline-block;
	position: relative;
	color:#000;
}

body.page-template-default a.link_element  {
	margin-bottom:40px;
}

a.link_element {
	display: table;
}

.wysiwig_text a:after, a.link_element:after {
	content:'';
	display: inline-block;
	position: absolute;
	width: 27px;
	height: 1px;
	background: #000;
	bottom:-0;
	left:0;
	-webkit-transition:width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.3s ease;
	transition:width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.3s ease;
}

.wysiwig_text a.go_to_slide:after {
	display:none;
}

.wysiwig_text a:hover, a.link_element:hover {
	color:#7da49d;
}

.wysiwig_text a:hover:after, .link_type_file:hover:after {
	width: 100%;
	background: #7da49d;
}

/* Link extern and Download */

.wysiwig_text a.link_download,
a.link_type_file.link_type_file {
	display: block;
	padding-left:21px;
	background: url('images/icon_download.svg') no-repeat top 8px left;
	background-size:11px 11px;
	-webkit-transition:background 0.3s ease;
	transition:background 0.3s ease;
}

.wysiwig_text a.link_download:hover,
a.link_type_file.link_type_file:hover {
	background: url('images/icon_download_hover.svg') no-repeat top 13px left 3px;
	background-size:11px 11px;
}

.wysiwig_text a.link_download:after,
a.link_type_file.link_type_file:after {
	display: none;
}

/* Video */

.wysiwig_text .video_wrap {
	display: block;
	margin-bottom:25px;
}

/* Image Gallery */

.wysiwig_text .slider_gallery_wrapper {
	display: block;
}

/*------------------------------------------------------
MEMBER BUTTON
------------------------------------------------------*/

a.member_button {
	display: block;
	opacity: 1;
	z-index: 10000;
	cursor:pointer;
	position: fixed;
	bottom:34px;
	left:34px;
	width: 140px;
	height: 140px;
	font-size:16px;
	line-height: 19px;
	text-align: center;
	border:1px solid #000;
	border-radius:50%;
	-webkit-transition:opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
	transition:opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
}

a.member_button:hover {
	background: #000;
	color:#fff;
}
 
a.member_button:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

a.member_button span {
	display: inline-block;
	vertical-align: middle;
	width: 99%;
}


@media all and (max-height: 920px) and (min-width: 0) {
	a.member_button {
		display: none !important;
	}
	body.home a.member_button {
		display: block !important;
	}
}

@media all and (max-height: 800px) and (min-width: 0) {
	a.member_button, body.home a.member_button {
		display: none !important;
	}
}

/*------------------------------------------------------
WRAPPER
------------------------------------------------------*/

#wrapper {
	display: block;
	opacity: 0;
	position: relative;
	margin-left:236px;
	margin-right:0;
	margin-bottom:30px;
	min-height: 100vh;
	z-index: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s ease-out;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s ease-out;
}

#wrapper.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#wrapper .inside_content {
	display: block;
	margin-left:115px;
	margin-right:36px;
}

.page_agenda, .page_single_event, .page_interventionen, 
.page_shop, .page_air, .page_header.no_big_image, .page_stiftungsrat,
.page_archiv, .page_archiv_events, .page_single_artist,
.page_medienmitteilungen, .page_medienberichte, .page_presse {
	padding-top:208px;
}

/*------------------------------------------------------
HEADER
------------------------------------------------------*/

header {
	position: absolute;
	z-index: 200;
	left:0;
	right:0;
	top:0;
	z-index: 2;
}

header a.logo {
	display: block;
	width: 280px;
	height: 100px;
	position: fixed;
	left:36px;
	top: 36px;
}

header a.logo span.logo_split_1, header a.logo span.logo_split_2 {
	display: block;
	opacity: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}

header a.logo span.logo_split_1 {
	background: url('images/nairs_logo_split_1.svg') no-repeat center center;
	background-size:100% 100%;
}

header a.logo span.logo_split_2 {
	background: url('images/nairs_logo_split_2.svg') no-repeat center center;
	background-size:100% 100%;
}

header h1.byline {
	display: block;
	position: absolute;
	cursor:pointer;
	right:55px;
	top:43px;
	z-index: 200;
}

header h1.byline a {
	display: table;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

header h1.byline a:hover {
	color: #7da49d;
}

/*------------------------------------------------------
HOME ANIMATION
------------------------------------------------------*/

body.page-template-home header a.logo span.logo_split_1,
body.page-template-home header a.logo span.logo_split_2 {
	opacity: 0;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s ease-out;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s ease-out;
}

body.page-template-home header a.logo span.logo_split_1 {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

body.page-template-home header a.logo span.logo_split_2 {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

body.page-template-home header a.logo.show span.logo_split_1,
body.page-template-home header a.logo.show span.logo_split_2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body.page-template-home header h1.byline a {
	opacity: 0;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s ease-out;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s ease-out;
}

body.page-template-home header h1.byline a.line_1
body.page-template-home header h1.byline a.line_3 {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

body.page-template-home header h1.byline a.line_2 {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

body.page-template-home header h1.byline.show a {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/

nav {
	display: block;
	position: fixed;
	top:0;
	left:38px;
	padding-top:208px;
	padding-bottom:38px;
	bottom:0;
	overflow-x:hidden;
	overflow-y:auto;
	width: 200px;
	z-index: 1;
}

nav::-webkit-scrollbar {
    display: none;
}

nav.nav_mobile {
	display: none;
}

nav.nav_desktop {
	display: block;
}

body.home nav.nav_desktop {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s ease-out;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s ease-out;
}

body.home nav.nav_desktop.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

nav ul {
	list-style: none;
}

nav ul li.menu-item-498,
nav ul li.menu-item-508,
nav ul li.menu-item-524,
nav ul li.menu-item-529 {
	margin-bottom:14px;
}

nav ul li.menu-item-498 ul.sub-menu,
nav ul li.menu-item-508 ul.sub-menu,
nav ul li.menu-item-524 ul.sub-menu,
nav ul li.menu-item-529 ul.sub-menu {
	padding-bottom:11px;
}

nav ul li a {
	position: relative;
	color:#000;
	padding-left:0;
	-webkit-transition:padding 0.2s ease-out, color 0.3s ease-out;
	transition:padding 0.2s ease-out, color 0.3s ease-out;
}

nav ul li.current-menu-item > a, nav ul li.current-menu-item > a:hover,
body.single-veranstaltungen nav ul li.post-id-425 > a,
body.single-ausstellungen nav ul li.post-id-435 > a,
ul.sub-menu li.current-page-ancestor a,
body.single-air nav ul li.post-id-478 > a,
body.single-artists nav ul li.post-id-478 > a,
body.type_ausstellungen.status_archive nav ul li.post-id-480 > a,
body.type_veranstaltungen.status_archive nav ul li.post-id-482 > a,
body.single-interventionen nav ul li.post-id-441 > a {
	color:#7da49d;
}

body.type_ausstellungen.status_archive nav ul li.post-id-435 > a,
body.type_veranstaltungen.status_archive nav ul li.post-id-425 > a {
	color:#000;
}

nav ul li a:hover {
	color:#7da49d;
}

/*------------------------------------------------------
SUB NAVIGATION
------------------------------------------------------*/

ul.sub-menu {
	display: none;
	padding-bottom:25px;
}

nav ul li.current-menu-item ul.sub-menu,
nav ul li.current_page_parent ul.sub-menu,
nav ul li.current-page-ancestor ul.sub-menu,
body.single-air nav ul li.post-id-476 ul.sub-menu,
body.single-artists nav ul li.post-id-476 ul.sub-menu,
body.type_ausstellungen.status_archive li.post-id-476 ul.sub-menu,
body.type_veranstaltungen.status_archive li.post-id-476 ul.sub-menu,
body.single-interventionen li.post-id-435 ul.sub-menu {
	display: block;
}

ul.sub-menu li a {
	font-size:20px;
	line-height: 25px;
	padding-bottom:25px;
}

/*------------------------------------------------------
LANGUAGE SWITCH
------------------------------------------------------*/

ul.sub-menu.lang_switch {
	display: block;
	margin-top:4px;
}

ul.sub-menu.lang_switch li.current-lang {
	display: none;
}

/*------------------------------------------------------
MOBILE NAVIGATION
------------------------------------------------------*/

.mobile_nav {
	display: none;
	position: absolute;
	left:8px;
	top:62px;
	padding-top:15px;
	width: 18px;
	bottom:0;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.2s ease-out 0.3s;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.2s ease-out 0.3s;
}

body.page-template-home .mobile_nav {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

body.page-template-home .mobile_nav.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.mobile_nav.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.mobile_nav.active {
	position: fixed;
}

.mobile_nav a.hamburger {
	display: none;
	position: relative;
	width: 100%;
	height: 12px;
	cursor:pointer;
}

.mobile_nav span.line {
	position: absolute;
	left:0;
	right:0;
	height: 1px;
	background: #000;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mobile_nav span.line.line_1 {
	top:0;
}

.mobile_nav span.line.line_2 {
	top:50%;
	margin-top:-1px;
}

.mobile_nav.active span.line.line_1 {
	left: 3px;
	width: 13px;
	top: 1px;
	transform: rotate(45deg);
	-webkit-transform: -webkit-rotate(45deg);
	transform-origin: top left;
	-webkit-transform-origin: top left;
}

.mobile_nav.active span.line.line_3 {
	width: 13px;
	left: 2px;
	bottom: 1px;
	transform: rotate(-45deg);
	-webkit-transform: -webkit-rotate(-45deg);
	transform-origin: top left;
	-webkit-transform-origin: top left;
}

.mobile_nav.active span.line.line_2 {
	opacity: 0;
}

.mobile_nav span.line.line_3 {
	bottom:0;
}

.mobile_nav .current_section_outer {
	display: block;
	opacity: 0;
	position: absolute;
	top:35px;
	left:-1px;
	right:0;
	bottom:0;
	font-size:14px;
	line-height: 18px;
	overflow: visible;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}

.mobile_nav .current_section_outer .current_section {
	position: absolute;
	width: 220px;
	text-align: right;
	top: 99px;
	left: 50%;
	padding-right: 3px;
	transform: translateX(-50%) rotate(-90deg);
	white-space: nowrap;
	cursor:pointer;
}

/*------------------------------------------------------
SLIDER GALLERY Fullscreen
------------------------------------------------------*/

.slider_gallery_wrapper.fullscreen_gallery {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.event_teaser .slider_gallery_wrapper.fullscreen_gallery {
	margin-bottom:0;
}

/* Gallery */

.slider_gallery_wrapper.fullscreen_gallery .single_image,
.slider_gallery_wrapper.fullscreen_gallery .slider_gallery_outer,
.slider_gallery_wrapper.fullscreen_gallery .slider_gallery,
.slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slick-list,
.slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slick-track,
.slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slide {
	display: block;
	width: 100%;
	height: 100%;
}

.highlight_exhibition .slider_gallery,
.highlight_exhibition .slider_gallery_outer {
	height:auto;
	overflow:hidden;
}

.highlight_exhibition .slider_gallery .slide {
	position:relative;
	overflow:hidden;
}

.slider_gallery_wrapper.fullscreen_gallery .single_image img,
.slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slide img {
	display: inline-block;
	max-width: 100%;
	max-height: 40vw;
	width: auto;
	height: auto;
}

.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .single_image,
.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery_outer,
.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery,
.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slick-list,
.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slick-track,
.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slide,
.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slide img,
.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery {
	display: block;
	width: 100%;
	height:auto;
	width:100%;
	aspect-ratio: 16 / 9;
}

/* Go to Next */

.slider_gallery_wrapper .go_to_next,
.slider_gallery_wrapper .go_to_prev {
	position: absolute;
	opacity: 0.5;
	top:0;
	width: 25%;
	bottom:0;
	z-index: 1;
	cursor:pointer;
}

.slider_gallery_wrapper .go_to_next, .slider_gallery_wrapper .go_to_prev,
.slider_gallery_wrapper.single_image_gallery .go_to_next, .slider_gallery_wrapper.single_image_gallery .go_to_prev {
	display: none;
}

.slider_gallery_wrapper .go_to_next:after,
.slider_gallery_wrapper .go_to_prev:after {
	display: none;
}

.slider_gallery_wrapper .go_to_prev {
	left:0;
}

.slider_gallery_wrapper .go_to_next {
	right:0;
}

.slider_gallery_wrapper .video-container {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}

.slider_gallery_wrapper .video-container video {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
}

video::-webkit-media-controls {
    display:none !important;
}

/* Paging */

.slider_paging {
	display: block;
	margin-top:0;
	margin-bottom:10px;
}

.highlight_exhibition .slider_paging {
	display:inline-block;
}

.outer_paging {
	display:flex;
}

.media_legends {
	flex: 1;
	margin-top:20px;
	margin-left:10px;
}

.media_legends .legend {
	display:none;
}

.media_legends .legend.active {
	display:block;
}

.slider_paging a {
	font-size:15px;
	line-height: 26px;
	margin-right:5px;
	color:#000;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slider_paging a {
	display: inline-block;
	margin-top:10px;
	text-indent: -100000px;
	width: 10px;
	height: 10px;
	border-radius:50%;
	background: transparent;
	border:1px solid #000;
}

.slider_paging a.active, .slider_paging a:hover {
	background: #000;
}

.slider_paging a:last-child {
	margin-right:0;
}

.single_image {
	display: block;
}

/*------------------------------------------------------
SINGLE IMAGE
------------------------------------------------------*/

.slider_gallery_wrapper.default_size .single_image img {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------
GALLERY
------------------------------------------------------*/

.slider_gallery_wrapper.default_size .slider_gallery_outer {
	display: block;
	position: relative;
}

.slider_gallery_wrapper.default_size .slider_gallery_outer .bg_ratio {
	display: block;
	width: 100%;
	height: auto;
}

.slider_gallery {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	text-align: left;
}

.slick-list, .slick-track {
	height: 100%;
}

.gallery .slide {
	text-align: left;
}

.slider_gallery_wrapper.default_size .slider_gallery img {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}

/*------------------------------------------------------
Isotope - Columns
------------------------------------------------------*/

.columns_2, .three_columns {
	display: block;
	margin-left:-18px;
	margin-right:-18px;
	margin-bottom:75px;
}

.page_agenda .columns_2 {
	margin-bottom:-35px;
}

.columns_2 .column, .columns_2 .grid-sizer {
	display: block;
	float: left;
	width: -moz-calc(50% - 100px);
	width: -webkit-calc(50% - 100px);
	width: -o-calc(50% - 100px);
	width: calc(50% - 100px);
	margin:0 18px 64px 18px;
}


.three_columns .column {
	display: block;
	float: left;
	width: -moz-calc(33.333% - 36px);
	width: -webkit-calc(33.333% - 36px);
	width: -o-calc(33.333% - 36px);
	width: calc(33.333% - 36px);
	margin:0 18px 64px 18px;
}

.three_columns .column img {
	width: 100%;
	height: auto;
}

.columns_2 .grid-sizer {
	margin-bottom:0;
}

.columns_2 .column:nth-child(2n+1) {
	clear:left;
}

.three_columns .column:nth-child(3n+1) {
	clear:left;
}

/*------------------------------------------------------
FLEXIBLE COLUMNS
------------------------------------------------------*/

.flexible_columns {
	display: block;
}

.flexible_columns .one_column,
.flexible_columns .two_column,
.flexible_columns .three_column {
	display: block;
	margin-bottom:35px;
}

/* 2 Columns */

.flexible_columns .two_column > .column {
	display: block;
	float: left;
	width: -moz-calc(50% - 18px);
	width: -webkit-calc(50% - 18px);
	width: -o-calc(50% - 18px);
	width: calc(50% - 18px);
}

.flexible_columns .two_column > .column.column_1 {
	margin-right:18px;
}

.flexible_columns .two_column > .column.column_2 {
	margin-left:18px;
}

/* 3 Columns */

.flexible_columns .three_column > .column {
	display: block;
	float: left;
	width: -moz-calc(33.3333% - 12px);
	width: -webkit-calc(33.3333% - 12px);
	width: -o-calc(33.3333% - 12px);
	width: calc(33.3333% - 12px);
}

.flexible_columns .three_column > .column.column_2 {
	margin-left:18px;
	margin-right:18PX;
}


/*------------------------------------------------------
FLEXIBLE CONTENT
------------------------------------------------------*/

.flexible_gallery {
	display: block;
	margin-bottom:7px;
}

.flexible_video {
	display: block;
}

/*------------------------------------------------------
HOME
------------------------------------------------------*/

.page_header .single_image {
	direction: block;
	position: relative;
	width: 100%;
	height: -moz-calc(100vh - 72px);
	height: -webkit-calc(100vh - 72px);
	height: -o-calc(100vh - 72px);
	height: calc(100vh - 72px);
	margin-bottom:75px;
	min-height: 600px;
	max-height: 1000px;
}

.page_home .highlight_exhibition {
	margin-left:115px;
	margin-right:270px;
	margin-top: 35px;
	height:auto;
}

.page_header .single_image {
	margin-bottom:-20px;
	background-color:#ededed;
}

.page_home .highlight_exhibition .slider_paging {
	margin-left:0;
	margin-top:15px;
	position:relative;
	z-index:100;
}

.page_home .highlight_exibhition_teaser {
	max-width:600px;
	margin-bottom:65px;
}

/*------------------------------------------------------
MORE LINKS
------------------------------------------------------*/

.more_links {
	display: block;
}

.more_links a {
	display:inline-block;
	position: relative;
	color:#000;
	margin-bottom:19px;
}

.more_links.submit_outer {
	position: relative;
	display: inline-block;
}

.more_links a:after,
.more_links.submit_outer span:after {
	content:'';
	display: inline-block;
	position: absolute;
	width: 27px;
	height: 2px;
	background: #000;
	bottom:-0;
	left:0;
	-webkit-transition:width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.3s ease;
	transition:width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.3s ease;
}

.more_links a:hover,
.more_links input:hover  {
	color:#7da49d;
}

.more_links a:hover:after,
.more_links.submit_outer:hover span:after {
	width: 100%;
	background: #7da49d;
}

/*------------------------------------------------------
EVENT TEASER
------------------------------------------------------*/

.event_teaser {
	display: block;
	color:#000;
	padding-bottom:35px;
}

.flexible_columns a.event_teaser {
	padding-bottom:0;
}

a.event_teaser:hover {
	color:#7da49d;
}

.event_teaser .event_cat {
	display: inline-block;
	font-size:17px;
	line-height: 17px;
	padding:4px 0 2px 0;
	text-transform: uppercase;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:4px;
	-webkit-transition:border 0.3s ease;
	transition:border 0.3s ease;
}

.event_teaser:hover .event_cat {
	border-top:1px solid #7da49d;
	border-bottom:1px solid #7da49d;
}

.event_teaser img {
	display:inline-block;
	margin-top:0;
	max-width: 100%;
	height: auto;
	width: 100%;
	opacity: 1;
}

.event_teaser img.single_image {
	height: auto;
	max-height:80vh;
	max-width:100%;
	width:auto;
}

.event_teaser h2 {
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 2;
	hyphenate-limit-last: always;
}

.event_teaser h2, .event_teaser h3, .event_teaser .event_cat {
	max-width: 95%;
}

.event_teaser h3 {
	margin-bottom:5px;
}

.event_teaser .event_preview_text,
.page_single_artist .event_preview_text {
	display: block;
	margin-top:10px;
}

.event_teaser.gallery_position_top img {
	margin-bottom:15px;
}

/*------------------------------------------------------
PAGE HEADER
------------------------------------------------------*/

.page_header {
	display: block;
	margin-bottom:48px;
}

.page_header .introduction_wrapper {
	display: block;
	margin:0 150px;
}

.page_header .introduction_text {
	max-width:960px;
}

.page_header.no_big_image .introduction_wrapper {
	margin:0;
}

.page_header h4 {
	display: block;
	text-align: center;
	margin-top:42px;
	margin-bottom:36px;
}

.page_header.no_big_image h4 {
	text-align: left;
	margin-top:0;
}

/*------------------------------------------------------
SUBNAVIGATION
------------------------------------------------------*/

ul.subnavigation {
	display: block;
	padding-bottom:42px;
	list-style: none;
}

ul.subnavigation li {
	display: inline-block;
	float: left;
	margin-right:40px;
}

ul.subnavigation li:last-child {
	margin-right:0;
}

ul.subnavigation li.current_page_item a {
	border-bottom:1px solid #000;
}

/*------------------------------------------------------
KUNSTHALLE
------------------------------------------------------*/

h2.preview_exhibitions {
	margin-bottom:35px;
}

/*------------------------------------------------------
AGENDA
------------------------------------------------------*/

.page_agenda h2.main_title {
	margin-bottom:35px;
}

.page_agenda .month_row {
	display: block;
}

.page_agenda .month_row .column h3 {
	font-size:20px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.page_agenda .month_row .column h2 {
	font-size:30px;
	line-height: 31px;
}

.page_agenda .month_row .three_columns {
	margin-bottom:0;
}

.page_agenda .month_row .three_columns .column,
.archive_list .three_columns .column {
	margin-bottom:44px;
}

/*------------------------------------------------------
SINGLE EVENT
------------------------------------------------------*/

#wrapper .page_single_event .inside_content {
	margin-right:140px;
}

.page_single_event h2 {
	max-width: 95%;
}

h3.event_preview_text {
	margin-top:28px;
	margin-bottom:45px;
	max-width:960px;
}

.link_box {
	margin-top:0;
	margin-bottom:45px;
}

/*------------------------------------------------------
Shop
------------------------------------------------------*/

.page_shop a.buy_product {
	display: inline-block;
	color:#000;
	border:1px solid #000;
	padding:2px 10px;
	margin-top:5px;
	margin-bottom:10px;
	background: #fff;
	-webkit-transition:background 0.3s ease-out, color 0.3s ease-out;
	transition:background 0.3s ease-out, color 0.3s ease-out;
}

.page_shop a.buy_product:hover {
	background: #000;
	color:#fff;
}

/*------------------------------------------------------
AIR LISTING
------------------------------------------------------*/

.page_air .three_columns .column {
	margin-bottom:48px;
}

.page_air a:hover {
	color:#7da49d;
}

.page_air img {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------
ARCHIVE
------------------------------------------------------*/

.archive_filter_box {
	display: block;
	margin-bottom:68px;
}

.archive_filter_box a.do_sort,  .archive_filter_box .do_filter_wrapper, .archive_filter_box.archive_events a {
	display: inline-block;
	position: relative;
	float:left;
	margin-right:78px;
	text-transform: uppercase;
}

.archive_filter_box .do_filter_wrapper {
	margin-right:0;
	background: #fff;
}

.archive_filter_box a {
	border-bottom:1px solid transparent;
	-webkit-transition:border 0.3s ease-out, opacity 0.3s ease-out;
	transition:border 0.3s ease-out, opacity 0.3s ease-out;
}

.archive_filter_box a.active, .archive_filter_box a:hover {
	border-bottom:1px solid #000;
}

.active_value {
	display: inline-block;
	border-bottom:1px solid #000;
}

.archive_filter_box .filter_values {
	display: none;
	position: absolute;
	width: 270px;
	padding-top:5px;
	background: #fff;
}

.archive_filter_box .do_filter_wrapper {
	cursor:pointer; 
}

.archive_filter_box .do_filter_wrapper:hover .filter_values {
	display: block;
}

.archive_filter_box .do_filter_wrapper a {
	display: table;
	text-transform: initial;
}

.archive_row {
	display: block;
	margin-bottom:67px;
}

.archive_row .archive_element {
	display: block;
}

.archive_row .archive_element h3,
.archive_row .archive_element span,
.archive_row .archive_element a {
	display: inline;
}

.year_list {
	display: none;
}

.archive_list .event_teaser .event_time {
	display: none;
}

.archive_list .event_teaser h2 {
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 2;
	hyphenate-limit-last: always;
}

/*------------------------------------------------------
ARTIST DETAIL
------------------------------------------------------*/

.page_single_artist a.back_to_overview {
	display: block;
	font-size:17px;
	margin-top:5px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom:15px;
}

.page_single_artist .artist_mail_website a {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page_single_artist .artist_exhibtions {
	display:block;
	margin-top:78px;
}

.page_single_artist .artist_exhibtions .event_teaser {
	padding-bottom:48px;
}

.page_single_artist .artist_slider {
	margin-top:28px;
}

.page_single_artist h3.event_preview_text {
	margin-right:150px;
}


/*------------------------------------------------------
MEDIEN
------------------------------------------------------*/

/* Medienmitteilungen */

.page_medienmitteilungen a.link_download {
	display: block;
	margin-top:5px;
}

.page_medienmitteilungen .three_columns {
	margin-bottom:0;
}

.page_medienmitteilungen h3 {
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 2;
	hyphenate-limit-last: always;
}

/* Medienberichte */

.page_medienberichte .media_row {
	display: block;
	margin-bottom:55px;
}

.page_medienberichte .media_row h3 {
	display: inline;
	margin-right:3px;
}

.page_medienberichte .media_row .column {
	margin-bottom:10px;
}

/* Presse */

.page_presse h3 {
	margin-bottom:22px;
}

/*------------------------------------------------------
IM GESPRÄCH
------------------------------------------------------*/

.single_interview_page .interview_embed {
	display: block;
}

.single_interview_page .interview_embed iframe {
	display: block;
	height: auto;
}

/*------------------------------------------------------
AIR FORM
------------------------------------------------------*/

.page_air_form .infos {
	column-count: 2;
	column-gap: 36px;
}

.page_air_form .infos .info_box {
	break-inside: avoid-column;
	margin-bottom:55px;
}

.page_air_form .infos .info_box h3 {
	margin-bottom:16px;
}

.form_content {
	display: block;
	margin-top:56px;
}

.form_content h3 {
	margin-bottom:30px;
}

.form_content .column_row {
	display: block;
	margin-bottom:22px;
}

.form_content .column_row.two_columns .form_box {
	display: block;
	width: -moz-calc(50% - 18px);
	width: -webkit-calc(50% - 18px);
	width: -o-calc(50% - 18px);
	width: calc(50% - 18px);
	float: left;
}

.form_content .column_row.two_columns .form_box:first-child {
	margin-right:18px;
}

.form_content .column_row.two_columns .form_box:nth-child(2) {
	margin-left:18px;
}

.form_content .one_column {
	width: -moz-calc(50% - 18px);
	width: -webkit-calc(50% - 18px);
	width: -o-calc(50% - 18px);
	width: calc(50% - 18px);
}

.form_content .column_row .form_box {
	min-height: 1px;
	break-inside: avoid-column;
}

.form_content label {
	display: block;
	margin-bottom:5px;
}

.form_content input,
.form_content textarea,
.form_content select {
	display: block;
	font: normal 20px/26px 'Spezia Medium', Helvetica, Arial, Verdana, sans-serif;
	padding:5px 11px;
	border:1px solid #000;
	width: -moz-calc(100% - 24px);
	width: -webkit-calc(100% - 24px);
	width: -o-calc(100% - 24px);
	width: calc(100% - 24px);
	background: transparent;
}

.form_content input.error,
.form_content textarea.error,
.form_content select.error {
	border:1px solid #e32509;
}

.form_content select {
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 38px;
	width: 100%;
	border-radius: 0;
}

.form_content textarea {
	min-height: 110px;
}

.form_content .checkbox_outer {
	display: inline-block;
	margin-right:10px;
}

.form_content .checkbox_outer input {
	display: inline-block;
	float: left;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius:0;
	border:1px solid #000;
	padding:0;
	margin-top:5px;
}

.form_content .checkbox_outer label {
	display: inline-block;
	float: left;
	margin-left:5px;
}

.form_content .info_text {
	font-size:17px;
	line-height: 23px;
	margin-top:20px;
	margin-bottom:20px;
}

.column_row.bewerbungsdossier {
	margin-top:40px;
}

.column_row.bewerbungsunterlagen_post {
	margin-top:40px;
	margin-bottom:40px;
}

.form_content input.submit_form {
	display: inline-block;
	position: relative;
	width: auto;
	border:none;
	padding:0;
	cursor:pointer;
	background: transparent;
}

input.error, textarea.error, select.area {
	color:#e32509;
}

.error_message {
	display: none;
	color:#e32509;
	padding:10px;
	border:1px solid #e32509;
	margin-bottom:20px;
}

.error_message a {
	color:#e32509;
	text-decoration: underline;
}

.success_message {
	display: none;
	color:#32ae5e;
	padding:10px;
	border:1px solid #32ae5e;
	margin-bottom:20px;
}

.atelier_select select {
	margin-bottom:20px;
}

.form_content .column_row.air_upload {
	display: none;
}

.form_content .checkbox_outer.monatlicher_beitrag_box label {
	float: none;
	display: inline;
}

.column_row.agb {
	margin-top:40px;
}

/*------------------------------------------------------
FÖRDERVEREIN
------------------------------------------------------*/

.jahresbeitrag_rows label,
.jahresbeitrag_rows .checkbox_outer,
.jahresbeitrag_rows .checkbox_row {
	display: block;
}

.form_foerderbeitraege .info_text {
	display: block;
}

.other_billing {
	display: none;
}

/*------------------------------------------------------
FOOTER
------------------------------------------------------*/

footer {
	display: block;
	position: relative;
	margin:0;
	width: 100%;
	background: #fff;
	z-index: 100000;
	padding-top:10px;
	margin-top:150px;
}

footer, footer a {
	color:#000;
	font-size:17px;
	line-height: 20px;
	-webkit-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}

footer a:hover {
	color:#999999;
}

footer .footer_byline {
	display: block;
	width: 166px;
	margin:0 38px;
	float: left;
	cursor:pointer;
}

footer .footer_columns {
	width: -moz-calc(100% - 242px);
	width: -webkit-calc(100% - 242px);
	width: -o-calc(100% - 242px);
	width: calc(100% - 242px);
	float: right;
}

footer .footer_columns .column {
	display: block;
	float: left;
	width: -moz-calc(20% - 76px);
	width: -webkit-calc(20% - 76px);
	width: -o-calc(20% - 76px);
	width: calc(20% - 76px);
	margin:0 38px;
}

footer strong {
	font-family: 'Spezia Semibold', Helvetica, Arial, Verdana, sans-serif;
}

footer .footer_columns .column img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 180px;
	margin-bottom:20px;
}

footer .tablet_only, footer .small_tablet_only {
	display: none;
}

/* Mailchimp */

.yikes-mailchimp-container input, button.yikes-easy-mc-submit-button  {
	border:none 0 !important;
	width: 100% !important;
	border-bottom:1px solid #000 !important;
	background: none 0 !important;
	padding:0 !important;
	color:#000 !important;
	outline:none !important;
	font: normal 17px/20px 'Spezia Medium', Helvetica, Arial, Verdana, sans-serif;
}

.page_newsletter .yikes-mailchimp-container input, .page_newsletter button.yikes-easy-mc-submit-button {
	font: normal 20px/20px 'Spezia Medium', Helvetica, Arial, Verdana, sans-serif;
}

.page_newsletter .yikes-easy-mc-form {
	max-width: 800px;
}

.yikes-easy-mc-success-message, .yikes-easy-mc-error-message {
	background: #fff !important;
	border: 2px solid #000 !important;
	color: #000 !important;
	margin-bottom: 20px;
}

button.yikes-easy-mc-submit-button {
	width: auto !important;
	min-height: auto;
	border:none 0 !important;
	color:#000 !important;
}

.yikes-mailchimp-container input::-webkit-input-placeholder {
    color: #999999;
}

.yikes-mailchimp-container input:-moz-placeholder {
   color: #999999;
   opacity: 1;
}

.yikes-mailchimp-container input::-moz-placeholder {
   color: #999999;
   opacity: 1;
}

.yikes-mailchimp-container input:-ms-input-placeholder {
   color: #999999;
}

.yikes-easy-mc-form label.label-inline {
	width: 100% !important;
	padding-right:0 !important;
}

.yikes-mailchimp-container span.edit-link {
	display: none;
}

.yikes-easy-mc-form .submit-button-inline-label {
	width: 100% !important;
}

footer .copyright_banner {
	display: block;
	margin: 0 30px;
	position: absolute;
	bottom: 17px;
}

footer .copyright_banner, footer .copyright_banner a {
	font-size:12px;
}

/* Video Overlay */

.show_overlay_video {
	display: block;
	position: relative;
}

.slider_gallery .show_overlay_video {
	display:block;
	position:absolute;
	bottom:30px;
	left:30px;
	width:80px;
	height:80px;
}

.show_overlay_video span.play_icon {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 61px;
	height: 61px;
	background:url('images/video_play_icon_white.svg') no-repeat center center;
	background-size: 100% 100%;
}

.slider_gallery .show_overlay_video span.play_icon {
	top:0;
	right:0;
	width:80px;
	height:80px;
}

.show_overlay_video.color_schwarz span.play_icon {
	background:url('images/video_play_icon_black.svg') no-repeat center center;
	background-size: 100% 100%;
}

.overlay_video_content {
	display: none;
}

.overlay_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: rgba(255,255,255,0.85);
	text-align: center;
}

.overlay_video.color_schwarz {
	background: rgba(0,0,0,0.85);
}
 
.overlay_video:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.overlay_video .video_outer {
	display: inline-block;
	vertical-align: middle;
	background: #ededed;
	width: 80vw;
	height: auto;
	position:relative;
	z-index:1;
}

.close_video_bg {
	position: absolute;
	background: transparent;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}


/*------------------------------------------------------
LAPTOP
------------------------------------------------------*/

@media all and (max-width: 1440px) and (min-width: 0) {
	
	footer {
		margin: 0 35px 0 0;
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -o-calc(100% - 10px);
		width: calc(100% - 35px);
	}

	footer, footer a, .yikes-mailchimp-container input, button.yikes-easy-mc-submit-button {
		font-size:14px;
		line-height: 17px;
	}

	.yikes-easy-mc-form .yikes-easy-mc-submit-button {
		min-height: auto !important;
	}

	footer .footer_byline {
		margin: 0 0 0 25px;
	}

	footer .tablet_only {
		display: block;
	}

	footer .footer_byline {
		width: 150px;
	}

	footer .footer_columns .column.column_4 {
		display: none;
	}

	footer .footer_columns {
		width: -webkit-calc(100% - 243px);
		width: -o-calc(100% - 243px);
		width: calc(100% - 243px);
		margin-right: 0;
		margin-left:68px;
	}

	footer .footer_columns .column {
		width: -moz-calc(25% - 40px);
		width: -webkit-calc(25% - 40px);
		width: -o-calc(25% - 40px);
		width: calc(25% - 40px);
		margin: 0 20px;
	}

	footer .footer_columns .column.column_1 {
		margin-left:0;
	}

	footer .copyright_banner {
		position: relative;
		margin-top:40px;
		margin-left:242px;
	}
}

/*------------------------------------------------------
TABLET
------------------------------------------------------*/

@media all and (max-width: 1200px) and (min-width: 0) {

	body, .page_newsletter .yikes-mailchimp-container input, .page_newsletter button.yikes-easy-mc-submit-button {
		font-size:17px;
		line-height: 20px;
		letter-spacing: -0.02em;
	}

	.page_newsletter .yikes-mailchimp-container input, .page_newsletter button.yikes-easy-mc-submit-button {
		line-height: 17px;
	}

	h1 {
		font-size:21px;
		line-height: 21px;
		letter-spacing: -0.035em;
	}

	h2, .page_header.no_big_image h4, .highlight_exibhition_teaser .event_teaser h2, .wysiwig_text span.title_in_text_big {
		font-size: 50px;
		line-height: 47px;
		margin-bottom: 14px;
		letter-spacing: -0.02em;
	}

	.event_teaser h2, .teaser_title {
		font-size: 40px;
		line-height: 37px;
		letter-spacing: -0.02em;
	}

	h3, .form_content input.submit_form {
		font-size:21px;
		line-height: 24px;
	}

	.event_teaser .event_cat {
		font-size:15px;
		line-height: 16px;
		padding-top:6px;
		margin-bottom: 6px;
	}

	header h1.byline {
		top:30px;
		right: 38px;
	}

	header a.logo {
		width: 196px;
		height: 70px;
		left:25px;
		top:25px;
	}

	nav.nav_desktop {
		max-width: 140px;
	}

	nav {
		left:25px;
		padding-top: 160px;
	}

	nav ul li.active a {
		padding-left:21px;
	}

	#wrapper {
		margin-left:165px;
		margin-bottom:50px;
	}

	#wrapper .inside_content {
		margin-left:80px;
	}

	.page_home .highlight_exibhition_teaser {
		margin-bottom:35px;
	}

	.columns_2 .column, .columns_2 .grid-sizer {
		margin-bottom:25px;
	}

	h4, .page_header .introduction_text, nav ul li a, .archive_list .event_teaser h2 {
		font-size:21px;
		line-height: 24px;
	}

	.page_agenda .month_row .column h3 {
		font-size:19px;
		line-height: 22px;
	}

	.columns_2, .columns_3 {
		margin-left:-35px;
		margin-right:-35px;
	}

	.columns_2 .column, .columns_2 .grid-sizer {
		width: -moz-calc(50% - 70px);
		width: -webkit-calc(50% - 70px);
		width: -o-calc(50% - 70px);
		width: calc(50% - 70px);
		margin: 0 35px 45px 35px;
	}

	.columns_2 .grid-sizer {
		margin-bottom:0;
	}

	.columns_3 .column, .columns_3 .grid-sizer {
		width: -moz-calc(33.3333% - 70px);
		width: -webkit-calc(33.3333% - 70px);
		width: -o-calc(33.3333% - 70px);
		width: calc(33.3333% - 70px);
		margin: 0 35px 45px 35px;
	}

	.columns_3 .grid-sizer {
		margin-bottom:0;
	}

	.page_header {
		margin-bottom:44px;
	}

	.page_header img.page_header_img {
		margin-left: -88px;
		margin-right: -35px;
		width: -moz-calc(100% + 123px);
		width: -webkit-calc(100% + 123px);
		width: -o-calc(100% + 123px);
		width: calc(100% + 123px);
	}

	.page_header h4 {
		margin-top: 39px;
		margin-bottom: 26px;
	}

	.columns_2, .three_columns, .flexible_content_row {
		margin-bottom:15px;
	}

	.page_agenda, .page_single_event, .page_interventionen, .page_shop, .page_air, .page_header.no_big_image, .page_stiftungsrat, .page_archiv, .page_archiv_events, .page_single_artist, .page_medienmitteilungen, .page_medienberichte, .page_presse {
		padding-top:158px;
	}

	.page_header .introduction_wrapper {
		margin: 0 80px;
	}

	.slider_gallery_wrapper.fullscreen_gallery {
		margin-bottom:48px;
	}

	.column_1 .event_teaser img,
	.column_2 .event_teaser img {
		margin-bottom:5px;
	}

	.page_air .three_columns .column {
		margin-bottom: 28px;
	}

	.page_im_gespraech .event_teaser {
		padding-bottom:0;
	}

	.flexible_columns .one_column, .flexible_columns .two_column, .flexible_columns .three_column {
		margin-bottom:25px;
	}

	.wysiwig_text span.title_in_text, .event_preview_text span.title_in_text {
		font-size: 24px;
		line-height: 28px;
	}

	.wysiwig_text a.link_download, a.link_type_file.link_type_file {
		background: url(images/icon_download.svg) no-repeat top 7px left;
		background-size: 8px 8px;
	}

	.page_presse h3 {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	ul.sub-menu {
		padding-bottom:15px;
	}

	ul.sub-menu li a {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 15px;
	}

	.three_columns .column {
		margin-bottom:25px;
	}

	.page_single_artist h3.event_preview_text {
		margin-top:18px;
		margin-bottom:25px;
	}

	.link_box {
		margin-top:0px;
		margin-bottom:25px;
	}

	.page_agenda .month_row .three_columns .column, .archive_list .three_columns .column {
		margin-bottom: 15px;
	}

	.page_air_form .infos, .form_content .column_row.two_columns {
		column-count: 1;
		column-gap: 0;
	}

	.form_content .column_row.two_columns .form_box, .form_content .one_column {
		display: block;
		width: 100%;
		float: none;
	}

	.form_content .column_row.two_columns .form_box:first-child {
		margin-right:0;
	}

	.form_content .column_row.two_columns .form_box:nth-child(2) {
		margin-left:0;
	}

	.form_content .column_row {
		margin-bottom:0;
	}

	.form_content .column_row .form_box {
		margin-bottom:20px;
	}

	.page_header .single_image {
		min-height: 400px;
		margin-bottom:20px;
		height:100vh;
	}

	.page_home .highlight_exhibition {
		margin-right:200px;
		margin-left:80px;
		margin-top: 25px;
	}

}

/*------------------------------------------------------
SMALL TABLET
------------------------------------------------------*/

@media all and (max-width: 960px) and (min-width: 0) {

	.page_header .introduction_wrapper {
		margin:0;
	}

	.columns_2 {
		margin-left:0;
		margin-right:0;
	}

	.columns_2 .column {
		width: 100%;
	    margin: 0 0 45px 0;
	}

	.columns_2 .grid-sizer {
		margin-bottom:0;
	}

	.columns_3 .column, .columns_3 .grid-sizer {
		width: -moz-calc(50% - 70px);
		width: -webkit-calc(50% - 70px);
		width: -o-calc(50% - 70px);
		width: calc(50% - 70px);
		margin: 0 35px 45px 35px;
	}

	.aktuelles_column_3 .teaser_gallery .slider_gallery, .aktuelles_column_3 .slick-list, 
	.aktuelles_column_3 .slick-track, .aktuelles_column_3 .slider_gallery .slide {
		height:23vw;
	}

	.columns_2 .grid-sizer, .columns_3 .grid-sizer {
		margin-bottom:0;
	}

	.three_columns .column {
		width: -moz-calc(50% - 36px);
		width: -webkit-calc(50% - 36px);
		width: -o-calc(50% - 36px);
		width: calc(50% - 36px);
	}

	.flexible_columns .three_column .column {
		width: 100%;
		margin-bottom:25px;
	}

	.flexible_columns .three_column .column.column_2 {
		margin-left:0;
		margin-right:0;
	}

	.three_columns .column:nth-child(3n+1) {
		clear:none;
	}

	.three_columns .column:nth-child(2n+1) {
		clear:left;
	}

	.flexible_columns .three_column {
		margin-bottom:0;
	}

	.archive_filter_box a.do_sort, .archive_filter_box .do_filter_wrapper, .archive_filter_box.archive_events a {
		margin-right:25px;
		margin-bottom:5px;
	}

	.archive_filter_box.archive_events a:last-child {
		margin-right:0;
	}

	ul.subnavigation {
		padding-bottom: 62px;
	}

	ul.subnavigation li {
	    margin-right: 25px;
	    margin-bottom: 5px;
	}

	footer .footer_columns .column.column_3 {
		display: none;
	}

	footer .footer_columns .small_tablet_only {
		display: block;
	}

	footer .footer_columns .column {
		width: -moz-calc(33% - 40px);
		width: -webkit-calc(33% - 40px);
		width: -o-calc(33% - 40px);
		width: calc(33% - 40px);
		margin: 0 20px;
	}

	footer .footer_columns .column {
		width: 100%;
		margin:0;
		float: none;
	}

	.page_single_artist h3.event_preview_text {
		margin-right:0;
	}

}

/*------------------------------------------------------
VERY SMALL TABLET
------------------------------------------------------*/

@media all and (max-width: 720px) and (min-width: 0) {

	.three_columns .column {
		width: 100%;
		margin-left:0;
		margin-right:0;
		float: none;
	}

	.columns_2, .three_columns {
		margin-left:0;
		margin-right:0;
	}

	.flexible_columns .two_column > .column,
	.flexible_columns .two_column > .column.column_1,
	.flexible_columns .two_column > .column.column_2 {
		float: none;
		width: 100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:25px;
	}

	.page_header .single_image {
		min-height: 240px;
		margin-bottom:0;
	}

}

/*------------------------------------------------------
MOBILE
------------------------------------------------------*/

@media all and (max-width: 650px) and (min-width: 0) {

	#wrapper {
		padding-top:75px;
		margin-left: 36px;
	}

	header {
		position: absolute;
		height: 75px;
		z-index: 1000000;
		background: #fff;
	}

	header.fixed {
		position: fixed;
	}

	header a.logo {
		width: 125px;
	    height: 45px;
	    left: 9px;
	    top: 10px;
	}

	h1 {
		font-size:15px;
		line-height: 15px;
		letter-spacing: -0.03em;
	}

	header h1.byline {
		right: 10px;
		top:13px;
	}

	header a.logo {
		position: relative;
	}

	nav ul li.menu-item-498, nav ul li.menu-item-508, nav ul li.menu-item-524, nav ul li.menu-item-529 {
		margin-bottom:initial;
	}

	body {
		font-size:15px;
		line-height: 19px;
		letter-spacing: -0.02em;
	}

	h3, .form_content input.submit_form {
		font-size:19px;
		line-height: 22px;
	}

	h2, .page_header.no_big_image h4, .highlight_exibhition_teaser .event_teaser h2, .wysiwig_text span.title_in_text_big{
		font-size:39px;
		line-height: 36px;
		letter-spacing: -0.06em;
	}

	h4, a.show_more_events, .page_header .introduction_text, nav ul li a {
		font-size:19px;
		line-height: 22px;
		letter-spacing: -0.02em;
	}

	h3.event_preview_text {
		margin-bottom:15px;
	}

	.column .teasertext p {
		display: block;
	}

	.column .teasertext p:last-child {
		margin-bottom:18px;
	}

	.column a.show_more_text, .column a.link_element {
		display: block;
		font-size:14px;
		line-height: 18px;
	}
	.page_header {
		margin-bottom:29px;
	}

	.page_header .introduction_text {
		margin-top:14px;
		max-width:960px;
	}

	.teaser_gallery .slider_gallery, .slick-list, .slick-track, .slider_gallery .slide,
	.aktuelles_column_3 .teaser_gallery .slider_gallery, .aktuelles_column_3 .slick-list, 
	.aktuelles_column_3 .slick-track, .aktuelles_column_3 .slider_gallery .slide  {
		height: 60vw;
	}

	.teaser_gallery .paging a {
		font-size:14px;
		line-height: 18px;
		right:40px;
	}

	.teaser_gallery .paging a:last-child {
		margin-right:0;
	}

	.columns_2 .column:last-child, .columns_3 .column:last-child {
		margin-bottom:0 !important;
	}

	.columns_3 .column, .columns_3 .grid-sizer {
		width: 100%;
		float: none;
		margin-bottom:29px;
		margin-left:0;
		margin-right:0;
	}

	.columns_2, .columns_3 {
		margin-left:0;
		margin-right:0;
	}

	.page_header img.page_header_img {
		margin-left:0;
		margin-right:0;
		width: 100%;
	}

	.mobile_nav a.hamburger {
		display: block;
	}

	nav {
		padding-top:22px;
	}

	nav.nav_desktop {
		display: none !important;
	}

	nav.nav_mobile {
		display: none;
		position: fixed;
		z-index: 1000000;
		top:70px;
		left:36px;
		right:0;
		bottom:0;
		width: initial;
		background: #fff;
	}

	nav.nav_mobile li, .lang_switch {
		display: block;
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease-out;
		transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease-out;
	}

	nav.nav_mobile.show li, .lang_switch.show {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	nav.nav_mobile.show li:nth-child(2) {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	nav.nav_mobile.show li:nth-child(3) {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	nav.nav_mobile.show li:nth-child(4) {
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}

	nav.nav_mobile.show li:nth-child(5) {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	nav.nav_mobile.show li:nth-child(6) {
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}

	nav.nav_mobile.show li:nth-child(7) {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	nav.nav_mobile.show li:nth-child(8) {
		-webkit-transition-delay: 0.35s;
		transition-delay: 0.35s;
	}

	nav.nav_mobile.show li:nth-child(9) {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.lang_switch.show {
		-webkit-transition-delay: 0.45s;
		transition-delay: 0.45s;
	}

	nav ul li {
		position: relative;
	}

	nav ul li a {
		position: relative;
		font-size:30px;
		line-height: 35px;
		letter-spacing: -0.045em;
		padding-left:24px;
	}

	nav ul li.menu-item-has-children > a span.open_sub {
		display: block;
		cursor:pointer;
		z-index: 100;
		content:'';
		position: absolute;
		z-index: 1000;
		left:0;
		width: 24px;
		bottom:0;
		top:0;
		background: url('images/arrow_down.svg') no-repeat top 22px left;
		background-size:10px 6px;
	}

	nav ul li.menu-item-has-children > a span.open_sub.active,
	nav ul li.menu-item-has-children.current_page_item > a span.oben_sub,
	nav ul li.menu-item-has-children.open > a span.open_sub {
		background: url('images/arrow_up.svg') no-repeat top 22px left;
		background-size:10px 6px;
	}

	nav ul li.active a {
		padding-left:39px;
	}

	nav ul li.active a {
		padding-left:0 !important;
	}

	nav ul li.active a span {
		display: none !important;
	}

	nav ul li a:hover {
		color: #000;
	}

	.current_section_outer.show {
		opacity: 1;
	}

	.mobile_nav {
		display: block;
	}

	.teaser_gallery .go_to_next {
		display: none !important;
	}

	.page_home .highlight_exhibition .slider_paging {
		margin-left:0;
		margin-top:3px;
	}

	.slider_paging a {
		margin-right:5px;
	}

	#wrapper .inside_content {
		margin-left: 0;
		margin-right: 10px;
	}

	.event_teaser .event_cat {
		font-size:13px;
		line-height: 17px;
		padding-top: 1px;
		padding-bottom: 0;
		margin-bottom: 6px;
	}

	.page_home .highlight_exibhition_teaser {
		margin-bottom:0;
	}

	.event_teaser {
		padding-bottom:31px;
	}

	.event_teaser h2, .teaser_title {
		font-size:30px;
		line-height: 31px;
	}

	.columns_2 .column {
		margin-bottom:28px;
	}

	a.event_teaser:hover {
		color:#000;
	}

	.page_agenda, .page_single_event, .page_interventionen, .page_shop, .page_air, .page_header.no_big_image, .page_stiftungsrat, .page_archiv, .page_archiv_events, .page_single_artist, .page_medienmitteilungen, .page_medienberichte, .page_presse {
		padding-top:0;
		margin-top:-4px;
	}

	#wrapper .page_single_event .inside_content {
		margin-right:10px;
	}

	.slider_gallery_wrapper.fullscreen_gallery {
		margin-bottom:-18px;
	}

	.page_air h2, .page_stiftungsrat h2, .page_im_gespraech h2, .page_agenda h2.main_title {
		margin-bottom:30px;
	}

	.event_teaser.gallery_position_top img {
		margin-bottom:7px;
	}

	.event_teaser .event_cat {
		margin-bottom:1px;
	}

	.event_teaser .event_preview_text, .page_single_artist .event_preview_text {
		margin-top:10px;
	}

	.page_interventionen .event_preview_text {
		margin-top:0;
	}

	.page_header .single_image {
		margin-bottom:13px;
	}

	.page_interventionen .event_teaser:first-child .event_cat {
		margin-top:6px;
	}

	.page_header h4 {
	    margin-top: -3px;
	    margin-bottom: -5px;
	}

	.wysiwig_text a:hover, a.link_element:hover {
		color:#000;
	}

	.wysiwig_text a:hover:after, a.link_type_file:hover:after {
		width: 27px;
		background: #7da49d;
	}

	ul.subnavigation {
		padding-bottom:67px;
	}

	.archive_filter_box a.do_sort, .archive_filter_box .do_filter_wrapper, .archive_filter_box.archive_events a {
		margin-right:9px;
	}

	.archive_filter_box {
		padding-bottom:0;
		margin-bottom:0;
	}

	.archive_row {
		margin-bottom:35px;
	}

	.active_value {
		width: 138px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.archive_list h2 {
		margin-bottom:3px;
	}

	.archive_filter_box .do_filter_wrapper:hover .filter_values {
		display: none;
	}

	.page_header h4 {
		display: none;
	}

	.page_header.no_big_image h4 {
		display: block;
	}

	.wysiwig_text span.title_in_text, .event_preview_text span.title_in_text {
		font-size:19px;
		line-height: 22px;
	}

	.page_shop a.buy_product:hover {
		background: #fff;
		color:#000;
	}

	footer {
		margin:0 10px 10px 36px;
		width: -moz-calc(100% - 46px);
		width: -webkit-calc(100% - 46px);
		width: -o-calc(100% - 46px);
		width: calc(100% - 46px);
	}

	footer, footer a, .yikes-mailchimp-container input, button.yikes-easy-mc-submit-button {
		font-size:14px;
		line-height: 18px;
	}

	footer .footer_byline, footer .footer_columns, footer .footer_columns .column {
		display: block;
		float: none;
		width: 100%;
		margin:0;
	}

	footer .footer_columns .column.column_2 {
		display: none;
	}

	footer .copyright_banner {
		margin:0;
		margin-top:40px;
	}

	footer .copyright_banner, footer .copyright_banner a {
		font-size:14px;
		line-height: 18px;
	}

	.member_button {
		display: none !important;
	}

	.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .single_image,
	.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery_outer,
	.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery,
	.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slick-list,
	.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slick-track,
	.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slide,
	.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery .slider_gallery .slide img,
	.highlight_exhibition .slider_gallery_wrapper.fullscreen_gallery {

	}

	.page_home .highlight_exhibition {
		margin-left:0;
		margin-right:10px;
		margin-top:0;
	}

	.media_legends {
		margin-top: 11px;
	}

	.page_agenda .month_row {
		display: block;
		margin-top:30px;
	}

	.archive_row .archive_element {
		margin-bottom:5px;
	}

	h5, .archive_list .event_teaser h3 {
	    font-size: 16px;
	    line-height: 20px;
	}

	.event_teaser h3 {
		margin-bottom:0;
		margin-top:2px;
	}

	.slider_gallery_wrapper .go_to_next, .slider_gallery_wrapper .go_to_prev {
		display: none;
	}

	.slider_gallery .show_overlay_video {
		display: block;
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: 45px;
		height: 45px;
	}

	.slider_gallery .show_overlay_video span.play_icon {
	    top: 0;
	    right: 0;
	    width: 45px;
	    height: 45px;
	}

	.highlight_exhibition .slider_gallery,
	.highlight_exhibition .slider_gallery_outer {
		margin-bottom:-60px !important;
	}

	.overlay_video .video_outer {
		width:80vw;
	}

	.highlight_exhibition .slider_gallery_outer {
		padding-bottom:65px;
	}

	.outer_paging {
		display:block;
	}

	.highlight_exhibition .slider_paging,
	.media_legends {
		display:block;
		width:100%;
	}

	.highlight_exhibition .slider_paging {
		margin-bottom:-5px;
	}

	.media_legends {
		margin-top:0;
		margin-left:0;
		margin-bottom:20px;
	}


}