/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */*,::after,::before{background-repeat:no-repeat;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}html{box-sizing:border-box;cursor:default;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}body{margin:0}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}nav ol,nav ul{list-style:none}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg{fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,optgroup,select,textarea{margin:0}button,input,select,textarea{background-color:transparent;color:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}[aria-disabled]{cursor:default}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

/* ------------ constants ------------ */

:root {
	--container-width: 72;
	--grid-gap: 60px;
	--margin: 60px;
	--padding: 20px;
}

/* ---------------- local type embed */

@charset "UTF-8";
/*
@font-face {
	font-family: "serif";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/PTSerif-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "serif";
	font-weight: 400;
	font-style: italic;
	src: url("../fonts/PTSerif-Italic.ttf") format("truetype");
}
*/
@font-face {
	font-family: "serif";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/LibreCaslonText-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "serif";
	font-weight: 400;
	font-style: italic;
	src: url("../fonts/LibreCaslonText-Italic.ttf") format("truetype");
}

@font-face {
	font-family: "sans";
	font-weight: 300;
	src: url("../fonts/Inter-Light.ttf") format("truetype");
}
@font-face {
	font-family: "sans";
	font-weight: 600;
	src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: "sf_icon";
	font-weight: 300;
	src: url("../fonts/SofaIcons-Regular.woff") format("woff");
}

/* ------------ root */

html				{
					/*font-size: calc(18/1440*100vw);*/
					font-size: 16px;
					line-height: 160%;
					}
body				{
					width: 100%;
					height: 100%;
					-webkit-backface-visibility: hidden;
					-webkit-font-smoothing:antialiased;
					font-family: "sans", sans-serif;
					font-weight: 300;
					margin: 0;
					hyphens: auto;
					}


/* ------------ typography */

