/*!
Theme Name: Ostfriesische Landschaft
Theme URI: https://www.ostfriesischelandschaft.de/
Author: Jann-Hendrik Tjards
Author URI: https://tjards.com
Description: Das Theme für die Ostfriesische Landschaft
Version: 1.0.1
Text Domain: ostfriesischelandschaft
*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

/* Colors:
--------------------------------------------- */

:root {
	--ol-green: #b2dad1;
	--ol-darkgreen1: #98cfc2;
	--ol-darkgreen2: #68b19e;
	--ol-lightgreen: #d6ebe5;
	--ol-lightgreen2: #eef7f4;

	--ol-yellow: #fac525;
	--ol-lightyellow1: #fcd766;
	--ol-lightyellow2: #fde8ac;
	--ol-lightyellow3: #fff5d7;

	--ol-red: #be3746;

	/* --ol-grey: #E3E3E3; */
	--ol-grey: #ededed;
	--ol-darkgrey: #3c3c3b;

	--ol-textgrey: #636466;
	--ol-textblack: #404040;
}




/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Scala Sans", serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Suhmo Web', serif;
	font-weight: bold;
	margin: 1.5rem 0;
	margin-block-start: 0;
	clear: both;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
.h1 {
	font-size: 2.375rem;
	/* 38px */
}

h2,
.h2 {
	font-size: 2.125rem;
	/* 34px */
}

h3,
.h3 {
	font-size: 1.75rem;
	/* 28px */
}

h4,
.h4 {
	font-size: 1.375rem;
	/* 22px */
}

h5,
.h5 {
	font-size: 1.125rem;
	/* 18px */
}

h6,
.h6 {
	font-size: 1rem;
}

