/**
Theme Name: DaMigra
Author: DaMigra
Description: einspaltig - 
Version: 1.0
Requires at least: 5.8
Tested up to: 5.8.2
Requires PHP: 7.4
Text Domain: wuw-damigra

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

/**
*
* CSS-Classes Editor:
* 
* 
* - submenue projekte -> neue farben muessen gegebenengfalls ergaenzt werden
*
*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Globals
# Normalize
# Typography
# Elements
# Header
# Navigation
# Forms
# Links
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# Site
	## Header
	## Content
# Blocks
--------------------------------------------------------------*/

:root {
	/* farben */
	--global--schwarz-color: #000000;
	--global--grauschwarz-color: #46424e; /* fliesstext */
	--global--dunkelgrau-color: #c3c4c4;
	--global--hellgrau-color: #f5f5f5;
	--global--weiss-color: #ffffff;
	--global--lila-color: #cf66ff;
	--global--lila-trans-color: rgba(207, 102, 255, 0.8);
	--global--rot-color: #ff6666;
	--global--rot-trans-color: rgba(255, 102, 102, 0.8);
	--global--gruen-color: #65e792;
	--global--gruen-trans-color: rgba(101, 231, 146, 0.8);
	--global--blau-color:  #4d94ff;
	--global--blau-trans-color: rgba(77, 148, 255, 0.8);
	--global--pink-color: #ff66c4; 
	--global--gelb-color: #f5ce24;
	
	
	--global-link-color: #000;
	--global-link-decoration: underline;

			--wuw-button-color: #78161D;
			--wuw-button-text-color: #fff;
			--wuw-button-hover-color: #621218;
			--wuw-button-hover-text-color: #fff;

			--wuw-title-color: #333333;
			--wuw-title-hover-color: #1e1e1e;

			--wuw-footer-background-color: #ffffff;
			--wuw-footer-text-color: #1e1e1e;
			--wuw-footer-link-color: #1e1e1e;
			--wuw-footer-link-hover-color: #1e1e1e;
			--wuw-footer-border-color: #1e1e1e;

	/* font */
	--global--text-font: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
	--global--title-font: 'Bitter', serif;
	--global--marker-font: 'Permanent Marker', serif; /* NICHT VERWENDET */

	--global--text-font-weight: 400; 
	--global--page-title-font-weight: 700;
	--global--title-font-weight: 500;

	--global--title-text-transform: none;

	--global--page-width: 1340px;
	--global--page-narrow-width: 960px;
	

	/* CALC font-sizes zwischen 320px und 1280px (--max-fs-xxx fuer > 1280px)  */
	--min-vw: 20; 
	--min-vw-rem: calc(var(--min-vw) * 1rem);
	--max-vw: 90;
	
	--min-fs-h1: 1.625; 
	--min-fs-h1-rem: calc(var(--min-fs-h1) * 1rem);
	--max-fs-h1: 2.25; 
	--max-fs-h1-rem: 2.25rem;
	
	--min-fs-h2: 1.375; 		
	--min-fs-h2-rem: calc(var(--min-fs-h2) * 1rem);
	--max-fs-h2: 1.875; 
	--max-fs-h2-rem: 1.875rem;
	
	--min-fs-h3: 1.125; 		
	--min-fs-h3-rem: calc(var(--min-fs-h3) * 1rem);
	--max-fs-h3: 1.5; 	
	--max-fs-h3-rem: 1.5rem;
	
	--min-fs-h4: 1.0625; 		
	--min-fs-h4-rem: calc(var(--min-fs-h4) * 1rem);
	--max-fs-h4: 1.125; 	
	--max-fs-h4-rem: 1.125rem;
	
	--min-fs-text: 1; 	
	--min-fs-text-rem: calc(var(--min-fs-text) * 1rem);
	--max-fs-text: 1.25;
	--max-fs-text-rem: 1.25rem;
	/* calc */
		
	/* h1 */
	--wuw-h1-font-size: calc(var(--min-fs-h1-rem) + (var(--max-fs-h1) - var(--min-fs-h1)) * ((100vw - var(--min-vw-rem)) / (var(--max-vw) - var(--min-vw))));
	/* h2 */
	--wuw-h2-font-size: calc(var(--min-fs-h2-rem) + (var(--max-fs-h2) - var(--min-fs-h2)) * ((100vw - var(--min-vw-rem)) / (var(--max-vw) - var(--min-vw))));
	/* h3 */
	--wuw-h3-font-size: calc(var(--min-fs-h3-rem) + (var(--max-fs-h3) - var(--min-fs-h3)) * ((100vw - var(--min-vw-rem)) / (var(--max-vw) - var(--min-vw))));
	/* h4 */
	--wuw-h4-font-size: calc(var(--min-fs-h4-rem) + (var(--max-fs-h4) - var(--min-fs-h4)) * ((100vw - var(--min-vw-rem)) / (var(--max-vw) - var(--min-vw))));
	
	--wuw-text-font-size: calc(var(--min-fs-text-rem) + (var(--max-fs-text) - var(--min-fs-text)) * ((100vw - var(--min-vw-rem)) / (var(--max-vw) - var(--min-vw))));
	
	/* h5 + h6 mit absoluten werten  */

	/* Font Size global */
	--global--font-size-klein: 14px; 
	/* default: 17px */
	--global--font-size-medium: 20px;
	--global--font-size-medium-gross: 26px;
	--global--font-size-gross: 30px;
	--global--font-size-extra-gross: 36px;
	--global--font-size-riesig: 50px;
	
	/* Line Height */
	--global--line-height-body: 1.5;
	--global--line-height-heading: 1.25;
	--global--line-height-page-title: 1.1;
	
	/* Spacing */
	--global--spacing-unit: 16px;
	--global--spacing-measure: unset;
	--global--spacing-horizontal: 24px;
	--global--spacing-vertical: 32px;
	
}

/*--------------------------------------------------------------
# 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 */
}
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family: var(--global--text-font);
}
/* 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 with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.25rem;
	margin: 0 0 12px 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 */
}
/**
 * 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; /* 1 */
	font-size: 1em; /* 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: var(--global--page-title-font-weight);
}
/**
 * 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: 1em; /* 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 {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	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 {
	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; /* 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"] {
	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
--------------------------------------------------------------*/
/**
* fonts
* bitter: h1-h4
* lato: alles ausser h
*/
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato/lato-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato/lato-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato/lato-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato/lato-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato/lato-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato/lato-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato/lato-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('fonts/lato/lato-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato/lato-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato/lato-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato/lato-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato/lato-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato/lato-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('fonts/lato/lato-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato/lato-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato/lato-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato/lato-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato/lato-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/lato/lato-700italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
       url('fonts/lato/lato-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato/lato-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato/lato-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato/lato-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato/lato-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/bitter/bitter-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/bitter/bitter-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bitter/bitter-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bitter/bitter-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/bitter/bitter-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bitter/bitter-regular.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-500 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/bitter/bitter-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/bitter/bitter-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bitter/bitter-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bitter/bitter-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/bitter/bitter-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bitter/bitter-500.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-700 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/bitter/bitter-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/bitter/bitter-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bitter/bitter-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bitter/bitter-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/bitter/bitter-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bitter/bitter-700.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/bitter/bitter-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/bitter/bitter-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bitter/bitter-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bitter/bitter-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/bitter/bitter-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bitter/bitter-italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-500italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/bitter/bitter-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/bitter/bitter-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bitter/bitter-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bitter/bitter-500italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/bitter/bitter-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bitter/bitter-500italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-700italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/bitter/bitter-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/bitter/bitter-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bitter/bitter-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bitter/bitter-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/bitter/bitter-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bitter/bitter-700italic.svg#Bitter') format('svg'); /* Legacy iOS */
}

/* permanent-marker-regular - latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/permanentmarker/permanent-marker-v10-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/permanentmarker/permanent-marker-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/permanentmarker/permanent-marker-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/permanentmarker/permanent-marker-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/permanentmarker/permanent-marker-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/permanentmarker/permanent-marker-regular.svg#PermanentMarker') format('svg'); /* Legacy iOS */
}

