.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

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

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

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

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

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

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

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

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/*
	jquery.tippy.css
	
	Tippy Tooltip by Chris Roberts
	chris@dailycross.net
	http://croberts.me/
*/

.tippy {
    display: none;
}

.tippy_link {
    font-weight: normal;
   /* border-bottom: 1px dotted;*/
    cursor: pointer;
}

.tippy_link img {
    z-index: 1;
}

.tippy_link img.tippy_swap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.tippy_tip {
    width: 450px;
    height: 300px;
/*
    border-radius: 5px;
    box-shadow: 0px 0px 3px #888, 4px 4px 6px #888;
*/
    z-index: 50;
}

.tippy_header {
    background-color: #ccc;
    width: 440px;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    text-align: left;
}

.tippy_draggable {
    cursor: move;
}

.tippy_closelink {
	display:none; visibility: hidden;
   /* float: right; 
    cursor: pointer;
    font-size: .85em;
    color: #444;
    padding: 0 5px 5px 10px;*/
}

.tippy_noheader .tippy_closelink {
    padding-right: 0;
}

.tippy_closelink:hover {
    color: red;
}

.tippy_body {
    background-color: white;
    padding: 0;
    width: 420px;
    height: auto;
   /* border-radius: 0 0 5px 5px;*/
    position: relative; 
    overflow: auto;
}

.tippy_body.tippy_noheader {
  /*  border-radius: 5px;*/
}

.tippy_body p {
    margin-bottom: .75em;
}
a.tippy_link {display:block;margin-bottom:1.6rem} /*!
Theme Name: bertold
Theme URI: http://underscores.me/
Author: bertold.com
Author URI: https://www.bertold.com
Description: Based on bertold
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bertold
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bertold is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize z45 ff
# Typography z397 ff
# Elements z483
# Forms
# Navigation Z683
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content flexbox elements _ Layout Z1035
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries  metaslider Gallery Z1268
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
 /*   touch-action: manipulation;   300ms delay tab mobile devices  */
}
body.post-template-single-gallery{-webkit-tap-highlight-color: transparent;  /* blaue ankermarkierung in Galerie entfernen */}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	overflow-x: hidden;
}
body.home {-moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none; }
/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}


/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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;  1 */
	font-size: 1.4rem; /* 2 */
}

/**
 * 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 {
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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,
input[type="button"]::-moz-focus-inner {
	/*outline: 1px dotted ButtonText; BA */
    outline:none;
    border:0;
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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"] {
    display: inline-block;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
-------------------------------------------------------------- */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 21, 2020 */
@font-face {
    font-family: 'monument_groteskregular';
    src: url(/vn/wp-content/themes/bertold/monumentgrotesk-regular-webfont.woff2) format('woff2'),
         url(/vn/wp-content/themes/bertold/monumentgrotesk-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
/*  unicode-range: U+2190-2750;  Define the available characters */
}

@font-face {
    font-family: 'monument_groteskitalic';
    src: url(/vn/wp-content/themes/bertold/monumentgrotesk-italic-webfont.woff2) format('woff2'),
         url(/vn/wp-content/themes/bertold/monumentgrotesk-italic-webfont.woff) format('woff');
    font-weight: normal;
    font-style: italic;

}
/* Ausstellungstitel BA + kursiv */
h1 span , h2 span , h3 span , h1 em , h2 em , h3 em , em , a em {font-family:'monument_groteskitalic';}
/* en-dash higher */
 .ndash {vertical-align:3px}
/* mobile unter 480px font-size normal. NICHT Startseite, Menue, logo */
body, 
h1 , h2 , h3 , h4 , h5 , h6 ,
button, 
input,
select,
optgroup,
textarea , .x_back , .tippy_link , .wp-block-image figcaption {
	/* color: #404040; */
    color: #000;
	font-family: 'monument_groteskregular', sans-serif ;
	 font-style: normal;
	/* font-size: 16px;
	font-size: 1rem;
	line-height: 1.5; BA 
     font-size: 21px; */
	font-size:1.25rem;
    font-weight:400;
}
/* mobile unter 480px Startseite, Logo, Menue */
.site-title , .site-title a , .site-title a:visited , button.menu-toggle , div#newsline , div#newsline a , div#newsline_en , div#newsline_en a , a:visited , nav a , nav.main-navigation a , nav.main-navigation a:visited , body.home , body.home h1 , body.home h2 , body.home h3 , body.home h4 , body.home h5 , body.home h6 , nav.main-navigation.toggled .menu_close , nav.main-navigation.toggled .menu_close_en , .main-navigation li {
	/* font-size:38px; */
    font-size:10.5vw;
    font-weight:400;
    text-decoration:none;
    color:#000;
}
.site-title {
     text-align: justify;
  text-justify: inter-word;
white-space: nowrap;}
.home .breadcrumb {display:none;}
h1.entry-title {display:none;}