h1,h2,h3,h4,h5,h6 {
	font-family: "serif", sans-serif;
	font-weight: 400;
	line-height: 140%;
	position: relative;
	hyphens: none;
}
h1{ font-size: 46px; }
h2{ font-size: 32px; margin-bottom: 20px; }
h3{ font-size: 26px; }
h4{ font-size: 20px; }
h5{ font-size: 16px; font-style: italic; background: #efe3d0; padding: 5px 10px; display: inline-block; }


.serif{
	font-family: "serif", serif;
}
.negative{
	background: #0F4C81;
	color: white;
	padding: 6px 15px;
}
p { margin: 0; }
ul {
	list-style-position: outside;
	padding-left: 1em;
}

ol {
	margin-top: 10px;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 2em;
}

li { margin-bottom: 10px; }

b,.b,strong {
	font-weight: 600;
}

.uc {
	text-transform: uppercase;
}

.sf_icon {
	font-family: "sf_icon";
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}
.sf_underline{
	border-bottom: 3px double;
}
.sf_underline:after{
	content: " ";
	display: inline-block;
	margin-bottom: 6px;
	color: rgba(0,0,0,0);
}

/* ---------------- font colors */

.white, .white a { color: white; }
.darkgrey {	color: #0f4c81; }
.warning { color: #0F4C81; }

a {
	color: black;
	text-decoration: none;
	font-weight: 300;
}
a:hover {
	text-decoration: none;
}

p a {
	color: black;
	font-weight: 300;
}
p a:hover {
	text-decoration: underline;
}

.flex_block a,
.event_text a{
	text-decoration: underline;
}

/* ---------------- background colors */

.bg { background-color: rgba(0, 0, 0, .1); }
.bg_white {	background-color: white; }
.bg_black {	background-color: black; }
.bg_darkgrey { background-color: #B5A584 ; }
.bg_grey { background-color: #B5A584 ; }
.bg_lightgrey { background-color: #EFE3D0 ; }


/* ---------------- headroom */

#header {
	position: fixed;
	display: block;
	width: 100%;
	height: auto;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}
#header.show_fixed_header{
	display: none;
}

.headroom {
	will-change: transform;
	transition: transform 200ms linear;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.headroom--pinned {
	transform: translateY(0%);
}

.headroom--unpinned {
	transform: translateY(-100%);
}

.headroom--top {
	background-color: rgba(255, 255, 255, 0);
}

.headroom--top .logo {
	/*background-image: url();*/
}

.headroom--not-top {
	/*background-color: rgba(255, 255, 255, 1);*/
}

.headroom--not-top .logo {
	/*background-image: url();*/
}

#header-fixed{
	position: fixed;
	top:-100px;
	width: 100%;
	opacity: 0;
	z-index: 1001;
}
#header-fixed.show_fixed_header{
	opacity: 1;
	top:0;
}
#header-fixed li{
	margin-bottom: 0;
}
#header-fixed.show{
	top: 0;
	opacity: 1;
}
.header-fixed-logo{
	height: 70px;
	margin: 3px 0;
}


.header_spacer {
	height: 150px; /* 96 */
}

/* ---------------- Header */

.logo {
	position: relative;
	top: -3px;
	display: block;
	width: 300px;
	height: 68px;
	background-size: contain;
	background-position: center center;
}

/* ---------------- container */

.site-main{ max-width: 1440px; margin: 0 auto; }

.fullsize {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fullwidth {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

.container {
	width: calc(var(--container-width) * 1%);
	margin: 0 auto;
}
.container_navigation{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 80px 5px 80px;
}
.container_navigation_small{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 10px 80px;
}

.grid {
	display: grid;
	grid-column-gap: var(--grid-gap);
	grid-row-gap: var(--grid-gap);
	position: relative;
}

.grid.no_col_gap {
	grid-column-gap: 0;
}

.grid.no_row_gap {
	grid-row-gap: 0;
}

.flex {
	display: flex;
}

.flex_column {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.width_100 {
	width: 100%;
}

.width_85 {
	width: 85%;
}

.width_75 {
	width: 75%;
}

.width_50 {
	width: 50%;
}

.width_30 {
	width: 30%;
}

/* ---------------- grid */

.col_2 {
	grid-template-columns: 1fr 1fr;
}

.col_3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.col_4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.col_1_2 {
	grid-template-columns: 1.2fr 2fr;
}

.col_2_1 {
	grid-template-columns: 2fr 1.2fr;
}

.v_align_center {
	display: grid;
	align-items: center;
}

.h_align_center {
	display: grid;
	justify-content: center;
}

.ajax_container .grid {
	grid-row-gap: 80px;
}


/* ---------------- margin */

.margin {
	margin: var(--margin);
}

.margin_l {
	margin: calc(var(--margin) * 2);
}

.margin_top_s {
	margin-top: calc(var(--margin) / 2);
}

.margin_top {
	margin-top: var(--margin);
}
.margin_top_l {
	margin-top: calc(var(--margin) * 2.5);
}

.margin_bottom_s {
	margin-bottom: calc(var(--margin) / 2);
}

.margin_bottom {
	margin-bottom: var(--margin);
}

.margin_bottom_l {
	margin-bottom: calc(var(--margin) * 2);
}

.no_margin {
	margin: 0;
}

.no_vertical_margin {
	margin-top: 0;
	margin-bottom: 0;
}

/* ---------------- padding */

.padding {
	padding: calc(var(--padding) * 3);
}

.padding_vertical {
	padding: calc(var(--padding) * 4) 0 calc(var(--padding) * 4) 0;
}
.padding_vertical_s {
	padding: calc(var(--padding) * 2) 0 calc(var(--padding) * 2.3) 0;
}

.padding_top_l{
	padding-top: calc(var(--padding) * 4);
}
.padding_bottom_l{
	padding-bottom: calc(var(--padding) * 4);
}
.padding_bottom_s{
	padding-bottom: calc(var(--padding) );
}

/* ---------------- alignment */

.vertical_align_middle {
	align-content: center;
	display: grid;
}

.vertical_align_bottom {
	align-content: end;
	display: grid;
}

.align_center {
	text-align: center;
	justify-content: center;
}

.align_items {
	align-items: center;
}

.justify_content {
	justify-content: center;
}

/* ---------------- common layout */

.hidden {
	display: none;
}

.invisible {
	opacity: 0;
}

.pointer,
[data-pointer] {
	cursor: pointer;
}

.hide_on_desktop {
	display: none;
}

.hide_on_mobile {
	display: block;
}

hr {
	width: 100%;
	height: 1px;
	background: black;
	border: 0;
	margin-top: var(--margin);
}

hr.wp-block-separator {
	width: calc(var(--container-width) * 1%);
	max-width: 1200px;
	margin: 0 auto 40px auto;
	border: 0;
}

.bg_image {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.bg_cover {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg_center {
	background-position: center center;
}

.fullwidth img {
	/*width: 100%;*/
}

p img {
	width: auto;
	margin-bottom: 1em;
}

.history_back:hover {
	cursor: pointer;
}

.border {
	border: 1px dotted grey;
}

.breadcrumb {
	font-size: 16px;
	margin-bottom: 2em;
}

.breadcrumb .sf_icon {
	color: #004F91;
}

.noscript {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: scroll;
	text-align: center;
	background: white;
}

.z-index {
	z-index: 10;
}

.animate {
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.animate_fast {
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


/* ---------------- Video */

.videoWrapper {
	position: relative;
	/*padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
}

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

/* ---------------- Caption */

.caption {
	font-size: 14px;
	line-height: 120%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 5px 0;
}

/* ---------------- Buttons */

.sf_button,
.nav-next,
.nav-previous {
	position: relative;
	font-weight: 400;
	line-height: 120%;
	display: inline-block;
	padding: 3px 12px;
	white-space: nowrap;
	border: 1px solid black;
	outline: 0;
}
.sf_button:hover {
	color: black;
	cursor: pointer;
}
.white .sf_button:hover {
	color: white;
	cursor: pointer;
}

.sf_button_arrow:after {
	content: " →";
	font-family: "sf_icon";
}

.sf_download.sf_button:after {
	content: "";
	padding-left: 3px;
}
.white .sf_button{
	border: 1px solid #B5A584 ;
}
.slideshow_overlay .sf_button {
	color: #B5A584 ;
	background-color: white;
}

.slideshow_overlay .sf_button:hover {
	color: white;
}

/* Button Suchergebnisse */

.nav-next,
.nav-previous {
	margin-right: 20px;
}

.nav-next:hover,
.nav-previous:hover {
	cursor: pointer;
}

.nav-next a,
.nav-previous a {
	color: white;
}

.nav-next:after,
.nav-previous:after {
	content: " →";
	font-family: "sf_icon";
	padding-left: 50px;
}

/* --------- Footer Columns --------- */

#footer-container{
	max-width: 1440px;
	margin: 0 auto;
}
#footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: var(--grid-gap);
	font-size: 18px;
	color: white;
	padding: 4em 0;
}
#footer ul{ padding-left: .8em; }
#footer .footer_content {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: flex-end;
}
.footer_logo {
	display: flex;
	align-items: center;
}
.footer_logo img{
	width: 70%;
}

/* --------- Footer Navigation --------- */

#footer .footer_contact{ margin-right: 4em; }
#footer .footer_contact,
#footer .footer_navigation{
	border-left: 1px solid white;
}
#footer li,
#footer li a,
#footer a {
	display: block;
	color: white;
	line-height: 100%;
}

/* ---------------- Logo list */

.logo_list {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: var(--grid-gap);
	grid-row-gap: calc(var(--grid-gap) / 3);
	padding: 1em 0 1.5em 0;
}

.logo_list_item {
	position: relative;
	top: 0;
	flex: auto 1 auto;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	align-items: center;
	justify-items: center;
}

.logo_list_item img {
	object-fit: contain;
	max-width: 250px;
}

.logo_list_item:hover {
	transform: scale(1.1);
}

.logo_caption {
	margin-top: 10px;
}

/* ---------------- Akkordeon */

.akkordeon .col_2 {
	grid-template-columns: 1fr fit-content(50px);
}

.akkordeon:hover {
	cursor: pointer;
}

.akkordeon_headline {
	margin-bottom: 20px;
}

.akkordeon h3 p {
	font-size: 26px;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.akkordeon_text {
	height: 0px;
	opacity: 0;
	overflow: hidden;
}

.akkordeon_text.open {
	height: auto;
	opacity: 1;
	margin-bottom: 50px;
}

.akkordeon_show {
	display: flex;
	align-items: center;
}

/* ---------------- Navigation Desktop */

.navigation li a{
	color: white;
}
.navigation .black li a{
	color: black;
}

.navigation_header {
	display: grid;
	grid-template-columns: 10px auto;
	align-items: center;
}
.navigation li {
	display: inline-block;
	margin-left: 10px;
}
.navigation li a {
	font-weight: 400;
	text-underline-offset: 6px;
}
.navigation li a:hover {
	text-decoration: underline;
}

.navigation .current-menu-item a {
	font-weight: 600;
	text-decoration: underline;
}

.navigation .mobile {
	display: none;
}

.navigation .mobile .sf_icon {
	display: inline-block;
	font-size: 26px;
	color: white;
	padding: 8px 4px 7px 4px;
	cursor: pointer;
}

.navigation .mobile .sf_icon:hover {
	display: inline-block;
	font-size: 26px;
	padding: 8px 4px 7px 4px;
	cursor: pointer;
}

.current-menu-item a{
	font-weight: 600;
}

/* ---------------- Navigation Desktop Sub-menu */

.navigation li:hover>.sub-menu {
	display: block;
}

.navigation .desktop .sub-menu {
	position: absolute;
	text-align: left;
	display: none;
	padding-right: 100px;
}

.navigation .desktop ul.sub-menu {
	padding-left: 0;
}

.navigation .desktop .sub-menu li:first-child {
	display: block;
	margin: 20px 0 0 0;
}
.navigation .desktop .sub-menu li {
	display: block;
	margin: 8px 0 0 0;
}

.navigation .desktop .sub-menu li a {
}

.navigation .desktop .sub-menu li a:hover {
	text-decoration: underline;
}

#header-fixed .sub-menu li a{
	display: inline-block;
	padding: 3px 15px;
	background: #2c3133;
}
#header-fixed .sub-menu li a:hover {}

/* ---------------- Navigation Mobile */

#mobile_navigation_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1003;
	background: #b5a584;
}

#mobile_navigation_overlay .logo {
	/*background-image: url("../images/wdp-logo-horizontal.svg");*/
}

#mobile_navigation_overlay .mobile .sf_icon {
	background: rgba(255, 255, 255, 0);
}

#mobile_navigation_overlay .mobile .sf_icon:hover {}

.mobile_navigation_overlay_container {
	display: grid;
	grid-template-rows: auto 1fr 15%;
	height: 100%;
	color: white;
}

#mobile_navigation_overlay .mobile_navigation {
	display: grid;
	grid-template-rows: 1fr auto;
	align-items: center;
	justify-content: center;
}
#mobile_navigation_overlay ul{
	padding-left: 2em;
	padding-top: 10px;
}