/* icons */
@font-face {
  font-family: 'icons';
  src:  url('fonts/icons/icons.eot?r2cwzy');
  src:  url('fonts/icons/icons.eot?r2cwzy#iefix') format('embedded-opentype'),
    url('fonts/icons/icons.ttf?r2cwzy') format('truetype'),
    url('fonts/icons/icons.woff?r2cwzy') format('woff'),
    url('fonts/icons/icons.svg?r2cwzy#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-envelope-o:before { content: "\e901"; }
.icon-clock-o:before { content: "\f017"; }
.icon-map-marker:before { content: "\f041"; }
.icon-phone:before { content: "\f095"; }
i.icon-phone { transform: rotate(270deg); display: inline-block; font-size:16px; }
i.icon-phone + a { color: var(--global--grauschwarz-color); }	
.icon-bars:before { content: "\f0c9"; }
.icon-navicon:before { content: "\f0c9"; }
.icon-reorder:before { content: "\f0c9"; }
.icon-angle-left:before { content: "\f104"; }
.icon-angle-right:before { content: "\f105"; }
.icon-angle-up:before { content: "\f106"; }
.icon-angle-down:before { content: "\f107"; }
.icon-calendar-check-o:before { content: "\f274"; }
.icon-angle-double-left:before { content: "\f100"; }
.icon-angle-double-right:before { content: "\f101"; }
.icon-close:before { content: "\e900"; }

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--global--grauschwarz-color);
	font-family: var( --global--text-font );
	line-height: var(--global--line-height-body);
	font-weight: var(--global--text-font-weight);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--global--title-font);
	letter-spacing:0.04em;
	font-weight:var(--global--title-font-weight);
	line-height: var(--global--line-height-heading);
}
h1 strong, 
h2 strong, 
h3 strong, 
h4 strong,
h1 a, 
h2 a, 
h3 a, 
h4 a {
	font-family: var(--global--title-font);
	font-weight: var(--global--page-title-font-weight);
}
h4 a { text-decoration:none!important;}
h1 { 
font-size: var(--min-fs-h1-rem);
line-height: var(--global--line-height-page-title);
margin-bottom: calc(1.5 * var(--global--spacing-vertical));
}
h2 {
font-size: var(--min-fs-h2-rem);
margin-bottom: calc(1 * var(--global--spacing-vertical));
}
h3 {
font-size: var(--min-fs-h3-rem);
margin-bottom: calc(0.75 * var(--global--spacing-vertical));
}
h4 {
font-size: var(--min-fs-h4-rem);
margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}
@media screen and (min-width:320px) and (max-width:1340px) {
	h1 { font-size: var(--wuw-h1-font-size); }
	h2 { font-size: var(--wuw-h2-font-size); }
	h3 { font-size: var(--wuw-h3-font-size); }
	h4 { font-size: var(--wuw-h4-font-size); }
}
@media screen and (min-width:1341px) {
 	h1 { font-size: var(--max-fs-h1-rem); }
 	h2 { font-size: var(--max-fs-h2-rem); }
 	h3 { font-size: var(--max-fs-h3-rem); }
 	h4 { font-size: var(--max-fs-h4-rem); }
 	body.single-publikationen h1 { font-size: var(--max-fs-h2-rem); }
}
/* farben projektseiten */
body.blau h1, 
body.blau h2
body.blau h3 {
	color: rgba(77, 148, 255, 1);
}
body.lila h1, 
body.lila h2, 
body.lila h3 {
color: var(--global--lila-color);
}
body.gruen h1, 
body.gruen h2, 
body.gruen h3 {
color: var(--global--gruen-color);
}
body.pink h1, 
body.pink h2, 
body.pink h3 {
color: var(--global--pink-color);
}
body.gelb h1, 
body.gelb h2, 
body.gelb h3 {
color: var(--global--gelb-color);
}
body.rot h1, 
body.rot h2, 
body.rot h3 {
color: var(--global--rot-color);
}
/* sidebar projektseiten */
body.gelb h3.has-weiss-color, 
body.blau h3.has-weiss-color,
body.gruen h3.has-weiss-color,
body.pink h3.has-weiss-color,
body.lila h3.has-weiss-color,
body.rot h3.has-weiss-color,
/* home */
h3.has-weiss-color.has-dunkelgrau-background-color {
	color: var(--global--weiss-color);
	font-size: var(--global--font-size-medium);
	font-weight: 	var(--global--page-title-font-weight);
}
h3.has-background {
    padding: 8px 6px 6px 26px;
    margin: 0;
}

h2 {
text-transform:none;
}
@media screen and (max-width:800px) {
	h2 { 
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
   hyphens: auto; 
  }
}

h3.has-medium-gross-font-size {
margin-top: 20px;
}

.site-footer .textwidget h3 {
	margin-top:0!important;
		font-size:21px!important;
		margin-bottom: 10px;
}

p {
	margin-bottom: 1.5em;
}
/* footer */
aside#secondary p, 
aside#secondary-mut p, 
aside#secondary-women p, 
aside#secondary-fuereinander p,
aside#secondary-myturn p,
aside#secondary-selbstbestimmt p,
aside#secondary-ingekom p,
aside#secondary-interemp p,
aside#secondary-speak-up p,
aside#secondary-frauenland p {
font-size:16px;
margin-bottom:0.5rem;
}

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

blockquote {
    
    padding: 10px 20px;
    font-size: 20px;
    font-style: italic;
    margin: 0 0 1.5em;
        border-left: 5px solid #eee;

}
blockquote p {
margin-bottom:0;
}
.wp-block-pullquote p {
    font-size: 20px;
    line-height: 1.6;
}




address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


hr {
	background-color: var(--global--grauschwarz-color);
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 5px 0 0 0;
}
figure.size-thumbnail-team {
	border-radius: 100%;
	
}

figure.bu {
display: table;
}
figure.bu img { 
    display: block;
}


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




/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration:none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/* #main zu stark */
.main a {
color: var(--global-link-color);
text-decoration: var(--global-link-decoration);
}

/*--------------------------------------------------------------
# Header + Headerbild
--------------------------------------------------------------*/

header {
width:100%;
background: #fff;
}

.container {
	margin:0 auto;
 width:100%;
}

.site-logo img {
margin: 0 auto;
width: auto;
}

@media screen and (min-width:78.75rem) {
	.site-logo img {
	max-height: 178px; max-height: 11.125rem;
	}
}

@media screen and (min-width:64rem) and (max-width:78.6875rem)  {
	.site-logo img {
	max-height: 150px; max-height: 9.375rem;
	}
}
.site-logo img {
transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
} 
@media screen and (min-width:48rem) and (max-width:63.9375rem) {
	.site-logo img {
	max-height: 120px; max-height: 7.5rem;
	}
}
@media screen and (min-width:37.5rem) and (max-width:47.9375rem) {
	.site-logo img {
	max-height: 100px; max-height: 6.25rem;
	}
} 
@media screen and (min-width:30rem) and (max-width:37.4375rem) {
	.site-logo img {
	max-height: 80px; max-height: 5rem; 
	}
}
@media screen and (max-width:29.9375rem) {
	.site-logo img {
	max-height: 80px; max-height: 5rem; 
	}
} 

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

#primary-menu, .sub-menu {	
list-style:none;
}

.menu-navigation-main-container {
width: 100%;
max-width: var(--global--page-width);
margin: 0 auto;
padding: 0 20px;
}

.site-nav {
	width:100%;
	margin: 40px auto 0 auto;
}

@media screen and (max-width: 899px) { 
	.site-nav {
	margin-top:0;
	}
}

.site-nav li {
	float:left;
	width:100%;
	position:relative;
}

.site-nav a {
	display:block;
	height:100%;
	width:100%;
	padding:8px 16px;
	text-decoration:none;
	color:var(--global--grauschwarz-color);
	background:var(--global--weiss-color);
	font-size:18px; font-size:1.125rem;
	font-weight:300;
}
.site-nav li a {
	color: var(--global--weiss-color);
	font-family: Bitter;
	font-weight:var(--global--page-title-font-weight);
	
}

.site-nav li.mobil-only a {
	color: var(--global--schwarz-color);;
	font-family: var(--global--text-font-weight);
	font-size: 20px;	
}


.site-nav li.lila a {
	background: var(--global--lila-color);	
}
.site-nav li.gruen a {
	background: var(--global--gruen-color);
}
.site-nav li.blau a {
	background: var(--global--blau-color);
}
.site-nav li.rot a {
background: var(--global--rot-color);
}

.site-nav a:hover {
color: var(--global--weiss-color);
}

.js .site-nav {
	display:none;
}

.js .sub-menu {
	display:none;
}

.sub-menu li:last-of-type {
	padding-bottom:0;
}


.sub-menu a {
	font-size: 16px;
}
.sub-menu .sub-menu a { background:var(--global--weiss-color); }

.site-nav li ul li a {
    font-family: var(--global--text-font-weight);
    font-size: 20px !important;
    font-size: var(--wuw-text-font-size) !important;
    font-weight: 400;
}

/* toggles */

.toggle-site-nav {
	background:transparent;
	display:block;
	position:relative;
	right:0;
  top:  10px;
	width:56px;
	padding:1em;
	color:white;
	cursor:pointer;
	float:right;
}
.toggle-site-nav {
    top: 10px;
}
@media screen and (min-width:480px) {
	.toggle-site-nav {
 	/*  top:  calc(0.001 * 100vw); experimentell */
	}
	.toggle-site-nav {
    top: 16px;
	}
}
@media screen and (min-width:600px) {
	.toggle-site-nav {
 	/*  top:  calc(0.01 * 100vw); experimentell */
	}
	.toggle-site-nav {
    top: 20px;
	}
}
@media screen and (min-width:768px) {
	.toggle-site-nav {
 	/*  top:  calc(0.01 * 100vw); experimentell */
	}
	.toggle-site-nav {
    top: 24px;
	}
}
.toggle-site-nav:before {
    content: '\f0c9';
    font-family: 'icons';
    font-size:24px; font-size:1.5rem; 
    color: var(--global--grauschwarz-color);
}
.toggle-site-nav.aufgeklappt:before {
    content: '\e900';
    font-family: 'icons';

}   
.toggle-site-nav:hover {
	background:transparent;
}
.toggle-sub-menu {
	display:none;
}
.js .toggle-sub-menu {
	position:absolute;
	right:0;
	top:-3px; /* Höhe des borders */
	display:block;
	padding:1em;
	background: transparent;
	height: 50px;
	width: auto; /*width:100%;*7
	cursor:pointer;
	/*font-size:20px;*/
}

.js .toggle-sub-menu .icon-angle-down:before {
font-size:20px;
color: #fff;
}

.js .toggle-sub-menu.active {
	background: transparent;
  transform: rotate(180deg);
	top:0px; /* Höhe des borders */
}

.toggle-sub-menu:hover,
.toggle-sub-menu.active:hover  {
	background-color: transparent;
}

@media screen and (max-width:899px) {
	.site-nav li {
	border-bottom: 1px solid rgba(243,240,232,1)!important;
	}
	.site-nav li .sub-menu li {
	border-bottom: 1px solid rgba(243,240,232,0.5)!important;
	}
	.site-nav li .sub-menu li:last-child {
	border-bottom: 0!important;
	}
	.site-nav li .sub-menu li:first-child {
	border-top: 1px solid rgba(243,240,232,0.5)!important;
	}
	.sub-menu a {
	padding-left: 24px;
	}
}


#top-bar-mobil {
padding-left: 20px; 
padding-left: calc(1.25 * var(--global--spacing-unit));
display: inline-block;
width: 80%;
padding-top: 10px;
margin-bottom: var(--global--spacing-vertical);
}

#top-bar-mobil .widget_search {
margin-top:var(--global--spacing-vertical);
}