@media (min-width:480px){/* font-size Startseiten ab 480px */
body.home , .home .site-title , .home .site-title a , .home .site-title a:visited , .home button.menu-toggle , .home div#newsline , .home div#newsline_en , .home div#newsline a , .home div#newsline_en a , .home a:visited , .home nav a , .home nav.main-navigation a , .home nav.main-navigation a:visited , body.home , body.home h1 , body.home h2 , body.home h3 , body.home h4 , body.home h5 , body.home h6   
.home button, 
.home input,
.home select,
.home optgroup,
.home textarea {
	font-size:3rem;
    font-weight:400;
    text-align:left;
}
     /* font-size restliche Seiten ab 480px */
    body, 
h1 , h2 , h3 , h4 , h5 , h6 ,
button, 
input,
select,
optgroup,
textarea , .tippy_link , .x_back , .wp-block-image figcaption {
    color: #000;
	font-family: 'monument_groteskregular', sans-serif;
	 font-style:normal;
	font-size:1.7rem;
	font-weight:400;
}
.site-title , .site-title a , .site-title a:visited , button.menu-toggle , div#newsline , div#newsline_en , div#newsline a , div#newsline_en a ,  nav a , nav.main-navigation a , nav.main-navigation a:visited , nav.main-navigation.toggled .menu_close , nav.main-navigation.toggled .menu_close_en , .main-navigation li {
    font-size: 3rem;
    font-weight:400;
    text-align:left;
}}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
header {position:sticky;top:0;z-index:20000;width:100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0))}
@media (min-width:480px){header {position:fixed;top:0;}}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
}
li {list-style-type:none;}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
#content p {margin:0 0 1.6rem 0;} 
.home #content p:first-child {margin:-0.5rem 0 1.6rem 0;}
p.legende {margin:0;}
.wp-block-image {margin-bottom:0
	;}
dfn, cite, em, i {
	font-style: italic;}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
.sponsorenlogo {display:inline-block;margin-right:25px;margin-bottom:34px;height:80px;width:auto;}
figure {
	margin:0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.teaser {display:block;
	position:fixed;
	top: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	z-index:1000000;width:303px;height:135px;padding:20px 25px;background-color:yellow;font-size:10.5vw; font-weight:400; left: 50%;
}
@media (min-width:992px){.teaser {display:block;
	position:fixed;
	top: 50%;
	z-index:1000000;width:337px;height:150px;padding:20px 25px;background-color:yellow;font-size:2.9rem;
left: 50%;
}}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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;
}
BA */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:0;
	background: none;
    background-color: transparent;
	color:#000;
	/* font-size: 1rem; */
	line-height: 1;
    text-align:left;
	margin:0;
	padding:0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 0;
}

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: 0; outline:none;
}
/* BA Ende */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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"]  {  color: #666;
    border:none;
	border-bottom: 1px solid #ccc;
	/*border-radius: 3px;*/
	padding: 4px;
    margin-bottom:1rem;
    width:100%;
}
textarea.wpcf7-textarea {border: 1px solid #ccc;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]: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%;
}

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

a , a:hover, a:focus, a:active  { /*display:inline-block;*/ color:#000; text-decoration:none; outline:none; border:0;}

.wp-block-columns p a , .entry-content p a , footer p a  {text-decoration:underline;cursor:pointer;}
input[type="submit"] , input[type="submit"]:focus , input[type="submit"]:hover {display:block;border-bottom:1px solid #000;padding-bottom:2px;cursor:pointer;}
a , p.ausstellungen_archiv a , p.ausstellungen_vorschau a ,  .wp-block-column:nth-child(2) a , .postid-301 .entry-content p a {color:black;text-decoration:none}
/* link to Top Menu */
a#menue {
display: block;
    height:0px;
	visibility:hidden;
    margin-top:0;}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/ 

/* BA */
a , a:hover , button:hover {cursor:pointer; }  /* deleted cursor:hand  , safari bug */

nav#site-navigation.toggled {
	clear: both;
	display: block;
    position:relative;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
	/*float: left;*/
	width:100vw;
    height:100vh; /* blendet scrollbalken ein */
    margin-left:-0.5rem;
    margin-top:1.4rem;
    border-left:white 1.1rem solid;
    background-color:white;
    z-index:1000;
}
nav#site-navigation.toggled + #page {display:none;}
.main-navigation a , .main-navigation a:hover , .main-navigation a:focus {
	display: block;
	text-decoration: none;
}