#mobile_navigation_overlay .mobile_navigation li {
	font-size: 18px;
	line-height: 200%;
	list-style: none;
}

#mobile_navigation_overlay .mobile_navigation li a {
	padding: 10px 20px;
	color: white;
}

#mobile_navigation_overlay .footer_mobile_navigation {}

#mobile_navigation_overlay .footer_mobile_navigation li {
	font-size: 14px;
	line-height: 200%;
}

#mobile_navigation_overlay .footer_mobile_navigation li a {
	color: white;
}

#mobile_navigation_overlay li a:hover {
	text-decoration: underline;
}

#mobile_navigation_overlay li.current_page_item a {
	font-weight: 600;
}

/* ---------------- search form */

.search-id {
	display: inline-block;

}

.search-form {}

.search-field {
	width: 100%;
}

/* ---------------- search results */

.entry-header {}

.entry-title {
	color: #24AFE1;
}

.search-result {
	border-top: 4px solid #24AFE1;
	padding: 20px 0px;
	background-color: rgba(255, 255, 255, .6);
}

.search-result:hover {
	background-color: rgba(255, 255, 255, .9);
}

.search-result h4 {
	margin-bottom: 10px;
}

.search-category {
	margin-bottom: 5px;
	color: #24AFE1;
}

.keyword {
	font-weight: bold;
}