#top-bar-mobil a {
display: inline;
padding-left:0;
}

#top-bar-mobil p {
font-size: 16px; font-size:1rem;
}

@media screen and (max-width:899px) {
	.top-bar {
	display:none;
	}

	#headercontainer:after{
	clear:both; content:' '; 
	display:block; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	width:0; 
	height:0; 
	}
}

@media screen and (min-width:900px) {
	#top-bar-mobil {
	display:none;
	}

	.container {
	display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
	}
    
	.site-logo {
	width:auto;
	}
	
	.site-nav {
		display:block !important;
	}

	.site-nav a {
		border:none;
	}
	
	.site-nav a {
    font-size: 16px; font-size:1rem;
  }
	
	.site-nav li {
		width:auto;
		padding:0;
		margin-right:0px;
	}		
	.site-nav li {
  text-align: left;
  }

	.site-nav li:last-child {
		margin-right:0; 
	}
	
	.site-nav ul li a {
	line-height:65px;
	padding: 0 16px ;
	}
	
	.site-nav ul ul li a {
    line-height: normal;
	padding: 10px 20px;
	}

	.sub-menu a {
	background:rgba(243,240,232,1);
	font-size: 16px!important;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	}

	.site-nav li a {
	color: #ffffff;
	font-family: var(--global--title-font);
	font-weight:var(--global--page-title-font-weight);
	font-size: var(--global--font-size-medium);
	}
	
	.site-nav li.lila a {
	background: var(--global--lila-color);	
	}
	.site-nav li.gruen a {
	background: var(--global--gruen-color);	
	}
	.site-nav li.blau a {
	background: var(--global--blau-color);	
	}
	.site-nav li.rot a {
	background: var(--global--rot-color);	
	}
	.site-nav li ul li a {
	font-family: var(--global--text-font);	
	font-size: var(--wuw-text-font-size)!important;
	font-weight:var(--global--text-font-weight);
	}
}

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

	.site-nav li {
    width: 23.8%;
	margin-right: 1.6%;
	}
	
	.site-nav li.ende-dt {
		margin-right:0;
	}
	
	.site-nav li.mobil-only {
		display:none;
	}
	.sub-menu li {
	width:100%; 
	margin-right:0;
	}
	.sub-menu li:hover {
	width:100%!important;
	}
	.sub-menu li a:hover {
	width:100%!important;
	}

	.site-nav li:hover > .sub-menu {
		display: block;
	  	position: absolute;
	  	width: 100%;
	  	padding: 0;
	  	left: 0;
	  	top: 65px;
	}
	
	.toggle-site-nav, .toggle-sub-menu {
    display: none !important;
	}
}

@media screen and (min-width:1160px) {
	.site-nav li ul li a {
	font-size: var(--global--font-size-medium)!important;
	}
}


.site-nav li.lila ul li a {
	background: var(--global--lila-trans-color);
	border-top: 1px solid var(--global--weiss-color);
	}
.site-nav li.lila ul li.current-menu-item a, 
.site-nav li.lila ul li.current_page_item a {
	background: var(--global--lila-color)
}
.site-nav li.gruen ul li a {
	background: var(--global--gruen-trans-color);
	border-top: 1px solid var(--global--weiss-color);
	}
.site-nav li.gruen ul li.current-menu-item a, 
.site-nav li.gruen ul li.current_page_item a {
	background: var(--global--gruen-color);
}
.site-nav li.blau ul li a {
	background: var(--global--blau-trans-color);
	border-top: 1px solid var(--global--weiss-color);
}
.site-nav li.blau ul li.current-menu-item a, 
.site-nav li.blau ul li.current_page_item a,
.site-nav li.blau ul li.current-page-ancestor a {
	background: var(--global--blau-color);
}



.site-nav li.rot ul li a {
background: var(--global--rot-trans-color);
border-top: var(--global--weiss-color);
}
.site-nav li.rot ul li.current-menu-item a, 
.site-nav li.rot ul li.current_page_item a {
background: var(--global--rot-color);
}

@media screen and (min-width:1160px) {
	
	.site-nav li:hover {
		background:var(--global--weiss-color);
	}

	.has-sub-menu a {
		padding-right: 1.5em!important;
	}

	.has-sub-menu:after {
		content:'\f107';
    content: '';
        font-family: 'icons';
		position: absolute;
		top:20px;
		right: 0;
		width:1em;
		height:100%;
	}

	.sub-menu {display:none; z-index:100;}
	
	.sub-menu li {
		width:100%;	
				margin-right:0px;
	}
	
	.sub-menu > a {
		width:100%;
		display:block;	
	}

	
	.toggle-site-nav,
	.toggle-sub-menu {
		display:none !important;	
	}


}

@media screen and (min-width:1160px) {
	.site-nav li.kontakt {
	margin-left: 48px;
	}
	/*.site-nav li {
    margin-right: 20px;
	}*/
	/*.site-nav li.kontakt {
	margin-left: 48px;
	}*/
	.site-nav a {
    font-size: 18px;
	}

}


/**
* sub-nav projekte
* nav -> #projekte-sub
* ul -> sub-menu-projekte
**/
#projekte-sub {
  margin: 40px auto var(--global--spacing-vertical) auto;
  width: 100%;
  display:block;
}
@media screen and (min-width:600px) {
  #projekte-sub {
  	margin: 40px auto 0 auto;
	}
}
ul.sub-menu-projekte {
	list-style: none;
	width:auto;
	margin: 0 auto 0 auto;
	padding-left: 0 !important;
}
ul.sub-menu-projekte:after{
	clear:both; content:' '; 
	display:block; 
	font-size:0; 
	line-height:0; 
	visibility:hidden;
	width:0; 
	height:0; 
}
ul.sub-menu-projekte li  {
  float:none;
	width: 100%;
	margin-bottom: var(--global--spacing-unit);
}

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

ul.sub-menu-projekte li {
    width: 32.26%;
    margin: 0 1.61% 0  0;
     	 	float:left;

}

}


ul.sub-menu-projekte li:last-child { 
	margin-right:0;
}
ul.sub-menu-projekte li::before {
  content:''!important;
}
@media screen and (max-width:899px) {
	ul.sub-menu-projekte li a {
  font-size: 19px;
	}
}
ul.sub-menu-projekte li a {
  padding: 9px 26px;
  text-align: center;
  font-size: var(--global--font-size-medium);
  font-weight: var(--global--text-font-weight);
  text-decoration: none !important;
  display: block;
  pointer-events: auto;
}
body.gelb .sub-menu-projekte li a {
  color: var(--global--gelb-color);
	border: 2px solid var(--global--gelb-color);
}
body.lila .sub-menu-projekte li a {
	color: var(--global--lila-color);
	border: 2px solid var(--global--lila-color);
}
body.gruen .sub-menu-projekte li a {
	color: var(--global--gruen-color);
	border: 2px solid var(--global--gruen-color);
}
body.pink .sub-menu-projekte li a {
	color: var(--global--pink-color);
	border: 2px solid var(--global--pink-color);
}
body.blau .sub-menu-projekte li a {
	color: var(--global--blau-color);
	border: 2px solid var(--global--blau-color);
}
body.rot .sub-menu-projekte li a {
	color: var(--global--rot-color);
	border: 2px solid var(--global--rot-color);
}
body.gelb ul.sub-menu-projekte li a:hover,
body.gelb ul.sub-menu-projekte li a:active, 
body.gelb ul.sub-menu-projekte li.current-menu-item a {
	background: var(--global--gelb-color);
	color: var(--global--weiss-color);
}
body.lila ul.sub-menu-projekte li a:hover,
body.lila ul.sub-menu-projekte li a:active, 
body.lila ul.sub-menu-projekte li.current-menu-item a{
	background: var(--global--lila-color);
	color: var(--global--weiss-color);
}
body.gruen ul.sub-menu-projekte li a:hover,
body.gruen ul.sub-menu-projekte li a:active, 
body.gruen ul.sub-menu-projekte li.current-menu-item a{
	background: var(--global--gruen-color);
	color:var(--global--weiss-color);
}
body.pink ul.sub-menu-projekte li a:hover,
body.pink ul.sub-menu-projekte li a:active, 
body.pink ul.sub-menu-projekte li.current-menu-item a{
	background: var(--global--pink-color);
	color:var(--global--weiss-color);
}
body.blau ul.sub-menu-projekte li a:hover,
body.blau ul.sub-menu-projekte li a:active, 
body.blau ul.sub-menu-projekte li.current-menu-item a{
	background: var(--global--blau-color);
	color:var(--global--weiss-color);
}
body.rot ul.sub-menu-projekte li a:hover,
body.rot ul.sub-menu-projekte li a:active, 
body.rot ul.sub-menu-projekte li.current-menu-item a{
	background: var(--global--rot-color);
	color:var(--global--weiss-color);
}
/**
* service-menu
**/
@media screen and (max-width:899px) {
	#top-navigation {
		display:none;
	}
}
@media screen and (min-width:900px) {
	div.mobil-only {
		display:none
	}
}
#service-menu {
	list-style:none;
}
#service-menu li {
	display: inline-block;
	margin-left: 20px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*
form.category-select {
font-size:18px!important;
font-size:1.125rem!important;

}
@media all and (max-width: 48rem) {
	form.category-select {
	margin-right: 10px;
	}
}
form.category-select 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}
select::-ms-expand { 
  display:none;
}
form.category-select select {
  width:100%;
  border: 2px solid var(--global--grauschwarz-color);
  padding:.5em 1em .5em 1em;
    border-radius: 10px;
  background-color:#f2f2f2;
  background-image:url('images/select-arrow.svg');
  background-position: 98% center;
  background-repeat: no-repeat;
  font-size:20px; font-size: 1.25rem;
  color: #8f8f8f;
}
@media screen and (max-width: 37.5rem) {
	form.category-select select {
		width:100%;
	}
}
form.category-select select:hover {
  color:#8f8f8f;
}
*/

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

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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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%;
}