@media (min-width: 480px){nav#site-navigation.toggled {
        margin-top: 6.5rem;
        margin-left: 0.3rem;
    }

    /* German site: spacing for Instagram and Newsletter */
    li#menu-item-399,
    li#menu-item-4758 {
        margin-top: 1rem;
    }

    /* English site: spacing for Instagram and Newsletter */
    li#menu-item-4759 li a span,
    li#menu-item-12906 li a span {
        margin-top: 1rem; /* Keep as originally intended for English */
    }
	
	
	li#menu-item-400, li#menu-item-4759 {
		margin-top: 30px;
	}}

nav#site-navigation li a span.facebook,
nav#site-navigation .instagram,
nav#site-navigation .newsletter {
    font-size: 50%;
}

nav#site-navigation li a span.facebook {
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 0.5;
}

a:has(.newsletter),
a:has(.instagram) {
    line-height: 1.2rem; /* Reset line-height to normal */
    padding-bottom: 5px;
}



button.menu-toggle {
	clear: both;
	display: block;
    position: fixed;
    bottom:-4.5%;
    left:1%;
    text-align:left;
	vertical-align:top;
     line-height:1;
/*	float: left; */
	width:200%;
    padding:0;
    margin:0;
    -moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
    -moz-transform-origin:0 0;
-ms-transform-origin:0 0;
-o-transform-origin:0 0;
-webkit-transform-origin:0 0;
    transform-origin: 0 0; 
    border: none;
    outline:none;
}
div#newsline , div#newsline_en  {
	clear: both;
	display: block;
    position: fixed;
    width:200%;
    padding:0;
    margin:0;
    bottom:-4.45%;
   right:-188%;
   text-align:left;
	vertical-align:top;
    line-height:1;
    border: none;
    outline:none;
    z-index:2;
    -moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
    -moz-transform-origin:0 0;
-ms-transform-origin:0 0;
-o-transform-origin:0 0;
-webkit-transform-origin:0 0;
    transform-origin: 0 0; 
}
/* menu close button */
 .menu_close , .menu_close_en {display:none;}
nav.main-navigation.toggled .menu_close , nav.main-navigation.toggled .menu_close_en  {
	clear: both;
	display: block;
    position: fixed;
    width:200%;
    z-index:10500;
    padding:0;
    margin:0;
    bottom:-4.45%;
   right:-188%;
   text-align:left;
	vertical-align:top;
    line-height:1;
    border: none;
    outline:none;
    -moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
    -moz-transform-origin:0 0;
-ms-transform-origin:0 0;
-o-transform-origin:0 0;
-webkit-transform-origin:0 0;
    transform-origin: 0 0; 
}
nav.main-navigation.toggled .menu_close a , nav.main-navigation.toggled .menu_close_en a , div#newsline a , div#newsline_en a{display:block;width:100%}
/* button und newsline(_en) bei toggle menu ausblenden */
.home nav.main-navigation.toggled button , .home nav.main-navigation.toggled button.menu-toggle a , .home nav.main-navigation.toggled div#newsline , .home nav.main-navigation.toggled div#newsline_en , nav.main-navigation.toggled button , nav.main-navigation.toggled button.menu-toggle a , nav.main-navigation.toggled div#newsline , nav.main-navigation.toggled div#newsline_en , nav.main-navigation.toggled div#newsline a , nav.main-navigation.toggled div#newsline_en a {display:none;color:white;visibility:hidden;opacity:0;width:0;}
/* newsline und newsline_en wechselseitig ausblenden */
body.language-de div#newsline_en {display:none;color:white;visibility:hidden; opacity:0;width:0;}
body.language-en div#newsline {display:none;color:white;visibility:hidden; opacity:0;width:0;}
  button.menu-toggle {
    bottom:-4.45%;
    left:1%;
      text-align:left;}
.main-navigation ul.nav-menu {margin:2.5rem 0 0 0;}
@media (min-width:480px){.home button.menu-toggle , button.menu-toggle {
    bottom:-25px;
    /*left:0rem;*/
	  left:1rem;
      text-align:left;}
div#newsline , div#newsline_en , nav.main-navigation.toggled .menu_close , nav.main-navigation.toggled .menu_close_en   {
	display:block;
    bottom:-25px;
  right:-780px;
	width: 850px;
	}  
	div#newsline a , div#newsline_en a {display:block;}
	/*.main-navigation ul.nav-menu {margin-top:7.9rem;}*/} 