.search_container {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr 1fr;
	margin-top: 40px;
	hyphens: auto;
}

.search_container .post-categories {
	margin: 0;
	list-style-position: none;
}

.search_container li {
	display: inline-block;
	list-style-type: none;
}

.search_container li:not(:last-child):after {
	content: ", ";
}

.search_container .search_info {
	font-size: 14px;
	line-height: 120%;
}

/* ---------------- remove standard-styles */

input,
select,
textarea {
	border: none;
	border-radius: 0;
	font-size: 16px;
	width: auto;
	outline: none;
}

/* ---------------- Input & Textarea */
input,
textarea {
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.07);
	padding: .5em 1em .5em 1em;
}

textarea {
	resize: vertical;
}

input:hover,
input:active,
textarea:hover,
textarea:active {
	/*border-bottom: 1px solid #00c6ff;*/
	outline: none;
}

::placeholder {
	opacity: .5;
}

input[type=search] {
	background-image: url(../images/icons/search.html);
	background-size: 18px;
	background-position: right center;
	background-origin: content-box;
	width: 52%;
}

/* --------------------- sf_imagewithoverlay */

.image_with_overlay_container{
}
.image_with_overlay_background_darkgrey{
	background: linear-gradient(to bottom, #252828 50%, #ffffff 50%);
}
.image_with_overlay{
	position: relative;
	display: flex;
	align-items: center;
}
.image_with_overlay .image_height{
	position: relative;
	left:0;
	width: 75%;
	opacity: 0;
}
.image_with_overlay .image_left{
	position: absolute;
	left:0;
}
.image_with_overlay .image_right{
	position: absolute;
	right:0;
}
.image_with_overlay .image_small{
	width: 50%;
	z-index: 1;
}
.image_with_overlay .image_big{
	width: 75%;
}

/* --------------------- sf_events */

#program.grid{ grid-gap: 0; }
#program.program_col_1{ grid-template-columns: 1fr; }
#program.program_col_2{ grid-template-columns: 1fr 1fr; }
#program.program_col_3{ grid-template-columns: 1fr 1fr 1fr; }
#program.program_col_4{ grid-template-columns: 1fr 1fr 1fr 1fr; }
#program.program_col_5{ grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
#program.program_col_6{ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }

#program .container_day{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
#program .container_day:first-child{
	border-left: 0px;
	border-bottom: 1px solid black;
}
#program .container_day .day{
	padding: 5px 10px;
	font-weight: 600;
	background: #B5A584;
	color: white;
	border-bottom: 1px solid black;
}
#program .container_day .event{
	padding: 8px 10px;
}
#program .container_day .event_time{
	font-family: "serif", serif;
	font-style: italic;
}
#program .container_day .event_text{
	margin-bottom: 10px;
}
.event_text strong:before{
	content: " ";
	display: inline-block;
	margin-top: 6px;
}