/* form */

input[type="text"] {
	color: var(--global--grauschwarz-color);
}




/*--------------------------------------------------------------
# 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: 14px;
	font-size: 0.875rem;
	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;
	margin-bottom: 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;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-info {
    display: none;
}

.single-navigation {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}



/** 
* 
* blog 
*
**/
/*
body.archive header.page-header {
	display:flex;
	justify-content: space-between;
  align-items: center;
  align-content: center;
	margin-top: 60px;
	margin-bottom:60px;
}

body.archive header.page-header h1 {
	margin:0;
}

@media all and (max-width: 72.5rem) {
body.archive header.page-header h1 {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
   hyphens:auto;}}



header .blog-page-header {
order: 0;
flex: 0 1 50%;
align-self: auto;
margin-right: 32px;
}
header .schlagwort-wrapper {
order: 0;
flex: 0 1 50%;
align-self: center;
}

@media all and (max-width: 37.5rem) {

body.archive header.page-header {
flex-direction: column;
align-items: flex-start;
}

header .blog-page-header {
flex: 0 1 100%;
margin-bottom:32px;
}
header .schlagwort-wrapper {
flex: 0 1 100%;
}}

*/
/* wrapper nach main */
#entry-content-blog {
margin-left: auto; 
margin-right: auto; 
padding-left: 20px; 
padding-right: 20px; 
}

/*.blog-container {

display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
	margin-top: 40px;
	margin-left: -20px;
    margin-bottom:40px;
}
*/
/* items */
/*
.blog-container .blog-item {
	order: 0;
    flex: 0 1 100%;
    align-self: auto;
	margin-bottom: 32px;
padding-left: 32px;

}


@media all and (min-width: 35rem) {
.blog-container .blog-item {
    flex: 0 1 50%;
}
}
@media all and (min-width: 48rem) {

.blog-container .blog-item {
    flex: 0 1 33%;
}

}

@media all and (min-width: 60rem) {

.blog-container .blog-item {
    flex: 0 1 25%;
}

}

*/
/*
.blog-item .kategorielinks  {
	padding:5px;
	font-size: 13px!important;
	margin-right:3px;
}*/
/*h3.rpc-post-title {
	line-height:1.2em;
	font-weight:300;
	font-size: 20px; font-size: 1.25rem;
}
*/

/*a.weiterlesen::after {
	content: ' →';
	font-size: 1rem;
}*/

p.weiterlesen {
	margin-top: -12px;
}


a.weiterlesen::before, a.readmore::before,
a.archivlink::before {
content: ''; 
display: inline-block;
background:  url(images/pfeil_schwarz.svg);
height:20px;
width:25px;
margin-right:10px;
position: relative;
top: 4px;
}

a.weiterlesen span,
a.archivlink span {
text-decoration:underline;
font-weight:700;
}


a.weiterlesen, a.readmore,
a.archivlink  {
	background: transparent;
	padding: 5px 5px 5px 0px;
	color: var(--global--grauschwarz-color);
	border-radius: 0px;
  text-decoration:none;
}

/*.blog-item .entry-meta p.datum {
    margin: 0;
    font-size: 12px;
}
.blog-item .entry-meta p.kategorien {
    line-height: 2.4em;
    margin-bottom: 8px;
}

.entry-meta p {
    font-size: 14px;
    line-height: 2.5;
}*/
.blog-item .kategorielinks {
    background:    transparent !important;
    padding: 5px 10px;
    font-size: 15px !important;
    margin-right: 3px;
}
a.readmore {    padding: 5px 10px;
    margin-right: 16px;
}
a.kategorielinks {
    padding: 5px 10px;
    /*margin-right: 16px;*/
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    color: 
    #ffffff;
}
h3.rpc-post-title {
    line-height: 1.2em;
    font-weight: 700;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom:8px;
    -webkit-hyphens: auto;
   -moz-hyphens: auto;
    hyphens: auto;
    font-family: var(--global--title-font)!important;
}


h3.rpc-post-title a {
    color: var(--global--grauschwarz-color)!important;
    text-decoration:none;
    /*font-family:'Prata';*/
}

.blog-item p {
font-size: 17px;
}


/* page-nav */
.pagination-wrapper {
margin-top:20px;margin-bottom:40px;
padding-top: 20px; 
}
.nav-links .placeholder {
    visibility: hidden;
}
.nav-prev-text, .nav-next-text {
display:none;
}

a.page-numbers {
padding:5px;
margin-right: 5px;
text-decoration:none;
}
a.page-numbers:hover {
color: #ffffff;
background: #cf66ff;
padding:5px;
}
span.current {
color: #ffffff;
background: #cf66ff;
padding:5px!important;
}



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

.bypostauthor {
	display: block;
}

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

.wp-block-image figcaption {
font-size: 15px;

line-height: 1.4em;

color: #8f8f8f;}

/* vertikale bilder, bu buendig */
figure.bu figcaption {

 display: table-caption;
    caption-side: bottom;
    }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/* fix fuer problem in ios10 */
@supports (-webkit-overflow-scrolling: touch) {
.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image {
    display: block;
}
}


.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;
}



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

header#masthead {
	
	
	width:100%;
}

#headercontainer {
max-width: var(--global--page-width);
padding: 0 20px;
}


@media screen and (max-width:899px) {
header#masthead  {
padding: var(--global--spacing-unit) 0 0 0;
}
}



header#masthead h1, header#masthead p {
	font-size: 16px; font-size: 1rem;

	margin: 0;
}

header#masthead a {
	border-bottom: unset;
}

header#masthead > a {
	font-weight: bold;
}

header#masthead > a > svg {
	width: 1.8em;
	height: 1.8em;
}

.logo {

	
	display: inline-block;

padding: 0;
text-decoration: none;
}



.logo svg {
	width: 2.4em;
	height: 2.4em;
}

svg * {
	width: 100%;
	height: 100%;
}

/**
*
*  top-bar
**/  
.top-bar { 
width: 100%; 
color: var(--global--grauschwarz-color);
text-align: center;
font-size:15px; font-size: 0.9375rem;
margin:0;
padding:0;
}
.inside-top-bar {
padding: 15px 20px;
 display: flex;
 justify-content: center;
 
 justify-content: flex-end;
align-items: center;
align-content: flex-end;
max-width: var(--global--page-width);
margin-left: auto;
margin-right: auto;
}

aside.widget-top-bar a { color: #46424e; text-decoration:none; 	padding-left: 20px;
}



/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/



article a, nav a {

	line-height: 1.6em;
	
	color: #000;
	
}
article a {
text-decoration: underline;
}

article > header > h2 {
	font-size: 2.4em;
	line-height: 1em;
	margin: 0 0 .4em 0;
}

article > header > h1, 
header > h1.post-title,
header > h1.entry-title {
line-height:1.4em;
margin-top:48px;
}
@media screen and (max-width:900px) {
	article > header > h1, header > h1.post-title {
	margin-bottom:32px;
	}
}


body.single .entry-meta {
margin-bottom: 32px;
}

.single-entry-meta p {
line-height:3;
margin-bottom: 2.5rem;
}


.entry-meta p.datum {
font-size: 15px; font-size: 0.9375rem;
}
.entry-meta a {
color: var(--global--weiss-color);
    padding: 8px 16px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 17px; font-size: 1.0625rem;
    text-decoration:none;
}




.post-thumbnail {
margin-bottom:40px;
}

/* footer single */
footer.single-entry-meta {
margin-top:40px;
margin-bottom: 60px;
}


/* footer */
/* copyright */
footer#colophon {
	width: 100%;
	color: var(--global--grauschwarz-color);
	margin: 0;
	font-size: var(--global--font-size-klein);
}
.copyright-bar {
max-width:var(--global--page-width);
text-align:left;
margin: 0 auto;
padding-bottom:calc(0.75 * var(--global--spacing-vertical));
}
.inside-copyright-bar {
padding: 0 20px;
}

/**
* mehrspaltiger footer 
* jedes projekt einzeln definiert
**/
.site-footer { 
width: 100%; 
padding: 40px 16px 16px 16px;
}
aside#secondary, 
aside#secondary-mut, 
aside#secondary-women,
aside#secondary-fuereinander,
aside#secondary-myturn,
aside#secondary-selbstbestimmt,
aside#secondary-ingekom,
aside#secondary-interemp,
aside#secondary-speak-up,
aside#secondary-frauenland  {
margin:0 auto; 
display: flex; 
flex-wrap: wrap;   
justify-content: 
space-between;
align-content: stretch;
}
.footer-widgets-container aside h4 {
margin-bottom: 16px;
margin-top: 32px;
}
aside#secondary, 
aside#secondary-mut, 
aside#secondary-women, 
aside#secondary-fuereinander,
aside#secondary-myturn,
aside#secondary-selbstbestimmt,
aside#secondary-ingekom,
aside#secondary-interemp,
aside#secondary-speak-up,
aside#secondary-frauenland
 {
width:100%;
border-top: 3px solid var(--global--schwarz-color);
padding-top: 0px;
}
@media screen and (min-width:1480px) { 
	aside#secondary, 
	aside#secondary-mut, 
	aside#secondary-women,
	aside#secondary-fuereinander, 
	aside#secondary-myturn,
	aside#secondary-selbstbestimmt,
	aside#secondary-ingekom,
	aside#secondary-interemp,
	aside#secondary-speak-up,
	aside#secondary-frauenland {
  max-width: 1440px;
	padding-left: 70px;
	padding-right: 70px;
	}
}