/* newsline unter 992px ausser home ausblenden */
@media (max-width:991px){div#newsline a , div#newsline_en a {display:none;opacity:0;color:white;}
	.home div#newsline a , .home div#newsline_en a {display:block;opacity:1;color:black;}}
/* menu_close und menu_close_en wechselseitig ausblenden */
body.language-de div.menu_close_en {display:none;color:white;visibility:hidden; opacity:0;width:0;height:0;}
body.language-en div.menu_close {display:none;color:white;visibility:hidden; opacity:0;width:0;height:0;}
button.menu-toggle:focus {border:none;outline:none;}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul.sub-menu {
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); 
	float: left; */
	position: absolute;
	top: 100%;
	left: -999em;
	margin-top:0;
	z-index:10010;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
/*.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}*/
.main-navigation ul ul li /* , .main-navigation ul ul a */ {
	width: 300px; 
    /*width: 100%;*/
}
   .main-navigation ul li.focus > ul   {
	left: auto;
    position:relative;
	display:block;
	 /*  z-index: 10200;*/
}
/* .main-navigation ul li.focus > ul li   {
	   z-index: 10210;
	display:inline-block;
}*/
 .safari .main-navigation ul li:hover > ul {
	left:auto;
    position:relative;
	display:block;
} 

/* soft menu transition */
.main-navigation ul li > ul , .main-navigation ul li > ul li a {color:white;  }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul , .main-navigation ul li:hover > ul li a,
.main-navigation ul li.focus > ul li a {color:black;
	-webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
 }

.main-navigation li {
	/* BA float: left; */
    display: block;
	position: relative;
}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
    
.menu-menu-1-container {
    display:block;
    position:relative;
   width:100%;
    min-height:98%;
    background-color:#fff;
}
ul.sub-menu {padding-left:2.1rem; }
ul.sub-menu a {display:block;}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
/* nav.main-navigation ul.nav-menu > li:nth-child(1) {margin-top:2.1rem;} */
nav.main-navigation li:nth-child(9) a {display:inline-block;}

/*--------------------------------------------------------------
# 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; 
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 21px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}*/

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*-----------------------------------------------------------------------------------
# Content   BA   flexbox items , @media
---------------------------------------------------------------------------------------*/
.site-branding {margin-left:0.45rem;margin-top:0.93%;margin-right:2%;}
.site { margin:1.8% 4% 0 13.89%;}
.home .site { margin:2% 13.89% 0 13.89%;}
p.site-title {margin:0;}
/* no sidebar BA */
.no-sidebar .content-area  { 
    border:none;
}
a.tippy_link {
    display: block;
    margin-bottom: 1.6rem;
}
h1 , h2 {margin-top:0}
.home figure + h1 , .home figure + h2 {margin-top:0px;}
figure + h1 , figure + h2    {margin-top:10px;}
#content figure.wp-block-image + p {margin-top:20px;}
@media (min-width:480px){.home .site-branding {margin-left:1.35rem;}
	.site { margin:5.3rem 1.65rem 0 5.25rem;}
.home .site { margin:5rem 5.6rem 0 5.25rem;}
 .site-branding {margin-left:1.35rem;margin-top:0.5rem;margin-right:0;}}

@media (min-width:992px){.site { margin:5rem 5.6rem 0 5.25rem;} 
    .entry-content > h2:first-child , .entry-content > h1:first-child ,  .entry-content > p:first-child {margin-top:-5px;}
.home figure + h1 , .home figure + h2 {margin-top:5px;}
figure + h1 , figure + h2    {margin-top:13px;}}
	
/* -----------------------------------------------------------------------------------
Content   BA   flexbox items , main layout with wp-block-columns, Gutenberg
--------------------------------------------------------------------------------------- */
.post-template-single-gallery .site { margin:1rem 2.4rem 0 2.2rem;}
  #primary , .content-area , form  {width:100%}
  .wp-block-columns , .has-2-columns , .site-content , .page-template-page-column1 .site-content , .column3 { display:flex;
                flex-wrap:wrap;
                flex-direction: column;
                }

.wp-block-column:nth-child(1) , .page-template-page-column1 .site-content > #primary , .page-template-page-column1 .site-content > .content-area , .post-template-single-column1 .site-content > #primary , .post-template-single-column1 .site-content > .content-area  {-webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */  flex:1; }
    .home .wp-block-column:nth-child(2) , .home .site-content > #secondary , .home .site-content > .widget-area , .home .page-template-page-column1 aside#secondary ,.home .page-template-page-column1 aside.widget-area , .home .post-template-single-column1 aside#secondary ,.home .post-template-single-column1 aside.widget-area { -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */  flex:1;  }
.wp-block-column:nth-child(2) , .site-content > #secondary , .site-content > .widget-area , .page-template-page-column1 aside#secondary , .page-template-page-column1 aside.widget-area ,  .post-template-single-column1 aside#secondary , .post-template-single-column1 aside.widget-area { -webkit-flex: 1;  /* Safari 6.1+ */ -ms-flex: 1;  /* IE 10 */  flex:1; }
    .column3_111 .wp-block-column:nth-child(1) , .column3_111 .wp-block-column:nth-child(2) , .column3_111 .wp-block-column:nth-child(3) { -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */  flex: 1; }
.wp-block-column {margin-bottom:0;}
.wp-block-column:not(:first-child) {
    padding: 0;
    margin-left: 0rem;
}
:not(.home) .wp-block-column:not(:first-child) {
    margin-top:34px;
}
div.tippy_tip {display:none;visibility:hidden}
/*-----------------------------------------------------------------------------------
 Content   BA   flexbox items , main layout with wp-block-columns, Gutenberg , min-width 992px
media query - breakpoint Large devices (desktops, 992px and up) 992 entspricht 1024 minus scrollbar - mit sidebar
--------------------------------------------------------------------------------------- */
@media (min-width: 992px){.wp-block-columns , .has-2-columns , .page-template-page-column1 .site-content , .post-template-single-column1 .site-content { display:flex;
        flex-direction: row;
                flex-wrap:wrap;
                }
.wp-block-column:nth-child(1) , .page-template-page-column1 .site-content > #primary , .page-template-page-column1 .site-content > .content-area , .post-template-single-column1 .site-content > #primary , .post-template-single-column1 .site-content > .content-area  {-webkit-flex: 2;  /* Safari 6.1+ */ -ms-flex: 2;  /* IE 10 */  flex:2; }
	/* code für full width mit 3 Kolumnen Jahresgaben */
	.page-template-single-full-width .wp-block-column:nth-child(1) , .page-template-single-full-width .wp-block-column:nth-child(2), .page-template-single-full-width .wp-block-column:nth-child(3), .page-template-single-full-width .site-content > #primary , .page-template-single-full-width .site-content > .content-area , .page-template-single-full-width .site-content > #primary , .page-template-single-full-width .site-content > .content-area  {-webkit-flex: 1;  /* Safari 6.1+ */ -ms-flex: 1;  /* IE 10 */  flex:1; }
    .home .wp-block-column:nth-child(2) , .home .site-content > #secondary , .home .site-content > .widget-area , .home .page-template-page-column1 aside#secondary ,.home .page-template-page-column1 aside.widget-area , .home .post-template-single-column1 aside#secondary ,.home .post-template-single-column1 aside.widget-area { -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */  flex:1; /*margin:-2.8rem 0 0 1.1rem;*/ }
.wp-block-column:nth-child(2) , .site-content > #secondary , .site-content > .widget-area , .page-template-page-column1 aside#secondary , .page-template-page-column1 aside.widget-area ,  .post-template-single-column1 aside#secondary , .post-template-single-column1 aside.widget-area { -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */  
	flex:1; /*margin:-1.8rem 0rem 0 1.4rem; */ }
	/* column 3 jahresgaben */
    .column3_111 .wp-block-column:nth-child(1) , .column3_111 .wp-block-column:nth-child(2) , .column3_111 .wp-block-column:nth-child(3) { flex: 1; }
	div.tippy_tip {display:block;visibility:visible}

.wp-block-column {margin:0;}
:root .home .wp-block-column:not(:first-child) {margin-top:-0.2rem;}
:not(.home) .wp-block-column:not(:first-child) {
	padding:0;
	margin-top:-0.4rem;
	margin-left: 1.375rem; 
}
	:not(.home) .has-3-columns .wp-block-column:not(:first-child) {
	margin-top:0rem;
}}
/* Posts and pages*/
.sticky {display:block;}
.updated:not(.published) {display: none;}