/* --------------------- sf_event single day */

.program.grid{
	grid-gap: 0;
	background: white;
	border-bottom: 1px solid black;
}
.program_container_day{
	padding: 10px 15px;
	font-weight: 600;
	background: #B5a584;
	color: white;
	border-bottom: 1px solid black;
}
.program_container_time{
	padding: 10px 15px;
	border-bottom: 1px solid black;
}
.program .event_time{
	font-family: "serif", serif;
	font-style: italic;
	margin-bottom: 2px;
}
.program .event_text{
	margin-bottom: 10px;

}

/* --------------------- sf_gallery */

.gallery {
	width: 100%;
	height: 100%;
}

.gallery_title {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding-top: 10px;
}

.gallery_caption {
	font-size: 13px;
}

/* --------------------- sf_slideshow */

.sf_slideshow {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1440px;
	/*margin: 0 auto calc(var(--margin) * 1) auto;*/
}

.bg_slideshow {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

[data-slide] {
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	transition-property: opacity, transform;
	transition-duration: 500ms;
	transition-timing-function: linear;
}
/*
.sf_slide_overlay {
	position: absolute;
	width: 60%;
	height: 50%;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
*/
.sf_slide_show {
	opacity: 1;
}

.sf_slide_hide {
	opacity: 0;
}

.sf_slide_control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	margin: 0 24px;
	font-size: 32px;
	color: white;
}

.sf_slide_control.right {
	right: 0;
}

.sf_slide_control_prev,
.sf_slide_control_next {
	cursor: pointer;
}

.sf_slide_control.hidden {
	display: none;
}

.sf_dots {
	position: absolute;
	/*width: calc(var(--container-width) * 1%);*/
	max-width: 1200px;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 3;
	color: white;
}

.sf_dots .dot {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 10px;
	margin: 0 8px;
	border: 1px solid white;
	
}

.sf_dots .dot:hover {
	cursor: pointer;
	background: white;
}

.sf_dots .current_slide {
	background: white;
}

.copyright {
	position: absolute;
	right: 30px;
	bottom: 25px;
	padding: 5px 5px 5px 6px;
	background: black;
	border-radius: 15px;
	z-index: 4;
	font-size: 12px;
	line-height: 90%;
	color: white;
}

.copyright_name {
	display: none;
}

.copyright:hover>.copyright_name {
	display: inline-block;
}