/* standard*/
aside#secondary section:first-child h4 {
color: var(--global--grauschwarz-color);
}
@media screen and (max-width:959px) { 
 	aside#secondary section:nth-child(2) h4,
 	aside#secondary section:nth-child(3) h4, 
 	aside#secondary section:nth-child(4) h4 {
	display:none;
	}
}
@media screen and (min-width:480px) { 
 	aside#secondary section:nth-child(2) h4 {
 	color: var(--global--weiss-color);	
 	display:block;
 	}
}
@media screen and (min-width:800px) { 
 	aside#secondary section:nth-child(3) h4 {
 	color: var(--global--weiss-color);	
 	display:block;
	}
}
@media screen and (min-width:960px) { 
	aside#secondary section:nth-child(4) h4 {
 	color: var(--global--weiss-color);	
	display:block;
	}
}
/* mut */
aside#secondary-mut section:first-child h4 { 
 	color: var(--global--weiss-color);	
}
aside#secondary-mut section:nth-child(2), 
aside#secondary-mut section:nth-child(3) h4 { 
color: var(--global--grauschwarz-color);
}
aside#secondary-mut section:nth-child(4) h4 { 
 	color: var(--global--weiss-color);	
}
/* women rais.ed */
aside#secondary-women section:first-child h4 { 
 	color: var(--global--weiss-color);	
}
aside#secondary-women section:nth-child(4) h4 { 
 	color: var(--global--weiss-color);	
}
aside#secondary-women section:nth-child(2) h3, 
aside#secondary-women section:nth-child(3) h4 { 
color: var(--global--grauschwarz-color);
}
/* fuereinander da */
aside#secondary-fuereinander section:first-child h4 { 
 	color: var(--global--grauschwarz-color);	
}
aside#secondary-fuereinander section:nth-child(4) h4 { 
 	color: var(--global--weiss-color);	
}
aside#secondary-fuereinander section:nth-child(2) h3, 
aside#secondary-fuereinander section:nth-child(3) h4 { 
color: var(--global--grauschwarz-color);
}
/* myturn selbstbestimmt */
aside#secondary-myturn section:first-child h4,
aside#secondary-selbstbestimmt section:first-child h4 { 
 	color: var(--global--grauschwarz-color);	
}
aside#secondary-myturn section:nth-child(2) h4,
aside#secondary-selbstbestimmt section:nth-child(2) h4 { 
color: var(--global--grauschwarz-color);
}
aside#secondary-myturn section:nth-child(3) h4 { 
 	color: var(--global--weiss-color);	
} 
aside#secondary-selbstbestimmt section:nth-child(3) h4 { 
color: var(--global--grauschwarz-color);
} 
aside#secondary-myturn section:nth-child(4) h4,
aside#secondary-selbstbestimmt section:nth-child(4) h4 { 
 	color: var(--global--weiss-color);	
}
/* ingekom */
aside#secondary-ingekom section:first-child h4 { 
 	color: var(--global--weiss-color);	
}
aside#secondary-ingekom section:nth-child(4) h4 { 
 	color: var(--global--weiss-color);	
}
aside#secondary-ingekom section:nth-child(2) h3, 
aside#secondary-ingekom section:nth-child(3) h4 { 
color: var(--global--grauschwarz-color);
}
/* interemp */
aside#secondary-interemp section:first-child h4 { 
 	color: var(--global--weiss-color);	
}
aside#secondary-interemp section:nth-child(4) h4
 { 
 	color: var(--global--weiss-color);	
}
aside#secondary-interemp section:nth-child(2) h3, 
aside#secondary-interemp section:nth-child(3) h4 { 
 	color: var(--global--weiss-color);	
}
aside#secondary-interemp section:nth-child(2) h4 
 { 
color: var(--global--grauschwarz-color);
}
aside#secondary-interemp section:first-child .textwidget {
padding-right:12px;
} 
/* speak up */
aside#secondary-speak-up section:first-child h4 { 
 	color: var(--global--grauschwarz-color);	
}
aside#secondary-speak-up section:nth-child(2) h4 { 
color: var(--global--grauschwarz-color);
}
aside#secondary-speak-up section:nth-child(3) h4 { 
 	color: var(--global--grauschwarz-color);	
} 
aside#secondary-speak-up section:nth-child(4) h4 { 
 	color: var(--global--weiss-color);	
}
/* frauenland */
aside#secondary-frauenland section:first-child h4 { 
 	color: var(--global--grauschwarz-color);	
}
aside#secondary-frauenland section:nth-child(2) h4 { 
color: var(--global--weiss-color);
}
aside#secondary-frauenland section:nth-child(3) h4 { 
 	color: var(--global--weiss-color);	
} 
aside#secondary-frauenland section:nth-child(4) h4 { 
 	color: var(--global--weiss-color);	
}
.footer-widgets-container section {
width: 100%;
}
@media screen and (max-width:479px) {
	.footer-widgets-container section {
	margin-bottom: 20px;
	}
}
@media screen and (min-width:480px) {
	.footer-widgets-container section {
	width: calc((100% - 10px)/2);
	margin-bottom: 20px;
	}
}
@media screen and (min-width:800px) {
	.footer-widgets-container section {
	width: calc((100% - 10px)/3);
	padding-right: 16px;
	}
	.footer-widgets-container section:nth-child(3) {
	padding-right:0;
	}
}
@media screen and (min-width:960px) {
	.footer-widgets-container section {
	width: calc((100% - 10px)/4);
	padding-right: 16px;
	}
}
.footer-widgets-container section:last-child {
margin-right:0;
}
aside#secondary a, 
aside#secondary-mut a, 
aside#secondary-women a, 
aside#secondary-fuereinander a,  
aside#secondary-myturn a,
aside#secondary-selbstbestimmt a,
aside#secondary-ingekom a,
aside#secondary-interemp a,
aside#secondary-speak-up a,
aside#secondary-frauenland a {
color: var(--global--grauschwarz-color);
}
/* footer-widget */
.widget-image-wrapper {
	margin-top:32px;
	display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}

.widget-image-wrapper  a:not(:last-child) {
	margin-right:10px;
}


.textwidget .fa-facebook-square, 
.textwidget .fa-linkedin, 
.textwidget .fa-xing-square {
	font-size: 32px;
}
.textwidget a.sm-link { padding-right:16px;}



/* full-width */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
article header,
body.error404 .error-404 header  {
	max-width: var(--global--page-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* header bei ausgeblendeter h1 */
.entry-content header.entry-header h1 {
margin-top:0;
/*color: var(--global--grauschwarz-color);*/
line-height: 1.4em;
font-weight: normal;
}

/* single */

body.single .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) 
 {
	margin-left: auto;
margin-right: auto;

padding-left: 20px;
padding-right: 20px;
}

/* kleines blog-bild*/
body.single article .post-thumbnail {
	width:33%;
	float:right;
	margin-left: calc(2.5* var(--global--spacing-horizontal));
}


body.single-mitteilungen article .post-thumbnail {
	width:100%;
	float:none;
	margin-left: 0px;
}


footer.single-entry-meta > * {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

footer.single-entry-meta .single-entry-meta-inner-border {
/*border-top: 2px solid var(--global--grauschwarz-color);padding-top: 40px;*/
max-width: 1340px;
margin-left: auto;
margin-right: auto;
}
body.single article header {
	padding-left: 0px;
	padding-right: 0px;
}

/* schmal */
body.page-template-seite-schmal .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), body.page-template-seite-schmal article header  {
	max-width: var(--global--page-narrow-width);

	margin-left: auto;
margin-right: auto;

padding-left: 20px;
padding-right: 20px;

}
/* 404 */
body.error404 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
body.error404 .error-404 header
 {
	margin-left: auto;
margin-right: auto;

padding-left: 20px;
padding-right: 20px;

}






/* ul */
#main ul {
	padding-left: 40px;
	  list-style: none; 
list-style: disc;
}
/* subnav projekte*/
#main nav ul {
list-style:none;
}

#main ul + h2 {
margin-top: 30px;
}
#main ul + p {
margin-top: 24px;
}

#main ul.ul-einspaltig-standard {
		padding-left: 40px;
}
body.page-template-seite-schmal #main ul {
	padding-left:40px;
}
ul.blocks-gallery-grid {
	margin-left:0!important;
	padding-left:0!important;
}
#main ol {
	padding-left: 20px;
}
body.page-template-seite-schmal #main ol {
	padding-left:40px;
}




.wp-block-gallery ul li:before {
    content:""!important;
    padding-left:0!important;
    margin-left:0!important;
}

#main p+ul, #main p+ol {
	margin-top: -16px;
	margin-bottom: 16px;
}
#main ul+p {
	margin-top:16px;
}



/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/



/* abstands-block */
.wp-block-spacer {
margin:0;
padding:0;
}

/* button */
.wp-block-button__link {
	border-radius:0;
	font-weight:500;
	font-size:20px!important;
		font-size:1.25rem!important;

}
.wp-block-button__link {
padding: 10px 20px;
text-decoration:none!important;
}
.wp-block-button__link:hover {
text-decoration:none!important;
}

