/*
Theme Name: Centre Albert Anker
Theme URI: https://centre-albert-anker.ch
Description: Custom Theme for Centre Albert Anker
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: 'Post Grotesk Medium';
    src: url('styles/fonts/PostGrotesk-Medium.eot');
    src: url('styles/fonts/PostGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/PostGrotesk-Medium.woff2') format('woff2'),
         url('styles/fonts/PostGrotesk-Medium.woff') format('woff'),
         url('styles/fonts/PostGrotesk-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

body {
	width: 100%;
	height: 100%;
	font: normal 18px/24px 'Post Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0.003em;
	color: #000;
	overflow-x: hidden;
	overflow-y:scroll !important;
	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: rgba(216, 248, 112, 1);
  color:#000;
}

::-moz-selection {
  background: rgba(216, 248, 112, 1);
  color:#000;
}

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

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

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

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

h1, h2, .title_in_text {
	display: block;
	font: 40px/40px 'Arnhem Pro Blond', Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 23px;
}

.inside_title_intro_box h1 {
	font: 40px/40px 'Post Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
}

.title_in_text a {
	color:#000 !important;
}

.page_header h1 {
	font: normal 64px/64px 'Post Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0.01em;
}

.flexible_quote blockquote {
	font: 36px/42px 'Arnhem Pro Blond', Helvetica, Arial, Verdana, sans-serif;
}

h3 {
	font: normal 28px/33px 'Post Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	opacity: 1;
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	opacity: 0.5;
}

.accordeon_title {
	display: block;
	font: normal 20px/24px 'Post Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;

}

input, textarea, select {
	font: normal 18px/24px 'Post Grotesk Medium', Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0.003em;
	color: #000;
}

ul.lang_switch li, ul.lang_switch li a,
.small_type, .small_type a, .wysiwig_text .wp-caption p.wp-caption-text,
.page_header_event_news .event_date span.event_weekday,
.page_header_event_news .event_date span.event_time,
.page_header_event_news .event_location,
.small_text,
.wysiwig_text .wp-caption p.wp-caption-text,
.img_caption,
.service_nav a {
	font-size:14px;
	line-height: 18px;
}

.small_text {
	display: block;
}

p {
	text-align: left;
	margin-bottom: 20px;
}

b, strong, .intro_in_text {
	font-weight: normal;
	font-family: 'Post Grotesk Bold';
}

.cky-notice .cky-title {
	font-weight:normal !important;
}

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

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	-webkit-transition: color 0.4s ease, opacity 0.4s ease-out;
    transition: color 0.4s ease, opacity 0.4s ease-out;
}

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

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

img {
	border: none 0;
}

.lazyload, .lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	-webkit-transition:opacity 0.5s;
	transition: opacity 0.5s;
}

/*------------------------------------------------------
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{
    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;
}

input[type="submit"], button {
	border: 0 !important;
	outline:none !important;
}

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

.wysiwig_text div.wp-caption {
	display: inline-block;
}

.wysiwig_text img {
	display: block;
	max-width: 100%;
	max-height: 560px;
	width: auto;
	height: auto;
	margin:0 auto;
}

.wysiwig_text .wp-caption {
	width: auto !important;
}

.wysiwig_text .wp-caption p.wp-caption-text {
	display: block;
	text-align: left;
	margin-top:19px;
	margin-bottom:0;
}

.wysiwig_text a {
	color:#ab945f;
	padding-right:9px;
	background: url('images/link_arrow_internal.svg') no-repeat top 12px right;
	background-size:6px 6px;
	margin-right:2px;
}

a.no_arrow, .wysiwig_text a.custom_links {
	background: none !important;
	padding-right:0;
	margin-right:0;
}

.wysiwig_text a.external_link {
	padding-right:8px;
	background: url('images/link_arrow_external.svg') no-repeat top 3px right;
	background-size:6px 6px;
}

.wysiwig_text a {
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}

.wysiwig_text a:hover {
	opacity: 0.5;
}

.wysiwig_text ul {
    list-style: none !important;
    margin-left: 0;
    padding-left: 1.5em;
    margin-bottom:20px;
    text-align: left;
}

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

/*------------------------------------------------------
BUTTONS
------------------------------------------------------*/

.outer_inside_button {
	display: block;
	text-align: center;
}

.inside_button, input.send_form, button.yikes-easy-mc-submit-button {
	display: inline-block;
	font-family: 'Post Grotesk Bold';
	background: rgba(171, 148, 95, 1);
	color:#000;
	text-align: center;
	min-width: 352px;
	padding:0 24px;
	height: 64px;
	line-height: 64px;
	margin-top:30px;
	cursor:pointer;
	text-transform: uppercase;
	-webkit-transition:background 0.3s ease-out;
	transition:background 0.3s ease-out;
}

.inside_button:hover, input.send_form:hover {
	background: rgba(171, 148, 95, 0.5);
}

/*------------------------------------------------------
VISIBILITY
------------------------------------------------------*/