@media (max-width: 991px) {

	/*767px*/
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {
		/* Hyphenate */
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	h1,
	.h1 {
		font-size: 1.875rem;
		/* 30px */
	}

	h2,
	.h2 {
		font-size: 1.758rem;
		/* 28px */
	}

	h3,
	.h3 {
		font-size: 1.625rem;
		/* 26px */
	}
}

h2.ol-headline {
	font-family: "Scala Sans", serif;
	font-weight: 600;
	font-style: italic;
	font-size: 1.25rem;
	/* 20px */
	clear: none;
}

p {
	margin-block-start: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
	font-weight: normal;
}

blockquote {
	margin: 0;
	padding-left: 2em;
	border-left: 2px solid;
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: var(--ol-lightyellow2);
	text-decoration: none;
	box-shadow: 2px 0 0 1px var(--ol-lightyellow2), -2px 0 0 1px var(--ol-lightyellow2);
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: currentColor;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 2.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Icons
--------------------------------------------- */

.ol_icon {
	vertical-align: middle;
	margin-right: 8px;
}

.ol_icon_circle_small {
	background-color: var(--ol-darkgreen2);
	color: #fff;
	fill: currentColor;
	border-radius: 100px;
	padding: 4px;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 0;
	font-family: "Suhmo Web";
	display: inline-block;
	background: var(--ol-lightgreen);
	color: inherit;
	text-decoration: none;
	padding: 10px 15px;
	font-size: .9rem;
	line-height: 1;
	padding: 1em 1.5em 1em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background: var(--ol-lightgreen2);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
	background: var(--ol-green);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 8px 12px;
	line-height: 1em;
	margin: 8px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.wpcf7 {
	margin: 2em 0 0;
	padding: 1px 22px;
	background: #f3f3f3;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	width: 100%;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

/* 
Removes empty div border
alternatively use:
.wpcf7-form.init .wpcf7-response-output
if form is invalid, form class changes to ".wpcf7-form.invalid"
*/
div.wpcf7-response-output:empty {
	display: none;
}

div.wpcf7-response-output {
	margin: 1em 0 100px;
	padding: 12px;
	border: 2px solid #ff0000;
	background: #fff;
	font-style: italic;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #fac525;

}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: block;
	margin: 0;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('img/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	overflow: visible;
}

div.wpcf7 .einverstaendnis,
div.wpcf7 .satzung,
div.wpcf7 .dsgvo {
	float: left;
	margin-right: 2px;
}

div.wpcf7 .einverstaendnis .wpcf7-not-valid-tip,
div.wpcf7 .satzung .wpcf7-not-valid-tip,
div.wpcf7 .dsgvo .wpcf7-not-valid-tip,
div.wpcf7 .einverstaendnis .wpcf7-checkbox,
div.wpcf7 .satzung .wpcf7-checkbox,
div.wpcf7 .dsgvo .wpcf7-checkbox {
	float: left;
	margin-right: 3px;
}

input[name="postweg[]"] {
	margin-left: 10px;
}

#form-spendenoption {
	/*margin: -20px 0 0 12px;*/
	margin-left: -7px;
}

#form-spendenoption input:disabled,
#form-spendenoption input:disabled~* {
	opacity: .6;
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	word-break: break-word;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration: underline;
}

/* Focusing the button with a keyboard will show a dashed black line. */
a:focus-visible,
button:focus-visible {
	outline: 4px dashed black;
	/*make sure outline is most visible */
	z-index: 10;
	position: relative;
}

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
	outline: none;
	/* box-shadow: 1px 1px 5px rgba(1, 1, 0, .7); */
}

a:hover,
a:active {
	outline: 0;
}



/*--------------------------------------------------------------
# Layout-Structure
--------------------------------------------------------------*/
.container,
.entry-content,
.entry-footer {
	width: calc(100% - 16px - 16px);
	max-width: 1124px;
	margin: 0 16px;
}

.container-fw {
	width: 100%;
	max-width: 1320px;
	margin: 0;
}

.site-main{
	padding-bottom: 36px;
}

.article-single,
.single-header,
.taxonomy-wrapper,
.postnav-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.single-header {
	width: 100%;
	;
}

.networkheader,
.subsiteheader,
.subsitedesc-header,
.baum,
.kontakt-footer,
.site-footer,
.foerderer-footer {
	display: flex;
	justify-content: center;
}


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


.networkheader .container,
.subsiteheader .container,
.subsitedesc-header .container,
.baum .container {
	max-width: 1200px;
}

.navwrap {
	display: flex;
	align-items: flex-end;
	width: 100%;
	max-width: calc(1124px + 40px);
}

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

.networkheader {
	background-color: #fff;
	/* box-shadow: 0 2px ; */
	position: relative;
	z-index: 10;
}
.main-site .networkheader {
	position: fixed;
	width: 100%;
}
.main-site .site-main{
	padding-top: 90px;
}
.main-site .networkheader.has_submenu_active ~ .site-main{
    padding-top: calc( 90px + 56px);
}

.subsiteheader {
	position: sticky;
	top: 0;
	z-index: 9;
	background-color: var(--ol-darkgreen1);
}

body.admin-bar .subsiteheader {
	top: 32px;
}

.subsitedesc-header {
	background-color: var(--ol-darkgreen1);
}

.subsiteheader.has_submenu_active {
	margin-bottom: 56px;
}

/* Offset-left: 44px +  margin-left: 16px = 60px */
.olhomelink {
	/* margin: 28px 8px 13px -60px; */
	margin: 24px 0 13px 0;
	width: 182px;
}

.ol-logo {
	display: block;
}

.subsitetitle {
	width: 182px;
	max-width: 182px;
	margin: auto 12px auto 0;
	padding-left: 40px;
	font-family: "Suhmo Web", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3125rem;
	color: #fff;
}

.subsitehomelink {
	display: block;
	word-break: normal;
}

.subsitedesc {
	display: block;
	margin: 0 0 18px 40px;
	/* max-width: 700px; */
	max-width: 860px;
	color: #fff;
}

.baum {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
}

body.admin-bar .baum {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar .baum,
	body.admin-bar .subsiteheader {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	body.admin-bar .baum,
	body.admin-bar .subsiteheader {
		top: 0;
	}
}

.baum .container::before {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 38px;
	top: 9px;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 25.7 41.1' viewBox='0 0 25.7 41.1' id='ol-baum' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cpath d='m.7 37.1c-.8.7-.9 2-.1 2.8.5.5 1.1.7 1.8.6.7-.2 2.4-1.2 1.5-2.9-.4-1-1.5-1.4-2.5-1-.3.1-.5.2-.7.5z'/%3E%3Cpath d='m5.7 35.5c-2.4 1.5-.3 4.6 1.9 3.8.7-.2 2.5-1.5 1.5-3.1-.6-1.1-1.9-1.6-3-1-.2.2-.3.3-.4.3z'/%3E%3Cpath d='m23.9 34.9c-3.3-.8-6.7-1.2-10.1-1.1-.1-1.5 0-2.5 0-3.6s.3-3.5.6-6h.1c7.4.4 11.2-7.2 11.2-13.2 0-4-2.4-6-4.6-8-.5-.5-1.3-.8-2-.7-.3-.3-.6-.5-1-.6-2.6-.8-5.3-1.2-8-1.1-5.3 0-9.6 3.6-9.8 9.5-.2 7 4.2 11.7 10 13.4-.3 2.6-.6 5.5-.6 6.7-.1 1.6-.1 3.2 0 4.7.4 2.8 1.7 3.7 4.4 3.5 3.1-.1 6.2.1 9.2.6 2.8.7 3.4-3.4.6-4.1zm-12.6-19.5c-.1.8-.3 2.2-.4 3.5-4.3-3.2-7-4-6.1-8.9.5-2.9 1.7-5.3 5.2-5.3 2.3-.1 4.6.2 6.7.8.4.1.8.1 1.2 0l.1.1c1.1 1.5 3.5 2.8 3.4 4.8-.2 4.7-3.8 9.1-6.5 9.5h-.1c.3-1.4.5-2.9.6-4.3.2-2.9-3.6-3-4.1-.2z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */

	opacity: 0;
	transition: opacity .2s;
}
.baum.show .container::before {
	opacity: 1;
}




/*  Icons  */
.icon {
	display: inline-block;
}

.icon:hover {
	opacity: 0.8;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/



.main-navigation {
	font-size: 1.1875rem;
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}
.menu-landschaftsmenue-container,
.menu-abteilungs-hauptmenue-container{
	margin: 0 auto 0 12px;
	/* padding-right: 12px; */
}
.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	flex-wrap: wrap;
	background-color: var(--ol-grey);
	box-shadow: -30vw 0 0 var(--ol-grey), 30vw 0 0 var(--ol-grey)
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li.submenu_active>ul,
/* .main-navigation ul ul li:hover > ul, */
.main-navigation ul ul li.focus>ul {
	display: block;
}

.main-navigation ul ul a {}

.main-navigation ul li.submenu_active>ul,
/* .main-navigation ul li:hover > ul, */
.main-navigation ul li.focus>ul {
	/* left: -194px; if i need space */
	left: -166px;
	width: calc(100vw - 16px - 16px);
	max-width: calc(1124px + 40px);
}
/* Make sure clicked menu stays on top */
.main-navigation ul li.submenu_active:not(.current-menu-parent)>ul{
	z-index: 1;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 22px 12px 10px;
	white-space: nowrap;
	text-decoration: none;
}

.main-navigation a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.networknav li.current-menu-item > a,
.networknav li.current-menu-parent > a,
.networknav li.current-menu-ancestor > a {
	font-style: italic;
}
/* Match Abt links to subsite for current style */
.sub-site-4 .menu-item-abt-1 > a,
.sub-site-3 .menu-item-abt-2 > a,
.sub-site-5 .menu-item-abt-3 > a,
.sub-site-X .menu-item-abt-4 > a,
.sub-site-6 .menu-item-abt-5 > a,
.sub-site-7 .menu-item-abt-6 > a,
.sub-site-2 .menu-item-abt-7 > a{
	font-style: italic;
}

.networknav a:hover {
	background-color: transparent;
	color: var(--ol-darkgreen2);
}

.networknav li.menu-item-has-children:hover {}

.networknav .sub-menu a{
	padding: 18px 12px 16px;
	min-height: 57px;
}


.networknav li.menu-item-has-children.submenu_active {
	background-color: var(--ol-grey);
}

.networknav .menu-item-abteilungen .sub-menu li.current-menu-item {
	background-color: var(--ol-darkgreen1);
}

/*  Social Icons  */
.networkicons {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 165px;
	padding-bottom: 8px;
}
.networkicons a{
	padding: 0;
}

.subsitenav a {
	padding: 18px 12px 16px;
	min-height: 57px;
}

.subsitenav .current-menu-parent{
	--ol-darkgreen2: #79c1ae;
}

.subsitenav a:hover,
.subsitenav .menu-item-has-children.current-menu-parent,
.subsitenav .menu-item-has-children.submenu_active {
	background-color: var(--ol-darkgreen2);
}

.subsitenav .sub-menu a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.subsitenav ul ul {
	background-color: var(--ol-darkgreen2);
	box-shadow: -30vw 0 0 var(--ol-darkgreen2), 30vw 0 0 var(--ol-darkgreen2),
				-60vw 0 0 var(--ol-darkgreen2), 60vw 0 0 var(--ol-darkgreen2);
}

.subsitenav .current-menu-parent>a,
.subsitenav .current-menu-item {
	color: #fff;
	font-style: italic;
	/* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

.subsitenav ul li.submenu_active>ul,
.subsitenav ul li.focus>ul {
	left: -166px;
}


/* .main-navigation .menu-item-has-children > a:after{
	content: " ▾";
	font-style: normal;
	transform: scaleX(.6);
	display: inline-block;
} */


/* Mobile menu. */
.menu-toggle,
.search-mobile {
	display: none;
}



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

	.networknav,
	.subsitenav,
	.networkicons .search {
		display: none;
	}
	.search-mobile {
		display: inline-block;
		align-self: center;
		height: 32px;
		width: 32px
	}
	.search-mobile svg{
		color: var(--ol-darkgreen2);
		width: 100%;
		height: 100%;
	}
	.menu-toggle{
		display: block;
		align-self: center;
		height: 32px;
		margin-right: 18px;
		padding: 0;
		border: 0;
		border-radius: 0;
		cursor: pointer;
		background: transparent;		
	}
	.subsiteheader .menu-toggle{
		margin-right: 0;
		margin-left: 18px;
		display: flex;
		align-items: center;
		gap: 15px;
		color: #fff;
		font-family: inherit;
		font-size: 1rem;
	}
	.olburger{
		position: relative;
		display: block;
		background: var(--ol-darkgreen2);
		width: 32px;
		height: 6px;
	}
	.olburger:before, 
	.olburger:after {
		content: "";
		background: var(--ol-darkgreen2);
		width: 32px;
		height: 6px;
		position: absolute;
		top:-11px;
		left: 0;
	}
	.olburger:after {
		top: auto;
		bottom: -11px;
	}
	.menu-toggle[aria-expanded="true"] .olburger{
		background: transparent;
	}
	.menu-toggle[aria-expanded="true"] .olburger:before{
		/* transform-origin: 4px 10px; */
		top: 0;
		transform: rotateZ(45deg);
	}
	.menu-toggle[aria-expanded="true"] .olburger:after{
		bottom: 0;
		width: 32px;
		/* transform-origin: 1px -6px; */
		transform: rotateZ(-45deg);
	}
	.subsiteheader .olburger,
	.subsiteheader .olburger:before, 
	.subsiteheader .olburger:after {
		background-color: #fff;
	}
	.subsiteheader .olburger, 
	.subsiteheader .olburger:after{
		width: 26px;
		margin-right: 6px;
	}
	.subsite-menutext{
		margin-top: 2px;
	}
		
	.navwrap{
		height: 58px;
	}
	.subsiteheader.has_submenu_active {
		margin-bottom: 0;
	}

	.menuheader .olhomelink {
		margin: 10px auto 10px 0;
		width: 130px;
	}
	.menuheader .olhomelink svg{
		width: 100%;
		height: auto;
	}
	.subsitetitle{
		padding-left: 28px;
		margin-right: auto;
		font-size: 1.1875rem;
		line-height: 1em;
	}
	.subsitedesc{
		margin-left: 28px;
	}
	.baum .container::before{
		top: 10px;
	}

	.main-site .site-main,
	.main-site .networkheader.has_submenu_active ~ .site-main {
		padding-top: 58px;
	}


	/* Expanded Menu  */
	/* .mobile-menu-toggled .subsiteheader{
		position: absolute;
	} */
	.main-site .networknav.toggled{
		overflow: auto;
		max-height: calc(100vh - 58px);
	}
	.networknav.toggled,
	.subsitenav.toggled{
		position: absolute;
		display: block;
		background: #fff;
		top: 58px;
		left: 0;
		right: 0;
		height: auto;
		width: 100%;
		box-shadow: 0 10px 8px -8px rgb(0,0,0,.3);
	}
	.subsitenav.toggled{
		overflow: auto;
    	max-height: calc(100vh - 58px);
		background: var(--ol-darkgreen1);
	}
	.menu-landschaftsmenue-container, 
	.menu-abteilungs-hauptmenue-container{
		/* margin-left: 16px;
		padding: 0 16px 16px 0; */
		margin: 0;
		padding: 0;
	}
	.toggled .menu{
		display: block;
	}
	.main-navigation a{
		padding: 16px 0 16px 44px;
		min-height: 0;
		border-bottom: 1px solid var(--ol-textblack);
	}

	.subsitenav ul.menu > li:last-child a{
		border: 0;
	}
	.subsitenav a{
		border-color: var(--ol-lightgreen);
	}
	.main-navigation ul ul.sub-menu a {
		padding-left: 72px;
	}
	.subsitenav ul ul a{
		border-color: var(--ol-green);
	}
	.main-navigation .menu-item-has-children > a:after{
		content:'';
		background: url("data:image/svg+xml,%3Csvg viewBox='0 0 21.67 9.33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 9.33a1.36 1.36 0 0 1 -.68-.21l-9.79-7a1.17 1.17 0 1 1 1.32-1.9l9.15 6.46 8.8-6.3a1.17 1.17 0 1 1 1.43 1.82l-.11.08-9.48 6.85a1.21 1.21 0 0 1 -.64.2z' fill='%23404040'/%3E%3C/svg%3E") no-repeat center center;
		position: absolute;
		width: 28px;
		height: 26px;
		right: 18px;
		transform: rotate(-90deg);
	}
	.main-navigation .menu-item-has-children.submenu_active > a:after{
		transform: none;
	}

	.networknav li.menu-item-has-children.submenu_active{
		background: transparent;
	}

	.subsitenav a:hover, 
	.subsitenav .menu-item-has-children.current-menu-parent, 
	.subsitenav .menu-item-has-children.submenu_active{
		background: var(--ol-darkgreen1);
	}

	.main-navigation ul li.submenu_active>ul, 
	.main-navigation ul li.focus>ul{
		position: relative;
		display: block;
		left: 0;
		width: auto;
	}
	/* Mobile Fixed Current override */
	.main-navigation ul li.submenu_active.mobileToggleAway > ul{
		position: absolute;
		left: -999em;
	}
	.main-navigation .menu-item-has-children.submenu_active.mobileToggleAway > a:after{
		transform: rotate(-90deg);
	}
	



	.networkicons{
		width: auto;
		justify-content: space-around;
	}
	.networkicons a{
		padding: 18px 12px 4px;
		border: 0;
	}

}


/*  Post Navigation / Pagination */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 36px 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	max-width: 50%;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	margin: -4px;
}

.pagination {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 36px;
}

.post-type-archive-bildergalerie .pagination,
.single-bildergalerie .post-navigation {
	margin-top: 15px;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	margin: -4px;
}

.post-navigation .nav-previous:first-child {
	margin-left: auto;
	/*align right if no previous item*/
}

.post-navigation .nav-overview {
	margin: 0 auto;
}

.post-navigation .nav-overview:first-child {
	margin-left: 0;
}

.post-navigation .nav-overview:last-child {
	margin-right: 0;
}

.post-navigation svg {
	width: 28px;
	height: 28px;
	fill: var(--ol-darkgreen1);
	margin-right: 10px;
	flex-shrink: 0;
	transition: margin .1s;
}


.post-navigation a:hover svg {
	opacity: .8;
}

.post-navigation .nav-next svg {
	transform: rotate(180deg);
}
.post-navigation .nav-next a:hover svg {
	margin: 0 13px 0 -3px;
}
.post-navigation .nav-previous svg {
	margin: 0 0 0 10px;
}
.post-navigation .nav-previous a:hover svg {
	margin: 0 -3px 0 13px;
}

.post-navigation a,
.pagination .page-numbers {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: .5rem 1rem;
	margin: 4px 4px;
	background-color: var(--ol-grey);
	font-family: 'Scala Sans', sans-serif;
	font-style: italic;
	font-size: 1.125rem;
	/* Hyphenate */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.post-navigation a:hover,
.pagination a:hover {
	background: #ccc;
}
.post-navigation a{
	background-color: transparent;
	font-family: 'Suhmo Web', serif;
	font-style: normal;
}
.post-navigation .nav-next a {
	padding-left: 0;
}
.post-navigation .nav-previous a {
	justify-content: right;
	padding-right: 0;
}

.pagination .page-numbers.current {
	color: #aaa;
}

@media screen and (max-width: 400px) {
	.post-navigation .nav-links {
		flex-wrap: wrap;
	}

	.post-navigation .nav-overview {
		order: -1;
		width: 100%;
	}


	.post-navigation a {
		padding: 10px 12px;
		font-size: 1em;
		/* Hyphenate */
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	.post-navigation svg {
		width: 25px;
		height: 25px;
	}
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.kontakt-footer {
	background-color: var(--ol-lightgreen);
	color: var(--ol-darkgrey);
}

.kontakt-footer h2 {
	margin: 0;
}

.kontakt-footer h5 {
	margin: 1rem 0;
}

.kontakt-footer .flex {
	gap: 24px;
}

@media screen and (max-width: 1023px){
	.kontakt-footer .flex-col{
		flex-basis: calc(50% - 12px);
		flex-shrink: 0;
		flex-grow: 1;
		row-gap: 48px;
		min-width: 260px;
	}
}


.kontaktbild {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	object-fit: cover;
}

.kontakt-footer .ol_icon {
	fill: var(--ol-darkgrey);
}

.kontakt-footer p {
	margin: 0 0 .875em;
}



.site-footer {
	background-color: var(--ol-darkgrey);
	color: #fff;
	font-size: 1.125rem;
}

.site-footer .container {
	gap: 24px;
	overflow-x: hidden;
}

.footer-colhead h4 {
	height: 25px;
	margin: 30px 0;
}

.footer-colhead:after {
	content: "";
	display: block;
	width: 300%;
	border-bottom: 2px solid;
	transform: translateY(-14px);
}

.site-footer .ol-logo {
	margin-bottom: 32px;
}

.site-footer .ol-logo,
.site-footer .ol_icon {
	fill: currentColor;
}

.site-footer p {
	margin: 0 0 .875em;
}

.site-footer a {}

.footer-rechtsform {
	line-height: 35px;
	transform: translateY(-1px);
}

/* .site-footer svg + a{
	vertical-align: -1px;
} */
.footer-link {
	display: inline-block;
	padding: 0.25em 0;
	margin: 0px 0 8px;
}

.footer-dieol .footer-link {
	display: block;
}
/* Don't show if not on gezeitenkonzerte subsite */
.footer-link-gezeiten,
.footer-zusatzlink:last-child{
	display: none;
}

.footer-abteilungen {
	column-count: 2;
	column-gap: 65px;
	/* -40px margin wg Gezeitenkonz. */
}

.footer-abteilungen a {
	display: block;
	margin-right: -40px;
}

.site-footer .footer-zusatzlink {
	height: 35px;
	margin-top: 32px;
	font-family: 'Suhmo Web', serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.foerderer-footer {
	background-color: var(--ol-lightgreen);
	color: var(--ol-darkgrey);
}

.foerderer-footer h5 {
	margin-top: 0;
	margin-bottom: 4px;
}

.foerderer-logos {
	align-items: center;
	gap: 35px;
}

.foerderer-logos img {
	width: 100%;
	height: auto;
}

.foerderer-logos img:first-child {
	padding-top: 10px;
}



/*--------------------------------------------------------------
# Scroll To Top Arrow
--------------------------------------------------------------*/

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:0px; 
	right:0px;
	z-index: 9; 
}
.scrolltop.visible{
	display:block;
	animation: fadeIn ease .3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scroll-icon {
	position:absolute;
	right:10px;
	bottom:10px;
	background:var(--ol-darkgreen1);
	padding:9px;
	border-radius: 50%;
	line-height: 15px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
}
.scroll-icon:hover {
	background:var(--ol-darkgreen2);
	transition: 0.5s;  
}
.scroll-icon:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: 6px 3px 0px;
	color: #fff;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform: rotate(225deg );
}








/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.slider {
	width: 100%;
	height: 0;
	padding-bottom: calc(100% * 600 / 1320);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.slides {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.slide {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
}

.slide img {
	display: block;
	width: 100%;
}

.slider:not(.init) .slide:first-child {
	z-index: 1;
}

.slider.init .slide {
	transition: all 1s;
}


.slidetitle {
	background: var(--ol-darkgreen1);
	bottom: 16px;
	margin: 0 15%;
	max-width: 70%;
	padding: 15px 20px 10px;
}

.slidetitle.right {
	right: 0;
}

.slidetitle.neutral {
	background: #fff;
}

.slidetitle.no-image {
	margin: 15px 20px 10px;
	padding: 15px 20px 10px;
	border-top: 20px solid #fff;
}

.slider .slidetitle {
	position: absolute;
	display: inline-block;
	width: auto;
}

@media (min-width: 992px) {
	.slidetitle {
		bottom: 40px;
	}
}

@media (max-width: 767px) {
	.slider .slidetitle {
		margin: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		padding: 15px 16px 10px;
	}
}

.slidetitle h2 {
	margin: 0 0 8px 0;
	color: #fff;
}
.slidetitle h2 a{
	color: #fff;
}

.subline {
	font-size: 1.357rem;
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 2px solid currentColor;
}
.sub-subline{
	display: inline;
	font-size: 1.125rem;
}

/* .subline-noflex{
	font-size: 1.357rem;
	display: block;
} */

.slider .control {
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	opacity: .8;
}

.slider .control.prev svg {
	transform: rotate(180deg);
}

.slider .control.next {
	right: 15px;
	left: auto;
}

.slider .control:hover {
	opacity: 1;
}

.slider .control svg {
	fill: #fff;

	filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
	/* Fixes Safari bug */
	transform: rotate(0deg);
}

@media (max-width: 767px) {
	.header-slider .slider{
		/* 11:5 Seitenverh. + h1 mit untertitel,
		wird überschrieben von Slider inline styles */
		min-height: calc(100vw/11*5 + 110px); 
		transition: min-height .2s ease-out;
	}

	.header-slider .slides .slide {
		height: 100%;
	}

	.header-slider .slider img {
		object-fit: cover;
		height: 100%;
		transition: max-height .2s ease-in-out;
	}

	.slider .control {
		top: 35%;
	}
}

/* No-Slider */
.no-slider .slidetitle {
	position: absolute;
	z-index: 1;
}

.slides {
	display: block;
	width: 100%;
}

.no-slider .control {
	display: none;
}

@media (max-width: 767px) {
	.no-slider .slider {
		padding: 0;
	}

	.no-slider .slider,
	.no-slider .slides,
	.no-slider .slide {
		height: auto;
		max-height: none;
	}

	.no-slider .slide {
		position: relative;
	}

	.no-slider .slidetitle {
		position: relative;
		bottom: 0;
		width: 100%;
		max-width: none;
		margin: 0;
	}
}


.page-title{
	margin-top: 36px;
}




/*  Post Slider  */
.post-slider .slider.init{
	/* Breaks Javascript */
	/* transition: padding 1s; */
}
.post-slider .slide.grid{
	display: inline-grid;
	/* grid-template-columns: 1fr 1fr 1fr 1fr; */
	padding: 32px;
	grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
	grid-template-areas: "a . b . c . d";
	grid-gap: 0;
}
.post-slider .slide.grid .content-loop:nth-child(1) {grid-area: a;}
.post-slider .slide.grid .content-loop:nth-child(2) {grid-area: b;}
.post-slider .slide.grid .content-loop:nth-child(3) {grid-area: c;}
.post-slider .slide.grid .content-loop:nth-child(4) {grid-area: d;}

.post-slider .slider .control{
	left:0;
	width: 30px;
    height: 30px;
}
.post-slider .slider .control.next{
	left: auto;
	right: 0;
}
.post-slider .slider .control svg{
	width: 30px;
    height: 30px;
	fill:var(--ol-darkgreen2);
	filter: none;
}
.postthumblink{
	position: relative;
	display: block;
}
.postthumblink.no_thumb{
	display: block;
	background: var(--ol-grey);
	width: 100%;
	padding-bottom: 100%;
}
.postthumblink.no_thumb svg{
	fill: #fff;
	width: 45px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-slider.no-slider .slider{
	padding: 32px 0;
	height: auto;
}
.post-slider.no-slider .slide{
	position: relative;
	padding: 0;
}
/* If less than 4 elements, dont show controls */
@media screen and (min-width: 1024px) {
	.no-desktop-slider .slider .control{
		display: none;
	}
}
/* Or <= 2 elements */
@media screen and (min-width: 480px) {
	.no-tablet-slider .slider .control{
		display: none;
	}
}

/* Double gutter width at the end of virtual slider-pages */
@media screen and (max-width: 1023px) {
	.post-slider .slide.grid{
		width: 200%;
		grid-template-columns: 1fr 32px 1fr 64px 1fr 32px 1fr;
	}
}
@media screen and (max-width: 479px) {
	.post-slider .slide.grid{
		width: 400%;
		grid-template-columns: 1fr 64px 1fr 64px 1fr 64px 1fr;
	}
}

/*  Network Post Slider */
.networkpost_slide{
	background-color: var(--ol-grey);
}
.networkpost_site{
	font-style: italic;
	margin-bottom: 2px;
}
.networkpost_slidefooter{
	text-align: right;
	margin-bottom: 4px;
}
.networkpost_slidefooter a.morelink,
.networkpost_slidefooter a.morelink:hover{
	color: var(--ol-textblack);
}
.networkpost_slidefooter svg,
.networkpost_slidefooter a.morelink:hover svg{
	background: var(--ol-textblack);
	fill: var(--ol-darkgreen1);
}
.networkpost_slider img {
	object-fit: cover;
	height: 100%;
}

/*  Network VA Slider */
.networkva_slider .subline{
	gap: 0.5rem;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {}

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	padding-bottom: 36px;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


.entry-content a {
	color: var(--ol-darkgreen2);
}


.archive-container {
	margin-bottom: 36px;
}

.content-loop {}

.content-loop .postthumblink img{
	display: block;
	width: 100%;
	background: var(--ol-grey);
}
.content-loop .postthumblink:hover {
	opacity: .8;
}

.content-loop-subline{
	margin: 1rem 0 0.5rem;
	font-size: 1.125rem;
	font-style: italic;
}
.content-loop .content-loop-subline + .entry-title {
	margin-top: 0;
}

.content-loop .entry-title {
	margin: 1rem 0;
	/* Hyphenate */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.content-loop .entry-title a{
	color: var(--ol-darkgreen2);

	/*  Line Clamp */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.grid_quarter .content-loop .entry-title {
	min-height: 2.4em; /* Expect two line heights */
}

.content-loop .entry-content {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
	word-break: break-word;
}
.content-loop .entry-content h2{
	
}

.content-loop .entry-footer {
	margin: auto 0 0;
	width: 100%;
	text-align: right;
}


a.morelink {
	font-style: italic;
	color: var(--ol-darkgreen2);
}

a.morelink:hover {
	color: var(--ol-darkgreen2);
}

.morelink .ol_icon {
	vertical-align: -5px;
	margin: 0 0 0 .5rem;
	transition: margin .1s;
}
a.morelink:hover .ol_icon {
	background-color: var(--ol-darkgreen1);
	/* fill: var(--ol-textgrey); */
	margin: 0 -0.2rem 0 .7rem;
}
.post-slider .morelink .ol_icon,
.accordion-content .morelink .ol_icon{
	margin: 0 .2rem 0 .5rem;
}
.post-slider a.morelink:hover .ol_icon,
.accordion-content a.morelink:hover .ol_icon {
	margin: 0 0 0 .7rem;
}

/*--------------------------------------------------------------
## Flexible Layouts
--------------------------------------------------------------*/

/* Layout Text 
 */
.layout_text{
	clear: both;
}

/* Linkliste
--------------------------------------------- */
.linklist.grid{
	row-gap: 18px;
	clear: both;
}
a.linklist_link{
	margin: 0;
	padding: 0.5rem;
	background-color: var(--ol-lightgreen);
	color: inherit;
	text-align: center;
}
a.linklist_link:hover{
	background-color: var(--ol-green);
}

/* CTA
--------------------------------------------- */

.cta{
	text-align: right;
	clear: both;
}
a.cta_link{
	color: inherit;
}

.cta_link svg{
	width: 35px;
	height: 35px;
	padding: 7px 4px 7px 6px ;
	vertical-align: -7px;
	margin: 0 0 0 1rem;
	background-color: var(--ol-darkgreen2);
}
.cta_link:hover svg{
	background-color: var(--ol-darkgreen1);
}


/* FAQs 
--------------------------------------------- */
/* .type-veranstaltungen .faq > h3{
	padding-left:20px;
	padding-right:20px; 
} */
.accordion_wrapper{
	clear: both;
}
ul.accordion{
	list-style: none;
	padding: 0;
	margin:0;
}
.accordion > li{
	position: relative;
	border-bottom: 3px dotted currentColor;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
.accordion > li:last-child{
	border: 0;
	padding-bottom: 6px;
    margin-bottom: 0;
}
.accordion-title {
	display: flex;
	min-height: 35px;
}
.accordion-title h3{
	display: inline-block;
    margin: auto 0 auto 72px;
}

.accordion .openclose{
	width: 35px;
	height: 35px;
	position: absolute;
    top: 0;
    fill: var(--ol-darkgreen2);
	transform: rotate(270deg);
	transition: top .3s, transform .3s;
}
.accordion-title:hover .openclose{
	fill: var(--ol-green);
}

.accordion-content{
	max-height: 0;
	margin-left: 72px;
	transition: max-height .3s cubic-bezier(0,1,0,1);
}
.accordion-content > *:first-child{
	margin-top: 1rem;
}
.accordion-content > *:last-child{
	margin-bottom: 0;
}
.accordion-content > .morelink{
	float: right;
	margin-bottom: 14px;
}

.accordion-title[aria-expanded="true"] .openclose{
	fill: var(--ol-darkgreen1);
	transform: rotate(180deg);
	top: calc(100% - 55px);
	transition: top 0s, transform .3s;
}

.accordion-content[aria-hidden="false"]{
	overflow: hidden;
	max-height: 9999px;
	transition: max-height 0.3s cubic-bezier(1,0,1,0);
}
.accordion-content[aria-hidden="true"]{
	max-height: 0;
	overflow: hidden;
}

@media (max-width: 767px){
	.accordion-title h3, 
	.accordion-content {
	    margin-left: 50px;
	}
}
@media (max-width: 479px){
	ul.accordion{
		padding: 20px 0;
	}
}



/* Big Feature 
--------------------------------------------- */
.feature_image{
	width: 100%;
}
.feature_breadcrumb{
	margin: 1rem 0 .5rem;
	font-size: 1.125rem;
	font-style: italic;
}
.feature_breadcrumb a{
	color: inherit;
}

.feature_footer{
	text-align: right;
}

/* Small Feature 
--------------------------------------------- */
.small_feature{
	padding: 2rem;	
	background-color: var(--ol-lightgreen);
}
.small_feature_image img{
	display: block;
}
.small_feature a,
.small_feature a:hover{
	color: inherit;
}


/* Small Free Feature 
--------------------------------------------- */
.small_free_feature{
	background: var(--ol-textblack);
	color: #fff;
	padding-bottom: calc(32px - 1.5rem);
}
.small_free_feature.ol-lightgreen{
	background: var(--ol-lightgreen);
	color:inherit;
}


.small_free_feature_icon{
	margin: 0 1rem 1.5rem 0;
	text-align: center;
	fill: currentColor;
}
.small_free_feature_heading,
.small_free_feature_text{
	width: 100%;
}
@media screen and (max-width:1023px){
	.small_free_feature .flex {
		display: block;
	}	
}

.small_free_feature .feature_footer{
	margin-bottom: 1.5rem;
}

.small_free_feature .ol_icon_circle_small{
	/* background: var(--ol-darkgrey); */
}
.small_free_feature:not(.ol-lightgreen) a.morelink:hover .ol_icon_circle_small{
	background-color: var(--ol-textgrey);
}
.small_free_feature .small_feature_text > :last-child:not(.feature_footer){
	margin-bottom: .5em;
}


/* Team
--------------------------------------------- */
.team_wrapper{
	align-items: flex-start;
}
.team_wrapper,
.team_contact,
.team_contact_info{
	gap: 36px;
}
.office_contact{
	width: calc(25% - 18px);
	padding: 2rem;
	background-color: var(--ol-lightgreen);
}
.team_contact_wrapper{
	width: calc(75% - 18px);
}
.team_contact_image{
	width: calc(100% / 3 - 36px);
	background-color: var(--ol-grey);
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1/1;
}
.team_contact_image img{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.team_contact_info{
	width: calc(100% / 3 * 2 - 0px);
	align-items: center;
	word-break: break-word;
}
.team_contact_info > *{
	width: calc(50% - 18px);
}
.team_name_position{
	width: calc(39% - 18px);
}
.team_contact_options{
	width: calc(61% - 18px);
}

.team_contact_options p{
	margin: 0 0 .875em;
}

@media screen and (max-width:767px) {
	.office_contact,
	.team_contact_wrapper{
		width: 100%;
	}
	.team_contact_image{
		min-width: 160px;
	}
	.team_contact_info{
		flex-grow: 1;
	}
	.team_name_position h3{
		font-size: 1.125rem;
	}
}



/* Abteilungs Linkblocks
--------------------------------------------- */
.linkblock_link{
	position: relative;
	background: var(--ol-darkgrey);
}
.linkblock_link:hover{
	background: #000;
}
.linkblock_link img{
	display: block;
	width: 100%;
	opacity: .6;
}
.linkblock_link h3{
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	color: #fff;
	text-shadow: 0 1px 4px rgb(0 0 0 / 60%);
	-webkit-hyphens: auto;
	hyphens: auto;
}
.linkblock_link:hover h3{
	text-decoration: underline;
}





/* PDF inline Links
--------------------------------------------- */
.layout_text a[href$=".pdf"]:not(.filr-button),
.layout_text a[href$=".doc"]:not(.filr-button),
.layout_text a[href$=".docx"]:not(.filr-button){
	display: inline-flex;
	align-items: center;
	padding: 10px;
	max-width: 544px;
	background: var(--ol-textblack);

	font-family: 'Suhmo Web', serif;
	font-weight: bold;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.layout_text a[href$=".pdf"]:not(.filr-button):hover,
.layout_text a[href$=".doc"]:not(.filr-button):hover,
.layout_text a[href$=".docx"]:not(.filr-button):hover{
	background: var(--ol-darkgreen2);
}
.layout_text a[href$=".pdf"]:not(.filr-button):before,
.layout_text a[href$=".doc"]:not(.filr-button):before,
.layout_text a[href$=".docx"]:not(.filr-button):before{
	content: '';
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	background: url('img/icon_pdf.svg') no-repeat;
}
.layout_text a[href$=".doc"]:not(.filr-button):before,
.layout_text a[href$=".docx"]:not(.filr-button):before{
	background-image: url('img/icon_doc.svg');
}



/*--------------------------------------------------------------
## Veranstaltungen
--------------------------------------------------------------*/

.archive-va-container{
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.loop-veranstaltungen{
	display: flex;
	min-height: 136px;
}

.loop-va-details{
	flex: 1 1 280px;
    display: flex;
    max-width: 330px;
}

.loop-va-image{
	flex: 1 1 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	background-size: cover;
	background-position:center;
	
}
.loop-va-image.no_thumb{
	background: var(--ol-grey);
}
.loop-va-image.no_thumb svg{
	fill: #fff;
}
.loop-va-image:hover{
	opacity: .8;
}

.va-details{
	flex: 1 1 50%;
	display: flex;
    flex-direction: column;
	padding: 5px 10px;
	/* background-color: var(--ol-lightgreen2); */
}
.va-details .zeit, 
.va-details .ort{
	padding-bottom: 20px;
	border-bottom: 2px solid currentColor; 
	margin-bottom: 20px;
}
.va-details .zeit-start,
.va-details .zeit-ende{
	font-family: "Suhmo Web";
	font-weight: bold;
	display: flex;
}
.loop-va-details .va-details .zeit{
	padding-bottom: 10px;
	margin-bottom: 10px; 
}

.va-details .wtag{
	min-width: 30px;
    padding-top: 5px;
}
.va-details .datum{
	/* OLD big Size: 
	font-size: 2rem; */
	font-size: 1.375rem;
	display: block;
}
.va-details .uhrzeit{
	font-size: 1.375rem;
}
.zeit-separator{
	padding-left: 2px;
}
.va-details .ort{
	font-size: 1.125rem;
	hyphens: auto;
}
.loop-va-details .va-details .ort{
	border: none;
	margin: 0;
	padding-bottom:0;
}

.loop-va-desc{
	flex: 1 0;
	display: flex;
    flex-direction: column;
	min-width: 50%;
	background: var(--ol-lightgreen) ;
	padding: 6px 12px;
}
.loop-va-title{
	margin: 0;
	flex-grow: 1;
	padding-bottom: 2px;
}
.loop-va-title a{
	color: inherit;
	text-decoration: none; 
}
.loop-va-title a:hover, 
.ort a:hover{
	color:#000;
	text-decoration: underline; 
}
.loop-va-desc .subline{
	/* border-top:3px solid currentColor; */
	padding-top: 2px;
	font-size: 1.125rem;
	font-style: italic;
}
.loop-va-desc .morelink{
	margin-left: auto;
}

.statusnote{
	white-space: pre-wrap; /* Nutze den Text-Umbruch */
	font-size: 1rem;
	font-style: italic;
	font-weight: 300; 
	margin-bottom: 5px;
	color: var(--ol-red);
}
@media (max-width: 991px){
	.statusnote{
		white-space: normal; 
	}
}

@media (max-width: 767px) {
	.loop-veranstaltungen{
		flex-wrap: wrap;
	}
	.loop-va-details{
		max-width: 100%;
		min-height: 30vw;
	}
	.va-details .image{
		order: 2;
		min-height: 150px;
	}


}


.va-single{

}
.va-single .entry-content{
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;	
}
.va-single .va-details{
	max-width: 240px;
	min-height: 360px;
}
.va-single .va-details .ort, 
.va-single .va-details .eintritt {
    padding-left: 30px;
	hyphens: initial;
}
.va-details .eintritt {
	margin-bottom: 2rem;
}
.va-details .event-buttons {
	/* display: flex;
	justify-content: space-between; */
	padding-left: 30px;
}
.va-single .layout_text{
	flex: 1 1;
}
.single-veranstaltungen .post-navigation a{
	background: none;
}
/* Order is reversed for VAs */
.single-veranstaltungen .post-navigation .nav-previous:first-child{
	/* order:2; */
	margin-left: 0;
	margin-right: auto;
}
.single-veranstaltungen .post-navigation .nav-next{
	margin-left: auto;
}
.single-veranstaltungen .post-navigation .nav-previous svg{
	transform: rotate(180deg);
}
.single-veranstaltungen .post-navigation .nav-next svg{
	transform: rotate(0);
}
.single-veranstaltungen .post-navigation .nav-previous a svg {
	margin: 0 10px 0 0;
}
.single-veranstaltungen .post-navigation .nav-previous a:hover svg {
    margin: 0 13px 0 -3px;
}
.single-veranstaltungen .post-navigation .nav-next a svg {
	margin: 0 0 0 10px ;
}
.single-veranstaltungen .post-navigation .nav-next a:hover svg {
    margin: 0 -3px 0 13px;
}


@media (max-width: 767px) {
	.va-single .layout_text{
		min-width: 50vw;
	}
}


@media (max-width: 619px){
	.va-single .va-details {
		max-width: 100%;
		min-height: 0;
		padding-bottom: 0;
	}
}


/* Kalendervorschau
--------------------------------------------- */
.minical{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.minical_title{
	width: 100%;
}
.minical_slider_wrapper{
	flex: 0 0 320px;
	/* max-height: 588px; */
}
.minical_preview{
	position: relative;
	flex: 1 1 320px;
	border-bottom: 9px solid var(--ol-green);
}

.minical_slider{
	position: relative;
	flex: 1 1;
	min-height: 500px;
}
.minical_slider.no-events{
	min-height: 120px;
}
.minical_list{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* scroll-snap-type: y mandatory;
	height: 100%; */
}
/* scrollbar width */
.minical_list::-webkit-scrollbar {
	width: 12px;
}
/* scrollbar Track */
.minical_list::-webkit-scrollbar-track {
	/* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);  */
	/* border-radius: 10px; */
	background-color: var(--ol-lightgreen2);
	
}
/* scrollbar Handle */
.minical_list::-webkit-scrollbar-thumb {
	background: #777; 
	border-radius: 10px;
	border: 3px solid var(--ol-lightgreen2);
}
/* scrollbar Handle on hover */
.minical_list::-webkit-scrollbar-thumb:hover {
	background: #333; 
}
.minical_list:hover::-webkit-scrollbar-thumb {
	background: var(--ol-textblack); 
}


.minical_event{
	position: relative;
	padding: 10px 15px 8px;
	background: var(--ol-lightgreen);
	/* scroll-snap-align: start; */
}
.minical_slider.no-events .minical_event,
.minical_event.message{
	display: flex;
    align-items: center;
	justify-content: center;
	height: 120px;
	text-align: center;
	font-style: italic;
}
.minical_event:nth-child(even){
	background: var(--ol-lightgreen2);
}
.minical_event:last-child{
	border-bottom: 1px solid #fff;
}
.minical_event:hover{
	background: var(--ol-green);
}
.minical_event.current{
	background: var(--ol-darkgrey);
	/* background: var(--ol-darkgreen2); */
}
.minical_event a{
	color: #000;
	text-decoration: none;
}
.minical_event.current a{
	color: #fff;
}
.minical_event .zeit{
	font-size: .875rem;
}
.minical_event .zeit > *{
	display: inline;
}

/* Cap too high lines*/
.minical_event  h5 {
	margin: 6px 0 12px;
	max-height: 2.8rem;
	overflow: hidden;
	/* Weird webkit line clamp */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* Overflow gracefully with shadow */
/* .minical_event:after{
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100%;
    height: 10px;
    box-shadow: -5px -5px 9px var(--ol-lightgreen) inset;
}
.minical_event:nth-child(even):after{
	box-shadow: -5px -5px 9px var(--ol-lightgreen2) inset;
} */


a.minical_more{
	display: flex;
    align-items: center;
    justify-content: center;
	gap: .5rem;
	min-height: 80px;
	text-align: center;
	font-style: italic;
}
/* a.minical_more svg{
	margin: 0 0 0 1rem;
} */

a.minical_all{
	display: flex;
    align-items: center;
    justify-content: center;
	margin: auto 0 0;
	padding: 10px 15px;
	background: var(--ol-darkgrey);
	color: #FFF;
	text-align: center;
	font-style: italic;
}

.minical_all svg{
	width: 35px;
	height: 35px;
	padding: 7px 4px 7px 6px;
	vertical-align: -7px;
	margin: 0 0 0 1rem;
	background-color: var(--ol-darkgreen2);
}
.minical_all:hover svg{
	background-color: var(--ol-darkgreen1);
}



.minical_preview.loading:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 1;
}
@keyframes spinner {
	0% {
		transform: translate3d(-50%, -50%, 0) rotate(0deg);
	}
	100% {
		transform: translate3d(-50%, -50%, 0) rotate(360deg);
	}
}
.minical_preview.loading:after{
	animation: 1.5s linear infinite spinner;
	animation-play-state: inherit;
	border: solid 5px var(--ol-textgrey);
	border-bottom-color: var(--ol-darkgreen2);
	border-radius: 50%;
	content: "";
	height: 40px;
	width: 40px;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	z-index: 1;
}


.minical_preview_post{
	flex-grow: 1;
}
.minical_preview .postthumblink{
	background: var(--ol-grey);
}
.minical_preview img{
	display: block;
    margin: 0 auto;
    max-height: 371px;
    width: auto;
}
.minical_preview .postthumblink.no_thumb{
	padding-bottom: 45.46%;
}
.minical_preview_text,
.minical_preview .entry-footer{
	padding: 10px 12px;
}
.minical_preview_text{
	display: flex;
	gap: 24px;
}
.minical_preview_post_header{
	flex: 1 1 50%;
}
.minical_preview .entry-content{
	flex: 1 1 50%;
	margin: 0.4rem 0 0;
}
.minical_preview .ort{
	margin-top: 0.3rem;
}
.minical_preview .entry-title{
	margin: 0 0 0.5rem;
}
.minical_preview .entry-title a{
	color: var(--ol-textblack);
}
.minical_preview .entry-footer{
	margin-top: auto;
	text-align: right;
}


@media screen and (max-width: 1023px){
	.minical_preview_text{
		flex-direction: column;
	}
}

@media screen and (max-width: 767px){
	.minical .minical_preview{
		display: none;
	}
	.minical_slider_wrapper{
		flex-basis: 100%;
	}
	.minical_slider{
		min-height: 60vh;
	}

	.minical_all{
		box-shadow: 0 -8px 9px -3px rgba(255, 255, 255, 0.8);
    	z-index: 1;
	}
}




/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.ph {
	padding-left: 36px;
	padding-right: 36px;
}

.pv {
	padding-top: 36px;
	padding-bottom: 36px;
}

.pv- {
	padding-top: 18px;
	padding-bottom: 18px;
}

.pt {
	padding-top: 36px;
}

.pt- {
	padding-top: 18px;
}

.pb {
	padding-bottom: 36px;
}

.pb- {
	padding-bottom: 18px;
}
.pb\+  {
	padding-bottom: 72px;
}

.grid {
	display: grid;
	gap: 36px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.grid_half {
	grid-template-columns: 1fr 1fr;
}
@media screen and (max-width:767px){
	.grid_half,
	.grid_quarter {
		grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
	}
}


.flex {
	display: flex;
}

.flexdircol {
	flex-direction: column;
}

.flexwrap {
	flex-wrap: wrap;
}

.flexjsa {
	justify-content: space-around;
}

.flexjsb {
	justify-content: space-between;
}

.flex-col {
	/* width: 100%; */
}
.gap {
	gap: 36px;
}

.twocol{
	columns: 300px 2;
	column-gap: 36px;
}
/* Schrifthöhe optisch ausgleichen */
.twocol > :is(h1,h2,h3,h4,h5,h6):first-child{
	margin-top: -.15em;
}
/* .twocol > * */
/* .twocol p{
	break-inside: avoid;
} */



.height100 {
	height: 100%;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */

.size-seitenfeature {
	max-width: 25%;
	height: auto;
}


.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	font-style: italic;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-item a{

}
.gallery-item img{
	aspect-ratio: 1/1;
	object-fit: cover;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Featherlight Modal (General)
--------------------------------------------- */
.featherlight{
	background: rgba(0,0,0,.8);
}
.featherlight-iframe .featherlight-content{
	border-bottom: 0;
    padding: 0 25px;
    transition: padding .3s, border .3s;
}

/* Featherlight Gallery Ext*/

.featherlight-next,
.featherlight-previous {
	right: 25px;
	bottom: 0;
	left: auto;
	width: 80px;
}
.featherlight-previous {
	left: 25px;
	right: auto;
}
.featherlight-next:hover {
	background: linear-gradient(to left, rgba(0,0,0,.7), rgba(0,0,0,0));
}
.featherlight-previous:hover {
	background: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,0));
}

.featherlight-next svg,
.featherlight-previous svg{
	fill: #fff;
}
.featherlight-previous svg{
	transform: rotate(180deg);
}

.featherlight-content .wp-caption-text {
    position: absolute;
    bottom: 0;
    width: calc(100% - 25px - 25px);
    padding: 10px 0 0;
    background: #fff;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
	}

	.featherlight-previous {
		left: 10px;
	}
	.featherlight-content .wp-caption-text {
		width: calc(100% - 10px - 10px);
	}
}



/* Filr / Downloads
--------------------------------------------- */
/* .ol_download_wrapper{

} */
.ol_download_title{
	background-color: var(--ol-darkgreen2);
	color:#fff;
	padding: 1rem;
	margin: 0;
}

body .dataTables_wrapper.dataTables_wrapper{
	padding: 0;
	/* Override shortcode inline CSS */
	visibility: visible !important; 
}
body .dataTables_wrapper table thead th,
body .dataTables_wrapper table tbody td{
	padding: 1rem;
	border: 0;
}
body table.dataTable.no-footer{
	border-bottom: 2px solid var(--ol-textblack);
}
body .dataTables_wrapper .dataTables_length, 
body .dataTables_wrapper .dataTables_filter{
	margin: .5rem;
}
body .dataTables_wrapper .dataTables_filter:first-child{
	margin: .5rem 0;
}

@media screen and (min-width: 1024px) {
	body .dataTables_wrapper.dataTables_wrapper .dataTables_filter:first-child {
		position: absolute;
		right: 1rem;
		top: -52px;
	}
	body .featherlight-content.featherlight-content .dataTables_filter:first-child {
		right: 0;
	}
	body .dataTables_wrapper.dataTables_wrapper .dataTables_filter:first-child input{
		border: 0;
		border-radius: 0;
		background-color: #fff;
	}
	body .featherlight-content.featherlight-content .dataTables_filter:first-child input{
		background: var(--ol-lightgreen2);
	}
}

/* Sorting */
body .filr-container table.dataTable thead .sorting:after,
body .featherlight-content table.dataTable thead .sorting:after{
	background: var(--ol-textblack);
	-webkit-mask: url(img/icon_sort.svg) no-repeat;
	mask: url(img/icon_sort.svg);
	transform: none;

	content: "";
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
}
body .filr-container table.dataTable thead .sorting_asc::after,
body .featherlight-content table.dataTable thead .sorting_asc::after{
	background: var(--ol-darkgreen2);
	-webkit-mask: url(img/icon_sort.svg) no-repeat;
	mask: url(img/icon_sort.svg);
	transform: scaleY(-1);

	content: "";
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
}
body .filr-container table.dataTable thead .sorting_desc::after,
body .featherlight-content table.dataTable thead .sorting_desc::after{
	background: var(--ol-darkgreen2);
	-webkit-mask: url(img/icon_sort.svg) no-repeat;
	mask: url(img/icon_sort.svg);
	transform: none;

	content: '';
	height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
}
body .dataTables_wrapper .dataTables_paginate{
	margin-right:-4px;
}
body .featherlight-content .dataTables_wrapper .dataTables_paginate{
	margin-right: 5px;
}
body .dataTables_wrapper .dataTables_info{
	padding: 0.5rem 1rem 0.45rem;
	font-size: 1rem;
	font-style: italic;
	margin-top: 8px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: .5rem .7rem .45rem;
	background: var(--ol-grey);
	font-size: 1rem;
	font-style: italic;
	margin: 4px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current{
	background: var(--ol-lightgreen); 
	color: #aaa;
	padding: 0.5rem 0.9rem 0.45rem;
	pointer-events: none;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: #ccc;
	text-decoration: underline !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
	/* display: none; */
	color: #aaa;
	pointer-events: none;
	cursor: no-drop;
}


body .dataTables_wrapper.dataTables_wrapper,
body .dataTables_wrapper table tbody tr:nth-child(even),
body .dataTables_wrapper table tbody td a.filr-button,
body table.filr tbody td a.filr-button{
	background: transparent;
	transition: none;
}
body .dataTables_wrapper table tbody tr:hover:nth-child(even){
	background:#f5f5f5;
}
body .dataTables_wrapper table tbody tr{
	background: var(--ol-lightgreen); 
}
body .dataTables_wrapper table tbody tr:hover{
	background: var(--ol-green);
}



body .dataTables_wrapper table tbody td a.filr-button{
	display: block;
	padding: 0;
	margin: -5px 0;
}
.filr-button .icon_download{
	fill:var(--ol-textblack);
}
.filr-button:hover .icon_download{
	fill:var(--ol-darkgreen2);
}



.filr-folder-button{
	white-space: nowrap;
}
body .dataTables_wrapper table tbody .filr-folder-button{
	padding: 10px;
	background-color: transparent;
    color: var(--ol-darkgreen2);
	font-style: italic;
}
body .dataTables_wrapper table tbody .filr-folder-button-close{
	color: var(--ol-red);
}

.filr-folder-button:after{
	width: 20px;
	height: 20px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='overflow:visible;enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpath fill='%2368b19e' class='st0' d='M10,0C4.5,0,0,4.5,0,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C20,4.5,15.5,0,10,0z M15.7,11.2h-2.4h-2.1v2.1 v2.4c0,0.7-0.5,1.3-1.2,1.3c-0.6,0-1.2-0.6-1.2-1.3v-2.4v-2.1H6.7H4.3C3.6,11.2,3,10.6,3,10s0.6-1.2,1.3-1.2h2.4h2.1V6.7V4.3 C8.8,3.6,9.4,3,10,3c0.6,0,1.2,0.6,1.2,1.3v2.4v2.1h2.1h2.4c0.7,0,1.3,0.5,1.3,1.2S16.4,11.2,15.7,11.2z'/%3E%3C/svg%3E");	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	margin-left: 8px;
	vertical-align: bottom;
}
.filr-folder-button-close:after{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='overflow:visible;enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpath fill='%23be3746' class='st0' d='M10,0C4.5,0,0,4.5,0,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C20,4.5,15.5,0,10,0z M15.7,11.2h-2.4H6.7H4.3 C3.6,11.2,3,10.6,3,10s0.6-1.2,1.3-1.2h2.4h6.5h2.4c0.7,0,1.3,0.5,1.3,1.2S16.4,11.2,15.7,11.2z'/%3E%3C/svg%3E%0A");
}

/*  Responsive Plus Sign */
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before{
	background-color: var(--ol-darkgreen2);
	font-family: inherit;
	line-height: 15px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: '–';
}







 /* When Folder feature*/
 /* .filr-container ~ .filr-container{
	display: flex;
    flex-direction: column;
	background-color: var(--ol-lightgreen2);
	box-shadow: inset 2px 2px var(--ol-lightgreen), inset -2px -2px var(--ol-lightgreen);
    margin-top: 10px;
}
.filr-container ~ .filr-container .dataTables_wrapper .dataTables_filter:first-child{
	right: 0;
}
.filr-container ~ .filr-container > .dataTables_wrapper{
	margin: 60px 1rem 1rem;
} */


/*  Folder Lightbox */
.filr-container ~ .filr-container{
	display: none;
}
.featherlight-content{
	max-width: 95vw;
}
.featherlight-content .dataTables_wrapper{
	background-color: var(--ol-lightgreen2);
	box-shadow: inset 2px 2px var(--ol-lightgreen), inset -2px -2px var(--ol-lightgreen);
    margin-top: 10px;
}
.featherlight-content .dataTables_wrapper .dataTables_filter:first-child{
	right: 0;
}
.featherlight-content .dataTables_wrapper{
	margin: 55px 1rem 1rem;
}

body .filr-folder-table caption{
	margin: -2em 0 1em;
	font-size: 1.25rem;
	font-weight: normal;
}
body .featherlight-content .dataTables_length ~ .filr-folder-table caption{
	position: absolute;
	top: 0;
}



.featherlight-content .dataTables_wrapper .dataTables_info{
	padding: 0.755em;
}
.filr-folder-table{
	margin-top: 52px;
	/* width: 100% !important; */
}

@media screen and (max-width:640px) {
	body .dataTables_wrapper .dataTables_length{
		float: left;
	}
	body .dataTables_wrapper .dataTables_filter{
		text-align: right;
		float: right;
	}
	.featherlight-content .filr-folder-table caption{
		margin: .5em;
	}
	.featherlight-content .dataTables_wrapper .dataTables_filter{
		position: absolute;
		top: -46px;
	}
	
}





.filr-container th.file{
	width: 25%;
}
.filr-container th.custom{
	width: 25%;
}
.filr-container th.zeitstufe{
	width: 15%;
}
.filr-container th.size{
	min-width: 90px;
}
.filr-container th.type{
	min-width: 40px;
}
.filr-container th.date{
	min-width: 140px;
}
.filr-container th.download{
	/* width: 11%; */
	min-width: 83px;
}


/* Archäologie */
.sub-site-4 .filr-container th.file{
	width: 15%;
}


/* Tooltip */

/* .filr-container table tbody td.custom{
	max-width: 150px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
} */

body .filr-container table{
	overflow: visible;
}

  @keyframes tooltipFadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }

  .tooltip {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	color: inherit;
	border-bottom: 1px dotted;
	position: relative;
  }
  
  .tooltip__label:before {
	content: "";
	display: flex;
	cursor: help;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
  }
  
  .tooltip-dropdown {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	padding-top: 25px;
  }
  
  .tooltip-dropdown__content {
	color: var(--ol-textblack);
	background-color: var(--ol-lightgreen2);
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 8px 12px;
	width: 300px;
	text-align: left;
  }
  .tooltip-dropdown__content p:last-child{
	margin-bottom: 0;
  }
  
  .tooltip--open .tooltip-dropdown {
	-webkit-animation: tooltipFadeIn 0.15s;
			animation: tooltipFadeIn 0.15s;
	display: block;
  }
  
  /* Device supports hover */
  @media (hover: hover) {
	.tooltip:hover .tooltip-dropdown {
	  -webkit-animation: tooltipFadeIn 0.15s;
			  animation: tooltipFadeIn 0.15s;
	  display: block;
	}
  }




/* Embed Privacy
--------------------------------------------- */
body .embed-privacy-overlay{
	z-index: inherit;
}
.embed-privacy-overlay label, 
.embed-privacy-overlay p{
	margin: 0.75rem 0;
}
body .embed-privacy-overlay .embed-privacy-input-wrapper{
	display: flex;
	justify-content: center;
	/* align-items: center; */
	gap: 0.5rem;
	margin: 1rem;
}
.embed-privacy-overlay .embed-privacy-input-wrapper br{
	display: none;
}

body .embed-privacy-container a{
	color: var(--ol-darkgreen1);
}

@media (min-width: 768px){
	/* .embed-privacy-overlay {
		aspect-ratio: 16/9;
	} */
}

.embed-youtube, 
.embed-privacy-container[class*="embed-youtube-"] {
    background-image: url(img/ol_video_platzhalter.jpg);
}




/* Full Screen Search
--------------------------------------------- */
/**
* Reset
* - Prevents Themes and other Plugins from applying their own styles to our full screen search
*/
#full-screen-search,
#full-screen-search button,
#full-screen-search button.close,
#full-screen-search form,
#full-screen-search form input[type="text"],
#full-screen-search form input.search {
    background:none;
    border:0 none;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    float:none;
    font-size:100%;
    height:auto;
    letter-spacing:normal;
    list-style:none;
    outline:none;
    position:static;
    text-decoration:none;
    text-indent:0;
    text-shadow:none;
    text-transform:none;
    width:auto;
    visibility:visible;
    overflow:visible;
    margin:0;
    padding:0;
    line-height:1;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
    -webkit-appearance:none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
/**
* Background
*/
div#full-screen-search {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 999998;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    background: rgba(60, 60, 59,0.90);
    transition: opacity 0.1s linear;
}

/**
* Display Full Screen Search when Open
*/
#full-screen-search.open {
    /**
    * Because we're using visibility and opacity for CSS transition support,
    * we define position: fixed; here so that the Full Screen Search doesn't block
    * the underlying HTML elements when not open
    */
    position: fixed;
    visibility: visible;
    opacity: 1;
    height: 100%;
    overflow: visible;
}

/**
* Search Form
*/
#full-screen-search form {
    position: relative;
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

/**
* Search Form Div
*/
#full-screen-search-container, .search-field-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 580px;
	margin: 12px;
	padding: 50px 70px;
	background: var(--ol-lightgreen);
	border-radius: 2px;
}

/**
* Close Button
*/
#full-screen-search button.close {
	display: none;
	position: absolute;
	z-index: 999999;
	top: 0;
	right: 0;
	height: 45px;
	width: 45px;
	font-size: 45px;
	font-weight: 400;
	color: #000;
	cursor: pointer;
}
#full-screen-search.open button.close{
	display: block;
}
#full-screen-search button.close:hover{
	color: var(--ol-darkgreen2);
}


@media screen and (max-width: 767px) {
	#full-screen-search-container {
		
	}
	#full-screen-search button.close{
		
	}

}


.full-screen-search-select{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5rem 1rem;
	width: 100%;
	margin-bottom: 1rem;
}
.full-screen-search-select select{
	flex: 1 1;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23404040' d='m11 9.33a1.36 1.36 0 0 1 -.68-.21l-9.79-7a1.17 1.17 0 1 1 1.32-1.9l9.15 6.46 8.8-6.3a1.17 1.17 0 1 1 1.43 1.82l-.11.08-9.48 6.85a1.21 1.21 0 0 1 -.64.2z'/%3E%3C/svg%3E") no-repeat center right #fff;
	background-size: 24px 10px ;
	padding: 5px;
	font-size: 1rem;
	line-height: 1rem;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



/**
* Search Form Input Placeholder Color
*/
#full-screen-search form div input::-webkit-input-placeholder { 
	color: #888;
}
#full-screen-search form div input:-moz-placeholder { 
	color: #888;
}
#full-screen-search form div input::-moz-placeholder { 
	color: #888;
}
#full-screen-search form div input:-ms-input-placeholder { 
	color: #888;
}

/**
* Search Form Input
*/

#full-screen-search form div input[type="text"], .search-field {
	flex: 1 1;
	height: 48px;
	background: #fff;
	margin-right: -24px;
	padding: 6px 30px 6px 14px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-style: italic;
	border: 0;
	border-radius: 0;
}
#full-screen-search form button[type="submit"], .search-form button {
	margin-right: -2px
}
#full-screen-search button[type="submit"] svg, .search-form button svg{
	height: 48px;
	width: 48px;
	color: var(--ol-darkgreen2);
}
#full-screen-search button[type="submit"]:hover svg, .search-form button:hover svg{
	color: var(--ol-darkgreen1);
}

/* General WP Search input */
.search-form{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.search-form-input-wrapper{
	flex: 1 1;
	display: flex;
}
input[type="search"] {
	-webkit-appearance: none;
}
/* .search-field, .search-form select{
	background-color: var(--ol-grey);
} */
.search-form button{
	background: none;
	margin: 0;
	padding: 0;
}
.no-results .page-content{
	max-width: 580px;
}

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

	#full-screen-search-container, 
	.search-field-wrapper{
		padding: 50px 16px;
	}
	
}



/**
* File Search 
*/

.file-search{
	background: var(--ol-lightgreen);
}
.file_search_header h3{
	margin-bottom: 0.275rem;
}
.file_search_header em{
	display: block;
	margin-bottom: 1.5rem;
}
.file-search .search-field-wrapper{
	max-width: none;
}
.file-search .full-screen-search-select{
	display: none;
}
@media (min-width:768px) {
	.file-search .search-field-wrapper{
		flex-direction: row;
		max-width: none;
		align-items: center;
		grid-gap: 25px;
	}
	.file-search .file_search_header{
		flex: 1 1;
	}
	.file-search .file_search_header em{
		margin-bottom: .5rem;
	}
	.file-search .search-form{
		flex: 2 1;
	}
}


/* Search Results */
.searchloop-blogname{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 10px;
	border-radius: 0 2px 0 0;
	background: var(--ol-lightgreen);
	font-style: italic;
}

.filesearchserp .content-loop {
    padding-bottom: 36px;
}
.filesearchserp .searchloop-blogname{
	position: relative;
	background: var(--ol-lightgreen2);
}
.filesearchserp .ol_placeholder{
	display: none;
}

.filesearchserp .postthumblink.no_thumb{
	background: none;
	padding: 0;
}
.filesearchserp .grid_quarter .content-loop .entry-title{
	min-height: 0;
}


/* 404 Page */

.error-404 .single-header{
    align-items: flex-start;
}



/* Helpers
--------------------------------------------- */
.hidden {
	display: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 36px;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 2.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

ul#wp-admin-bar-my-sites-list .dashicons-external{
	display:none;
}

/* Print
--------------------------------------------- */


@media print { 
	.main-site .networkheader {
    	position: relative;
	}
	.main-site .site-main{
		padding-top: 0;
	}
	.main-navigation ul,
	.networkicons,
	.site-footer,
	.foerderer-footer{
		display: none;
	}
}