/* table */
table {
margin: 0 0 1.5em;    
width: 100%;
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.5em;
width: 100%;
padding:0;
}
table, th, td {
border: 1px solid 
rgba(0,0,0,.1);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

td {
border-width: 0 1px 1px 0;
}


/* columns */
.wp-block-column:not(:first-child) {
  margin-left: 64px; /* original:32px; */
  margin-left: 100px;
}
@media screen and (max-width:781px) {
	.wp-block-column:not(:first-child) {
  margin-left: 0!important; /* original:32px; */
  padding-left: 24px;
	}
}
@media screen and (max-width:599px) {
	.wp-block-column:not(:first-child) {
	padding-left: 0;
	}
	/*
	.wp-block-column.spalte-ohne-margin-top {
	margin-top:0;
	}
	*/
	.wp-block-column.has-weiss-background-color {
		margin-top: 32px;
	}
}

/* overwrite styLe-min  */
@media (min-width:600px) and (max-width:781px) {
 .wp-block-column:not(:only-child) {
  flex-basis:50%!important;
  flex-grow:0;
 }
}








.entry-meta a {
color: #fff!important;
background:     var(--global--grauschwarz-color);
    padding: 8px 16px;
    border-radius: 0px;
    margin-right: 10px;
    font-size: 17px; font-size: 1.0625rem;
    text-decoration:none;
}






  
 




/* gutenberg  color */
.has-schwarz-color { color: var(--global--schwarz-color); }
.has-schwarz-background-color { background-color: var(--global--schwarz-color); }

.has-grauschwarz-color { color: var(--global--grauschwarz-color); }
.has-grauschwarz-background-color { background-color: var(--global--schwarz-color); }

.has-dunkelgrau-color { color: var(--global--dunkelgrau-color); }
.has-dunkelgrau-background-color { background-color: var(--global--dunkelgrau-color); }

.has-hellgrau-color { color: var(--global--hellgrau-color);; }
.has-hellgrau-background-color { background-color: var(--global--hellgrau-color); }

.has-weiss-color { color: var(--global--weiss-color); }
.has-weiss-background-color { background-color: var(--global--weiss-color); }

.has-lila-color { color: var(--global--lila-color); }
.has-lila-background-color { background-color:var(--global--lila-color); }

.has-rot-color { color: var(--global--rot-color); }
.has-rot-background-color { background-color: var(--global--rot-color); }

.has-gruen-color { color: var(--global--gruen-color); }
.has-gruen-background-color { background-color: var(--global--gruen-color); }

.has-blau-color { color: var(--global--blau-color); }
.has-blau-background-color { background-color: var(--global--blau-color); }

.has-pink-color { color: var(--global--pink-color); }
.has-pink-background-color { background-color: var(--global--pink-color); }
  
.has-gelb-color { color: var(--global--gelb-color); }
.has-gelb-background-color { background-color: var(--global--gelb-color); }
       
 
body, button, input, select, optgroup, textarea {
	font-size: calc(16px + (17 - 16) * ((100vw - 320px) / (1400 - 320)));
}

.has-klein-font-size { font-size: 14px; }

.has-medium-font-size { font-size: 18px; }
@media screen and (min-width:320px) and (max-width: 1400px) { 
	.has-medium-font-size { 
	font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1400 - 320))); 
	} 
}
@media screen and (min-width:1401px) { 
	.has-medium-font-size { 
	font-size: 20px; 
	}
}

.has-medium-gross-font-size { font-size: 24px; }
@media screen and (min-width:320px) and (max-width: 1400px) { 
	.has-medium-gross-font-size { 
	font-size: calc(24px + (26 - 24) * ((100vw - 320px) / (1400 - 320))); 
	} 
}
@media screen and (min-width:1401px) { 
	.has-medium-gross-font-size { 
	font-size: 26px; 
	} 
}

.has-gross-font-size { font-size: 26px; }
@media screen and (min-width:320px) and (max-width: 1400px) { 
	.has-gross-font-size { 
	font-size: calc(26px + (30 - 26) * ((100vw - 320px) / (1400 - 320))); 
	} 
}
@media screen and (min-width:1401px) { 
	.has-gross-font-size { 
	font-size: 30px; 
	} 
}
.has-extra-gross-font-size { font-size: 30px; }
@media screen and (min-width:320px) and (max-width: 1400px) { 
	.has-extra-gross-font-size { 
	font-size: calc(30px + (36 - 32) * ((100vw - 320px) / (1400 - 320))); 
	} 
}
@media screen and (min-width:1401px) { 
	.has-extra-gross-font-size { 
	font-size: 36px; 
	} 
}
.has-riesig-font-size { font-size: 30px; }
@media screen and (min-width:320px) and (max-width: 1400px) { 
	.has-riesig-font-size { 
	font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1400 - 320))); 
	} 
}
@media screen and (min-width:1401px) { 
	.has-riesig-font-size { 
	font-size: 50px; 
	} 
}

/* group */
.wp-block-group.has-background {
padding:20px;
}
.wp-block-group.is-style-breiter-inhalt-width {
padding:0!important;
}

/* yoast breadcrumbs */
.yoast-breadcrumbs {
margin-top: var(--global--spacing-vertical);
margin-bottom: calc(1.25 * var(--global--spacing-vertical));
}
.yoast-breadcrumbs a, .yoast-breadcrumbs {
font-size: var(--global--font-size-klein);
}
.yoast-breadcrumbs a, 
.yoast-breadcrumbs a:visited ,
.yoast-breadcrumbs a:hover ,
.yoast-breadcrumbs a:focus, 
.yoast-breadcrumbs a:active {
color: #000;
text-decoration:underline;
text-decoration-color: #818181;
}



/* suche */
/* form */
.search-form {
width:100%; 
position:relative;
margin:0;
padding:0;
display:block;
overflow:hidden;
}
.widget_search .search-form {
margin-top:0;
background:var(--global--weiss-color);
}
/* input */
.search-field {
width:83%;
display:inline-block;
padding:5px 15% 5px 5%; padding: 0.3125rem 15% 0.3125rem 5%;
background:var(--global--weiss-color);
font-family: var(--global--text-font);
color: var(--global--schwarz-color);
font-size:16px; font-size: 1rem;
border:0!important;
border-bottom: 1px dotted #000!important;
}
/* submit */
input.search-submit {
position:absolute;
top:0;
right:0;
display:block;
width:26px;
height:32px; 
background: url(images/lupe.svg) 50% 0 no-repeat;
border:none;
text-indent:-9999em;
cursor:pointer;
margin-top:0;
}


/* mitteilungen filter form */
form.mitteilungen_form select {
width: 70%;
min-width: 260px;
max-width: 280px;
margin-bottom:calc(1.25 * var(--global--spacing-unit));
}

@media screen and (min-width:360px) { 
	form.mitteilungen_form select {
	width: 70%;
	min-width: 280px;
	max-width: 75%;
	}
}
@media screen and (min-width:768px) { 
	form.mitteilungen_form select {
	width: 80%;
	min-width: 300px;
	max-width: 75%;
	}
}
@media screen and (min-width:1024px) { 
	form.mitteilungen_form select {
	width: 40%;
	max-width: 40%;
	}
}
@media screen and (min-width:1160px) { 
	form.mitteilungen_form select {
	width: 40%;
	min-width: 300px;
	max-width: 50%;
	margin-bottom:var(--global--spacing-measure);
	}
}

form.mitteilungen_form select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #ccc;
padding: .5em 0.5em .5em 0.5em;
background-color: #f5f5f5; 
background-image: url('images/pfeil_nach_unten.svg');
background-position: 95% center;
background-repeat: no-repeat;
background-size: 13px 16px;
font-size: 20px;
font-size: 1.25rem;
color: #000;
cursor:pointer;
margin-right: 16px;
}

/* language-switcher */
#gtranslate_selector {
padding: 5px 10px 8px 10px;
background: #f5f5f5;
}
/* mobil: widget */
@media screen and (max-width:899px) {
	#headercontainer #gtranslate_selector {
		display:none;
	}	
	#top-bar-mobil .gtranslate-2 {
  margin-top: var(--global--spacing-vertical);
}
}
/* dt */
@media screen and (min-width:900px) {
	#headercontainer .widget-top-bar.gtranslate-2 {
		display:none;
	}
}



/* datum publikationen + mgo */
body.single-publikationen .entry-meta, 
body.single-mgo .entry-meta {
display:none;
}

body.single-mgo p.has-text-align-center {
	text-align:left;
}

.wp-block-group.is-style-breiter-inhalt-width .wp-block-image {
margin-bottom:0;
}




#entry-content-blog {
max-width: 1340px;
}

.meldungen-container {
margin-bottom: 40px;
border-bottom: 2px solid #000;
}


.blog-publikationen-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: stretch;
margin-top: 40px;
margin-left: -20px;
margin-bottom: 40px;
}
.blog-publikationen-container .blog-item {
    flex: 0 1 25%;
}
.blog-publikationen-container .blog-item {
    order: 0;
    align-self: auto;
    margin-bottom: 32px;
    padding-left: 32px;
}

/* archiv publikationen */
.kategorien.publikationen {
 text-align:left;
 margin-bottom:10px; margin-top:0;
 background: #f5f5f5!important;
color: var(--global--grauschwarz-color)!important;
}
h3.rpc-post-title.publikationen {
font-size:18px;
}




#breadcrumbs-wrapper-single {
margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px;max-width:1340px;
}



/* download-links - genesis block */

div.genesis-custom-block.download-blau a { 
color: var(--global--blau-color); 
text-decoration: underline; 
}
div.genesis-custom-block.download-gelb a { 
color: var(--global--gelb-color);
text-decoration: underline; 
}
div.genesis-custom-block.download-pink a { 
color: var(--global--pink-color);
text-decoration: underline; 
}
div.genesis-custom-block.download-gruen a { 
color: var(--global--gruen-color);
text-decoration: underline; 
}
div.genesis-custom-block.download-lila a { 
color: var(--global--lila-color);
text-decoration: underline; 
}
div.genesis-custom-block.download-rot a { 
color: var(--global--rot-color); 
text-decoration: underline; 
}
div.genesis-custom-block a span { margin-right: 10px;}
div.genesis-custom-block img.pdf-download { height: 22px; }

/* mgo */
.team-container.mgo-container, .team-container {
display: flex; 
flex-wrap: wrap; 
justify-content: flex-start; 
align-items: stretch; 
align-content: stretch;
margin-top: calc(var(--global--spacing-unit) * 2.5);
}

h3.rpc-post-title.mgo {
text-align:center;
font-weight: var(--global--page-title-font-weight); 
font-family: var(--global--text-font)!important; 
font-size: calc(var(--global--font-size-extra-gross) / 2); 
margin-bottom: calc(var(--global--spacing-horizontal) / 2); 
margin-top: calc(var(--global--spacing-unit) * 1.25);
}
h3.rpc-post-title.mgo a {
color: var(--global--pink-color)!important;
font-weight: var(--global--page-title-font-weight); 
font-family: var(--global--text-font)!important; 
font-size: calc(var(--global--font-size-extra-gross) / 2); 
}

article.mitteilungen, .termin-wrapper {
	margin-bottom: calc(var(--global--spacing-vertical) * 1.235);
	border-bottom: 2px solid var(--global--schwarz-color);
	margin-bottom: calc(0.75 * var(--global--spacing-vertical));
}