.slideshow_overlay_fullsize {
	position: absolute;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}

.slideshow_overlay_container {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.slideshow_overlay_container:before {
	content: "";
	position: absolute;
	left: -20%;
	width: 20%;
	height: 100%;
	/*background-color: rgba(36, 175, 225, 0.6);*/
}

.slideshow_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.slideshow_overlay.logo_overlay {
	flex-direction: column;
	justify-content: end;
}
.slideshow_overlay.black {
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
}
.slideshow_overlay.blau {
	background: #B5A584 ;
}

.slideshow_overlay.logo_overlay .slideshow_logo{
	width: 32%;
	margin-bottom: 0px;
}
.slideshow_overlay .slideshow_text_width{
	width: 50%;
}
.sf_slideshow .headline_image{
	position: absolute;
	top: 0;
	height: 1px;
}
.sf_slideshow .headline_image img{
	position: absolute;
	top: -80px;
	left: -30px;
	height: 120px;
}

/* ---------------- responsive changes */

@media only screen and (min-width: 1500px) {}

/* ---------------- like iPad pro */

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

#program.program_col_1{ grid-template-columns: 1fr; }
#program.program_col_2{ grid-template-columns: 1fr 1fr; }
#program.program_col_3{ grid-template-columns: 1fr 1fr 1fr; }
#program.program_col_4{ grid-template-columns: 1fr 1fr; }
#program.program_col_5{ grid-template-columns: 1fr 1fr 1fr; }
#program.program_col_6{ grid-template-columns: 1fr 1fr 1fr; }	

}

@media only screen and (max-width: 1024px) {
	
	h1{ font-size: 36px; }
	h2{ font-size: 28px; margin-bottom: 20px; }
	h3{ font-size: 24px; }
	
	.slideshow_overlay .slideshow_text_width{
		width: 75%;
	}
	.sf_slideshow .headline_image img{
		top: -80px;
		left: -30px;
		height: 100px;
	}
}

/* ---------------- like iPad */

@media only screen and (max-width: 860px) {
	
	:root {
		--container-width: 90;
		--grid-gap: 40px;
		--margin: 40px;
		--padding: 20px;
	}
	
	html{
		/*font-size: calc(18/1440*100vw);*/
		font-size: 15px;
		line-height: 140%;
	}

	h1{ font-size: 30px; }
	h2{ font-size: 26px; margin-bottom: 20px; }
	h3{ font-size: 24px; }
	h4{ font-size: 14px; }
	h5{ font-size: 16px; padding: 5px 10px; margin-bottom: 1em;}
	
	.navigation .desktop{ display: none; }
	.navigation .mobile{ display: inline-block; }
	.container {
		width: calc(var(--container-width) * 1%);
	}
	.container_navigation{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
		padding: 20px 40px 5px 40px;
	}
	.container_navigation_small{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
		padding: 10px 5%;
	}
	.slideshow_overlay.logo_overlay .slideshow_logo{
		width: 32%;
		margin-bottom: 40px;
	}
	.slideshow_overlay .slideshow_text_width{
		width: 100%;
	}
	.sf_slideshow .headline_image img{
		top: -60px;
		left: -18px;
		height: 80px;
	}
	.sf_dots {
		bottom: 10px;
	}
	.sf_slide_control {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
		margin: 0 10px;
		font-size: 24px;
		color: white;
	}
	.logo_list_item img{
		width: 100px;
	}
	
}

/* ---------------- 650 */

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

	/* ------------ constants ------------ */
	
	:root {
		--container-width: 90;
		--grid-gap: 20px;
		--margin: 30px;
		--padding: 10px;
	}
	
	html{
		/*font-size: calc(18/1440*100vw);*/
		font-size: 15px;
		line-height: 130%;
	}

	h1{ font-size: 24px; }
	h2{ font-size: 20px; margin-bottom: 10px; }
	h3{ font-size: 18px; }
	h4{ font-size: 14px; }
	h5{ font-size: 14px; padding: 5px 10px; margin-bottom: 1em;}
	
	#footer{ font-size: 12px; }
	
	.col_3 {
		grid-template-columns: 1fr 1fr;
	}

	.col_4 {
		grid-template-columns: 1fr 1fr;
	}

	.ajax-block .col_2 {
		grid-template-columns: 1fr;
	}

	/* Flex BLock */

	.flex_block .col_2 {
		grid-template-columns: 1fr;
	}
	.sf_slideshow .headline_image img{
		top: -45px;
		left: -18px;
		height: 60px;
	}
	.sf_slide_control { display: none; }
	.sf_dots { bottom: 20px; }
	.slideshow_overlay.logo_overlay .slideshow_logo{
		width: 50%;
		margin-bottom: 20px;
	}
	.expand_on_mobile_25{ padding-top: 30%; }
	.expand_on_mobile_50{ padding-top: 50%; }
	.expand_on_mobile_75{ padding-top: 75%; }
	
	.logo_list_item img{
		width: 90px;
	}
	.reduced_img_size{
		max-width: 50%;
		max-height: 80px;
		object-fit: contain;
		object-position: left center;
	}
	
}

