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

/*------------------------------------------------------
VARIABLES
------------------------------------------------------*/

:root {
  --offset: 40px;
  --offset-minus:  -40px;
  --max_width: 100%;
  --columns: 12;
  --gap: 24px;
  --baseline: 0;
  --baseline-offset: 0;
  --font_color: #080808;
  --easing: cubic-bezier(0.33, 1, 0.68, 1);

  --grid_color: hsla(204, 80%, 72%, 0.25);
  --repeating_width: calc(100% / var(--columns));
  --column_width: calc((100% /  (var(--columns)) -  var(--gap)));
  --background_width: calc(100% +  var(--gap));
  --background_columns: repeating-linear-gradient(to right, var(--grid_color), var(--grid_color) var(--column_width), transparent var(--column_width), transparent var(--repeating_width));
  --background_baseline: repeating-linear-gradient(to bottom, var(--grid_color), var(--grid_color) 1px, transparent 1px, transparent var(--baseline));
}

/*------------------------------------------------------
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: 'FF Kunst Grotesk Regular';
    src: url('styles/fonts/FTKunstGrotesk-Regular.eot');
    src: url('styles/fonts/FTKunstGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/FTKunstGrotesk-Regular.svg#raleway') format('svg'),
    	 url('styles/fonts/FTKunstGrotesk-Regular.woff2') format('woff2'),
         url('styles/fonts/FTKunstGrotesk-Regular.woff') format('woff'),
         url('styles/fonts/FTKunstGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'FF Kunst Grotesk Bold Italic';
    src: url('styles/fonts/FTKunstGrotesk-BoldItalic.eot');
    src: url('styles/fonts/FTKunstGrotesk-BoldItalic.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/FTKunstGrotesk-BoldItalic.svg#raleway') format('svg'),
    	 url('styles/fonts/FTKunstGrotesk-BoldItalic.woff2') format('woff2'),
         url('styles/fonts/FTKunstGrotesk-BoldItalic.woff') format('woff'),
         url('styles/fonts/FTKunstGrotesk-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------
GRID HELPER
------------------------------------------------------*/

/* Grid */
/*
html::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - (2 * var(--offset)));
	max-width: var(--max_width);
	min-height: calc(100vh - 86px);
	content: '';
	background-image: var(--background_columns), var(--background_baseline);
	background-size: var(--background_width) 100%;
	background-position: 0 var(--baseline-offset);
	z-index: 1000;
	pointer-events: none;
}

/* Squares */

/*
$square: transparent 0 calc(20px - 1px),#ccc 0 20px;

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: repeating-linear-gradient(to right, $square), repeating-linear-gradient(to bottom,$square) #fff;
}
*/

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

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

body {
	width: -moz-calc(100% - (var(--offset))*2);
	width: -webkit-calc(100% - (var(--offset))*2);
	width: -o-calc(100% - (var(--offset))*2);
	width: calc(100% - (var(--offset))*2);
	padding: 0 var(--offset);
	color: #080808;
	overflow: hidden;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

body.is_touch {
	overflow-x: hidden;
	overflow-y: auto;
}

body, .newsletter_box button, .matter-textfield-filled, .matter-textfield-filled > textarea:not(:focus):placeholder-shown + span,
.default_type {
	font-family: 'FF Kunst Grotesk Regular', Helvetica, Arial, Verdana, sans-serif;
	font-size: -moz-calc(18px + 6 * ((100vw - 1008px) / 992));
	font-size: -webkit-calc(18px + 6 * ((100vw - 1008px) / 992));
	font-size: -o-calc(18px + 6 * ((100vw - 1008px) / 992));
	font-size: calc(18px + 6 * ((100vw - 1008px) / 992));
	line-height: -moz-calc(24px + 6 * ((100vw - 1008px) / 992));
	line-height: -webkit-calc(24px + 6 * ((100vw - 1008px) / 992));
	line-height: -o-calc(24px + 6 * ((100vw - 1008px) / 992));
	line-height: calc(24px + 6 * ((100vw - 1008px) / 992));
}

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: #ededed;
  color:#080808;
}

::-moz-selection {
  background: #ededed;
  color:#080808;
}

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

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

.ie_message {
	display: none;
	padding: 10px;
}

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

h1, h2, h3, h4, h5, h6, .newsletter_box input {
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

h1, h2, .newsletter_box input, .page_default.page_default_khf h1,
.matter-textfield-filled > input, .matter-textfield-filled > textarea,
.matter-textfield-filled > input:not(:focus):placeholder-shown + span {
	font-size: -moz-calc(32px + 32 * ((100vw - 1008px) / 992));
	font-size: -webkit-calc(32px + 32 * ((100vw - 1008px) / 992));
	font-size: -o-calc(32px + 32 * ((100vw - 1008px) / 992));
	font-size: calc(32px + 32 * ((100vw - 1008px) / 992));
	line-height: -moz-calc(32px + 32 * ((100vw - 1008px) / 992));
	line-height: -webkit-calc(32px + 32 * ((100vw - 1008px) / 992));
	line-height: -o-calc(32px + 32 * ((100vw - 1008px) / 992));
	line-height: calc(32px + 32 * ((100vw - 1008px) / 992));
	letter-spacing: -1%;
}

.page_default h1, .flexible_content_title h2, .page_single_ausstellungen h1 {
	font-size: -moz-calc(96px + 64 * ((100vw - 1008px) / 992));
	font-size: -webkit-calc(96px + 64 * ((100vw - 1008px) / 992));
	font-size: -o-calc(96px + 64 * ((100vw - 1008px) / 992));
	font-size: calc(96px + 64 * ((100vw - 1008px) / 992));
	line-height: -moz-calc(96px + 64 * ((100vw - 1008px) / 992));
	line-height: -webkit-calc(96px + 64 * ((100vw - 1008px) / 992));
	line-height: -o-calc(96px + 64 * ((100vw - 1008px) / 992));
	line-height: calc(96px + 64 * ((100vw - 1008px) / 992));
	letter-spacing: -1%;
}

h2 span, h3 span, .page_single_ausstellungen h1 {
	font-family: 'FF Kunst Grotesk Bold Italic', Helvetica, Arial, Verdana, sans-serif;
}

h3, .selected_dates_listing, .event_date {
	font-family: 'FF Kunst Grotesk Bold', Helvetica, Arial, Verdana, sans-serif;
	font-size: -moz-calc(24px + 4 * ((100vw - 1008px) / 992));
	font-size: -webkit-calc(24px + 4 * ((100vw - 1008px) / 992));
	font-size: -o-calc(24px + 4 * ((100vw - 1008px) / 992));
	font-size: calc(24px + 4 * ((100vw - 1008px) / 992));
	line-height: -moz-calc(24px + 4 * ((100vw - 1008px) / 992));
	line-height: -webkit-calc(24px + 4 * ((100vw - 1008px) / 992));
	line-height: -o-calc(24px + 4 * ((100vw - 1008px) / 992));
	line-height: calc(24px + 4 * ((100vw - 1008px) / 992));
}

.exhibition_preview h3, .forms_columns h3, .selected_dates_listing {
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
}

.event_date {
	font-family: 'FF Kunst Grotesk Regular', Helvetica, Arial, Verdana, sans-serif;
}

header a, nav a, .subhead, .echo_title, .livestream_title, .echo_info_box, .echo_info_box a, a.play_echo {
	font-family: 'FF Kunst Grotesk Bold', Helvetica, Arial, Verdana, sans-serif;
	font-size: -moz-calc(16px + 4 * ((100vw - 1008px) / 992));
	font-size: -webkit-calc(16px + 4 * ((100vw - 1008px) / 992));
	font-size: -o-calc(16px + 4 * ((100vw - 1008px) / 992));
	font-size: calc(16px + 4 * ((100vw - 1008px) / 992));
	line-height: -moz-calc(20px + 4 * ((100vw - 1008px) / 992));
	line-height: -webkit-calc(20px + 4 * ((100vw - 1008px) / 992));
	line-height: -o-calc(20px + 4 * ((100vw - 1008px) / 992));
	line-height: calc(20px + 4 * ((100vw - 1008px) / 992));
}

nav a, .outer_filter a {
	letter-spacing: -moz-calc(((16px + 4 * ((100vw - 1008px) / 992)) / 100) * 4);
	letter-spacing: -webkit-calc(((16px + 4 * ((100vw - 1008px) / 992)) / 100) * 4);
	letter-spacing: -o-calc(((16px + 4 * ((100vw - 1008px) / 992)) / 100) * 4);
	letter-spacing: calc(((16px + 4 * ((100vw - 1008px) / 992)) / 100) * 4);
}

.medium_type {
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	font-size: -moz-calc(16px + 4 * ((100vw - 1008px) / 992));
	font-size: -webkit-calc(16px + 4 * ((100vw - 1008px) / 992));
	font-size: -o-calc(16px + 4 * ((100vw - 1008px) / 992));
	font-size: calc(16px + 4 * ((100vw - 1008px) / 992));
	line-height: -moz-calc(16px + 4 * ((100vw - 1008px) / 992));
	line-height: -webkit-calc(16px + 4 * ((100vw - 1008px) / 992));
	line-height: -o-calc(16px + 4 * ((100vw - 1008px) / 992));
	line-height: calc(16px + 4 * ((100vw - 1008px) / 992));
}

.small_type, .small_title {
	display: block;
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	font-size: -moz-calc(14px + 4 * ((100vw - 1008px) / 992));
	font-size: -webkit-calc(14px + 4 * ((100vw - 1008px) / 992));
	font-size: -o-calc(14px + 4 * ((100vw - 1008px) / 992));
	font-size: calc(14px + 4 * ((100vw - 1008px) / 992));
	line-height: -moz-calc(14px + 4 * ((100vw - 1008px) / 992));
	line-height: -webkit-calc(14px + 4 * ((100vw - 1008px) / 992));
	line-height: -o-calc(14px + 4 * ((100vw - 1008px) / 992));
	line-height: calc(14px + 4 * ((100vw - 1008px) / 992));
}

.cluster_content_text.small_type {
	font-family: 'FF Kunst Grotesk Regular', Helvetica, Arial, Verdana, sans-serif;
}

.small_title_with_underline {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #080808;
	margin-bottom: 18px;
}

.subhead {
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
}

.rounded_button{
	display: inline-block;
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	border-radius: 80px;
	padding: 14px 40px 14px 40px;
	border: 1px solid #000;
	letter-spacing: 2%;
	-webkit-transition: background 0.3s var(--easing), color 0.3s var(--easing);
	transition: background 0.3s var(--easing), color 0.3s var(--easing);
}

body.no_touch .rounded_button:hover {
	background: #080808;
	color: #fff;
}

p {
	margin-bottom: calc(18px + 6 * ((100vw - 1008px) / 992));
	hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;   
    hyphenate-limit-zone: 8%;
}

.wp-video {
	display: block;
	margin-bottom: calc(18px + 6 * ((100vw - 1008px) / 992));
}

b, strong {
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

/*------------------------------------------------------
WYSIWIG TEXT
------------------------------------------------------*/

.wysiwig_text a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.wysiwig_text img, .wysiwig_text video {
	width: 100%;
	height: auto;
}

.wysiwig_text ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

.wysiwig_text ul > li:before {
    display: inline-block;
    content: "–";
    width: 1em;
    margin-left: -1em;
}

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

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	-webkit-transition: color 0.3s var(--easing), background 0.3s var(--easing);
    transition: color 0.3s var(--easing), background 0.3s var(--easing);
}

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

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

img {
	border: none 0;
}

.lazyload, .lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	-webkit-transition:opacity 0.3s var(--easing);
	transition: opacity 0.3s var(--easing);
}