@media screen and (max-width:599px) {
	article.mitteilungen, .termin-wrapper, .meldungen-container {
	padding-bottom: var(--global--spacing-unit);
	}
}


body.single-mitteilungen .entry-meta p.datum {
 font-size:var(	--global--font-size-medium-gross);
 font-family:var(--global--title-font);
 }
body.single-mitteilungen .entry-content header.entry-header h1 {
line-height:1.1;
}





/* single vorstand */
body.single-vorstand h1.post-title, 
body.single-geschaeftsstellen h1.post-title { 
margin-bottom:0!important;
}
body.single-vorstand .entry-meta, 
body.single-geschaeftsstellen .entry-meta { 
display:none;
}
body.single-vorstand .slogan-vorstand, 
body.single-geschaeftsstellen .slogan-vorstand { 
text-align:left!important; margin-bottom: 32px;
}
body.single-vorstand .vorstand-funktion, 
body.single-geschaeftsstellen .vorstand-funktion, 
body.single-vorstand .vorstand-mail, 
body.single-geschaeftsstellen .vorstand-mail, 
body.single-vorstand .vorstand-telefon,
body.single-geschaeftsstellen .vorstand-telefon { 
margin-bottom: 4px;
}
body.single-vorstand h3.has-text-color, 
body.single-geschaeftsstellen h3.has-text-color {
font-size: var(--max-fs-h4-rem);
}
h3.has-pink-color a, 
h4.has-pink-color a { 
color: var(--global--pink-color); 
text-decoration: none; 
}
h3.has-blau-color a, 
h4.has-blau-color a { 
color: var(--global--blau-color); 
text-decoration: none; 
}
h3.has-gelb-color a, 
h4.has-gelb-color a { 
color: var(--global--gelb-color); 
text-decoration: none; 
}
h3.has-gruen-color a, 
h4.has-gruen-color a { 
color: var(--global--gruen-color);  
text-decoration: none; 
}
h3.has-lila-color a, 
h4.has-lila-color a { 
color: var(--global--lila-color); 
text-decoration: none; 
}
h3.has-rot-color a, 
h4.has-rot-color a { 
color: var(--global--rot-color);  
text-decoration: none; 
}

/* exp. slogan nicht auf team-seite*/
body.page-template-page-team .slogan-vorstand {
display:none;
}

body.page-template-page-team .vorstand-mail, body.page-template-page-team .vorstand-telefon {
margin-bottom:0;
}

/* single termine */
.rechte-spalte article {
margin-top:10px!important;
border-bottom: 2px solid var(--global--schwarz-color); 
}
.rechte-spalte article:last-child {
margin-bottom:calc(var(--global--spacing-unit) * 1.25);
}



	

/* mbadget */
p.kategorien {
	margin-bottom: calc(0.75 * var(--global--spacing-unit));
	padding: 5px 10px;
	margin-top:calc(0.625 * var(--global--spacing-unit));
	font-size: 16px;
	margin-right: 5px;
}
.mbadget {
    display: inline-block;
    width: auto;
    text-align: center;
    color: #ffffff;
}
.mbadget span a, 
.mbadget span a:hover, 
.mbadget span a:active {
	color: #ffffff;
	text-decoration:none;
}
.bg-lila .kategorielinks, .bg-lila   {
	background: #cf66ff;
}
.bg-gruen .kategorielinks, .bg-gruen,
.bg-gruen .kategorielinks, .bg-flgruen {
	background: #65e792;
}
.bg-gelb .kategorielinks, .bg-gelb {
	background: #f5ce24;
}
.bg-pink .kategorielinks, .bg-pink {
	background: #ff66c4;
}
.bg-rot .kategorielinks, .bg-rot {
	background: #ff6666;
}
.bg-blau .kategorielinks, .bg-blau,
.bg-blau .kategorielinks, .bg-speakupblau  {
	background: #4d94ff;
}

.bg-weiss .kategorielinks, .bg-weiss  {
	background: #f5f5f5;
	color: var(--global--grauschwarz-color);
}


/**
* kalender widget
**/
/* termine */
.clearfix::before {
	display: table;
content: " ";
}
.clearfix:after {
clear:both!important;
}

.box {
    margin-bottom: 48px;
	background: var(--global--hellgrau-color);
}
.box {
    margin-bottom: 20px;
    height: 100%;
}
.box-hd {
    padding: 6px 6px 6px 28px;
}
.box-hd::after {
	clear: both!important;
}
.box-hd {
    font-size: 20px;
}
.bg-grau3 {
    background: var(--global--dunkelgrau-color);
}
.co-fff, .co-fff a, a.co-fff {
    color: var(--global--weiss-color)!important;
}
.box-hd {
    margin: 0;
    font-family: var(--global--title-font);
    font-weight: var(--global--page-title-font-weight);
    padding: 6px 6px 6px 20px;
    letter-spacing: 1px;
}
.h3, .termine-widget {
    font-family: var(--global--title-font)!important;
    letter-spacing: 1px;
}
.termine-widget {
    background: var(--global--hellgrau-color);
    position: relative;
}
.termine-widget ul {
    list-style: none!important;
    margin: 0;
    padding: 0;
}
.termine-widget ul li::before {
content:''!important;
}
.termine-widget {
background:var(--global--hellgrau-color);
position:relative;
}
.termine-widget ul {
list-style:none;
margin:0;
padding:0;
}
.termine-widget ul li {
display:inline-block;
}
.termine-widget ul li:first-child {
padding-right:20px;
}
.termine-widget ul li:last-child { 
float:right;
padding-right:22px;
}
.termine-widget ul li a,
.termine-widget ul li a:hover,
.termine-widget ul li a:active,
.termine-widget ul li a:focus {
text-decoration:none;
color:var(--global--weiss-color);
}
.termine-widget .box-bo {
padding:28px;
}
.termine-widget table { 
width:100%;
position:relative;
margin-bottom:0;
}
.termine-widget table tr:first-child td {
border-top:0;
}
.termine-widget table tr td:last-child { 
border-right:0;
}
.termine-widget tfoot { 
position:absolute;
top:0;
left:0;
line-height:40px;
}
.termine-widget thead {
padding:35px 15px;
width:100%;
color:var(--global--weiss-color);
background: var(--global--gruen-color);
}
.termine-widget tbody td { width:14.29%;
height:56px;
text-align:center;
vertical-align:bottom;
font-weight:700;
color:#4a4947;
border-top:1px solid #c6c5c4;
border-right:1px solid #c6c5c4;
padding:1px 6px;text-align:right;
}

.termine-widget table.em-calendar td.eventful-post,
.termine-widget table.em-calendar td.eventful-pre { 
background:url('images/Dreieck_kalender_ccc.svg') -8px 0 no-repeat; 
}
.termine-widget table.em-calendar td.eventful a,
.termine-widget table.em-calendar td.eventful-today a {
color:#4a4947;
text-decoration:none;
}
.termine-widget table.em-calendar td.eventful-post a,
.termine-widget table.em-calendar td.eventful-pre a {
text-decoration:none;
}
.termine-widget table.em-calendar td.eventless-today { 
background:#969696;
color:#fff!important;
}
.termine-widget table.em-calendar td.eventful-today a {
color:#fff!important:
}
.em-pagination a,.em-pagination span {
padding:5px;
}

.termine h3.location { margin:0 0 8px 0}
.termine h3.event { margin:0;line-height:1.2;}
.termine h3.event a { text-decoration:none;font-weight:700;margin:0;}
.termine .ev { padding-bottom:10px;margin-bottom:20px; }
.termine .ev_img img { margin-right:20px;margin-bottom:20px;display:none;margin-top:8px;float:left;}
.termine .ev_con p,.termine .ev_con ul li,.termine .ev_con ol li { line-height:1.4}
.termine .em-pagination{margin-bottom:20px;display:block}

h3.co-gelb a {
	color: var(--global--gelb-color);!important;
}
h3.co-lila a {
	color: var(--global--lila-color);!important;
}
h3.co-pink a {
	color: var(--global--pink-color);!important;
}
h3.co-gruen a {
	color: var(--global--gruen-color);!important;
}
h3.co-blau a {
	color: var(--global--blau-color);!important;
}



p.datum {
	margin-bottom: 12px;
}



/* slider home */
@media screen and (max-width:768px) {
	.wppsac-post-slider.design-1 .wppsac-post-image-bg img {
		max-width: 100%!important;
	}
}
.wppsac-post-slider.design-1 .wppsac-post-content-left {
	background: rgba(0, 0, 0, 0);
}
.wppsac-post-slider .wppsac-post-content a.wppsac-readmorebtn:after {
	content: "-> mehr";
	color: var(--global--weiss-color);
}

.wppsac-post-slider .wppsac-post-content a.wppsac-readmorebtn:hover::after {
	content: "-> mehr";
	color: var(--global--weiss-color);;
}
.wppsac-post-slider .wppsac-post-content a.wppsac-readmorebtn {
color: transparent;
	border: 0;
	margin-left: -60px;
}.wppsac-post-slider.design-1 .slick-dots {
	    left: calc(50% - 51px)!important;

}
.wppsac-post-slider .wppsac-post-content a.wppsac-readmorebtn:hover {
color: transparent;
	border: 0;
	margin-left: -60px;
}
.wppsac-post-slider.design-1 .slick-dots {
	background: transparent!important;
}
.wppsac-post-slider.design-1 a.wppsac-readmorebtn:hover{ background:rgba(0,0,0,0);}

.wppsac-post-slider.design-1 .wppsac-post-image-bg {
	height:auto;
}

.wppsac-post-date {
	display:none
}
.wppsac-post-slider h2.wppsac-post-title {
	display:none;
}

@media screen and (min-width:900px) {
.wppsac-post-slider .wppsac-post-content a.wppsac-readmorebtn {
	font-size: 24px;
}
}


.wppsac-post-slider .slick-dots li:before {content:''!important;}