@media only screen and (max-width: 460px) {
	
	html{
		/*font-size: calc(18/1440*100vw);*/
		font-size: 14px;
		line-height: 130%;
	}

	#program.program_col_1{ grid-template-columns: 1fr; }
	#program.program_col_2{ grid-template-columns: 1fr; }
	#program.program_col_3{ grid-template-columns: 1fr; }
	#program.program_col_4{ grid-template-columns: 1fr; }
	#program.program_col_5{ grid-template-columns: 1fr; }
	#program.program_col_6{ grid-template-columns: 1fr; }
	
	.col_1_2,
	.col_2_1,
	.col_1_1,
	.col_2,
	.col_3,
	.col_4{ grid-template-columns: 1fr; }
	
	.reverse_on_mobile div:last-child{
		grid-area: 1;
	}
	
	#program .container_day{
		border: none;
	}
	.program.grid{
		border: none;
	}
	.program_container_time{
		border: none;
	}
	#program .container_day .event_time{
		margin-bottom: 6px;
	}
	.program .event_time{
		margin-bottom: 6px;
	}
	
	#footer{
		grid-template-columns: 1fr;
		padding: 2em 0;
	}
	.footer_logo img{
		width: 50%;
	}
	
	.logo_list_item img{
		width: 70px;
	}

}

@media only screen and (max-width: 320px) {
	:root {
		--grid-gap: 20px;
		--margin: 20px;
		--padding: 10px;
	}

	html{
		font-size: 13px;
		line-height: 130%;
	}
	h1{ font-size: 20px; }
	h2{ font-size: 18px; margin-bottom: 10px; }
	h3{ font-size: 16px; }
	h4{ font-size: 14px; }
	h5{ font-size: 14px; padding: 5px 10px; margin-bottom: 1em;}
	
	.sf_dots{ display: none; }
}

@media only screen and (max-width: 320px) {
	html{
		min-width: 300px;
		overflow: auto;
	}
}


/* ---------------- Admin CSS */

.wp-block {
	width: 96%;
	max-width: 96%;
}

.acf-input select {
	width: 100% !important;
}

button.button {
	background-color: white;
}

button.button:hover {
	background-color: #ddd;
}

h1.editor-post-title {
	text-transform: none;
	font-weight: normal;
	font-size: 36px;
}

/*
.editor-styles-wrapper .button,
.editor-styles-wrapper .button:hover {
	background-color: red !important;
	padding: 100px;
}
*/


/* --------- ajax block */

.ajax_header {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: var(--grid-gap);
}

.load_more {
	margin-top: 3em;
}


/* gutenberg editor styles */

/*

html :where(.editor-styles-wrapper),
html :where(.editor-styles-wrapper) p {

	font-family: "sans", sans-serif;
	font-size: revert;
	line-height: revert !important;
	margin: auto;
}

html :where(.editor-styles-wrapper) h1 {
	font-size: 72px;
	line-height: 120%;
	margin-bottom: 40px;
	hyphens: none;
	font-weight: 500;
}

html :where(.editor-styles-wrapper) h2 {
	font-size: 48px;
	line-height: 120%;
	margin-bottom: 40px;
	hyphens: none;
	font-weight: 500;
}

html :where(.editor-styles-wrapper) h3 {
	font-size: 32px;
	line-height: 120%;
	margin-bottom: 20px;
	font-weight: 500;
}

html :where(.editor-styles-wrapper) h5 {
	font-size: 22px;
	margin-bottom: 30px;
}

html :where(.editor-styles-wrapper) h6 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

*/