.page-content,
.entry-content,
.entry-summary { position:relative;
	margin: 0;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* 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;
}
*/
/*--------------------------------------------------------------
## Galleries underscores
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* wp-block-image und counter BA */
.wp-block-image {position:relative;}
.wp-block-image figcaption {
    position:absolute;
    display:inline-block;
    padding:3px;
    right:0px;
    bottom:0px;
    margin-top:0;
    margin-bottom:0;
    color:#000000;
    text-align:right;
    background-color:#ffffff;
}
div[id^="metaslider_container"] {position:relative;}
/* div[class^="counter"] {position:relative;bottom:32px;right:0px;}   def. in functions.php BA*/ 

/*--------------------------------------------------------------
## Galleries metaslider BA
--------------------------------------------------------------*/

.post-template-single-gallery #page , .post-template-single-gallery .site ,  .post-template-single-gallery .entry-content .metaslider ul.slides li img {width:100%;height:auto;margin:0 auto;}
    .post-template-single-gallery .metaslider .caption {padding-left:1rem;}
    /*.post-template-single-gallery div[class^="counter"] {padding-right:1rem;}*/
.post-template-single-gallery div[class^="counter"] {position:fixed;padding-right:25px;bottom:25px}
    .post-template-single-gallery .metaslider .caption-wrap {
    width: 95%;
}
 .post-template-single-gallery .flex-direction-nav .flex-prev {
    padding-left:0rem;font-weight:100;}