/* carousel */
.wppsac-post-carousel .slick-dots li:before {content:''!important;}


/* draw attention*/
/* draw attention */
.hotspot-title, .entry-content .hotspot-title {
	text-align:left!important;
}


.hotspot-thumb {
	margin-bottom: 20px;
}
.hotspot-content ul {
	margin-left: 1rem;
}

.ic-fb {
	margin-top: 12px;
}

img.br50 {
    border-radius: 50%;
}
.mw170 {
    max-width: 170px !important;
}
.img-responsive {
    margin-left: auto;
    margin-right: auto;
}



/* team */
.profil-container img {
	margin-left: auto;
	margin-right:auto;
}
.profil-container h3 {
	font-weight:var(--global--page-title-font-weight);
	font-family: var(--global--text-font)!important;
	font-size: 18px;
	margin-bottom: 12px;
margin-top: 20px;
}
.profil-container h3 a {
		font-family: var(--global--text-font)!important;
}
.profil-container .vorstand-funktion, .profil-container .team-funktion {
	font-weight: var(--global--page-title-font-weight);
	margin-bottom: 12px
}

.profil-container .vorstand-mail {
		margin-bottom: 12px;
}

body.page-template-page-team .vorstand-mail,
body.page-template-page-team .vorstand-telefon 
{
margin-bottom:0;
}
figure.size-thumbnail-team figcaption {
	display:none!important;
}

.profil-container .slogan-vorstand {
line-height:var(--global--line-height-heading);
}

/*empowerment */
body.home 
	.wp-block-image figcaption {
		text-align:center;
		font-size: 17px;
		color: var(--global--schwarz-color);
	hyphens: auto;
}



/* columns home */
/* meldungen + termine */
@media screen and (max-width:599px) {
	#home-meldungen-termine {
	margin-bottom:0;
	}
	#home-meldungen-termine .wp-block-column {
	margin-bottom: calc(1.25 * var(--global--spacing-unit));
	}
}
@media screen and (min-width:600px) {
	#home-meldungen-termine .wp-block-column:not(:first-child) {
  margin-left: var(--global--spacing-vertical);
  padding-left:0;
	}
	#home-meldungen-termine .wp-block-column {
	flex-basis: calc(50% - 1em) !important;
	}
}


/**
* empowerment
* #home-empowerment (wp-columns)
* - spalte-eins (wp-column) -> #home-empowerment .wp-block-column.spalte-eins
* - spalte-zwei (wp-column) -> #home-empowerment .wp-block-column.spalte-zwei
* -- wp-columns -> #home-empowerment .wp-block-columns .wp-block-columns
* --- 5 * wp-column -> #home-empowerment .wp-block-column.spalte-zwei .wp-block-column
**/
#home-empowerment .wp-block-column.spalte-zwei figure {
margin-left: auto;
margin-right: auto;
display: table;
clear:both;
}
#home-empowerment .wp-block-column.spalte-zwei .wp-block-column {
	flex-basis: 50% !important;
}
@media screen and (min-width:600px) {
	#home-empowerment .wp-block-column.spalte-zwei .wp-block-column {
	flex-basis: 33% !important;
	}
	#home-empowerment .wp-block-column.spalte-zwei figure {
	margin-left: auto;
	margin-right: auto;
	display: table;
	clear:both;
	}
}
@media screen and (min-width:768px) {
	#home-empowerment .wp-block-column.spalte-zwei .wp-block-column {
	flex-basis: 20% !important;
	padding-left:0;
	}
	#home-empowerment .wp-block-column.spalte-zwei {
	padding-left: 0px;
	}
}
@media screen and (min-width:782px) {
	#home-empowerment .wp-block-columns {
	flex-wrap: wrap;
	}
	#home-empowerment .wp-block-column.spalte-zwei {
	margin-left: 0;
	}
	#home-empowerment .wp-block-column.spalte-zwei .wp-block-column {
  flex-basis: 20% !important;
  padding-left: 0;
  margin-left:0;
  }
}
@media screen and (max-width:1023px) {
	#home-empowerment .wp-block-columns {
	padding: 20px;
	}
	#home-empowerment .wp-block-columns .wp-block-columns {
	padding: 0px;
	}
	#home-empowerment .wp-block-column.spalte-eins, #home-empowerment .wp-block-column.spalte-zwei  {
	flex-basis: 100% !important;
	}
	#home-empowerment h2 {
	margin-bottom: calc(0.25 * var(--global--spacing-vertical));
	}
}
@media screen and (min-width:1024px) {
	#home-empowerment .wp-block-columns {
	padding:20px 0;
	}
	#home-empowerment .wp-block-column.spalte-eins {
	padding-left: 20px;
	}
	#home-empowerment .wp-block-column.spalte-zwei {
	padding-right: 20px;
	}
	#home-empowerment h2 {
	letter-spacing: 0;
	}
}
@media screen and (min-width:1200px) {
	#home-empowerment h2 {
	letter-spacing: 0.04em;
	}
}
@media screen and (min-width:1480px) {
	#home-empowerment .wp-block-column.spalte-eins {
	padding-left: 70px;
	}
	#home-empowerment .wp-block-column.spalte-zwei {
	padding-right: 70px;
	}
}



/**
* - vorstand
* - team 
* - mgo
* - publikationen
* margin-left muss bei naechster stufe resetted werden
**/
.team-container, 
.blog-publikationen-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
margin-top: 40px;
}
.profil-container, 
.blog-item {
text-align:center;
margin-bottom:20px;
order: 0;
align-self: auto;
}




.blog-publikationen-container .blog-item {
text-align:left;
}

body.search-results .blog-item {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    text-align:left;
}
body.search-results .blog-item article {
border-bottom:0;}
/*body.search-results .blog-item:last-child {
	border-bottom: 0;
}
div.blog-item:last-child article {
	border-bottom: 0;
}*/

.team-container .profil-container,
.blog-publikationen-container .blog-item {
flex: 0 1 100%;
} 
@media screen and (min-width:480px) { /* 440 */
	.team-container .profil-container,
	.blog-publikationen-container .blog-item {
  flex: 0 1 calc(50% - 10px); /* 210 */
  margin-left: calc(1.25 * var(--global--spacing-unit));
	}
	/* ungerade */
	.team-container .profil-container:nth-child(2n-1),
	.blog-publikationen-container .blog-item:nth-child(2n-1) {
  margin-left: var(--global--spacing-measure);
  }
}
@media screen and (min-width:600px) { /* 560 */
	.team-container .profil-container ,
	.blog-publikationen-container .blog-item {
	flex: 0 1 calc(33% - 13px); /* 173.6  */
  margin-left: calc(1.25 * var(--global--spacing-unit));
	}
	/* ungerade */
	.team-container .profil-container:nth-child(2n-1),
	.blog-publikationen-container .blog-item:nth-child(2n-1) {
  margin-left: calc(1.25 * var(--global--spacing-unit));
  }
  /* 1-4-7... */
	.team-container .profil-container:nth-child(3n-2),
	.blog-publikationen-container .blog-item:nth-child(3n-2) {
  margin-left: var(--global--spacing-measure);
	}
}
@media screen and (min-width:800px) { /* 720 */
	.team-container .profil-container,
	.blog-publikationen-container .blog-item {
	flex: 0 1 calc(25% - 17px); /* 165 */
	}
	.team-container .profil-container:nth-child(3n-2),
	.blog-publikationen-container .blog-item:nth-child(3n-2) {
  margin-left: calc(1.25 * var(--global--spacing-unit));
  }
  /* 1-5-9... */
	.team-container .profil-container:nth-child(4n-3),
	.blog-publikationen-container .blog-item:nth-child(4n-3)  {
  margin-left: var(--global--spacing-measure);
	}
}


/* slider */
.metaslider {
    margin-top: calc(1.25 * var(--global--spacing-vertical))!important;
    margin-bottom: calc(1.75 * var(--global--spacing-vertical))!important;
}



@media screen and (max-width:1260px) { /* 720 */

h1, h2 {
margin-bottom: calc(0.03 * 100vw);
}
h3 {
margin-bottom: calc(0.0225 * 100vw);
}
p {
margin-bottom: calc(0.0225 * 100vw);
}


.yoast-breadcrumbs {
    margin-top: var(--global--spacing-vertical);
    margin-top:  calc(0.03 * 100vw);
    margin-bottom: calc(1.25 * var(--global--spacing-vertical));
    margin-bottom: calc(0.0475 * 100vw);
}
}




/* top-bar + header dt/mobil */
@media screen and (max-width: 899px) { 

.logo {
display:none;
}
.logo-mobil {
width: 60%;
display: inline-block;
	margin-bottom: 10px;
	padding-left:20px;
	}

#headercontainer .widget_search {
display:none;
}

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

.logo-mobil {
display: none;}



#top-bar-mobil {
    display: none;
}

}


/* logos footer */
.site-footer img {
/*max-width: 200px!important;*/
}



.nach-oben-bar {
max-width: 1340px;
padding: 0 20px;
margin: 20px auto 0 auto;
}
p.nach-oben {
text-align: right;
}


a.nach-oben::before {
content: ''; 
display: inline-block;
background:  url('images/Pfeil_nach_oben.svg');
height:25px;
width:20px;
margin-right:10px;
position: relative;
top: 4px;
}

a.nach-oben span {
text-decoration:underline;
font-weight:700;}


a.nach-oben  {
	background: transparent;
	padding: 5px 5px 5px 0px;
	color: var(--global--grauschwarz-color);
	border-radius: 0px;
  text-decoration:none;
}



body.single-mgo p.has-text-align-center {
	text-align:left;
}

body.search-results article.mitteilungen {
	border-bottom:0
}

body.search-results .blog-item {
	border-bottom: 2px solid #000;
	margin-bottom: 20px
}
body.search-results .blog-item:last-child {
	border-bottom: 0;
}

/* slider */
.metaslider {
    margin-top: 40px!important;
    margin-bottom: 56px!important;
}