/*------------------------------------------------------
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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: 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;
}

/*------------------------------------------------------
GRID
------------------------------------------------------*/

.grid {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	grid-template-columns: repeat(var(--columns), 1fr);
	align-items: start;
}

/*------------------------------------------------------
MAIN
------------------------------------------------------*/

main {
	display: block;
	position: relative;
	z-index: 1;
	background: #fff;
	min-height: -moz-calc(100vh - 120px);
	min-height: -webkit-calc(100vh - 120px);
	min-height: -o-calc(100vh - 120px);
	min-height: calc(100vh - 120px);
	margin-left: var(--offset-minus);
	margin-right: var(--offset-minus);
	padding-left: var(--offset);
	padding-right: var(--offset);
}

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

main .inside_main {
	display: block;
	padding-top: 150px;
}

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

header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 99px;
	width: 100%;
	z-index: 2;
	background-color: #080808;
	border-radius: 0;
	/*overflow: hidden;*/
	/*
	clip: rect(auto, auto, auto, auto);
	*/
}

.bg_active_full {
	display: none;
}

body.active_echo .bg_active_full,
body.active_livestream .bg_active_full {
	display: block;
	position: fixed;
	z-index: 98;
	left: 0;
	right: 0;
	top: 0;
	background-color: #080808;
	height: 40px;
}

body.active_echo .bg_active_full:before,
body.active_livestream .bg_active_full:before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -80px;
    height: 80px;
    margin-left: -4px;
    width: 40px;
    border-top-left-radius: 80px;
    box-shadow: 0 -40px 0 0 #080808;
}

body.active_echo .bg_active_full:after,
body.active_livestream .bg_active_full:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -80px;
    height: 80px;
    margin-right: -4px;
    width: 40px;
    right: 0;
    border-top-right-radius: 80px;
    box-shadow: 0 -40px 0 0 #080808;
}

body.active_echo a.show_livestream {
	display: none;
}

body.active_livestream a.show_echo {
	display: none;
}

body.echo_rollover header,
body.livestream_rollover header {
	height: 20vh;
	height: -moz-calc(20vh + 99px);
	height: -webkit-calc(20vh + 99px);
	height: -o-calc(20vh + 99px);
	height: calc(20vh + 99px);
	-webkit-transition: height 0.3s var(--easing);
	transition: height 0.3s var(--easing);
}

body.active_echo header,
body.active_livestream header {
	height: 100vh;
	height: -moz-calc(100vh + 99px);
	height: -webkit-calc(100vh + 99px);
	height: -o-calc(100vh + 99px);
	height: calc(100vh + 99px);
}

header a {
	display: inline-block;
	color: #fff;
	padding-top: 11px;
	text-align: left;
	position: relative;
	z-index: 100;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header.iframe_nav a {
	opacity: 0;
}

header .column_left {
	-ms-grid-columns: 2 / 5;
	grid-column:2 / 5;
	text-align: left;
}

header .column_middle {
	-ms-grid-columns: 5 / 9;
	grid-column:5 / 9;
	text-align: center;
}

header .column_right {
	-ms-grid-columns: 9 / 12;
	grid-column:9 / 12;
	text-align: right;
}

header .column_left a span.icon {
	display: inline-block;
	position: relative;
	height: 100%;
	width: auto;
	-webkit-transform: translateY(5%);
	transform: translateY(15%);
	margin-left: 0.1vw;
}

header .column_left a span.icon img {
	display: none;
}

header .column_left a span.icon img.white_icon {
	display: block;
}

header .column_left a span.space {
	padding-left: 0.4vw;
}

header .column_right a span.icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #FF0000;
	border-radius: 50%;
	margin-right: 12px;
}

body.echo_rollover .show_echo, body.livestream_rollover .show_livestream,
body.echo_rollover .show_livestream, body.livestream_rollover .show_echo {
	display: inline-block;
	border-radius: 24px;
	padding: 7px 16px 7px 16px;
	background: #fff;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	color: #080808;
}

.show_echo, .show_livestream,
body.active_echo .show_echo, body.active_livestream .show_livestream {
	display: inline-block;
	border-radius: 24px;
	margin-top: 3px;
	padding: 7.5px 16px 10px 16px;
	background: transparent;
	color: #fff;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s var(--easing), background 0.3s var(--easing), color 0.3s var(--easing);
	transition: transform 0.3s var(--easing), background 0.3s var(--easing), color 0.3s var(--easing);
}

.show_echo span {
	pointer-events: none;
}

.show_livestream span.stream {
	display: inline;
} 

body.active_echo .show_echo {
	padding-left: 40px;
	background: url('images/close_echo.svg') no-repeat center left;
	background-size: 22px 22px;
	-webkit-transition: -webkit-transform 0.3s var(--easing), background 0.3s var(--easing), color 0.3s var(--easing);
	transition: transform 0.3s var(--easing), background 0.3s var(--easing), color 0.3s var(--easing);
}

body.active_livestream .show_livestream {
	padding-right: 40px;
	background: url('images/close_echo.svg') no-repeat center right;
	background-size: 22px 22px;
	-webkit-transition: -webkit-transform 0.3s var(--easing), background 0.3s var(--easing), color 0.3s var(--easing);
	transition: transform 0.3s var(--easing), background 0.3s var(--easing), color 0.3s var(--easing);
}

.echo_title, .livestream_title {
	display: none;
}

body.active_echo .echo_title,
body.active_livestream .livestream_title {
	display: block;
	position: absolute;
	left: 300px;
	right: 300px;
	top: 10px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

body.active_echo header, body.active_livestream header {
	background: #080808;
}

body.echo_rollover header .column_left a span.icon img.white_icon, 
body.livestream_rollover header .column_left a span.icon img.white_icon {
	display: none;
}

body.echo_rollover header .column_left a span.icon img.black_icon, 
body.livestream_rollover header .column_left a span.icon img.black_icon {
	display: block;
}

body.echo_rollover.active_echo header .column_left a span.icon img.white_icon {
	display: block;
}

body.echo_rollover.active_echo header .column_left a span.icon img.black_icon {
	display: none;
}

body.echo_rollover header .column_middle a, body.echo_rollover header .column_middle a,
body.livestream_rollover header .column_middle a, body.livestream_rollover header .column_middle a {
	display: none;
}

.rollover_links {
	display: none;
	text-align: center;
	margin-top: 10vh;
}

.rollover_links a {
	display: inline-block;
	border-radius: 24px;
	padding: 7px 16px 7px 16px;
	background: #fff;
	color: #080808;
	margin: 0 20px;
}

body.echo_rollover .rollover_links, body.livestream_rollover .rollover_links {
	display: block;
}

body.active_echo .rollover_links, body.active_livestream .rollover_links  {
	display: none;
}

.echo_info_box, a.play_echo {
	display: none;
	background: #fff;
	border-radius: 24px;
	padding: 7.5px 16px 10px 16px;
	position: fixed;
	top: 64px;
	left: 48px;
	z-index: 100;
	max-width: 320px;
}

a.play_echo {
	left: 80px;
	cursor: pointer;
	color: #080808;
	z-index: 1;
	left: 135px;
}

body.active_echo .echo_info_box, body.active_echo a.play_echo {
	display: block;
}

.echo_info_box .echo_info_box_header,
.echo_info_box .echo_info_box_content {
	display: none;
}

.echo_info_box .echo_info_box_content a {
	color: #080808;
	font-family: 'FF Kunst Grotesk Regular', Helvetica, Arial, Verdana, sans-serif;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	padding-top: 0;
}

.echo_info_box.active .inactive {
	display: none;
}

.echo_info_box.inactive .inactive {
	cursor: pointer;
}

.echo_info_box.active .echo_info_box_header,
.echo_info_box.active .echo_info_box_content {
	display: block;
	font-family: 'FF Kunst Grotesk Regular', Helvetica, Arial, Verdana, sans-serif;
}

.echo_info_box.active .echo_info_box_header{
	display: block;
	position: relative;
	padding-left: 12px;
	border-bottom: 1px solid #E8E8E8;
	margin-left: -16px;
	margin-right: -16px;
	padding: 10px 20px 15px 50px;
	margin-bottom: 15px;
	cursor: pointer;
}

.echo_info_box.active .echo_info_box_header:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 20px;
	border-radius: 50%;
	border: 1px solid #595959;
	font-weight: normal
}

a.hamburger {
	display: none;
}

/*------------------------------------------------------
ECHO
------------------------------------------------------*/

/* Rollover */

body nav,
body main {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s var(--easing);
	transition: transform 0.3s var(--easing);
}

body.echo_rollover nav,
body.echo_rollover main,
body.livestream_rollover nav,
body.livestream_rollover main {
	-webkit-transform: translateY(20vh);
	transform: translateY(20vh);
}

body.active_echo nav,
body.active_echo main,
body.active_livestream nav,
body.active_livestream main {
	-webkit-transform: translateY(100vh);
	transform: translateY(100vh);
}

.echo,
.livestream {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #080808;
	z-index: 0;
}

.echo iframe,
.livestream iframe {
	position: absolute;
	opacity: 0;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: #080808;
	z-index: 0;
	width: 100%;
	height: 100%;
	border: none 0;
	-webkit-transition: opacity 0.3s var(--easing);
	transition: opacity 0.3s var(--easing);
}

body.active_echo .echo iframe,
body.active_livestream .livestream iframe {
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
}

body.active_echo .echo, body.active_livestream .livestream {
	top: 42px;
}

body.active_echo .bg_active_full:before, body.active_livestream .bg_active_full:before {
	display: none;
}

body.hidden_echo .echo iframe,
body.hidden_livestream .livestream iframe {
	opacity: 0 !important;
}

/*
body.page-template-echo {
	overflow: hidden;
}

body.page-template-echo header,
body.page-template-echo nav,
body.page-template-echo footer,
body.page-template-echo .newsletter_box {
	display: none;
}

body.page-template-echo main {
	width: 100%;
	height: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	min-height: 100%;
}

body.page-template-echo main #echo {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
*/

/*------------------------------------------------------
NAV
------------------------------------------------------*/