@media (min-width:640px){.post-template-single-gallery .entry-content {margin:1.55rem 1.45rem 0 1.45rem;position:relative;}
/* img 100% width unter 639 px Anpassung caption, previous, next, counter */
    .post-template-single-gallery .metaslider .caption {padding-left:0rem;}
  /*  .post-template-single-gallery div[class^="counter"] {position:absolute;padding-right:0px;bottom:0;}*/}
.post-template-single-gallery header#masthead , .post-template-single-gallery nav.main-navigation , .post-template-single-gallery div#newsline , .post-template-single-gallery div#newsline_en {display:none;}
.x_back {position:fixed;top:1.3rem;right:1.6rem;text-align:right;z-index:10000; /* BA */}
.x_back a {display:block;width:60px;height:60px;font-weight:900;}

/*------------------------------------
Kommentare etc ausblenden BA 
-------------------------------------*/
div.entry-meta , span.cat-links , span.edit-link , div#comments , div.comments-area , .comments-link , nav.post-navigation , .widget_recent_entries , .widget_categories , .widget_archive , .category-galerie h1 , .category-galerie h2 , .category-galerie h3 , .home h1.entry-title , h1.page-title 
/* .post-template-single-gallery .site-title */  
{display:none;margin:0}
.page-template-page-column1 aside#secondary , .page-template-page-column1 aside.widget-area , .post-template-single-column1 aside#secondary 
{display:block; }
/* cookie notice */
#cookie-notice .cookie-notice-container , .cn-button, #cn-notice-buttons a, body.home #cn-notice-buttons a , body.home a#cn-accept-cookie , a#cn-accept-cookie , body.home a#cn-more-info ,a#cn-more-info{font-family:'monument_groteskregular',sans-serif;font-weight:400;font-size:1.4rem;color:#f7311b;}
#cookie-notice {background-color: rgba(255,255,255,0.8);}
#cn-notice-buttons a.cn-button {margin-left:10px;}
@media (min-width:480px){#cookie-notice .cookie-notice-container , .cn-button, #cn-notice-buttons a, body.home #cn-notice-buttons a , body.home a#cn-accept-cookie , a#cn-accept-cookie , body.home a#cn-more-info ,a#cn-more-info{font-size:3rem;}}


@media (min-width: 992px){.wp-block-columns > *:first-child {
  flex-grow: 2 !important;
  flex-basis: 0 !important; /* This ensures the content size doesn't affect the initial size */
}}
@media (min-width: 992px){.wp-block-columns > *:nth-child(2) {
  flex-grow: 1 !important;
  flex-basis: 0 !important;
	  
	}}



@media (min-width: 992px){.wp-block-columns.has-3-columns > *:first-child {
  flex-grow: 1 !important;
  flex-basis: 0 !important; /* This ensures the content size doesn't affect the initial size */
}}
@media (min-width: 992px){.wp-block-columns.has-3-columns > *:nth-child(2) {
  flex-grow: 1 !important;
  flex-basis: 0 !important;
	  
	}}

@media (min-width: 992px){.wp-block-columns.has-3-columns > *:nth-child(3) {
  flex-grow: 1 !important;
  flex-basis: 0 !important;
	  
	}}