.slide_in {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.slide_in.already-visible, .slide_in.come-in {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.slide_in.already-visible {
	-webkit-transition: -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 3s cubic-bezier(0.23, 1, 0.32, 1);
}

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

#wrapper {
	display: block;
	min-height:100vh;
	margin-left:206px;
	width: -moz-calc(100% - 206px);
	width: -webkit-calc(100% - 206px);
	width: -o-calc(100% - 206px);
	width: calc(100% - 206px);
}

.wrapper_inside {
	display: block;
	margin:0 auto;
	max-width: 1600px;
}

.wrapper_inside.wrapper_with_padding {
	max-width:1600px;
	padding:0 80px;
}

.wrapper_inside_small {
	display: block;
	margin:0 auto;
	padding:0 80px;
	max-width: 640px;
}

.wrapper_inside_small.wrapper_with_padding {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

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

header {
	height: 80px;
	position: fixed;
	left:0;
	right:0;
	top:0;
	z-index: 1000;
}

header.sticky_header, header.active_nav {
	background: #fff;
}

header.upscroll {
	background: #fff;
}

/*------------------------------------------------------
LOGO
------------------------------------------------------*/

header .home_logo {
	position: fixed;
	right:24px;
	top:17px;
	background: url('images/icon_medium.svg') no-repeat center center;
	background-size:100% 100%;
	width:150px;
	height: 180px;
	-webkit-transition:top 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out, opacity 0.3s ease-out;
	transition:top 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out, opacity 0.3s ease-out;
}

body.home header .home_logo {
	display: none;
}

header.small_nav .home_logo, 
header.active_nav .home_logo,
body.home header.active_nav .home_logo,
body.home header.small_nav .home_logo {
	display: block;
	z-index: 100;
	top:24px;
	width: 33px;
	height: 40px;
}

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

.title_nav {
	display: block;
	position: relative;
	z-index: 100;
	font-size:24px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top:29px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.home .title_nav, header.small_nav .title_nav {
	display: none;
}

body.home .active_nav .title_nav,
header.sticky_header .title_nav,
header.upscroll .title_nav {
	display: block;
}

.title_nav span {
	color:#000;
	margin-left: auto;
	margin-right:auto;
	max-width: 800px;
}

.title_nav span.subtitle, header.active_nav .title_nav span.nav_title {
	display: block;
}

header.active_nav .title_nav span.subtitle.late_show {
	display: none !important;
}

.title_nav span.subtitle.late_show {
	display: none;
}

.title_nav span.nav_title, header.active_nav span.subtitle {
	display: none;
}

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

ul.lang_switch {
	display: inline-block;
	position: relative;
	top:initial;
	width:auto;
	right:0;
	width:100px;
	-webkit-transition:right 0.3s ease-out;
	transition:right 0.3s ease-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.home header ul.lang_switch,
body.home header.small_nav ul.lang_switch,
header.small_nav ul.lang_switch {
	display: none;
}

body.home header.active_nav ul.lang_switch,
header.upscroll ul.lang_switch {
	display: block;
	display: none;
}

header.small_nav ul.lang_switch,
header.active_nav ul.lang_switch {
	right:95px;
}

header ul.lang_switch li, header ul.lang_switch li:after {
	display: none;
}

header ul.lang_switch:hover li, header ul.lang_switch:hover li:after,
header.active_nav ul.lang_switch li, header.active_nav ul.lang_switch li:after {
	display: inline-block !important;
}

header ul.lang_switch li.current-lang {
	display: inline-block;
}

ul.lang_switch li {
	list-style: none;
	display: inline-block;
	float: left;
	position: relative;
}

ul.lang_switch li, ul.lang_switch li a, .service_nav a {
	line-height: 12px;
}

ul.lang_switch li:after {
	content:'|';
	display: inline-block;
	margin:0 10px;
	width: 2px;
	height: 10px;
	margin-top:-1px;
	color:transparent;
	background: #808080;
}

ul.lang_switch li:last-child:after,
header ul.lang_switch:hover li:last-child::after,
header.active_nav ul.lang_switch li:last-child::after {
	display: none !important;
}

ul.lang_switch li, ul.lang_switch li a {
	color:#808080;
	text-transform: uppercase;
	-webkit-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}

ul.lang_switch li a:hover {
	color:#ab945f;
}

ul.lang_switch li.current-lang a {
	color:#000;
}

.service_nav {
	position:absolute;
	right:40px;
	top:20px;
	z-index:100;
}

body.page-template-home .service_nav {
	top:432px;
}

.service_nav .stoerer {
	width: 120px;
	height: 120px;
	right: 370px;
	top: -4px;
}

body.page-template-home .service_nav .stoerer {
	display:none;
}

.service_nav a.service_link {
	display:inline-block;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-right:40px;
}

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

.sticky_nav {
	width:260px;
}

nav {
	display:block;
	position:absolute;
	top:200px;
	left:40px;
	padding-top:35px;
	z-index:1000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

nav > div {
	position:relative;
	z-index:1;
}

body.page-template-home .sticky_nav nav {
	top:424px;
}

body.page-template-home .sticky_nav a.home_logo {
	display:none;
}

body.page-template-home .sticky_nav nav {
	padding-top:40px;
}

body.page-template-home .sticky_nav.cloned nav {
	top:0;
}

a.home_logo {
	display:block;
	width:126px;
	height:160px;
	top:40px;
	left:40px;
	position:absolute;
	background: url(images/icon_big.svg) no-repeat center center;
	background-size: 100% auto;
}

nav ul {
	list-style:none;
}

nav ul > li {
	display:table;
	position:relative;
	padding-right:10px;
}

nav ul > li > a {
	display:table;
	position:relative;
	z-index:0;
}

nav ul > li.menu-item-has-children > a {
	pointer-events:none;
	cursor:normal;
}

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

nav ul li.menu-item-has-children ul.sub-menu {
	display:none;
	margin-top:-24px;
	position:absolute;
	right:0;
	z-index:6;
	-webkit-transform: translateY(100px);
	transform: translateX(100%);
	white-space: nowrap;
}

nav ul li.menu-item-has-children ul.sub-menu > li:first-child {
	padding-top:20px;
}

nav ul li.menu-item-has-children ul.sub-menu > li:last-child {
	padding-bottom:20px;
}

nav ul li a:hover,
nav ul li.menu-item-has-children.show > a,
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	text-decoration-color:rgba(216, 248, 112, 1);
}

nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item a {
	text-decoration-color:rgba(0, 0, 0, 1);
}

nav ul.sub-menu li a:hover {
	text-decoration-color:rgba(0, 0, 0, 1);
	text-underline-offset: 3px;
}

nav ul li.menu-item-has-children ul.sub-menu.show {
	display:block;
	background:transparent;
}

nav ul li.menu-item-has-children ul.sub-menu li {
	background:rgba(216, 248, 112, 1);
	padding-left:40px;
	padding-right:40px;
}

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

nav ul li.menu-item-has-children ul.sub-menu li a {
	pointer-events:all;
}

.mobile_nav_overlay {
	display:none;
}

@media (min-width: 980px) {

	.fixed_mobile_header,
	.fixed_mobile_header.cloned_header {
		display:none !important;
	}

}

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

header .nav_title,
header .nav_overlay nav ul li > a,
header .nav_overlay nav ul li.menu-item-has-children > a,
header .nav_overlay nav ul li.menu-item-has-children ul.sub-menu,
header a.logo_in_nav {
	opacity: 0;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 4s cubic-bezier(0.23, 1, 0.32, 1);
}

header .nav_overlay nav ul li.menu-item-has-children > a:hover {
	-webkit-transform: color 0.5s ease-out, opacity 0.3s ease-out;
	transform: color 0.5s ease-out, opacity 0.3s ease-out;
}

header .nav_overlay nav ul li.menu-item-has-children ul.sub-menu {
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
}

header a.logo_in_nav {
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 6s cubic-bezier(0.23, 1, 0.32, 1);
}

header.active_nav.show_nav .nav_title,
header.active_nav.show_nav .nav_overlay nav ul li > a,
header.active_nav.show_nav .nav_overlay nav ul li.menu-item-has-children > a,
header.active_nav.show_nav nav ul li.menu-item-has-children ul.sub-menu.temp_active,
header.active_nav.show_nav nav ul li.current-page-ancestor ul.sub-menu,
header.active_nav.show_nav a.logo_in_nav,
header.active_nav.show_nav ul.lang_switch,
header.active_nav.show_nav .service_nav {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

header.active_nav.show_nav .nav_overlay nav ul li > a,
header.active_nav.show_nav .nav_overlay nav ul li.menu-item-has-children > a,
header.active_nav.show_nav nav ul li.menu-item-has-children ul.sub-menu,
header.active_nav.show_nav a.home_logo {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

header.active_nav.show_nav a.logo_in_nav {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

header.upscroll ul.lang_switch {
	display: block !important;
	display: none !important;
	opacity: 1 !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	-webkit-transition: -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s cubic-bezier(0.23, 1, 0.32, 1) !important;
	transition: transform 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

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

.page_home .intro {
	width: 100%;
	height: auto;
}

/* Störer */

a.stoerer {
	display: block;
	opacity: 0;
	width: 120px;
	height: 120px;
	border-radius:50%;
	background: rgba(216, 248, 112, 1);
	color:rgba(8, 8, 8, 1);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top:392px;
	right:456px;
	cursor:pointer;
	z-index: 100;
	text-align: center;
	-webkit-transition: opacity 0s ease-out;
	transition: opacity 0s ease-out;
}

.sticky_nav a.stoerer {
	pointer-events:none;
	opacity:0;
	position:relative;
	top:initial;
	right:initial;
	bottom:24px;
	position:fixed;
	margin-top:24px;
}

.sticky_nav a.stoerer.hide {
	display:none !important;
}

.sticky_nav.original a.stoerer {
	display:none;
}

.sticky_nav a.stoerer.show {
	opacity:1;
	z-index:0;
	pointer-events:all;
}

a.stoerer.show {
	opacity: 1;
}
 
a.stoerer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

a.stoerer span {
	display: inline-block;
	vertical-align: middle;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	margin-top:0;
	font-size:16px;
	line-height: 20px;
	transform: rotate(-8deg);
	-webkit-transform: -webkit-rotate(-8deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
}

/* Intro Image */

.page_home .intro .home_image {
	display:block;
	position: relative;
	margin-right:0;
	margin-top:466px;
	margin-left:120px;
	height: -moz-calc(100vh - 466px);
	height: -webkit-calc(100vh - 466px);
	height: -o-calc(100vh - 466px);
	height: calc(100vh - 466px);
	width: -moz-calc(100vw - 288px);
	width: -webkit-calc(100vw - 288px);
	width: -o-calc(100vw - 288px);
	width: calc(100vw - 288px);
	min-height:460px;
	z-index: 0;
	overflow: hidden;
	aspect-ratio:16 / 9;
}

.page_home .intro .home_image .slick-list,
.page_home .intro .home_image .slick-track,
.page_home .intro .home_image .image_slide {
	display: block;
	position: absolute;
	left:0;
	right: 0;
	top:0;
	bottom:0;
}

/* Logo Text */

.page_home .caa_logo_text {
	display: block;
	position: absolute;
	width: 181px;
	height: 44px;
	top:40px;
	right:40px;
	background: url('images/centre_alber_anker.svg') no-repeat center center;
	background-size:100% 100%;
	z-index: 1;
}

/* Logo Big */

.page_home .caa_logo_big {
	display: block;
	position: absolute;
	z-index: 1;
	width:253px;
	height:320px;
	background: url('images/icon_big.svg') no-repeat center center;
	background-size:100% auto;
	top:80px;
	left:80px;
}

/* Intro Box */

.page_home .title_intro_box {
	display: block;
	position: absolute;
	top:235px;
	left:429px;
	right:24px;
	width: -moz-calc(100% - 453px);
	width: -webkit-calc(100% - 453px);
	width: -o-calc(100% - 453px);
	width: calc(100% - 453px);
	z-index: 100;
}

.inside_title_intro_box {
	padding:0 24px 0 40px;
}

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

.image_slider {
	opacity: 0;
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
}

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

.page_home .caa_logo_big {
	opacity: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: -webkit-transform 2.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 2.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
}

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

.page_home .title_intro_box, .page_home .intro .service_nav, .page_home .intro .caa_logo_text {
	opacity: 0;
	-webkit-transform: translateX(-70px);
	transform: translateX(-70px);
	-webkit-transition: -webkit-transform 2.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 2.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
}

.page_home.show .title_intro_box, .page_home.show .intro .service_nav, .page_home.show .intro .caa_logo_text  {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.page_home .title_intro_box {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.page_home .intro .lang_switch {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.page_home .intro .caa_logo_text {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

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

.highlights_section .inside_hightlights_section {
	background:rgba(216, 248, 112, 1);
	margin-top:-40px;
	position:relative;
	z-index:100;
	padding:12px 80px 24px 80px;
}

.highlights_section a {
	display:block;
	width: -moz-calc(50% - 40px);
	width: -webkit-calc(50% - 40px);
	width: -o-calc(50% - 40px);
	width: calc(50% - 40px);
	float:left;
	margin-bottom:40px;
}

.highlights_section a:nth-child(odd) {
	margin-right:40px;
}

.highlights_section a:nth-child(even) {
	margin-left:40px;
}

.highlights_section .title_teaser_preview {
	margin-bottom:16px;
}

.highlights_section a img {
	width:100%;
	height:auto;
}

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

.page_header h1 {
	padding-top:150px;
	margin-left:auto;
	margin-right:auto;
	max-width: 800px;
	margin-bottom:36px;
}

.page_header h1.has_image_top {
	padding-top:36px;
}

.page_header img.image_above_title {
	margin-top:64px;
}

.page_header .image_header {
	display:block;
	height: -moz-calc(100vh - 250px);
	height: -webkit-calc(100vh - 250px);
	height: -o-calc(100vh - 250px);
	height: calc(100vh - 250px);
	min-height:400px;
	margin-left:80px;
	margin-right:-80px;
}

.page_header .image_header.position_unter_titel {
	margin-bottom:36px;
}

.page_header .image_header img {
	display:block;
	width:100%;
	height:100%;
}

.page_header .image_header.anzeige_full_size img {
	object-fit: cover;
	object-position: center center;
}

.page_header .image_header.anzeige_einpassen img {
	object-fit: contain;
	object-position: top left;
}

/*------------------------------------------------------
FLEXIBLE COMPONENENTS
------------------------------------------------------*/

.flexible_component {
	display: block;
	margin-bottom:80px;
	text-align: center;
}

/*------------------------------------------------------
FLEXIBLE COMPONENENT - Borders
------------------------------------------------------*/

.inside_opening_hours, 
.teaser_preview_outer, 
.inside_flexible_form {
	border-top: 1px solid #dedcdc;
	border-bottom: 1px solid #dedcdc;
}

.flexible_component.no_top_border .inside_opening_hours,
.flexible_component.no_top_border .teaser_preview_outer,
.flexible_component.no_top_border .inside_flexible_form {
	border-top:none;
	padding-top:0 !important;
}

.flexible_component.no_bottom_border .inside_opening_hours,
.flexible_component.no_bottom_border .teaser_preview_outer,
.flexible_component.no_bottom_border .inside_flexible_form {
	border-bottom:none;
	padding-bottom:0 !important;
}


/*------------------------------------------------------
FLEXIBLE COMPONENENT - OPENING HOURS
------------------------------------------------------*/

.inside_opening_hours {
	display: block;
	padding-top:30px;
	padding-bottom:40px;
	text-align: center;
}

.opening_hours_today {
	display: block;
	color:#ab945f;
	font-size:28px;
	line-height: 33px;
	letter-spacing: 0.02em;
	margin-top:12px;
}

.flexible_opening_hours_text {
	display: inline-block;
	margin-top:40px;
	text-align: center;
}

.flexible_opening_hours_text p {
	text-align: center;
}

/*------------------------------------------------------
FLEXIBLE COMPONENENT - TEASER
------------------------------------------------------*/

.flexible_component.flexible_teaser.wrapper_inside.wrapper_with_padding {
	padding-bottom:0;
}

.teaser_preview_outer {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 80px;
}

.teaser_preview_outer .title_teaser_preview {
	display: block;
	color:#808080;
	text-align: center;
	margin-bottom:40px;
}

.teaser_preview_outer .teaser_preview {
	display: inline-block;
	width: -moz-calc(50% - 220px);
	width: -webkit-calc(50% - 220px);
	width: -o-calc(50% - 220px);
	width: calc(50% - 220px);
	margin:0 110px;
	float: left;
	text-align: center;
}

.teaser_preview_outer .teaser_preview.has_image_0 {
	margin-top:53px;
}

.teaser_preview_outer.multi_grid .teaser_preview:nth-child(3n+1){
    clear:left;
    float: none;
	width: -moz-calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	width: -o-calc(100% - 220px);
	width: calc(100% - 220px);
}

.teaser_preview_inside {
	position: relative;
	max-width:600px;
	margin:0 auto 80px auto;
}

.teaser_preview_inside a.image_link {
	position: relative;
	display: block;
	margin-bottom:14px;
}

.teaser_preview_outer .teaser_preview img {
	display: block;
	width: auto;
	margin:0 auto;
	max-width: 100%;
	max-height: 560px;
	height: auto;
	margin-bottom:14px;
}

.teaser_preview_outer .teaser_preview .vorschaubild_quadratisch img {
	object-fit:cover;
	object-position:center center;
	aspect-ratio:1 / 1;
	width: 100% !important;
	height: auto;
	max-height:100% !important;
}

.teaser_preview_inside a.image_link img {
	margin-bottom:0;
}

.subtitle {
	display: block;
	color:#808080;
	margin-bottom:2px;
}

.teaser_preview_outer .teaser_preview .preview_text {
	margin-top:21px;
}

.teaser_preview_outer .teaser_preview .preview_text p {
	text-align: center;
}

.teaser_preview_outer .teaser_preview .preview_text p:last-child {
	margin-bottom:0;
}

.teaser_preview_outer .teaser_preview a.link {
	display: inline-block;
	color:#ab945f;
	margin-top:5px;
}

/*------------------------------------------------------
FLEXIBLE COMPONENENT - QUOTE
------------------------------------------------------*/

.flexible_quote {
	display: block;
	text-align: left;
	padding-top:35px;
	padding-bottom:75px;
	background: #ab945f;
	margin-left:-206px;
	padding-left:206px;
}

.flexible_quote blockquote {
	margin-bottom:20px;
}

/*------------------------------------------------------
FLEXIBLE COMPONENT - SINGLE IMAGE
------------------------------------------------------*/

.flexible_image .single_image {
	display: block;
	width: 100%;
	height: 50vh;
}

.flexible_image.wysiwig_text div.wp-caption, .flexible_image .wp-caption-text {
	display: block;
	width: 100%;
	text-align: left;
}

/*------------------------------------------------------
FLEXIBLE COMPONENT - TWO COLUMNS
------------------------------------------------------*/

/* Big */

.two_columns_type_big .two_columns_image {
	display: block;
	float: left;
	width: 48.4%;
	margin-right:40px;
	text-align: right;
	min-height: 1px;
}

.two_columns_type_big .two_columns_image img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 560px;
}

.two_columns_type_big .two_columns_text {
	display: block;
	float: right;
	min-height: 1px;
	width: -moz-calc(51.6% - 40px);
	width: -webkit-calc(51.6% - 40px);
	width: -o-calc(51.6% - 40px);
	width: calc(51.6% - 40px);
	text-align: left;
	padding-top:36px;
}

/* Small */

.two_columns_type_small .two_columns_image {
	display: block;
	float: right;
	width: 47.7%;
	margin-left:40px;
	text-align: right;
	min-height: 1px;
}

.two_columns_type_small .two_columns_image img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 560px;
}

.two_columns_type_small .two_columns_text {
	display: block;
	float: left;
	min-height: 1px;
	width: -moz-calc(52.3% - 40px);
	width: -webkit-calc(52.3% - 40px);
	width: -o-calc(52.3% - 40px);
	width: calc(52.3% - 40px);
	text-align: left;
	padding-top:0;
}

.img_caption {
	margin-top:15px;
}

/*------------------------------------------------------
FLEXIBLE COMPONENT - ACCORDEON
------------------------------------------------------*/

.flexible_accordeon .accordeon_subtitle {
	display: block;
	text-transform: uppercase;
	margin-bottom:14px;
}

.flexible_accordeon .accordeon_row {
	display: block;
	position: relative;
	text-align: left;
	border-bottom:1px solid #dedcdc;
	-webkit-transition:background 0.3s ease-out;
	transition:background 0.3s ease-out;
}

.flexible_accordeon .accordeon_row.inactive:hover {
	background: #eae4d9;
}

.flexible_accordeon .accordeon_row span.arrow {
	display: block;
	position: absolute;
	pointer-events: none;
	z-index: 1;
	width: 26px;
	height: 34px;
	right:8.4%;
	top:16px;
	background: transparent url('images/accordeon_arrow_down.svg') no-repeat center center;
	background-size:100% 100%;
	transform: rotate(0);
	-webkit-transform: -webkit-rotate(0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.flexible_accordeon .accordeon_row.active span.arrow {
	transform: rotate(180deg);
	-webkit-transform: -webkit-rotate(180deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
}

.flexible_accordeon .accordeon_row:first-child {
	border-top:1px solid #dedcdc;
}

.flexible_accordeon .accordeon_row_title {
	display: block;
	padding:24px 0;
	font-size:24px;
	line-height: 28px;
	padding-left: -moz-calc(19.2% + 24px);
	padding-left: -webkit-calc(19.2% + 24px);
	padding-left: -o-calc(19.2% + 24px);
	padding-left: calc(19.2% + 24px);
	cursor:pointer;
	background: #fff;
	-webkit-transition:background 0.3s ease-out;
	transition:background 0.3s ease-out;
}

.flexible_accordeon .accordeon_row:hover .accordeon_row_title,
.flexible_accordeon .accordeon_row.active .accordeon_row_title {
	background: #eae4d9
}

.flexible_accordeon .accordeon_row_content {
	display: none;
	position: relative;
}

.flexible_accordeon .accordeon_row_content .accordeon_row {
	background: #fff;
}

.flexible_accordeon .accordeon_row_content .accordeon_row:nth-child(2n) {
	background: #f2f0f0;
}

.flexible_accordeon .accordeon_row .column {
	display: block;
	float: left;
	min-height: 1px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flexible_accordeon .accordeon_row .column.column_1 {
	width: 19.2%;
}

.flexible_accordeon .accordeon_row .column.column_1 img {
	width: 100%;
	height: auto;
	margin-bottom:-6px;
}

.flexible_accordeon .accordeon_row .column.column_2 {
	margin:0 24px;
	width: -moz-calc(66.8% - 48px);
	width: -webkit-calc(66.8% - 48px);
	width: -o-calc(66.8% - 48px);
	width: calc(66.8% - 48px);
	padding:15px 0;
}

.flexible_accordeon .accordeon_row .column.column_2 .mobile_only {
	display: none;
}

.flexible_accordeon .accordeon_row .column.column_3 {
	display: block;
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	width: 14%;
	text-align: center;
	height: 100%;
}
 
.flexible_accordeon .accordeon_row .column.column_3:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.flexible_accordeon .accordeon_row .column.column_3 a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 90%;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 2;
	hyphenate-limit-last: always;
}

.flexible_accordeon .accordeon_row .column.column_3 a.accordeon_link_file {
	padding-right:18px;
	background: url('images/accordeon_link_download.svg') no-repeat center right;
	background-size:11px 13px;
}

.flexible_accordeon .accordeon_row .column.column_3 a.accordeon_link_intern {
	padding-right:18px;
	background: url('images/accordeon_link_intern.svg') no-repeat center right;
	background-size:13px 11px;
}

.flexible_accordeon .accordeon_row .column.column_3 a.accordeon_link_extern {
	padding-right:16px;
	background: url('images/accordeon_link_extern.svg') no-repeat center right;
	background-size:10px 10px;
}

/*------------------------------------------------------
FLEXIBLE COMPONENT - Form
------------------------------------------------------*/

.flexible_component.flexible_form .form_title {
	display: block;
	color: #808080;
	text-align: center;
	margin-bottom: 40px;
}

.flexible_component.flexible_form .inside_flexible_form {
	display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.form_columns.single_column_form {
	max-width: 800px;
	margin:0 auto;
}

.form_columns.multi_column_form .column_left, .form_columns.multi_column_form .column_right {
	display: block;
	float: left;
	min-height: 1px;
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: calc(50% - 20px);
}

.form_columns.multi_column_form .column_left {
	margin-right:20px;
}

.form_columns.multi_column_form .column_right {
	margin-left:20px;
}

.form_row {
	display: block;
	margin-bottom:20px;
	text-align: left;
}

.send_and_success {
	display: block;
	text-align: center;
	margin-top:0;
}

.success_message {
	display: none;
	margin-top:24px;
	text-align: center;
}

.success_message p {
	display: block;
	text-align: center;
}

select {
   outline:none !important;
   background: url('images/filter_arrow_down.svg') no-repeat top 22px right 20px !important;
   background-size:11px 13px !important;
}

/*------------------------------------------------------
FLEXIBLE COMPONENT - NEWSLETTER
------------------------------------------------------*/

.inside_flexible_form {
	padding-top:40px;
	padding-bottom:40px;
}

.flexible_component.flexible_newsletter .form_title {
	display: block;
	color: #808080;
	text-align: center;
	margin-bottom: 40px;
}

.flexible_component.flexible_newsletter .newsletter_box {
	max-width: 840px;
	margin:0 auto;
}

.flexible_component.flexible_newsletter .newsletter_box .column_left,
.flexible_component.flexible_newsletter .newsletter_box .column_right,
.flexible_component.flexible_newsletter .EMAIL-label,
.flexible_component.flexible_newsletter .yikes-easy-mc-submit-button {
	display: block;
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: calc(50% - 20px);
	float: left;
}

.flexible_component.flexible_newsletter .newsletter_box .column_left,
.flexible_component.flexible_newsletter .EMAIL-label {
	margin-right:20px;
}

.flexible_component.flexible_newsletter .newsletter_box .column_right,
.flexible_component.flexible_newsletter .yikes-easy-mc-submit-button {
	margin-left:20px;
	height: 56px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.flexible_component.flexible_newsletter .newsletter_box .yikes-easy-mc-submit-button {
	margin-top:0;
}

input.yikes-easy-mc-email {
	background: transparent !important;
	color: rgba(0, 0, 0, 0.87) !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: rgba(128, 128, 128, 0.6) !important;
	padding: 15px 13px 15px !important;
	font-family:"Post Grotesk Medium", Helvetica, Arial, Verdana, sans-serif !important;
	font-size:16px !important;
}

button.yikes-easy-mc-submit-button {
	font-size:initial;
	line-height: initial;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	min-height: 0px;
	padding:0;
	margin-top: 0 !important;
}

.newsletter_box span.edit-link {
	display: none !important;
}

/*------------------------------------------------------
FLEXIBLE COMPONENT - GALLERY
------------------------------------------------------*/

/* Preview */

.flexible_component.flexible_image_gallery {
	margin-bottom:0;
	padding-bottom:0;
}

.slider_gallery_overview {
	display: block;
	margin-left:-20px;
	margin-right:-20px;
	text-align: center;
	padding-bottom:0;
	margin-bottom:0;
}

.slider_gallery_overview a {
	display: inline-block;
	position: relative;
	width: -moz-calc(25% - 40px);
	width: -webkit-calc(25% - 40px);
	width: -o-calc(25% - 40px);
	width: calc(25% - 40px);
	margin:0 18px 40px 18px;
}

.slider_gallery_overview a img {
	width: 100%;
	height: auto;
}

.slider_gallery_overview a .overlay,
.teaser_preview_inside a.image_link .overlay,
.article_listing a.image_link .overlay,
.highlight_article a.image_link .overlay {
	display: block;
	opacity: 0;
	position: absolute;
	top:0;
	right:0;
	bottom:5px;
	left:0;
	z-index: 20;
	background: rgba(234, 228, 216, 0.5);
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}

.slider_gallery_overview a:hover .overlay ,
.teaser_preview_inside a.image_link:hover .overlay,
.article_listing a.image_link:hover .overlay,
.highlight_article a.image_link:hover .overlay {
	opacity: 1;
}

.slider_gallery_overview .clear {
	width: 100%;
	height: 1px;
	margin-top:-1px;
}

/*------------------------------------------------------
FLEXIBLE BOOKINGTOOL
------------------------------------------------------*/

.flexible_bookingtool {
	position:relative;
	z-index:1;
}

.flexible_bookingtool #twebshop .font-semibold,
#twebshop .font-semibold {
	font-weight:normal !important;
}

.flexible_bookingtool #twebshop .bg-gray-200,
#twebshop .bg-gray-200 {
	background:#f2f0f0 !important;
}

/*------------------------------------------------------
FANCYBOX
------------------------------------------------------*/

.fancybox-is-open .fancybox-bg {
	opacity: 1;
	background:#fff !important;
}

.fancybox-stage {
	top:120px;
	bottom:120px;
	left:144px;
	right: 144px;
	height: -moz-calc(100% - 288px);
	height: -webkit-calc(100% - 288px);
	height: -o-calc(100% - 288px);
	height: calc(100% - 288px);
	width: : -moz-calc(100% - 160px);
	width: : -webkit-calc(100% - 160px);
	width: : -o-calc(100% - 160px);
	width: : calc(100% - 160px);
}

.fancybox_close {
	display: none;
	position: fixed;
	z-index: 1000000;
	background: transparent;
	cursor: url('images/icon_close_fancybox.svg') 9 9, auto;
}

.fancybox-slide, .fancybox-inner {
	cursor: url('images/icon_close_fancybox.svg') 9 9, auto;
}


.fancybox_close.fancybox_close_top, 
.fancybox_close.fancybox_close_bottom {
	left:0;
	right: 0;
	height: 96px;	
}

.fancybox_close.fancybox_close_top {
	top:0;
}

.fancybox_close.fancybox_close_bottom {
	bottom:0;
}

.fancybox_close.fancybox_close_left, 
.fancybox_close.fancybox_close_right {
	top:0;
	bottom:0;
	width: 60px;
}

.fancybox_close.fancybox_close_left {
	left:0;
}

.fancybox_close.fancybox_close_right {
	right:0;
}


body.fancybox-active .fancybox_close {
	display: block;
}


body.fancybox-active #wrapper, body.fancybox-active header, body.fancybox-active footer {
	opacity: 0;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

.fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right {
	visibility: visible;
	opacity: 1;
}

.fancybox-navigation .fancybox-button--arrow_left svg, .fancybox-navigation .fancybox-button--arrow_right svg {
	opacity: 0;
}

.fancybox-navigation .fancybox-button--arrow_left {
	background: transparent url('images/arrow_fancybox_left.svg') no-repeat center center;
	background-size:13px 11px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	background: transparent url('images/arrow_fancybox_right.svg') no-repeat center center;
	background-size:13px 11px;
}

.fancybox-caption {
	color:#000;
	font-size:18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-align: center;
	visibility: visible;
	opacity: 1;
	font-family: 'Post Grotesk Medium';
}

.fancybox-caption:before {
	display: none;
}

.fancybox-slide--image {
	padding: 0 !important;
}

@media all and (max-width: 2000px) and (min-width: 0) {
	.fancybox-stage {
		top:96px;
		bottom:96px;
		left:80px;
		right: 80px;
		height: -moz-calc(100% - 192px);
		height: -webkit-calc(100% - 192px);
		height: -o-calc(100% - 192px);
		height: calc(100% - 192px);
		width: : -moz-calc(100% - 160px);
		width: : -webkit-calc(100% - 160px);
		width: : -o-calc(100% - 160px);
		width: : calc(100% - 160px);
	}
}

@media all and (max-width: 960px) and (min-width: 0) {
	.fancybox-stage {
		top:40px;
		bottom:40px;
		left:40px;
		right: 40px;
		height: -moz-calc(100% - 80px);
		height: -webkit-calc(100% - 80px);
		height: -o-calc(100% - 80px);
		height: calc(100% - 80px);
		width: : -moz-calc(100% - 80px);
		width: : -webkit-calc(100% - 80px);
		width: : -o-calc(100% - 80px);
		width: : calc(100% - 80px);
	}

	.fancybox-navigation .fancybox-button {
		width: 20px;
	}

}

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

.agenda_title, .filter_events_wrapper, .filter_events_wrapper a {
	display: block;
	text-align: left;
	font-family: 'Post Grotesk Bold';
	text-transform: uppercase;
}

.slidedown_filter {
	padding-left:12px;
}

.agenda_title {
	margin-bottom:20px;
}

.agenda_header {
	border-top:1px solid #dedcdc;
	border-bottom:1px solid #dedcdc;
}

.agenda_header .desktop_only {
	display: block;
}

.agenda_header .mobile_only {
	display: none;
}

.agenda_header, .event_row a {
	display: block;
	text-align: left;
	padding:10px 0 8px 0;
}

.agenda_header .column, .event_row .column,
.filter_events_wrapper .column {
	display: block;
	float: left;
	width: 18.75%;
	width: -moz-calc(50% - 400px);
	width: -webkit-calc(50% - 400px);
	width: -o-calc(50% - 400px);
	width: calc(50% - 400px);
	min-height: 1px;
}

.agenda_header .column.column_2, .event_row .column.column_2,
.filter_events_wrapper .column.column_2 {
	width: 760px;
	margin:0 20px 0 0;
}

.column.column_2 .mobile_only {
	display:none;
}

.agenda_header .column, .event_row .event_row_inside,
.filter_events_wrapper .column {
	display: block;
	text-align: left;
}

.event_row a.event_row_inside {
	-webkit-transition:background 0.3s ease-out;
	transition:background 0.3s ease-out;
}

.event_row a.event_row_inside:hover {
	background: #eae4d9;
}

.flexible_agenda .event_year {
	display: block;
	text-align: center;
	color:#808080;
	padding:40px 0;
}

.event_row .event_row_inside {
	padding-left:8px;
	margin-left:-8px;
	padding:10px 0;
}

.event_row:nth-child(2n) .event_row_inside {
	display: block;
	background: #f2f0f0;
}

.event_row .desktop_date {
	display: block;
}

.event_row .mobile_date {
	display: none;
}

.event_row span {
	display: block;
}

.event_row span.event_date, .event_row .event_title {
	font-size:20px;
	line-height: 24px;
	font-family: 'Post Grotesk Bold';
}

.flexible_agenda .outer_inside_button {
	display: none;
}


/*------------------------------------------------------
HIGHLIGHT ARTICLE
------------------------------------------------------*/

.highlight_article {
	margin-bottom:60px;
}

.highlight_article .column_left {
	display: block;
	float: left;
	width: 47.5%;
	margin-right:40px;
}

.highlight_article .column_right {
	display: block;
	float: left;
	width: -moz-calc(52.5% - 40px);
	width: -webkit-calc(52.5% - 40px);
	width: -o-calc(52.5% - 40px);
	width: calc(52.5% - 40px);
}

.highlight_article a.image_link {
	display: block;
	position: relative;
	margin:0;
	padding:0;
}

.highlight_article .column_left img {
	width: 100%;
	max-height: initial;
}

/*------------------------------------------------------
FILTER EVENTS
------------------------------------------------------*/

.filter_events_wrapper {
	display: block;
	padding:15px 0;
	background: #ab945f;
}

.filter_events_wrapper a {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter_events_wrapper .column {
	position: relative;
}

.filter_events_wrapper .filter_subtitle {
	display: none;
	padding-top: 5px;
	padding-bottom:9px;
	text-transform: none;
}

a.show_term.active, a.show_term:hover {
	opacity: 0.5;
}

.column_2 a.show_term {
	display: inline-block;
	margin-right:25px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

.accordeon_terms {
	display: none;
}

.active_term {
	display: inline-block;
	cursor:pointer;
	background: url('images/filter_arrow_down.svg') no-repeat top 5px right;
	background-size:11px 13px;
	padding-right:22px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.active_term.active {
	background: url('images/filter_arrow_up.svg') no-repeat top 5px right;
}

a.close_filter {
	display: none;
	cursor:pointer;
	z-index: 100;
	position: absolute;
	right:0;
	top:24px;
	width: 29px;
	height: 29px;
	background: url('images/close_filter.svg') no-repeat center center;
	background-size:100% 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.slidedown_filter:hover {
	opacity: 0.5;
}

a.slidedown_filter_mobile {
	display: none;
}

/*------------------------------------------------------
EVENT & NEWS DETAIL
------------------------------------------------------*/

.page_header_event_news {
	display: block;
	position: relative;
	margin-bottom:40px;
}

.page_header_event_news .column_right {
	margin-top:183px;
}

.page_header_event_news .column_right .mobile_only {
	display: none;
}

.page_header_event_news .column_left {
	display: block;
	position: absolute;
	left:80px;
	top:14px;
	width: 220px;
	margin-right:20px;
	margin-left:-240px;
}

.page_header_event_news .event_date span {
	display: block;
}

.page_header_event_news .event_date {
	display: block;
	margin-bottom:27px;
}

.page_header_event_news .event_date span.event_weekday,
.page_header_event_news .event_date span.event_time,
.page_header_event_news .event_location {
	color:#808080;
	margin-bottom:4px;
}

.page_header_event_news span.news_tag {
	display: block;
}

.page_header_event_news .column_right img {
	max-width: 100%;
	height: auto;
}

.page_header_event_news .column_right img.event_img {
	margin-top:5px;
	margin-bottom:30px;
}

.page_header_event_news .column_right h1 {
	margin-top:-14px;
}

/*------------------------------------------------------
NEWS OVERVIEW
------------------------------------------------------*/

.article_overview .article_listing, .article_overview .grid-sizer {
	display: block;
	margin:0 20px;
	width: -moz-calc(50% - 40px);
	width: -webkit-calc(50% - 40px);
	width: -o-calc(50% - 40px);
	width: calc(50% - 40px);
	margin-bottom:80px;
	overflow: hidden;
}

.article_overview .article_listing_wrapper {
	margin-left:-20px;
	margin-right:-20px;
}

.article_overview .article_listing .column_left {
	display: block;
	width: 120px;
	float: left;
}

.article_overview .article_listing .column_right {
	display: block;
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: -o-calc(100% - 120px);
	width: calc(100% - 120px);
	float: right;
}

.article_overview .article_listing img {
	display:block;
	width: 100%;
	height: auto;
	margin-bottom:14px;
}

.vorschaubild_quadratisch img {
	aspect-ratio:1 / 1;
	object-fit:cover;
	object-position:center center;
}


.article_overview .article_listing a.image_link {
	position: relative;
	display: block;
}

.article_overview .article_listing a.image_link img {
	margin-bottom:0;
}

.article_overview .article_listing a.image_link {
	margin-bottom:14px;
}


.article_overview .article_listing h3 {
	margin-bottom:18px;
}


/*------------------------------------------------------
SHARE BOX
------------------------------------------------------*/

.share_box {
	display: block;
	margin-top:150px;
}

.inside_share_box {
	display: block;
	border-top: 1px solid #dedcdc;
	border-bottom: 1px solid #dedcdc;
	padding:40px 0;
}

.title_share {
	display: block;
	text-align: center;
	color:#808080;
}

.share_icons {
	display: block;
	text-align: center;
}

.share_box ul {
	display: inline-block;
	list-style: none;
	margin-top:35px;
}

.share_box ul li {
	display: inline-block;
	margin:0 24px;
}

.share_box ul li a {
	display: inline-block;
	width: 49px;
	height: 49px;
	text-indent: -10000px;
}

.share_box ul li a.share_email {
	background: url('images/icon_mail.svg') no-repeat center center;
	background-size:100% 100%;
}

.share_box ul li a.share_fb {
	background: url('images/icon_fb.svg') no-repeat center center;
	background-size:100% 100%;
}

.share_box ul li a.share_twitter {
	background: url('images/icon_twitter.svg') no-repeat center center;
	background-size:100% 100%;
}

/*------------------------------------------------------
PAGING
------------------------------------------------------*/

.paging {
	display: block;
}

.paging .wrapper_inside {
	padding-top:40px;
	padding-bottom:40px;
	border-bottom: 1px solid #dedcdc;
}

.paging .column {
	display: block;
	width: 50%;
	float: left;
}

.paging .column.column_right {
	text-align: right;
}

.paging .column a {
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}

.paging .column a:hover {
	opacity: 0.5;
}

.paging .column.column_right a {
	padding-right:20px;
	background: url('images/arrow_paging_right.svg') no-repeat top 6px right;
	background-size:13px 11px;
}

.paging .column.column_left a {
	padding-left:20px;
	background: url('images/arrow_paging_left.svg') no-repeat top 6px left;
	background-size:13px 11px;
}

/*------------------------------------------------------
RELATED ARTICLES
------------------------------------------------------*/

.related_articles {
	padding-top:40px;
}

.related_articles .title_teaser_preview {
	padding-top:40px;
}

.related_articles .teaser_preview_outer {
	border-top:none;
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

.archive_filter {
	margin-bottom:80px;
	margin-top:80px;
}

.archive_filter .column_left {
	display: block;
	width: 15.6%;
	float: left;
}

.archive_filter .column_right {
	display: block;
	width: 84.4%;
	float: left;
}

.archive_filter .column_right a {
	display: inline-block;
}

.archive_filter a.do_filter.active, .archive_filter a.do_filter:hover {
	opacity: 0.5;
}

.archive_filter .column_right a.close_filter {
	right:-35px;
}

/*------------------------------------------------------
VERY LITTLE HEIGHT
------------------------------------------------------*/

@media only screen and (min-width: 981px) and (max-height: 639px) {

	.sticky_nav a.stoerer.show {
		display:none !important;
	}

}


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

footer {
	display: block;
	background: #f2f0f0;
	padding:77px 0 30px 0;
	margin-top:160px;
}

footer a:hover {
	color:rgba(171, 148, 95, 1);
}

footer .inside_footer {
	display:block;
	margin-left:-40px;
	margin-right:-40px;
	margin-bottom:40px;
}

footer .subtitle {
	display: block;
	text-transform: uppercase;
	color:#000;
}

footer .column {
	display: block;
	float: left;
	width: -moz-calc(33.3333% - 80px);
	width: -webkit-calc(33.3333% - 80px);
	width: -o-calc(33.3333% - 80px);
	width: calc(33.3333% - 80px);
	margin:0 40px;
}

footer .column.column_2 {
	column-count: 2;
	column-gap: 40px;
}

footer .column.column_2 li {
    break-inside: avoid-column;
}

footer .column.column_2 ul.nav-menu a {
	font-family: 'Post Grotesk Bold';
	display: block;
	text-transform: uppercase;
	margin-bottom:2px;
}

footer .column.column_2 ul.nav-menu li {
	list-style: none;
}

footer .column.column_2 li.menu-item-has-children > a {
	font-family: 'Post Grotesk Medium';
	pointer-events: none;
	text-transform: none;
	margin-bottom:3px;
}

footer .column.column_2 ul.sub-menu {
	margin-bottom:21px;
}

footer .mobile_footer_nav {
	display: none;
}

/* Address Box */

.opening_hours_box .subtitle {
	margin-top:68px;
}

/* Second Footer Row */

footer .inside_footer.inside_footer_second .column_1 {
	text-transform: uppercase;
	float: left;
}

footer .inside_footer.inside_footer_second .column_1 .credits {
	text-transform: none;
}

footer .inside_footer.inside_footer_second .column_2,
footer .inside_footer.inside_footer_second .column_3 {
	float: right;
	min-height: 1px;
}

footer .inside_footer.inside_footer_second .column_2 a {
	display: inline-block;
	float: left;
	text-indent: -10000px;
}

footer .inside_footer.inside_footer_second .column_2 a.footer_fb {
	width: 9px;
	height: 18px;
	margin-right:20px;
	background: url('images/footer_fb.svg') no-repeat center center;
	background-size:9px 18px;
}

footer .inside_footer.inside_footer_second .column_2 a.footer_twitter {
	margin-top:2px;
	width: 18px;
	height: 15px;
	background: url('images/footer_twitter.svg') no-repeat center center;
	background-size:18px 15px;
}

/*------------------------------------------------------
Big Screen
------------------------------------------------------*/

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

	.page_header_event_news .column_left {
		display: none;
	}

	.page_header_event_news .column_right .mobile_only {
		display: block;
		margin-bottom:17px;
	}

}

/*------------------------------------------------------
Less Height
------------------------------------------------------*/

@media all and (max-height: 800px) and (max-width: 1400px) {

	header.active_nav.show_nav a.logo_in_nav {
		display: none;
	}

}

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

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

	.wrapper_inside_small.wrapper_with_padding {
		max-width: 100%;
	}

	.teaser_preview_outer .teaser_preview_inner {
		margin-left:-10px;
		margin-right:-10px;
	}

	.teaser_preview_outer .teaser_preview {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -o-calc(50% - 20px);
		width: calc(50% - 20px);
		margin: 0 10px;
	}

	.agenda_header .column.column_1, .event_row .column.column_1, .filter_events_wrapper .column.column_1 {
		width: 147px;
	}

	.agenda_header .column.column_2, .event_row .column.column_2, .filter_events_wrapper .column.column_2 {
		margin-left:20px;
		margin-right:0;
		width: -moz-calc(100% - 167px);
		width: -webkit-calc(100% - 167px);
		width: -o-calc(100% - 167px);
		width: calc(100% - 167px);
	}

	.agenda_header .column.column_3, .event_row .column.column_3, .filter_events_wrapper .column.column_3 {
		display: none;
	}

	.agenda_header .desktop_only {
		display: none;
	}

	.agenda_header .mobile_only {
		display: block;
	}

	.column.column_2 .mobile_only {
		display:block;
		margin-top:15px;
	}

	header .home_logo {
		top:24px;
		width: 33px;
		height: 40px;
	}

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

	.title_nav span.subtitle.late_show {
		margin-top:35px;
	}

	header a.logo_in_nav {
		display: none !important;
	}

	.title_nav {
		margin-top:35px;
	}

	.page_header h1 {
		font-size:32px;
		line-height: 36px;
	}

	.page_header .image_header {
		height: -moz-calc(100vh - 220px);
		height: -webkit-calc(100vh - 220px);
		height: -o-calc(100vh - 220px);
		height: calc(100vh - 220px);
		min-height:400px;
	}

	h1, h2, .title_in_text {
		font-size:36px;
		line-height: 36px;
	}

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

	.intro_in_text {
		font-size:18px;
		line-height: 22px;
	}

	.flexible_component {
		margin-bottom:60px;
	}

	.flexible_image .single_image {
		margin-left:-80px;
		margin-right:-80px;
		width: -moz-calc(100% + 160px);
		width: -webkit-calc(100% + 160px);
		width: -o-calc(100% + 160px);
		width: calc(100% + 160px);
	}

	.two_columns_type_big .two_columns_text {
		width: 100%;
		float: none;
		padding-top:0;
	}

	.two_columns_type_big .two_columns_image {
		display: block;
		width: 100%;
		text-align: center;
		margin-left:0;
		margin-right:0;
	}

	.inside_two_columns_image {
		display: inline-block;
	}

	.two_columns_type_big .two_columns_image img {
		display: inline-block;
	    float: none;
	    width: auto;
	    margin-right: auto;
	    margin-left: auto;
	    text-align: right;
	    min-height: 1px;
	}

	.two_columns_type_small .two_columns_image img {
		max-height: 480px;
	}

	.two_columns_type_big .two_columns_image .img_caption {
		text-align: right;
	}

	.two_columns_type_big .two_columns_image img {
		width: auto;
		max-height: 480px;
	}

	.teaser_preview_inside {
		margin-bottom:40px;
	}

	.teaser_preview_outer .teaser_preview img {
		max-height: 480px;
		width: auto;
	}

	.flexible_quote blockquote {
		font-size:28px;
		line-height: 32px;
	}

	.flexible_quote {
		padding-bottom:55px;
	}

	.flexible_accordeon .accordeon_row_title {
		padding-left:6px;
	}

	.flexible_accordeon .accordeon_row span.arrow {
		width: 19px;
		height: 25px;
		right: 57px;
		top: 21px;
	}

	.flexible_accordeon .accordeon_row .column.column_1 {
		display: none;
	}

	.flexible_accordeon .accordeon_row .column.column_2 {
		margin: 0 24px 0 6px;
		width: -moz-calc(66.8% - 196px);
	    width: -webkit-calc(66.8% - 196px);
	    width: -o-calc(66.8% - 196px);
	    width: calc(66.8% - 196px);
	}

	.flexible_accordeon .accordeon_row .column.column_2 .mobile_only {
		display: block;
	}

	.flexible_accordeon .accordeon_row .column.column_2 .mobile_only img {
		display: block;
		width: 100%;
		height: auto;
		max-width: 227px;
	}

	.flexible_accordeon .accordeon_row_title {
		font-size:20px;
		line-height: 24px;
	}

	.accordeon_title {
		font-size:18px;
		line-height: 22px;
	}

	.flexible_accordeon .accordeon_row .column.column_3 {
		width: 166px;
	}

	.event_row span.event_date, .event_row .event_title {
		font-size:18px;
		line-height: 22px;
	}

	.inside_button, input.send_form, .yikes-easy-mc-form .yikes-easy-mc-submit-button {
		min-width: initial;
		height: 56px;
		line-height: 56px;
		width: -moz-calc(100% - 48px);
		width: -webkit-calc(100% - 48px);
		width: -o-calc(100% - 48px);
		width: calc(100% - 48px);
		max-width: 320px;
	}

	.flexible_component.flexible_newsletter .newsletter_box .yikes-easy-mc-submit-button {
		margin-top:0;
		line-height: 35px;
	}

	.flexible_component.flexible_newsletter .newsletter_box .column_right, .flexible_component.flexible_newsletter .yikes-easy-mc-submit-button {
		height: 52px;
	}

	.article_overview .article_listing .column_left,
	.article_overview .article_listing .column_right {
		width: 100%;
		float: none;
	}

	.article_overview .article_listing .column_left {
		font-size:14px;
		line-height: 16px;
		margin-bottom:5px;
	}

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

	body.page-template-news_overview_archive .agenda_header .column.column_2,
	body.page-template-news_overview_archive .event_row .column.column_2,
	body.page-template-news_overview_archive .filter_events_wrapper .column.column_2,
	body.page-template-events_overview_archive .inside_filter_events .column.column_2,
	body.page-template-event_overview .inside_filter_events .column.column_2 {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}

	.active_term {
		display: none !important;
	}

	.archive_filter {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.page_header_event_news .column_right {
		margin-top:130px;
	}

	.page_header_event_news .event_date {
		margin-bottom:0;
	}

	.page_header_event_news .column_right img.event_img {
		max-width: 100%;
		max-height: 480px;
		width: auto;
		height: auto;
	}

	.wysiwig_text img {
		max-height: 480px;
	}

	.share_box {
		margin-top:40px;
	}

	.inside_share_box {
		padding: 20px 0;
	}

	.related_articles .title_teaser_preview {
		padding-top:0;
	}

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

	.page-template-event_overview .column.column_2 .mobile_only,
	.page-template-events_overview_archive .column.column_2 .mobile_only,
	.agenda_header .column.column_2 .mobile_only {
		margin-top:0;
	}

	.page-template-event_overview .agenda_header,
	.page-template-events_overview_archive .agenda_header {
		margin:15px 0;
	}

	.mobile_filter {
		display: none;
		padding-top:30px;
	}

	.mobile_filter .column.column_2 {
		margin-bottom:10px;
	}

	.mobile_filter .column.column_3 {
		display: block;
		width: 100%;
		float: none;
	}

	.mobile_filter a.mobile_filter_close {
		display: block;
		cursor:pointer;
		z-index: 100;
		position: absolute;
		right:24px;
		top:17px;
		width: 29px;
		height: 29px;
		background: url('images/close_filter.svg') no-repeat center center;
		background-size:100% 100%;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none; 
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.mobile_filter .accordeon_terms {
		display: block;
	}

	.mobile_filter .column_3 a.show_term {
		display: inline-block !important;
		margin-right: 25px;
		float: left;
	}

	.mobile_filter a.close_filter {
		display: none;
	}

	a.slidedown_filter.slidedown_filter_desktop {
		display: none;
	}

	a.slidedown_filter_mobile {
		display: block;
	}

	.filter_events_wrapper {
		min-height: 15px;
		position: fixed !important;
		top: 56px !important;
		margin-top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index:100;
	}

	.column_1.mobile_header {
		width: 100% !important;
	}

	.flexible_accordeon .accordeon_row span.arrow {
		right: 20px;
	}

	footer {
		margin-top:80px;
	}

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

	footer .column.column_1 {
		margin:0 10px 0 0;
	}

	footer .column.column_3 {
		margin:0 0 0 10px;
	}

	footer .column.column_2 {
		display: none;
	}

	footer .inside_footer_second .column.column_1 {
		float: left;
	}

	footer .inside_footer_second .column.column_2 {
		display: block;
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: -o-calc(50% - 10px);
		width: calc(50% - 10px);
		float: right;
		margin:0 0 0 10px;
	}

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

	.opening_hours_box .subtitle {
		margin-top:55px;
	}

	footer .mobile_footer_nav {
		display: block;
		margin-bottom:47px;
		margin-top:20px;
		text-align: center;
	}

	footer .mobile_footer_nav ul {
		display: inline-block;
		list-style: none;
	}

	footer .mobile_footer_nav ul li a {
		font-family: 'Post Grotesk Bold';
		font-size:14px;
		line-height: 16px;
		margin-bottom:18px;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.slider_gallery_overview a .overlay, .teaser_preview_inside a.image_link .overlay, .article_listing a.image_link .overlay, .highlight_article a.image_link .overlay {
		display: none;
	}

	.title_nav span {
		max-width: 100%;
	}

	.wysiwig_text a:hover, .paging .column a:hover,
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
		opacity: 1;
	}

	.wysiwig_text a {
		background: url(images/link_arrow_internal.svg) no-repeat top 8px right;
		background-size: 6px 6px;
	}

	.event_row a.event_row_inside:hover {
		background: transparent;
	}

	.event_row:nth-child(2n) .event_row_inside:hover {
		background: #f2f0f0;
	}

	.inside_button:hover, input.send_form:hover {
		background: rgba(171, 148, 95, 1);
	}

	footer a:hover {
		color:#000;
	}

	.nav_overlay nav ul li a:hover {
		color: #808080;
	}

	.nav_overlay nav ul li.current_page_parent > a, .nav_overlay nav ul li.current-menu-item a, body.single-news nav ul li.post-id-48 > a, body.single-news nav ul li.post-id-320 a, body.single-agenda nav ul li.post-id-38 > a, body.single-agenda nav ul li.post-id-44 a {
		color:#000 !important;
	}

	a.hamburger:hover span {
		background: #808080;
	}

	.flexible_accordeon .accordeon_row:hover .accordeon_row_title, .flexible_accordeon .accordeon_row.inactive:hover {
		background: transparent !important;
	}

	.flexible_accordeon .accordeon_row.active .accordeon_row_title {
		background: #eae4d9 !important;
	}

	.fancybox-caption {
		font-size:16px;
		line-height: 18px;
	}

	footer .inside_footer {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.mobile_footer_nav {
		column-count: 2;
		column-gap: 20px;
	}

	footer .mobile_footer_nav ul {
		display: block;
		text-align: left;
	}

	footer .mobile_footer_nav ul li.menu-item-has-children > a {
		display: block;
		font-family: 'Post Grotesk Medium';
		pointer-events: none;
		text-transform: none;
		margin-bottom: 3px;
		margin-top: 20px;
	}

	footer .mobile_footer_nav ul li {
		break-inside: avoid-column;
	}

	.highlights_section .inside_hightlights_section {
		padding-left:40px;
		padding-right:40px;
	}

	.highlights_section a {
		display:block;
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -o-calc(50% - 20px);
		width: calc(50% - 20px);
	}

	.highlights_section a:nth-child(odd) {
		margin-right:20px;
	}

	.highlights_section a:nth-child(even) {
		margin-left:20px;
	}

}

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

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

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

	#wrapper {
		margin-left:0;
		width:100%;
		overflow-x:hidden;
		scrollbar-width: none; // Firefox
	}

	#wrapper::-webkit-scrollbar {
	    display: none;
	}
	
	a.hamburger {
		width: 30px;
		height: 16px;
		left: 24px;
		top:16px;
	}

	a.hamburger span.line_2 {
		top:4px;
	}

	a.hamburger span.line_3 {
		top:8px;
	}

	a.hamburger span.line_4 {
		top:12px;
	}

	a.hamburger span.line_5 {
		top:16px;
	}

	a.hamburger {
		width: 28px;
		height: 28px;
	}

	a.hamburger.active span.line_1 {
		top: -4px;
		left: 0;
		width: 39px;
	}

	a.hamburger.active span.line_5 {
		top: 24px;
		width: 39px;
		left: 0;
	}

	header {
		height: 50px;
		background: #fff !important;
	}

	body.home header {
		background: transparent !important;
	}

	body.home header.small_nav, body.home header.active_nav {
		background: #fff !important;
	}

	.page_home .intro .home_image {
		margin-left:0;
		margin-right:0;
		width:100%;
		margin-top:73px;
		height: -moz-calc(56vh - 40px);
		height: -webkit-calc(56vh - 40px);
		height: -o-calc(56vh - 40px);
		height: calc(56vh - 40px);
	}

	.page_home .caa_logo_text {
		width: 132px;
	    height: 32px;
	    right: 24px;
	    top:24px;
	}

	.page_home .caa_logo_big {
	    width: 128px;
	    height: 162px;
	    top:40px;
	    left: 24px;
	}

	.inside_title_intro_box h1 {
		font-size:24px;
		line-height:26px;
	}

	.inside_title_intro_box {
		padding:0;
	}

	.page_home .title_intro_box {
		height: auto;
		position: relative;
		top: initial;
		width: initial;
		left: 24px;
		bottom: initial;
		padding-top: 280px;
	}

	a.stoerer {
		position: absolute;
		top:364px;
		left:155px;
		margin-left:0;
		margin-bottom:0;
		width:120px;
		height:120px;
	}

	h1, h2, .title_in_text {
		font-size:30px;
		line-height: 30px;
		margin-bottom:12px;
	}

	header .home_logo, header.small_nav .home_logo, header.active_nav .home_logo, body.home header.active_nav .home_logo, body.home header.small_nav .home_logo {
		width: 25px;
		height: 30px;
		right: 24px;
		top:10px;
	}

	header.active_nav .title_nav span.nav_title {
		display: none;
	}

	.wrapper_inside_small, .wrapper_inside.wrapper_with_padding {
		padding:0 24px;
	}

	.nav_overlay nav ul li.menu-item-has-children > a {
		max-width: 92px;
	}

	.nav_overlay nav ul.sub-menu {
		left: 105px;
		top:-2px;
		width: -moz-calc(100% - 105px);
		width: -webkit-calc(100% - 105px);
		width: -o-calc(100% - 105px);
		width: calc(100% - 105px);
	}

	.nav_overlay nav ul li ul.sub-menu li a {
		font-size:25px;
		line-height: 30px;
		margin-bottom:14px;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		hyphenate-limit-chars: 6 3 2;
		hyphenate-limit-last: always;
	}

	.nav_overlay {
		top:50px;
		padding-top:10px;
		overflow-y:auto;
		-webkit-overflow-scrolling:touch;
	}

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

	h3, .opening_hours_today {
		font-size:24px;
		line-height: 29px;
	}

	.flexible_component {
		margin-bottom:40px;
	}

	.teaser_preview_outer .teaser_preview,
	.teaser_preview_outer.multi_grid .teaser_preview:nth-child(3n+1) {
		width: 100%;
		margin:0;
		float: none;
	}

	.event_row .desktop_date {
		display: none;
	}

	.event_row .mobile_date {
		display: block;
	}

	.agenda_header .column.column_1, .event_row .column.column_1, .filter_events_wrapper .column.column_1 {
		width: 95px;
	}

	.agenda_header .column.column_2, .event_row .column.column_2, .filter_events_wrapper .column.column_2 {
		margin-left:10px;
		width: -moz-calc(100% - 105px);
		width: -webkit-calc(100% - 105px);
		width: -o-calc(100% - 105px);
		width: calc(100% - 105px);
	}

	.flexible_component.flexible_newsletter .newsletter_box .column_left, .flexible_component.flexible_newsletter .newsletter_box .column_right,
	.flexible_component.flexible_newsletter .EMAIL-label, .flexible_component.flexible_newsletter .yikes-easy-mc-submit-button {
		width: 100%;
		float: none;
		margin-left:0;
		margin-right:0;
	}

	.title_nav span.subtitle.late_show {
		display: none !important;
	}

	header.upscroll ul.lang_switch {
		display: none !important;
	}

	header.active_nav ul.lang_switch {
		display: block !important;
	}

	.page_header h1 {
		margin-bottom:24px;
	}

	.wysiwig_text img,
	.two_columns_type_big .two_columns_image img,
	.two_columns_type_small .two_columns_image img {
		max-height: 320px;
	}

	.two_columns_type_small .two_columns_text,
	.two_columns_type_small .two_columns_image {
		width: 100%;
		float: none;
		margin-left:0;
		margin-right:0;
	}

	.two_columns_type_small .two_columns_image {
		text-align: center;
	}

	.teaser_preview_outer .teaser_preview_inner {
		margin-left:0;
		margin-right:0;
	}

	.teaser_preview_outer .teaser_preview.has_image_0 {
		margin-top:0;
	}

	.flexible_accordeon .accordeon_row span.arrow {
		right:20px;
	}

	.flexible_accordeon .accordeon_row .column.column_2 {
		width: 100%;
		margin:0 0 12px 6px;
		float:none;
	}

	.flexible_accordeon .accordeon_row .column.column_3 {
		width: 100%;
		float: none;
		margin:0;
		position: relative;
		margin-bottom:24px;
	}

	.flexible_accordeon .accordeon_row .column.column_2 .mobile_only img {
		max-width: -moz-calc(100% - 12px);
		max-width: -webkit-calc(100% - 12px);
		max-width: -o-calc(100% - 12px);
		max-width: calc(100% - 12px);
	}

	.slider_gallery_overview {
		margin-left:-10px;
		margin-right:-10px;
	}

	.slider_gallery_overview a {
		display: inline-block;
	    position: relative;
	    width: -moz-calc(33.3333% - 15px);
	    width: -webkit-calc(33.3333% - 15px);
	    width: -o-calc(33.3333% - 15px);
	    width: calc(33.3333% - 15px);
	    margin: 0 5px 20px 5px;
	}

	.slider_gallery_overview .clear {
		display: none;
	}

	.slider_gallery_overview .clear_mobile {
		width: 100%;
		height: 1px;
		margin-top:-1px;
	}

	.form_columns.multi_column_form .column_left, .form_columns.multi_column_form .column_right {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}

	.highlight_article .column_left, .highlight_article .column_right {
		width: 100%;
		float: none;
		margin-left:0;
		margin-right:0;
	}

	.article_overview .article_listing_wrapper {
		margin-left:0;
		margin-right:0;
	}

	.article_overview .article_listing, .article_overview .grid-sizer {
		width: 100%;
		margin: 0 0 30px 0;
		float: none;
	}

	.highlight_article {
		margin-top:30px;
	}

	.inside_button, input.send_form {
		padding-right:0;
		padding-left:0;
	}

	.title_nav span.subtitle, header.active_nav .title_nav span.nav_title {
		display: none;
	}

	.share_box ul li {
		margin:0 12px;
	}

	.share_box ul li a {
		width: 35px;
		height: 35px;
	}

	.share_box ul {
		margin-top:20px;
	}

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

	a.show_term {
		font-size:14px !important;
		line-height: 18px !important;
		margin-right:15px !important;
	}

	.mobile_filter a.mobile_filter_close {
		width: 20px;
		height: 20px;
		top:10px;
	}

	.fancybox-caption {
		font-size:14px;
		line-height: 16px;
	}

	.wysiwig_text a.external_link {
		background: url(images/link_arrow_external.svg) no-repeat top 5px right;
		background-size: 6px 6px;
	}

	.archive_filter .column_right a.close_filter {
		right: 0;
		top: -11px;
	}

	footer {
		margin-top:40px;
		padding-top:40px;
	}

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

	footer .inside_footer {
		margin-left:0;
		margin-right:0;
	}

	.opening_hours_box .subtitle {
		margin-top:40px;
	}

	button.yikes-easy-mc-submit-button {
		margin-top:20px;
	}

	footer .inside_footer_second .column.column_1,
	footer .inside_footer_second .column.column_2 {
		width: 100%;
		float: none;
		margin-left:0;
		margin-right:0;
		text-align: center;
	}

	footer .inside_footer_second .column.column_2 {
		text-align: center;
		margin-bottom:20px;
	}

	footer .inside_footer_second .column.column_1 {
		padding-top:20px;
	} 

	footer .inside_footer_second .column.column_2 .inside_social {
		display: inline-block;
		position: absolute;
		left: 50%;
		margin-left: -25px;
		margin-top: -20px;
		width: 50px;
	}

	footer .inside_footer {
		margin-bottom:0;
	}

	a.stoerer {
		bottom: 0;
	}

	footer .mobile_footer_nav ul {
		display: block;
	}

	footer .mobile_footer_nav ul {
		display: block;
		text-align: center;
	}


	.mobile_footer_nav {
		column-count: 1;
		column-gap: 20px;
	}

	.desktop_only {
		display:none;
	}

	a.home_logo {
		display:none;
	}

	nav {
		display:none !important;
	}

	.mobile_nav_overlay {
		display:none;
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background:#fff;
		z-index:4000;
	}

	.mobile_nav_overlay .inside_mobile_nav {
		display:block;
		padding:168px 40px 40px 40px;
	}

	.mobile_nav_overlay .lang_switch {
		left:24px;
		top:22px;
	}

	.mobile_nav_overlay .inside_mobile_nav ul {
		list-style:none;
	}

	.mobile_nav_overlay .inside_mobile_nav ul.sub-menu {
		display:none;
	}

	.mobile_nav_overlay a {
		font-size:22px;
		line-height:32px;
		letter-spacing:0.01em;
	}


	.mobile_nav_overlay a.stoerer {
		position:absolute;
		top:5px;
		right:100px;
		width:120px;
		height:120px;
		opacity:1;
	}

	.mobile_nav_overlay .inside_mobile_nav li {
		margin-bottom:0;
	}

	.mobile_nav_overlay .inside_mobile_nav li.current_page_item > a,
	.mobile_nav_overlay .inside_mobile_nav li.current_page_ancestor > a {
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 3px;
	}

	.mobile_service_links {
		display:block;
		position:fixed;
		bottom:24px;
		left:0;
		right:0;
		padding:0 24px;
	}

	.mobile_service_links a {
		font-size:18px;
		line-height:18px;
	}

	.mobile_service_links .column_left,
	.mobile_service_links .column_right {
		display:block;
		float:left;
		width:50%;
	}

	.mobile_service_links .column_right {
		text-align:right;
	}

	.mobile_nav_overlay .inside_mobile_nav li.current_page_ancestor ul.sub-menu {
		display:block;
	}

	.mobile_nav_overlay .inside_mobile_nav ul.sub-menu {
		padding:14px 40px;
		margin:8px -40px;
		background:rgba(216, 248, 112, 1);
	}

	.fixed_mobile_header {
		display:block;
		position:fixed;
		top:0;
		left:0;
		right:0;
		height:56px;
		z-index:100;
		background:#fff;
		border-bottom:1px solid rgba(216, 248, 112, 1);
	}

	.fixed_mobile_header a.home_logo {
		display:block;
		position:absolute;
		top:12px;
		left:24px;
		width:25px;
		height:32px;
		background: url(images/icon_big.svg) no-repeat center center;
		background-size: 100% auto;
	}

	.fixed_mobile_header.original_header a.home_logo {
		display:none;
	}

	.fixed_mobile_header a.show_nav {
		display:inline-block;
		position:absolute;
		right:0;
		top:0;
		padding:18px 24px 18px 24px;
	}

	.service_nav {
		display:block;
	}

	.service_nav a.service_link {
		display:none;
	}

	ul.lang_switch {
		display:none;
	}

	body.page-template-home ul.lang_switch {
		display:block;
	}

	.mobile_nav_overlay ul.lang_switch {
		display:block;
	}

	a.close_mobile_nav {
		display:block;
		top:0;
		right:0;
		padding:25px 30px;
		background:url('images/close_filter.svg') no-repeat center center;
		background-size:23px 23px;
		position:absolute;
	}

	body.page-template-home .service_nav {
		top:375px;
		right:initial;
		left:24px;
	}

	.highlights_section .inside_hightlights_section {
		padding: 12px 4.26vw 24px 4.26vw;
		margin-top:-24px;
	}

	.highlights_section a {
		width:100%;
		float:none;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom:14px;
	}

	.highlights_section .title_teaser_preview {
		margin-bottom:8px;
	}

	body.page-template-home .fixed_mobile_header {
		display:block;
		position:absolute;
		background:transparent;
		margin-top:355px;
		border-bottom:1px solid rgba(216, 248, 112, 0);
	}

	body.page-template-home .fixed_mobile_header.cloned_header {
		background:#fff;
		border-bottom:1px solid rgba(216, 248, 112, 1);
	}

	body.page-template-home .fixed_mobile_header.cloned_header a.home_logo {
		display:block;
	}

	.page_header h1 {
		padding-top:124px;
	}

	.page_header .image_header {
		height:44vh;
		min-height:240px;
		margin-left:-24px;
		margin-right:-24px;
	}

	.page_header img {
		margin-bottom:24px;
	}

	.page_header h1.has_image_top {
		padding-top:24px;
	}

	.page_header img.image_above_title {
		margin-top:56px;
	}

	.page_header .image_header.position_unter_titel {
		margin-bottom:24px;
	}

}