nav {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 4;
	height: 55px;
	top: 46px;
	background: #fff;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
}

nav .close_nav {
	display: none;
}

nav ul {
	list-style: none;
	text-align: center;
}

ul.nav-menu {
	margin-top: -7px;
}

nav ul.sub-menu {
	display: block;
    position: absolute;
    list-style: none;
    left: 50%;
    margin-left: -200px;
    right: 0;
    width: 400px;
    text-align: center;
}

nav ul.nav-menu > li {
	display: inline-block;
	position: relative;
	margin: 0 28.5px;
	margin-top: 0;
}

nav ul.nav-menu > li > a,
nav ul.nav-menu > li > ul.sub-menu li a {
	display: inline-block;
	border-radius: 40px;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 7px 16px 7px 16px;
	margin-top: 15px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.no_touch nav ul.nav-menu > li:hover > a,
nav ul.nav-menu > li > ul.sub-menu li a {
	border: 1px solid #080808;
	background: #fff;
}

nav ul.nav-menu > li > ul.sub-menu {
	display: none;
}

body.no_touch nav ul.nav-menu > li:hover > ul.sub-menu {
	display: block;
}

nav ul.nav-menu > li.current-page-ancestor > a,
nav ul.nav-menu > li > ul.sub-menu li.current-menu-item a,
nav ul.nav-menu > li.current_page_item > a,
body.no_touch nav ul.nav-menu > li > ul.sub-menu li a:hover,
body.no_touch nav ul.nav-menu > li.current-page-ancestor > a:hover,
nav ul.nav-menu > li.current_page_parent > a,
body.single-ausstellungen.is_current nav ul.nav-menu > li.post-id-19 > a,
body.single-ausstellungen.is_current nav ul.nav-menu > li.post-id-19 li.post-id-221 a,
body.single-ausstellungen.is_archive nav ul.nav-menu > li.post-id-19 > a,
body.single-ausstellungen.is_archive nav ul.nav-menu > li.post-id-19 li.post-id-223 a,
body.single-agenda nav ul.nav-menu > li.post-id-21 a {
	background: #080808 !important;
	color: #fff !important;
}

body.no_touch nav ul.nav-menu > li > ul.sub-menu li a:hover {
	border: 1px solid #080808;
}

ul.nav-menu.sub-nav-menu {
	display: none;
}


.bg_nav_left {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 50px;
	height: 55px;
	background: #fff;
	border-top-left-radius: 80px;
}

.bg_nav_right {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 4;
	width: 50px;
	height: 55px;
	background: #fff;
	border-top-right-radius: 80px;
}

.page_home nav {
	position: relative;
	background: transparent;
	top: 0;
}

.page_home nav .bg_nav_left,
.page_home nav .bg_nav_right {
	display: none;
}

.page_home nav ul.nav-menu {
	display: block;
}


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

.highlight {
	/*align-items: end;*/
	align-items: start;
}

.highlight .column_left {
	-ms-grid-columns: 1 / 10;
	grid-column:1 / 10;
}

.highlight .column_right {
	-ms-grid-columns: 10 / 13;
	grid-column:10 / 13;
}

.highlight img {
	width: 100%;
	height: auto;
	margin-bottom: 14px;
}

.video_outer {
	display: block;
	overflow: hidden;
	position: relative;
}

.video_outer .video_inside {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 14px;
	overflow: hidden;
}

.exhibition_archive_listing .video_outer .video_inside {
	bottom:6px;
}

.video_outer video {
	min-width: 100%; 
	min-height: 100%; 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h3.home_title {
	display: none;
	text-align: center;
	margin-top: 80px;
	padding-bottom: 0;
}

#stoerer svg {
	max-width:400px;
}

/*------------------------------------------------------
HOME - AGENDA EVENTS
------------------------------------------------------*/

.agenda_events {
	align-items: start;
	margin-top: 75px;
}

.agenda_events .column_left {
	-ms-grid-columns: 1 / 6;
	grid-column:1 / 6;
}

.agenda_events .column_right {
	-ms-grid-columns: 7 / 13;
	grid-column:7 / 13;
}

.exhibtion_section, .agenda_section {
	margin-bottom: 34px;
}

.exhibtion_section img, .exhibtion_section .video_outer {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 15px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: filter 0.3s var(--easing);
	transition: filter 0.3s var(--easing);
}

body.no_touch .exhibtion_section a:hover img, body.no_touch .exhibtion_section a:hover .video_outer {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.event_preview {
	display: block;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #080808;
}

.month_rows .month_row:last-child .events_by_month a:last-child {
	border-bottom: none 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.event_categories {
	display: block;
	margin-top: 13px;
}

.event_categories .event_category {
	display: inline-block;
	border-radius: 24px;
	padding: 7.5px 16px 10px 16px;
	background: #E8E8E8;
	margin-bottom: 8px;
	margin-right: 15px;
}

.show_all_events {
	display: block;
	margin-top: 80px;
	text-align: center;
}

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

.flexible_content_home {
	margin-top: 80px;
	padding-bottom: 160px;
}

.flexible_content_home.type_flexible_inhalte_top {
	padding-bottom: 0;
}

.text_image {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 3;
	grid-column:1 / 3;
	grid-template-columns: repeat(12, 1fr);
	align-items: start;
	position: relative;
	margin-bottom: 80px;
	min-height: 45vh;
}

.flexible_content_home .column_left {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 7;
	grid-column:1 / 7;
	grid-template-columns: repeat(6, 1fr);
}

.flexible_content_home .column_left h2 {
	-ms-grid-columns: 1 / 7;
	grid-column:1 / 7;
}

.flexible_content_home .column_left .text {
	-ms-grid-columns: 2 / 7;
	grid-column:2 / 7;
	margin-top: 70px;
}

.flexible_content_home .column_left .text a.rounded_button {
	margin-top: 40px;
}

.flexible_content_home .column_right {
	-ms-grid-columns: 8 / 12;
	grid-column:8 / 12;
}

.flexible_content_home .column_right img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 240px;
}

/* Störer */

.stoerer {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	grid-template-columns: repeat(var(--columns), 1fr);
	align-items: start;
	position: relative;
	margin-bottom: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.stoerer .stoerer_button {
	width: 22vw;
	height: 22vw;
	background: #080808;
	color: #fff;
	text-align: center;
	position: relative;
	border-radius: 50%;
	-webkit-transition: background 0.3s var(--easing), color 0.3s var(--easing);
	transition: background 0.3s var(--easing), color 0.3s var(--easing);
}

body.no_touch .stoerer .stoerer_button:hover {
	color: #080808;
	background: #D1D1D1;
}
 
.stoerer .stoerer_button:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.stoerer .stoerer_button h2 {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	transform: rotate(-25deg);
	-webkit-transform: -webkit-rotate(-25deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
}

.stoerer .stoerer_button.stoerer_1 {
	-ms-grid-columns: 4 / 7;
	grid-column:4 / 7;
}

.stoerer .stoerer_button.stoerer_2 {
	-ms-grid-columns: 7 / 10;
	grid-column:7 / 10;
	margin-top: 127px;
}

/*------------------------------------------------------
OPENING HOURS
------------------------------------------------------*/

.opening_hours {
	margin-top: 40px;
}

.opening_hours .row .weekday,
.opening_hours .row .time {
	display: inline-block;
	border-radius: 24px;
	padding: 7px 16px 7px 16px;
	border: 1px solid #080808;
	margin-bottom: 8px;
	margin-right: -2px;
}

.opening_hours .title {
	margin-bottom: 8px;
}

/*------------------------------------------------------
DEFAULT
------------------------------------------------------*/

.page_default {
	padding-bottom: 120px;
}

.page_default h1 {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	margin-bottom: 44px;
}

.page_default .main_image {
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
}

.page_default .main_image img {
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}

/*------------------------------------------------------
KORNHAUSFORUM
------------------------------------------------------*/

.page_default.page_default_khf h1, .page_default.page_default_khf .main_image {
	-ms-grid-columns: 4 / 11;
	grid-column:4 / 11;
}

.page_default.page_default_khf .opening_hours_outer {
	-ms-grid-columns: 2 / 4;
	grid-column:2 / 4;
}

.page_default.page_default_khf .opening_hours_outer .opening_hours {
	margin-top: 80px;
}

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

.flexible_content {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	margin-bottom: 60px;
}

.page_default.page_default_khf .flexible_content.flexible_content_0 {
	-ms-grid-columns: 4 / 11 !important;
	grid-column:4 / 11 !important;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | 1 COLUMNS TEXT
------------------------------------------------------*/

.flexible_content_text_1_spalte {
	-ms-grid-columns: 3 / 11;
	grid-column:3 / 11;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | 2 COLUMNS TEXT
------------------------------------------------------*/

.flexible_content_text_2_spalten {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | 2 COLUMNS IMAGES
------------------------------------------------------*/

.flexible_content_bild_2_spalten {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
}

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

.flexible_content_bild_2_spalten h2 {
	margin-top: 5px;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | 2 COLUMNS TEXT AND IMAGE
------------------------------------------------------*/

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

.flexible_content_text_und_bild_2_spalten .column_left {
	-ms-grid-columns: 2 / 7;
	grid-column:2 / 7;
}

.flexible_content_text_und_bild_2_spalten .column_right {
	-ms-grid-columns: 7 / 12;
	grid-column:7 / 12;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | BILD 1 SPALTE
------------------------------------------------------*/

.flexible_content_bild_1_spalte .column_left {
	-ms-grid-columns: 3 / 9;
	grid-column:3 / 9;
}

.flexible_content_bild_1_spalte .column_right {
	-ms-grid-columns: 9 / 12;
	grid-column:9 / 12;
}

.flexible_content_bild_1_spalte img,
.flexible_content_bild_1_spalte video {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | LOGOS
------------------------------------------------------*/

.flexible_content_logos .small_title {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
}

.flexible_content_logos {
	border-top: 1px solid #080808;
	padding-top: 10px;
}

.flexible_content_logos .logos_listing {
	margin-top: 20px;
	text-align: center;
}

.flexible_content_logos .logos_listing .logo_box {
	display: inline-block;
	width: 40vh;
	height: 15vh;
	margin: 0 10px var(--gap) 0;
	text-align: center;
}

.flexible_content_logos .logos_listing {
	-ms-grid-columns: 3 / 12;
	grid-column:3 / 12;
}
 
.flexible_content_logos .logos_listing .logo_box:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.flexible_content_logos .logos_listing .logo_box img {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	max-height: 80%;
	height:auto;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | IMAGE SlIDER
------------------------------------------------------*/

.flexible_content_bildslider {
	position: relative;
}

.slider_gallery {
	width: 100%;
	margin-left: var(--offset-minus);
	text-align: right;
	margin-right: 60px;
}

.slider_gallery,
.slider_gallery .slick-list,
.slider_gallery .slick-track,
.slider_gallery .slide {
	height: 60vh;
}

.slider_gallery .slide {
	margin-right: var(--gap);
}

.slider_gallery .slide:last-child {
	margin-right: 0;
}

.slider_gallery .slide img, .slider_gallery .slide video {
	height: 100%;
	width: auto;
}

.flickity-prev-next-button {
	display: inline-block;
	background: none;
	top: -70px;
	transform: none;
	position: absolute;
	width: 15px !important;
	height: 26px !important;
	border: none 0;
	cursor: pointer;
	border-radius: 0;
}

.flickity-prev-next-button svg {
	display: none;
}

.flickity-prev-next-button.next {
	background: url('images/arrow_right.svg') no-repeat center center;
	background-size: 100% 100%;
	right: -30px;
	left: initial;
}

.flickity-prev-next-button.previous {
	background: url('images/arrow_left.svg') no-repeat center center;
	background-size: 100% 100%;
	right: 40px;
	left: initial;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | LIST
------------------------------------------------------*/

.flexible_content_list .list_title,
.flexible_content_list .listing {
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
}

.flexible_content_list .list_title {
	text-align: center;
	border-top: 1px solid #080808;
	border-bottom: 1px solid #080808;
	padding: 14px 0;
}

.flexible_content_list .listing .row {
	padding: 10px 0;
	border-bottom: 1px solid #080808;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | AKKORDEON
------------------------------------------------------*/

.flexible_content_akkordeon .list_title,
.flexible_content_akkordeon .akkordeon_title {
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
}

.flexible_content_akkordeon .listing {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
}

.flexible_content_akkordeon .list_title {
	text-align: center;
	border-top: 1px solid #080808;
	border-bottom: 1px solid #080808;
	padding: 14px 0;
}

.flexible_content_akkordeon .listing .row {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	grid-template-columns: repeat(var(--columns), 1fr);
	align-items: start;
}

.flexible_content_akkordeon .akkordeon_content {
	display: none;
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
}

.flexible_content_akkordeon .akkordeon_title {
	cursor: pointer;
	padding: 10px 0;
	-webkit-transition: padding 0.3s var(--easing);
	transition: padding 0.3s var(--easing);
}

.flexible_content_akkordeon .akkordeon_title.inactive {
	border-bottom: 1px solid #080808;
}

.flexible_content_akkordeon .akkordeon_title.active {
	font-family: 'FF Kunst Grotesk Medium';
	padding-top: 50px;
	padding-bottom: 30px;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | TEXTLINK
------------------------------------------------------*/

.flexible_content_textlink_gross a.textlink {
	-ms-grid-columns: 4 / 10;
	grid-column:4 / 10;
}

.flexible_content_textlink_gross a.arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: 160px;
	margin-top: -24px;
	width: 67px;
	height: 48px;
	background: url('images/arrow_big_link.svg') no-repeat center center;
	background-size: 100% 100%;
}

.flexible_content_textlink_gross {
	position: relative;
	border-top: 1px solid #080808;
	border-bottom: 1px solid #080808;
	padding: 20px 0;
	text-align: center;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | MINI AGENDA
------------------------------------------------------*/

.flexible_content_mini_agenda .next_events,
.flexible_content_mini_agenda .small_title {
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
}

/*------------------------------------------------------
FLEXIBLE CONTENT | DOWNLOADS
------------------------------------------------------*/

.flexible_content_downloads .small_title,
.flexible_content_downloads a {
	-ms-grid-columns: 3 / 11;
	grid-column:3 / 11;
}

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

.page_exhibitions_archive h1 {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	-ms-grid-row: 1 / 1;
	grid-row:1 / 1;
}

.page_exhibitions_archive .outer_filter {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	-ms-grid-row: 2 / 2;
	grid-row:2 / 2;
}

 .outer_filter {
	text-align: center;
	margin-bottom: 80px;
}

.outer_filter a {
	font-family: 'FF Kunst Grotesk Bold';
	display: inline-block;
	background: #D1D1D1;
	border-radius: 40px;
	margin: 0 4px 10px 4px;
	padding: 3.5px 16px 4.5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.outer_filter a.active,
body.no_touch .outer_filter a:hover {
	background: #080808;
	color: #fff;
}

.exhibition_archive_listing {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
	-ms-grid-row: 3 / 3;
	grid-row:3 / 3;
}

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

.exhibition_archive_listing .exhibition_preview {
	display: none;
	margin-bottom: 112px;
}

.exhibition_archive_listing .exhibition_preview.active {
	display: block;
}

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

.page_agenda h1 {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	-ms-grid-row: 1 / 1;
	grid-row:1 / 1;
}

.page_agenda .outer_filter {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	-ms-grid-row: 2 / 2;
	grid-row:2 / 2;
}

.next_events {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
	align-items: start;
	-ms-grid-row: 3 / 3;
	grid-row:3 / 3;
}

.month_title {
	display: block;
	padding-bottom: 6px;
	margin-bottom: 12px;
	margin-top: -10px;
	border-bottom: 1px solid #080808;
}

.page_agenda .event_preview {
	display: none;
}

.page_agenda .event_preview.active {
	display: block;
}

/*------------------------------------------------------
PREVIEW PLAYGROUND
------------------------------------------------------*/

.flexible_content_vorschau_playground .small_type {
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
	text-align: center;
}

.flexible_content_vorschau_playground .preview_playground_outer {
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
	text-align: center;
	margin-top: 24px;
	position: relative;
	height: 7.5vw;
	overflow: hidden;
	pointer-events: pointer;
}

.flexible_content_vorschau_playground object.preview_playground {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	width: 40vw;
	height: 7.5vw;
	border-radius: 80px;
	overflow: hidden;
}

.flexible_content_vorschau_playground object.preview_playground html {
	overflow: hidden;
}

/*------------------------------------------------------
EXHIBITIONS
------------------------------------------------------*/

.page_exhibitions a, .exhibition_listing a {
	display:block;
	margin-bottom: 80px;
}

.page_exhibitions a.format_gross,
.page_exhibitions a.format_gross .exhibition_infos.subgrid {
	-ms-grid-columns: 2 / 11;
	grid-column:2 / 11;
}

.page_exhibitions a.format_klein,
.page_exhibitions a.format_klein .exhibition_infos.subgrid  {
	-ms-grid-columns: 2 / 7;
	grid-column:2 / 7;
}

.page_exhibitions a img, .page_exhibitions a .video_outer {
	width: 100%;
	height: auto;
	margin-top: 24px;
}

.page_exhibitions a.format_gross .exhibition_infos.subgrid {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	align-items: start;
}

.page_exhibitions a .exhibition_infos.subgrid {
	margin-top: 10px;
	font-family: 'FF Kunst Grotesk Medium';
}

.page_exhibitions a.format_gross .exhibition_infos.has_opening .exhibition_ort {
	-ms-grid-columns: 1 / 4;
	grid-column:1 / 4;
}

.page_exhibitions a.format_gross .exhibition_infos.has_opening .exhibition_opening {
	-ms-grid-columns: 4 / 11;
	grid-column:4 / 11;
}

.page_exhibitions a.format_klein .exhibition_infos.has_opening .exhibition_ort {
	-ms-grid-columns: 1 / 4;
	grid-column:1 / 4;
}

.page_exhibitions a.format_klein .exhibition_infos.has_opening .exhibition_opening {
	-ms-grid-columns: 4 / 11;
	grid-column:4 / 11;
}

.page_exhibitions a.format_klein .exhibition_infos.has_opening .exhibition_ort,
.page_exhibitions a.format_klein .exhibition_infos.has_opening .exhibition_opening  {
	-ms-grid-columns: 2 / 7;
	grid-column:2 / 7;
}

.page_exhibitions .outer_button {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	text-align: center;
}

/*------------------------------------------------------
SINGLE EXHIBITION
------------------------------------------------------*/

.page_single_ausstellungen h1 {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	text-align: center;
	margin-bottom: 70px;
}

.page_single_ausstellungen .highlight .column_right {
	margin-bottom: 40px;
}

.page_single_ausstellungen .highlight {
	margin-bottom: 80px;
}

.page_single_ausstellungen .main_content {
	margin-bottom: 120px;
}

.page_single_ausstellungen .main_content .column_left {
	-ms-grid-columns: 1 / 4;
	grid-column:1 / 4;
}

.page_single_ausstellungen .main_content .column_left p {
	margin-bottom: 8px;
}

.page_single_ausstellungen .main_content .column_left {
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
}

.page_single_ausstellungen .main_content .column_right {
	-ms-grid-columns: 5 / 13;
	grid-column:5 / 13;
	margin-top: 80px;
}

/*------------------------------------------------------
NEWSLETTER
------------------------------------------------------*/

.newsletter_box {
	border-top: 1px solid #080808;
	padding-top: 12px;
	padding-bottom: 120px;
}

.newsletter_box .small_title {
	margin-bottom: 20px;
}

.newsletter_box h2 {
	max-width: 50%;
	margin-bottom: -5px;
}

.yikes-mailchimp-container {
	position: relative;
	padding-bottom: 0;
	border-bottom: 1px solid #080808;
}

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

.newsletter_box input {
	background: transparent !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 50%;
	float: left;
	outline: none !important;
}

.yikes-easy-mc-form input[type=email]:focus, .yikes-easy-mc-form input[type=number]:focus, .yikes-easy-mc-form input[type=text]:focus, .yikes-easy-mc-form input[type=url]:focus, .yikes-easy-mc-form select:focus {
	outline:  none !important;
}

.newsletter_box input::-webkit-input-placeholder {
    color: #949494;
}

.newsletter_box input:-moz-placeholder {
   color: #949494;
   opacity: 1;
}

.newsletter_box input::-moz-placeholder {
   color: #949494;
   opacity: 1;
}

.newsletter_box input:-ms-input-placeholder {
   color: #949494;
}

.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label {
	position: relative !important;
	margin-bottom: 0 !important;
}

.newsletter_box button {
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	position: absolute;
	bottom: 1.5vw;
	right: 0;
	display: inline-block !important;
	border-radius: 80px !important;
	padding: 14px 40px 14px 40px !important;
	border: 1px solid #080808 !important;
	background: #fff !important;
	width: auto !important;
	margin-top: 0 !important;
	min-height: auto !important;
	margin-bottom: -10px !important;
	color: #080808 !important;
	-webkit-transition: background 0.3s var(--easing), color 0.3s var(--easing);
	transition: background 0.3s var(--easing), color 0.3s var(--easing);
}

body.no_touch .newsletter_box button:hover {
	background: #080808 !important;
	color: #fff !important;
}


.yikes-easy-mc-error-message {
	color: #f00 !important;
	padding: 0 !important;
	margin-top: 30px !important;
	background: transparent !important;
}

.yikes-easy-mc-success-message {
	color: #42CD00 !important;
	padding: 0 !important;
	margin-top: 30px !important;
	background: transparent !important;
}

input:focus:required:invalid, textarea:focus:required:invalid {
	border-bottom: none 0 !important;
}

/*------------------------------------------------------
MITGLIEDER
------------------------------------------------------*/

/* Levels */

.member_levels .member_level_row {
	display:block;
	border-bottom:1px solid #000;
	padding:10px 0;
}

.member_levels .member_level_row:first-child {
	border-top:1px solid #000;
}

.member_levels .member_level_row .column.column_1 {
	display:inline-block;
	float:left;
	width:40px;
	text-align:center;
}

.member_levels .member_level_row .column.column_2,
.member_levels .member_level_row .column.column_3 {
	display:inline-block;
	float:left;
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: calc(50% - 20px);
}

.member_levels .member_level_row .column.column_3 {
	text-align:right;
}

/* Leistungen */

.member_leistungen {
	margin-top:60px;
}

.member_leistungen_header {
	display:block;
	text-align:right;
}

.member_leistungen_header .level_header_no {
	display:inline-block;
	width:40px;
	height:46px;
	line-height:46px;
	float:right;
	text-align:center;
}

.member_leistungen {
	margin-bottom:150px;
	position:relative;
}

.member_leistungen .horizontal_line {
	position:absolute;
	top:48px;
	bottom:-24px;
	width:1px;
	background:#000;
}

.member_leistungen .horizontal_line.horizontal_line_1 {
	right:40px;
}

.member_leistungen .horizontal_line.horizontal_line_2 {
	right:80px;
}

.member_leistungen .horizontal_line.horizontal_line_3 {
	right:120px;
}

.member_leistungen .horizontal_line.horizontal_line_4 {
	right:160px;
}

.member_leistungen .horizontal_line.horizontal_line_5 {
	right:200px;
}

.member_leistungen .horizontal_line.horizontal_line_6 {
	right:240px;
}

.member_leistungen_row {
	display:block;
	padding:10px 0;
	border-bottom:1px solid #000;
}

.member_leistungen_content .column_left {
	display:block;
	float:left;
	margin-right:10px;
}

.member_leistungen_content.total_1 .column_left {
	width: -moz-calc(100% - (1 * 40px) - 10px);
	width: -webkit-calc(100% - (1 * 40px) - 10px);
	width: -o-calc(100% - (1 * 40px) - 10px);
	width: calc(100% - (1 * 40px) - 10px);
}

.member_leistungen_content.total_2 .column_left {
	width: -moz-calc(100% - (2 * 40px) - 10px);
	width: -webkit-calc(100% - (2 * 40px) - 10px);
	width: -o-calc(100% - (2 * 40px) - 10px);
	width: calc(100% - (2 * 40px) - 10px);
}

.member_leistungen_content.total_3 .column_left {
	width: -moz-calc(100% - (3 * 40px) - 10px);
	width: -webkit-calc(100% - (3 * 40px) - 10px);
	width: -o-calc(100% - (3 * 40px) - 10px);
	width: calc(100% - (3 * 40px) - 10px);
}

.member_leistungen_content.total_4 .column_left {
	width: -moz-calc(100% - (4 * 40px) - 10px);
	width: -webkit-calc(100% - (4 * 40px) - 10px);
	width: -o-calc(100% - (4 * 40px) - 10px);
	width: calc(100% - (4 * 40px) - 10px);
}

.member_leistungen_content.total_5 .column_left {
	width: -moz-calc(100% - (5 * 40px) - 10px);
	width: -webkit-calc(100% - (5 * 40px) - 10px);
	width: -o-calc(100% - (5 * 40px) - 10px);
	width: calc(100% - (5 * 40px) - 10px);
}

.member_leistungen_content.total_6 .column_left {
	width: -moz-calc(100% - (6 * 40px) - 10px);
	width: -webkit-calc(100% - (6 * 40px) - 10px);
	width: -o-calc(100% - (6 * 40px) - 10px);
	width: calc(100% - (6 * 40px) - 10px);
}

.member_leistungen_content .column_right {
	display:block;
	float:right;
}

.member_leistungen_content.total_1 .column_right {
	width: -moz-calc(1 * 40px);
	width: -webkit-calc(1 * 40px);
	width: -o-calc(1 * 40px);
	width: calc(1 * 40px);
}

.member_leistungen_content.total_2 .column_right {
	width: -moz-calc(2 * 40px);
	width: -webkit-calc(2 * 40px);
	width: -o-calc(2 * 40px);
	width: calc(2 * 40px);
}

.member_leistungen_content.total_3 .column_right {
	width: -moz-calc(3 * 40px);
	width: -webkit-calc(3 * 40px);
	width: -o-calc(3 * 40px);
	width: calc(3 * 40px);
}

.member_leistungen_content.total_4 .column_right {
	display:block;
	width: -moz-calc(4 * 40px);
	width: -webkit-calc(4 * 40px);
	width: -o-calc(4 * 40px);
	width: calc(4 * 40px);
	float:right;
}

.member_leistungen_content.total_5 .column_right {
	display:block;
	width: -moz-calc(5 * 40px);
	width: -webkit-calc(5 * 40px);
	width: -o-calc(5 * 40px);
	width: calc(5 * 40px);
	float:right;
}

.member_leistungen_content.total_6 .column_right {
	display:block;
	width: -moz-calc(6 * 40px);
	width: -webkit-calc(6 * 40px);
	width: -o-calc(6 * 40px);
	width: calc(6 * 40px);
	float:right;
}

.checkbox_leistung {
	width:40px;
	display:inline-block;
	text-align:center;
	float:left;
	opacity:0;
}

.checkbox_leistung.active {
	opacity:1;
}

.checkbox_leistung span {
	opacity:0;
	width:8px;
	height:8px;
	background:#000;
	border-radius:50%;
	display:inline-block;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.checkbox_leistung span.active {
	opacity:1;
}

/*------------------------------------------------------
VERMIETUNG
------------------------------------------------------*/

.page_rental .outer_filter {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
}

.page_rental .filter_item.subgrid {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	align-items: start;
	grid-template-columns: repeat(var(--columns), 1fr);
}

.page_rental .filter_item.subgrid.inactive {
	display: none;
}

.page_rental .filter_item.subgrid .rental_description {
	-ms-grid-columns: 3 / 11;
	grid-column:3 / 11;
	margin-bottom: 80px;
}

.page_rental .filter_item.subgrid > .column_left {
	-ms-grid-columns: 1 / 6;
	grid-column:1 / 6;
}

.page_rental .filter_item.subgrid > .column_left img {
	width: 100%;
	height: auto;
}

.page_rental .filter_item.subgrid > .column_right {
	-ms-grid-columns: 7 / 13;
	grid-column:7 / 13;
}

.price_table {
	display: block;
}

.price_table .price_table_header,
.price_table .price_row,
.two_column_table,
.three_column_table,
.two_column_table .column_row,
.three_column_table .column_row {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 7;
	grid-column:1 / 7;
	grid-template-columns: repeat(6, 1fr);
	align-items: start;
}

.price_table .price_table_header {
	padding: 10px 0;
	border-top: 1px solid #080808;
	border-bottom: 1px solid #080808;
}

.price_table .price_table_header .column_1 {
	-ms-grid-columns: 1 / 4;
	grid-column:1 / 4;
}

.price_table .price_table_header .column_2 {
	-ms-grid-columns: 4 / 5;
	grid-column:4 / 5;
}

.price_table .price_table_header .column_3 {
	-ms-grid-columns: 5 / 6;
	grid-column:5 / 6;
}

.price_table .price_table_header .column_4 {
	-ms-grid-columns: 6 / 7;
	grid-column:6 / 7;
}

.price_table .price_row {
	border-bottom: 1px solid #080808;
}

.price_table .price_row .column_left {
	-ms-grid-columns: 1 / 3;
	grid-column:1 / 3;
	padding: 10px 0;
}

.price_table .price_row .column_right {
	-ms-grid-columns: 3 / 7;
	grid-column:3 / 7;
}

.price_table .price_row .column_right .row {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 5;
	grid-column:1 / 5;
	grid-template-columns: repeat(4, 1fr);
	align-items: start;
	padding: 10px 0;
	border-bottom: 1px solid #080808;
}

.price_table .price_row .column_right .row:last-child {
	border-bottom: none 0;
}

.rental_downloads, .zusatz {
	margin-top: 40px;
}

.rental_downloads a, .flexible_content_downloads a {
	display: block;
	position: relative;
	padding: 10px 20px 20px 0;
	border-bottom: 1px solid #080808;
}

.rental_downloads a:after, .flexible_content_downloads a:after {
	font-family: 'FF Kunst Grotesk Medium';
	content: '↓';
	position: absolute;
	right: 10px;
	top: 10px;
}

.page_rental  .flexible_content_bildslider {
	margin-top: 80px;
}

.two_column_table,
.three_column_table {
	margin-bottom: 80px;
}

.two_column_table .column_row,
.three_column_table .column_row {
	padding: 10px 0;
	border-bottom: 1px solid #080808;
}

.two_column_table .column_left,
.three_column_table .column_left {
	-ms-grid-columns: 1 / 4;
	grid-column:1 / 4;
}

.two_column_table .column_right,
.three_column_table .column_right {
	-ms-grid-columns: 4 / 7;
	grid-column:4 / 7;
}

.three_column_table .column_left {
	-ms-grid-columns: 1 / 4;
	grid-column:1 / 4;
}

.three_column_table .column_middle {
	-ms-grid-columns: 4 / 6;
	grid-column:4 / 6;
}

.three_column_table .column_right {
	-ms-grid-columns: 6 / 7;
	grid-column:6 / 7;
}

.two_column_table .column_left.is_title,
.three_column_table .column_left.is_title {
	font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

/*------------------------------------------------------
BOOKING TOOL
------------------------------------------------------*/

.wpbs-overview-container {
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
}

.wpbs-overview-header .wpbs-overview-row-content>div .wpbs-date, .wpbs-overview-row-abbreviations .wpbs-overview-row-content>div .wpbs-date {
	background: transparent !important;
}

.wpbs-overview-container .wpbs-overview-row .wpbs-overview-row-header-inner {
	background: transparent !important;
}

.wpbs-legend {
	border: none 0 !important;
}

.wpbs-overview-container .wpbs-overview-row .wpbs-overview-row-header {
	width: 15vw !important;
}

.wpbs-overview-container .wpbs-overview-row-content {
	padding-left: 15vw !important;
}

.wpbs-overview-container .wpbs-overview-row-content div .wpbs-date {
	font-size: 14px !important;
}

.wpbs-select-container {
	position: absolute;
	top: 0;
	height: 30px !important;
}

.wpbs-overview-container .wpbs-overview-row .wpbs-overview-row-header {
	font-family: 'FF Kunst Grotesk Medium' !important;
	font-size: 14px !important;
}

.wpbs-select-container > select {
	background: #080808 url('images/arrow_select.svg') no-repeat right 8px center !important;
	border-radius: 40px;
	color: #fff;
	font-size: 14px !important;
	height: 26px !important;
	border: none 0 !important;
	font-family: 'FF Kunst Grotesk Medium' !important;
	-webkit-appearance: none;
	  -moz-appearance: none;
}

.wpbs-date-inner strong {
	font-family: 'FF Kunst Grotesk Medium' !important;
	color: #949494;
}

.wpbs-overview-container .wpbs-overview-row .wpbs-overview-row-content {
	border-bottom: 1px solid #080808 !important;
}

.wpbs-overview-container .wpbs-overview-row.wpbs-overview-header .wpbs-overview-row-content {
	border-bottom: none 0 !important;
}

.wpbs-overview-container .wpbs-overview-row-content>div {
	padding: 4px 4px !important;
}

.wpbs-overview-container .wpbs-calendar.wpbs-overview-row .wpbs-overview-row-content div .wpbs-date {
	min-height: 2vw !important;
	height: 2vw !important;
	width: 2vw !important;
	min-width: 2vw !important;
	border: 1px solid #949494;
	border-radius: 0.5vw;
}

.wpbs-overview-container .wpbs-overview-row-content>div {
	min-width: 2vw !important;
}

/* Old Dates */

.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-0 .wpbs-legend-item-icon-color {
	background: #ededed !important;
	cursor: not-allowed;
}

/* Available */

.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-1 .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-10 .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-13 .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-16 .wpbs-legend-item-icon-color {
	background: #fff !important;
	cursor: pointer;
}

/* Selected */

.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-1.selected .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-10.selected .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-13.selected .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-16.selected .wpbs-legend-item-icon-color {
	background: #fff url('images/icon_calendar_selected_big.svg') no-repeat center center !important;
	background-size: auto 80% !important;
}

/* Reserved */

.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-5 .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-12 .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-15 .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-18 .wpbs-legend-item-icon-color {
	background: #fff url('images/icon_calendar_reservation.svg') no-repeat center center !important;
	cursor: not-allowed;
}

/* Booked */

.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-2 .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-11 .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-14 .wpbs-legend-item-icon-color,
.wpbs-date .wpbs-legend-item-icon.wpbs-legend-item-icon-17 .wpbs-legend-item-icon-color {
	background: #080808 !important;
	cursor: not-allowed;
}

.wpbs-legend .wpbs-legend-item .wpbs-legend-item-icon {
	border: 1px solid #949494 !important;
	min-height: 2vw !important;
	height: 2vw !important;
	width: 2vw !important;
	min-width: 2vw !important;
	border: 1px solid #949494;
	border-radius: 0.5vw;
}

.wpbs-legend {
	margin: 0 !important;
	text-align: right !important;
	padding: 8px 0 !important;
}

.wpbs-legend .wpbs-legend-item .wpbs-legend-item-icon-16 .wpbs-legend-item-icon-color {
	background: #fff !important;
}

.wpbs-legend .wpbs-legend-item .wpbs-legend-item-icon-17 .wpbs-legend-item-icon-color {
	background: #080808 !important;
}

.wpbs-legend .wpbs-legend-item .wpbs-legend-item-icon-18 .wpbs-legend-item-icon-color {
	background: #fff url('images/icon_calendar_reservation.svg') no-repeat center center !important;
}

.wpbs-legend .wpbs-legend-item .wpbs-legend-item-icon-19 .wpbs-legend-item-icon-color {
	background: #fff url('images/icon_calendar_selected_small.svg') no-repeat center center !important;
}

/*------------------------------------------------------
BOOKING FORM
------------------------------------------------------*/

.outer_forms {
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	grid-template-columns: repeat(var(--columns), 1fr);
	align-items: start;
}

.forms_columns.column_left {
	margin-top: 0;
	-ms-grid-columns: 1 / 6;
	grid-column:1 / 6;
	-ms-grid-row: 1 / 1;
	grid-row:1 / 1;
	margin-top: 100px;
}

.forms_columns.column_right {
	margin-top: 100px;
	-ms-grid-columns: 7 / 13;
	grid-column:7 / 13;
	-ms-grid-row: 1 / 1;
	grid-row:1 / 1;
}

.selected_dates_outer h3 {
	display: block;
	margin-bottom: 20px;
}

.location_title, .date_listing, .date_listing div {
	display: inline;
}

.date_listing:before {
	content: '\00a0(';
}

.date_listing:after {
	content: ')';
}

.date_listing div:after {
	content: ',\00a0';
}

.date_listing div:last-child:after {
	content: '';
}

.location_outer {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.matter-textfield-filled:hover > input, .matter-textfield-filled:hover > textarea {
	background: none !important;
}

.matter-textfield-filled > input, .matter-textfield-filled > textarea {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

.matter-textfield-filled > input + span, .matter-textfield-filled > textarea + span {
	padding-left: 0;
	padding-right: 0;
}

.matter-textfield-filled > input, .matter-textfield-filled > textarea,
.matter-textfield-filled > input:not(:focus):placeholder-shown + span {
	color: #949494;
}

input, textarea,
.matter-textfield-filled > input, .matter-textfield-filled > textarea {
	color: #080808;
	font-family: 'FF Kunst Grotesk Medium' !important;
}

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

.form_data {
	margin-top: 30px;
}

.form_data .matter-textfield-filled {
	display: block;
}

.matter-textfield-outlined {
	margin-top: 30px;
	margin-bottom: 20px;
}

.matter-checkbox > input:checked, .matter-checkbox > input:indeterminate {
	background: none;
}

.matter-checkbox > input + span::before {
	display: none;
}

.matter-textfield-outlined > textarea {
	min-height: 20vw;
}

a.send_form {
	display: inline-block;
	border-radius: 40px;
	border: 1px solid #080808;
	white-space: nowrap;
	padding: 7px 16px 8.5px 16px;
	margin-top: 30px;
}

body.no_touch a.send_form:hover {
	background: #080808;
	color: #fff;
}

.message {
	display: none;
	margin: 15px 0 -10px 0;
	padding: 0;
}

.message.error {
	color: #f00;
}

.message.success {
	color: #42CD00;
}

/*------------------------------------------------------
RECHERCHE
------------------------------------------------------*/

body.single-recherche .newsletter_box, 
body.single-recherche nav ul.nav-menu,
body.single-recherche footer {
	display: none;
}

body.single-recherche main {
	background: transparent;
	min-height: 100%;
}

body.single-recherche {
	min-height: 100%;
	background: #fff;
	background-image: radial-gradient(#E8E8E8 3%, #fff 3%);
	background-position: 0 0;
	background-size: 50px 50px;
	height: 100%;
	width: 100%;
}

.clusters_outer {
	display: block;
	position: fixed;
	top: 46px;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 320px;
	scrollbar-width: none;
	/*width: 2400px;*/
	cursor: grab;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
}

.clusters_inner {
	min-width: 4000px;
}

.clusters_outer:active {
	cursor: grabbing;
}

.clusters_outer::-webkit-scrollbar {
    display: none;
}

/* Cluster Nav */

.cluster_nav {
	position: fixed;
	top: 130px;
	left: var(--offset);
	width: 320px;
	z-index: 1;
}

.cluster_nav a {
	display: table;
	border-radius: 24px;
	padding: 7.5px 16px 10px 16px;
	background: #E8E8E8;
	margin-bottom: 20px;
}

body.no_touch .cluster_nav a:hover {
	background: #080808;
	color: #fff;
}

/* Clusters */

.clusters {
	display: block;
}

.clusters .cluster {
	display: inline-block;
	width: 2000px;
	float: left;
	margin: 200px;
	min-height: -moz-calc(50vw - 200px);
	min-height: -webkit-calc(50vw - 200px);
	min-height: -o-calc(50vw - 200px);
	min-height: calc(50vw - 200px);
	position: relative;
}

.clusters .cluster .cluster_title {
	position: absolute;
	width: 520;
	left: 600px;
	top: 150px;
}

.clusters .cluster .cluster_content {
	display: block;
	float: left;
	margin: 20px;
	padding: 14px 20px;
	min-height: 200px;
	border-radius: 24px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 20px 4px rgba(8,8,8,0.25); 
	box-shadow: 0px 4px 20px 4px rgba(8,8,8,0.25);

}

.clusters .cluster .cluster_content.cluster_content_0,
.clusters .cluster .cluster_content.cluster_content_2,
.clusters .cluster .cluster_content.cluster_content_3 {
	width: 340px;
}

.clusters .cluster .cluster_content.cluster_content_1{
	width: 520px;
}

.clusters .cluster .cluster_content.cluster_content_1.has_image .column_left,
.clusters .cluster .cluster_content.cluster_content_1.has_image .column_right {
	width: -moz-calc(50% - 8px);
	width: -webkit-calc(50% - 8px);
	width: -o-calc(50% - 8px);
	width: calc(50% - 8px);
	float: left;
	margin-right: 8px;
}

.clusters .cluster .cluster_content.cluster_content_1.has_image .column_right {
	margin-right: 0;
	margin-left: 8px;
}

.clusters .cluster .cluster_content.cluster_content_0 {
	margin-top: 100px;
}

.clusters .cluster .cluster_content.cluster_content_1 {
	margin-top: 300px;
}

.clusters .cluster .cluster_content.cluster_content_2:after {
	content: '';
	clear:left
}

.clusters .cluster .cluster_content.cluster_content_3 {
	margin-left: 520px;
}

/* Cluster Content */

.cluster_content .cluster_date {
	display: block;
	position: relative;
	padding-left: 12px;
	border-bottom: 1px solid #E8E8E8;
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 20px 15px 50px;
	margin-bottom: 15px;
}

.cluster_content .cluster_date:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 20px;
	border-radius: 50%;
	border: 1px solid #595959;
}

.cluster_content_title {
	margin-bottom: 10px;
}

.cluster_content_text a {
	border-bottom: 2px solid #949494;
}

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

.cluster_tag {
	display: inline-block;
	border-radius: 24px;
	padding: 7.5px 16px 10px 16px;
	background: #E8E8E8;
	margin: 0 10px 10px 0;
}

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

.page_single_agenda .single_header.event_preview {
	-ms-grid-columns: 2 / 12;
	grid-column:2 / 12;
	border-bottom: none 0;
	margin-bottom: 76px;
	padding-bottom: 0;
}

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

footer {
	display: block;
	position: relative;
	z-index: 1;
	margin-left: var(--offset-minus);
	margin-right: var(--offset-minus);
	background: #999;
	padding: 40px var(--offset) 70px var(--offset);
	margin-top: 120px;
	display: -ms-grid;
	display: grid;
	grid-gap: var(--gap);
	grid-row-gap: 0px;
	-ms-grid-columns: 1 / 13;
	grid-column:1 / 13;
	align-items: start;
	grid-template-columns: repeat(12, 1fr);
}

footer .column_left {
	-ms-grid-columns: 1 / 4;
	grid-column:1 / 4;
}

footer .column_middle {
	-ms-grid-columns: 4 / 7;
	grid-column:4 / 7;
	font-family: 'FF Kunst Grotesk Medium';
}

footer .column_middle img {
	width: 175px;
	height: auto;
}

footer .column_right {
	-ms-grid-columns: 7 / 13;
	grid-column:7 / 13;
	font-family: 'FF Kunst Grotesk Medium';
}

footer .column_left .opening_hours {
	margin-top: 0;
	margin-bottom: 10px;
}

footer .column_left .opening_hours .title {
	margin-bottom: 12px;
}

footer .small_title {
	margin-bottom: 8px;
}

footer .column_middle p {
	margin-bottom: 20px;
}

footer .column_right ul.footer-menu {
	list-style: none;
}

footer .column_right ul.footer-menu li {
	display: inline-block;
	margin-bottom: 12px;
}

footer .column_right ul.footer-menu li a {
	display: inline-block;
	border-radius: 24px;
	padding: 7px 16px 8.5px 16px;
	background: #fff;
	color: #080808;
	margin-right: 15px;
	-webkit-transition: background 0.3s var(--easing), color 0.3s var(--easing);
	transition: background 0.3s var(--easing), color  0.3 var(--easing);
}

body.no_touch footer .column_right ul.footer-menu li a:hover {
	background: #080808;
	color: #fff;
}

footer .footer_section {
	border-bottom: 1px solid #080808;
	padding-bottom: 40px;
	margin-bottom: 12px;
}

footer .footer_section:last-child {
	border-bottom: none 0;
}

footer .footer_section .footer_title {
	margin-bottom: 10px;
}

footer .footer_section .socials a.fb {
	padding-left: 29px;
	background: url('images/icon_fb.svg') no-repeat center left;
	background-size: 13px 24px;
	margin-right: 30px ;
}

footer .footer_section .socials a.insta {
	padding-left: 40px;
	margin-right:30px;
	background: url('images/icon_instagram.svg') no-repeat center left;
	background-size: 25px 24px;
}

footer .footer_section .socials a.linkedin {
	padding-left: 40px;
	background: url('images/icon_linkedin.svg') no-repeat center left;
	background-size: 24px 24px;
}

footer .icon_listing a {
	display: inline-block;
	margin-right: 0;
}

footer .icon_listing a img {
	display: block;
	width: auto;
	height: 40px;
}

/*------------------------------------------------------
IE
------------------------------------------------------*/

.ie_message {
	display: none;
	padding: 10px;
}

.ie_message a {
	text-decoration: underline;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.ie_message {
		display: block !important;
	}
   header, main, footer {
    display: none !important
   }
}

/*------------------------------------------------------
XL SIZE
------------------------------------------------------*/

@media all and (max-width: 10000px) and (min-width: 2000px) {

	body, .newsletter_box button, .matter-textfield-filled, .matter-textfield-filled > textarea:not(:focus):placeholder-shown + span,
	.default_type {
		font-size: 24px;
		line-height: 30px;
	}

	h1, h2, .newsletter_box input, .page_default.page_default_khf h1,
	.matter-textfield-filled > input, .matter-textfield-filled > textarea,
	.matter-textfield-filled > input:not(:focus):placeholder-shown + span {
		font-size: 64px;
		line-height: 64px;
		letter-spacing: -1%;
	}

	.page_default h1, .flexible_content_title h2, .page_single_ausstellungen h1 {
		font-size: 160px;
		line-height: 160px;
		letter-spacing: -1%;
	}

	h3, .selected_dates_listing, .event_date {
		font-size: 28px;
		line-height: 28px;
	}

	header a, nav a, .subhead, .echo_title, .livestream_title, .echo_info_box, .echo_info_box a,  a.play_echo {
		font-size: 20px;
		line-height: 24px;
	}

	nav a, .outer_filter a {
		letter-spacing: 0.800161px;
	}

	.medium_type {
		font-size: 20px;
		line-height: 20px;
	}

	.small_type, .small_title {
		font-size: 18px;
		line-height: 18px;
	}

	p, .wp-video {
		margin-bottom: 24px;
	}

	main {
		margin: 0 auto;
		max-width: -moz-calc(2000px - (var(--offset)*2));
		max-width: -webkit-calc(2000px - (var(--offset)*2));
		max-width: -o-calc(2000px - (var(--offset)*2));
		max-width: calc(2000px - (var(--offset)*2));
	}

	.stoerer .stoerer_button {
		width: 440px;
		height: 440px;
	}

}

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

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

	.next_events {
		-ms-grid-columns: 1 / 13;
		grid-column: 1 / 13;
	}

	#stoerer svg {
		max-width:200px;
	}

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

	main .inside_main {
		padding-top:110px;
	}

}

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

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

	:root {
	  --offset: 16px;
	  --offset-minus:  -16px;
	  --max_width: 100%;
	  --columns: 2;
	  --gap: 20px;
	}

	body, .newsletter_box button, .matter-textfield-filled, .matter-textfield-filled > textarea:not(:focus):placeholder-shown + span,
	.default_type {
		font-family: 'FF Kunst Grotesk Regular', Helvetica, Arial, Verdana, sans-serif;
		font-size: 16px;
		line-height: 20px;
	}

	html, body, main {
		overflow-x: hidden;
	}

	h1, h2, .newsletter_box input, .page_default.page_default_khf h1,
	.matter-textfield-filled > input, .matter-textfield-filled > textarea,
	.matter-textfield-filled > input:not(:focus):placeholder-shown + span {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: -1%;
	}

	.page_default h1, .flexible_content_title h2, .page_single_ausstellungen h1 {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: -1%;
	}

	h3, .selected_dates_listing {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: -1%;
	}

	header a, nav a, .subhead, .echo_title, .livestream_title, .echo_info_box, .echo_info_box a,  a.play_echo {
		font-size: 16px;
		line-height: 20px;
	}

	.medium_type {
		font-size: 16px;
		line-height: 20px;
	}

	.small_type, .small_title {
		font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
		font-size: -moz-calc(14px + 4 * ((100vw - 1008px) / 992));
		font-size: -webkit-calc(14px + 4 * ((100vw - 1008px) / 992));
		font-size: -o-calc(14px + 4 * ((100vw - 1008px) / 992));
		font-size: calc(14px + 4 * ((100vw - 1008px) / 992));
		line-height: -moz-calc(14px + 4 * ((100vw - 1008px) / 992));
		line-height: -webkit-calc(14px + 4 * ((100vw - 1008px) / 992));
		line-height: -o-calc(14px + 4 * ((100vw - 1008px) / 992));
		line-height: calc(14px + 4 * ((100vw - 1008px) / 992));
	}

	a.hamburger {
		display: block;
		width: 48px;
		height: 32px;
		position: fixed;
		top: 3px;
		left: 30px;
		z-index: 100;
	}

	a.hamburger span.line {
		position: absolute;
		left: 10px;
		width: 28px;
		height: 2px;
		background: #fff;
		transform: rotate(0);
		-webkit-transform: -webkit-rotate(0);
		transform-origin: center center;
		-webkit-transform-origin: center center;
		-webkit-transition: -webkit-transform 0.3s var(--easing);
		transition: transform 0.3s var(--easing);
	}

	a.hamburger span.line.line_1 {
		top: 14px;
	}

	a.hamburger span.line.line_2 {
		top: 20px;
	}

	a.hamburger.active {
		display: none;
	}

	header .column_left,
	header .column_middle,
	header .column_right {
		position: absolute;
		-ms-grid-columns: none;
		grid-column: none;
	}

	header .column_left {
		left: var(--offset);
	}

	header .column_middle {
		width: 100px;
		left: 50%;
		margin-left: -50px;
	}

	header .column_right {
		right: var(--offset);
	}

	header .column_left a span.icon {
		width: 9px;
		height: 11px;
		top: 12px;
	}

	header .column_left a span.space {
		padding-left: 8px;
	}

	header .column_right a span.icon {
		width: 10px;
		height: 10px;
		margin-right: 5px;
	}

	header {
		display: block;
		position: fixed;
		z-index: 98;
		left: 0;
		right: 0;
		top: 0;
		background-color: #080808;
		height: 40px;
	}

	header:before {
	    content: "";
	    position: absolute;
	    background-color: transparent;
	    bottom: -80px;
	    height: 80px;
	    margin-left: 0;
	    width: 40px;
	    border-top-left-radius: 40px;
	    box-shadow: 0 -40px 0 0 #080808;
	    z-index: 50;
	}

	header:after {
	    content: "";
	    position: absolute;
	    background-color: transparent;
	    bottom: -80px;
	    height: 80px;
	    margin-right: 0;
	    width: 40px;
	    right: 0;
	    border-top-right-radius: 40px;
	    box-shadow: 0 -40px 0 0 #080808;
	    z-index: 50;
	}

	nav {
		top: 20px;
		display: none;
		background: #fff;
		position: fixed;
		top: 40px;
		left: 0;
		right: 0;
		bottom: 0;
		height: -moz-calc(100% - 170px);
		height: -webkit-calc(100% - 170px);
		height: -o-calc(100% - 170px);
		height: calc(100% - 170px);
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 100;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
	}

	body.active_echo .echo iframe, body.active_livestream .livestream iframe {
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
	}

	nav.show {
		display: block;
	}

	header .column_left,
	header .column_right span.stream {
		display: none;
	}

	body.active_echo .echo_title, body.active_livestream .livestream_title {
		display: none;
	}

	ul.nav-menu {
		margin-top: 0;
	}

	nav ul.nav-menu > li {
		display: block;
		margin: 0;
	}

	nav ul.nav-menu > li.menu-item-has-children > a {
		margin-bottom: 10px;
	}

	nav ul.nav-menu > li {
		border-bottom: 1px solid #080808;
		margin-bottom: 20px;
	}

	nav ul.sub-menu {
		position: relative;
		margin-bottom: 24px;
	}

	nav ul.nav-menu > li > ul.sub-menu {
		display: block;
	}

	nav ul.nav-menu > li > ul.sub-menu {
		margin-top: -10px;
	}

	nav ul.nav-menu > li > a {
		margin-top: 0;
	}

	.close_nav {
		display: none;
		width: 20px;
		height: 20px;
		background: url('images/close_nav_mobile.svg') no-repeat center center;
		background-size: 100% 100%;
		position: fixed;
		top: 40px;
		left: 50px;
		z-index: 100;
	}

	.close_nav.show {
		display: block;
	}

	ul.nav-menu {
		margin-top: 40px;
	}

	ul.nav-menu.sub-nav-menu {
		display: block;
		margin-top: 0;
		padding-bottom: 40px;
	}

	.sub-nav-menu li {
		border-bottom: none 0 !important;
	}

	/*
	a.echo_archiv {
		display: none;
	}
	*/

	.rollover_links {
		margin-top: 15vh;
	}

	body.echo_rollover header .column_left {
		display: block;
	}

	body.echo_rollover header .column_right span.stream {
		display: inline-block;
	}

	.echo_info_box, a.play_echo {
		top: 50px;
		left: 20px;
		max-width: -moz-calc(100% - 70px);
		max-width: -webkit-calc(100% - 70px);
		max-width: -o-calc(100% - 70px);
		max-width: calc(100% - 70px);
	}

	a.play_echo {
		left: 100px;
	}

	.echo_info_box.active .echo_info_box_header:before {
		top: 10px;
	}

	.highlight .column_left,
	.highlight .column_right,
	.agenda_events .column_left,
	.agenda_events .column_right,
	.flexible_content_home .column_left,
	.flexible_content_home .column_left h2,
	.flexible_content_home .column_left .text,
	.flexible_content_home .column_right,
	footer,
	footer .column_left,
	footer .column_middle,
	footer .column_right,
	.page_default.page_default_khf .opening_hours_outer,
	.page_default.page_default_khf h1, .page_default.page_default_khf .main_image,
	.page_default.page_default_khf .opening_hours_outer,
	.flexible_content_text_1_spalte,
	.flexible_content_bild_2_spalten,
	.flexible_content_home .column_right,
	.flexible_content_text_2_spalten,
	.flexible_content,
	.page_default h1,
	.page_default .main_image,
	.flexible_content_logos .logos_listing,
	.flexible_content_logos .small_title,
	.page_exhibitions a.format_gross, .page_exhibitions a.format_gross .exhibition_infos.subgrid,
	.page_exhibitions a.format_klein, .page_exhibitions a.format_klein .exhibition_infos.subgrid,
	.page_exhibitions .outer_button,
	.page_exhibitions a.format_gross .exhibition_infos.has_opening .exhibition_ort,
	.page_exhibitions a.format_gross .exhibition_infos.has_opening .exhibition_opening,
	.exhibition_archive_listing,
	.page_exhibitions_archive .outer_filter,
	.page_single_ausstellungen h1,
	.page_single_ausstellungen .main_content .column_left,
	.page_single_ausstellungen .main_content .column_right,
	.flexible_content_akkordeon .list_title, .flexible_content_akkordeon .akkordeon_title,
	.flexible_content_akkordeon .listing,
	.flexible_content_textlink_gross a.textlink,
	.flexible_content_vorschau_playground .small_type,
	.flexible_content_vorschau_playground .preview_playground_outer,
	.flexible_content_mini_agenda .next_events, .flexible_content_mini_agenda .small_title,
	.flexible_content_bild_1_spalte .column_left,
	.flexible_content_bild_1_spalte .column_right,
	.page_rental .outer_filter,
	.page_rental .filter_item.subgrid,
	.page_rental .filter_item.subgrid .rental_description,
	.page_rental .filter_item.subgrid > .column_left,
	.page_rental .filter_item.subgrid > .column_right,
	.wpbs-overview-container,
	.forms_columns.column_left,
	.forms_columns.column_right,
	.page_single_agenda .single_header.event_preview,
	.next_events,
	.page_agenda .outer_filter,
	.outer_forms,
	.flexible_content_downloads .small_title,
	.flexible_content_downloads a,
	.stoerer {
		-ms-grid-columns: 1 / 3;
		grid-column: 1 / 3;
	}

	.page_default.page_default_khf .flexible_content.flexible_content_0 {
		-ms-grid-columns: 1 / 3 !important;
		grid-column: 1 / 3 !important;
	}

	.flexible_content_home .column_left,
	.text_image,
	footer {
		grid-template-columns: repeat(2, 1fr);
	}

	.flexible_content_bild_2_spalten,
	.flexible_content_text_2_spalten,
	.exhibition_archive_listing  {
		grid-template-columns: repeat(1, 1fr);
	}

	.flexible_content_bild_2_spalten .column_left,
	.flexible_content_text_2_spalten .column_left {
		margin-bottom: 28px;
	}

	header a {
		padding-top: 9px;
	}

	.event_date {
		font-size: 24px;
		line-height: 24px;
	}

	.event_category.medium_type {
		font-size: 14px;
		line-height: 14px;
	}

	.show_all_events {
		margin-top: 20px;
	}

	.flexible_content_home {
		margin-top: 20px;
		padding-bottom: 80px;
		position: relative;
	}

	.flexible_content_home .column_left .text {
		-ms-grid-columns: 1 / 2;
		grid-column: 1 / 2;
	}

	.flexible_content_home .column_right {
		position: absolute;
		top: initial;
		bottom: 0;
		right: -20vw;
		width: 35vh;
	}

	.flexible_content_home .column_right.has_button {
		bottom: 80px;
	}

	.flexible_content_home .column_right img {
		max-width: 30vh;
	}

	.newsletter_box h2 {
		max-width: 100%;
	}

	.newsletter_box button {
		position: relative;
		margin-bottom: 10px !important;
		margin-top: 10px !important;
	}

	.newsletter_box {
		padding-bottom: 40px;
	}

	footer {
		margin-top: 40px;
		padding: 20px var(--offset) 20px var(--offset);
	}

	main .inside_main {
		padding-top: 80px;
	}

	.page_default {
		padding-bottom: 40px;
	}

	.flexible_content_bild_2_spalten .column_left {
		margin-bottom: 20px;
	}

	.page_default_khf h1 {
		-ms-grid-row: 1 / 1;
		grid-row:1 / 1;
	}

	.page_default_khf .opening_hours_outer {
		-ms-grid-row: 3 / 3;
		grid-row:3 / 3;
	}

	.page_default.page_default_khf .opening_hours_outer .opening_hours {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.flexible_content {
		margin-bottom: 20px;
	}

	.page_default .main_image img {
		margin-bottom: 20px;
	}

	.flexible_content_logos .logos_listing .logo_box {
		width: 15vh;
		height: 15vh;
	}

	.page_exhibitions a, .exhibition_listing a {
		margin-bottom: 40px;
	}

	.page_exhibitions a img {
		margin-top: 15px;
	}

	.outer_filter {
		margin-bottom: 40px;
	}

	.exhibition_archive_listing .exhibition_preview {
		margin-bottom: 40px;
	}

	.page_single_ausstellungen h1 {
		margin-bottom: 40px;
	}

	.page_single_ausstellungen .highlight {
		margin-bottom: 20px;
	}

	.page_single_ausstellungen .main_content .column_right {
		margin-top: 40px;
	}

	.page_single_ausstellungen .main_content {
		margin-bottom: 40px;
	}

	.flexible_content_textlink_gross a.arrow {
		margin-top: -12px;
		right: 0;
		width: 47px;
		height: 28px;
	}

	.flexible_content_textlink_gross a.textlink {
		margin-right: 60px;
		margin-left: 60px;
	}

	.flexible_content_vorschau_playground .preview_playground_outer {
		height: 15vh;
	}

	.page_rental .filter_item.subgrid .rental_description {
		margin-bottom: 40px;
	}

	.flickity-prev-next-button.next {
		right: 30px;
	}

	.flickity-prev-next-button.previous {
		right: 70px;
	}

	.slider_gallery {
		margin-right:0;
	}

	.page_rental .flexible_content_bildslider {
		margin-right: -40px;
	}

	.wpbs-overview-container .wpbs-overview-row .wpbs-overview-row-header {
		width: 150px !important;
	}

	.wpbs-overview-container .wpbs-calendar.wpbs-overview-row .wpbs-overview-row-content div .wpbs-date {
		min-height: 4vw !important;
		height: 4vw !important;
		width: 4vw !important;
		min-width: 4vw !important;
	}

	.wpbs-legend .wpbs-legend-item .wpbs-legend-item-icon {
		min-height: 4vw !important;
		height: 4vw !important;
		width: 4vw !important;
		min-width: 4vw !important;
	}

	.page_rental .filter_item.subgrid > .column_left {
		margin-bottom: 40px;
	}

	.forms_columns.column_right {
		margin-top: 40px;
		-ms-grid-row: 1 / 1;
		grid-row:1 / 1;
	}

	.forms_columns.column_left {
		margin-top: 40px;
		-ms-grid-row: 2 / 2;
		grid-row:2 / 2;
	}

	.page_single_agenda .single_header.event_preview {
		margin-bottom: 20px;
	}

	h3.home_title {
		display: block;
		margin-top: -75px;
		padding-bottom: 35px;
	}

	body.echo_rollover .show_echo, body.livestream_rollover .show_livestream,
	body.echo_rollover .show_livestream, body.livestream_rollover .show_echo {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.flexible_content_home .column_left .text a.rounded_button {
		margin-top: 20px;
	}

	.text_image {
		margin-bottom: 40px;
	}

	.clusters_outer {
		top: 150px;
		padding-left: 70px;
	}

	.clusters_outer, .clusters_outer * {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none; 
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.clusters .cluster {
		margin: 50px 0;
	}

	.rounded_button {
		padding: 12px 24px 12px 24px;
	}

	.newsletter_box button {
		font-family: 'FF Kunst Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
		padding: 12px 24px 12px 24px !important;
	}

	footer .column_middle img {
	    width: 150px;
	    height: auto;
	}

	.stoerer .stoerer_button {
		width: 40vw;
		height: 40vw;
	}

	.stoerer .stoerer_button.stoerer_1 {
		-ms-grid-columns: 1 / 2;
		grid-column: 1 / 2;
	}

	.stoerer .stoerer_button.stoerer_2 {
		-ms-grid-columns: 2 / 3;
		grid-column: 2 / 3;
	}

	.stoerer .stoerer_button h2 {
		font-size: 20px;
		line-height: 20px;
	}

	header .column_left a span.icon {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	.wpbs-overview-container .wpbs-calendar.wpbs-overview-row .wpbs-overview-row-content div .wpbs-date,
	.wpbs-legend .wpbs-legend-item .wpbs-legend-item-icon {
		border-radius: 0.8vw;
	}

	body.echo_rollover .show_echo, body.livestream_rollover .show_livestream, body.echo_rollover .show_livestream, body.livestream_rollover .show_echo {
		margin-top:6px;
	}

	.highlight .column_right {
		position:relative;
	}

	.outer_stoerer {
		display:block;
		position:absolute;
		right:40px;
		width:45%;
		bottom:0;
		max-width:200px;
	}

	footer .footer_section .socials a.fb,
	footer .footer_section .socials a.insta {
		margin-right:15px;
	}

	footer .footer_section .socials a.fb {
		padding-left:20px;
	}

	footer .footer_section .socials a.insta {
		padding-left:30px;
	}

	footer .footer_section .socials a.linkedin {
		padding-left:30px;
	}

}

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

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

	.outer_stoerer {
		right:-20px;
	}

}