/*---------------------------------------------------------------------------------

	Theme Name: Gemeinde
    Text Domain: koji
	Version: 1.0
	Description: Based on Koji Theme. Koji is a clean and lightweight theme. Block Editor/Gutenberg support, widget areas in the sidebar and the -widgets, infinite scroll loading that can be set to load more posts on button click or when the visitor reaches the bottom of the page, settings for what post meta to display on archive pages and on single posts, icon links to social media pages, custom logo support, a search overlay that can be accessed from any page, and much more.
	Tags: two-columns, left-sidebar, grid-layout, custom-background, custom-logo, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, footer-widgets, accessibility-ready, block-styles, wide-blocks
	Author: Original KOJI by Anders Norén
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Requires PHP: 5.4
	Tested up to: 7.3
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup
	2.  Structure
	3.	Site Header / Menu
	4.	Archive
	5.	Singular
	6.  Entry Content
	7.	Comments
	8.	Page Templates
	9.	Site Pagination
	10.	Site Footer
	11. Media Queries

----------------------------------------------------------------------------------- */
div.mieten {
	display: none;
}

/* Backend Editor Hack */
body#tinymce.wp-editor {
	width: 100% !important;
	margin: 0 1%;
}

/* -------------------------------------------------------------------------------- */
/*	X. CSS Reset
/* -------------------------------------------------------------------------------- */


html, body { 
    margin: 0 !important;
    padding: 0; 
    height: 100%; 
    min-height: 100%; 
    overscroll-behavior: none;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: inherit;
	text-align: inherit;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

blockquote:before, 
blockquote:after { content:""; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Screen Reader Text */

.screen-reader-text {
	clip: rect( .1rem, .1rem, .1rem, .1rem );
	height: .1rem;
	overflow: hidden;
    position: absolute !important;
    width: .1rem;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: .3rem;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	height: auto;
	left: .5rem;
	line-height: normal;
	padding: 1.5rem 2.3rem 1.4rem;
	text-decoration: none;
	top: .5rem;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Skip Link */

.skip-link {
	background: #232D37;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 1.4rem 1.6rem;
	position: absolute;
		left: -9999rem;
		top: 2.5rem;
	z-index: 999;
}

.skip-link:focus {
	left: 50%;
	transform: translateX( -50% );
	text-decoration: none;
}

body.scroll-locked .skip-link {
	display: none;
}


/* -------------------------------------------------------------------------------- */
/*	X. Document Setup
/* -------------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
}
body {
    background: #fff;
	border: none;
    color: #232D37;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
    font-size: 1.8rem;
}

body.customizer-preview {
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

body * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
}

*:first-child { margin-top: 0; }
*:last-child { margin-bottom: 0; }

body a {
	color: inherit;
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}


a.link-intern:after {
	border-radius: 2rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	position: relative;
	top: 0.4rem;
	left: 0.5rem;
	content: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2028%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23494C2D%3B%22%20d%3D%22M14%2C0C6.26%2C0%2C0%2C6.27%2C0%2C14c0%2C7.73%2C6.26%2C14%2C14%2C14c7.73%2C0%2C14-6.26%2C14-14C28%2C6.27%2C21.73%2C0%2C14%2C0z%20M22.16%2C15.74%0A%09l-6.86%2C6.86c-0.98%2C0.98-2.55%2C0.97-3.53%2C0c-0.97-0.97-0.97-2.55%2C0-3.53l5.11-5.06l-5.11-5.17c-0.97-0.98-0.98-2.55%2C0-3.53%0A%09c0.97-0.97%2C2.55-0.98%2C3.53%2C0l6.87%2C6.87c0.46%2C0.45%2C0.74%2C1.08%2C0.74%2C1.77C22.9%2C14.66%2C22.62%2C15.29%2C22.16%2C15.74z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
}
.letter a.link-intern:after {
	border-radius: 2rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	position: relative;
	top: 0.4rem;
	left: 0.5rem;
	content: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2028%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M14%2C0C6.26%2C0%2C0%2C6.27%2C0%2C14c0%2C7.73%2C6.26%2C14%2C14%2C14c7.73%2C0%2C14-6.26%2C14-14C28%2C6.27%2C21.73%2C0%2C14%2C0z%20M22.16%2C15.74%0A%09l-6.86%2C6.86c-0.98%2C0.98-2.55%2C0.97-3.53%2C0c-0.97-0.97-0.97-2.55%2C0-3.53l5.11-5.06l-5.11-5.17c-0.97-0.98-0.98-2.55%2C0-3.53%0A%09c0.97-0.97%2C2.55-0.98%2C3.53%2C0l6.87%2C6.87c0.46%2C0.45%2C0.74%2C1.08%2C0.74%2C1.77C22.9%2C14.66%2C22.62%2C15.29%2C22.16%2C15.74z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
}
a.link-download:after {
	border-radius: 2rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	position: relative;
	top: 0rem;
	left: 0.5rem;
	content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022.8%2020%22%20style%3D%22enable-background%3Anew%200%200%2022.8%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M21.28%2C11.26c-0.84%2C0-1.52%2C0.68-1.52%2C1.53v4.16H3.05v-4.16c0-0.84-0.68-1.53-1.53-1.53%20%20%20C0.68%2C11.26%2C0%2C11.94%2C0%2C12.78v5.69C0%2C19.32%2C0.68%2C20%2C1.52%2C20h19.75c0.84%2C0%2C1.52-0.68%2C1.52-1.52c0%2C0%2C0-5.69%2C0-5.69C22.8%2C11.94%2C22.12%2C11.26%2C21.28%2C11.26z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M10.33%2C15.12c0.28%2C0.28%2C0.66%2C0.45%2C1.08%2C0.45c0.42%2C0%2C0.81-0.17%2C1.08-0.45l4.2-4.2c0.6-0.6%2C0.59-1.56%2C0-2.16%20c-0.6-0.6-1.56-0.6-2.16%2C0l-1.6%2C1.6V1.53c0-0.84-0.68-1.53-1.53-1.53c-0.84%2C0-1.52%2C0.68-1.52%2C1.53v8.84l-1.6-1.6%20%20%20c-0.6-0.6-1.56-0.6-2.16%2C0c-0.6%2C0.6-0.6%2C1.56%2C0%2C2.16L10.33%2C15.12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.group:after,
.gallery:after {
	clear: both; 
	content: "";
	display: block;
}

::selection {
	background: #232D37;
	color: #FFF;
}

*::-webkit-input-placeholder { color: #68717b; }
*:-ms-input-placeholder { color: #68717b; }
*::-moz-placeholder { color: #68717b; }


/* Fonts ------------------------------------- */
@font-face {
	font-family: 'Font Awesome 5';
	font-style: normal;
	font-weight: normal;
	src: url( './assets/font-awesome/fonts/fa-solid-900.woff2' ) format( 'woff2' ),
		 url( './assets/font-awesome/fonts/fa-solid-900.woff' ) format( 'woff' );
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url( './assets/font-awesome/fonts/fa-brands-400.woff2' ) format( 'woff2' ),
		 url( './assets/font-awesome/fonts/fa-brands-400.woff' ) format( 'woff' );
}
@font-face {
	font-family: 'Source Sans Pro';
	src: local('Source Sans Pro Extra Light'), local('Source-Sans-Pro-Extra-Light'),
		url('./assets/fonts/SourceSansPro-ExtraLight.woff2') format('woff2'),
		url('./assets/fonts/SourceSansPro-ExtraLight.woff') format('woff'),
		url('./assets/fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: local('Source Sans Pro Light'), local('Source-Sans-Pro-Light'),
		url('./assets/fonts/SourceSansPro-Light.woff2') format('woff2'),
		url('./assets/fonts/SourceSansPro-Light.woff') format('woff'),
		url('./assets/fonts/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: local('Source Sans Pro Regular'), local('Source-Sans-Pro-Regular'),
		url('./assets/fonts/SourceSansPro-Regular.woff2') format('woff2'),
		url('./assets/fonts/SourceSansPro-Regular.woff') format('woff'),
		url('./assets/fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: local('Source Sans Pro Semi Bold'), local('Source-Sans-Pro-Semi-Bold'),
		url('./assets/fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
		url('./assets/fonts/SourceSansPro-SemiBold.woff') format('woff'),
		url('./assets/fonts/SourceSansPro-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	}
@font-face {
	font-family: 'Source Sans Pro';
	src: local('Source Sans Pro Bold'), local('Source-Sans-Pro-Bold'),
		url('./assets/fonts/SourceSansPro-Bold.woff2') format('woff2'),
		url('./assets/fonts/SourceSansPro-Bold.woff') format('woff'),
		url('./assets/fonts/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}



/* -------------------------------------------------------------------------------- */
/*	X.	Structure
/* -------------------------------------------------------------------------------- */
.section-inner {
	margin: 0 auto 0 0;
	width: 100%;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Element Base
/* -------------------------------------------------------------------------------- */


p {
	line-height: 1.5;
	margin: 0 0 1em 0;
	hyphens: auto;
	-webkit-hyphenate-character: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	letter-spacing: -0.005em;
	line-height: 1.3;
	margin: .75em 0 .4em;
}

h1 { font-size: 2.8rem;	text-transform: uppercase; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.9rem; }
h4, h5, h6 { font-size: 1.8rem; }
h6 {
	color: #c0c03a;
	font-weight: bold;
}
em,
i,
q,
dfn {
	font-style: italic;
}

b,
strong {
	font-weight: 600;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}


/* Separators ------------------------------------- */
hr {
	border: none;
	border-top: .2rem solid #E0E4E7;
}
hr.green {
	border-top: .2rem solid #CDC02B;
}
hr.orange {
	border-top: .2rem solid #fe9914;
}

/* Lists ------------------------------------- */
ul,
ol {
	margin: 0 0 1.25em 2em;
}

ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }

ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }

li {
	line-height: 1.5;
	margin: 1rem 0;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
ul.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ul.reset-list-style ul,
ul.reset-list-style ol,
.reset-list-style,
ol.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ol.reset-list-style ul,
ol.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt {
	font-weight: 600;
}

dd + dt {
	margin-top: 1.5rem;
}

dd {
	line-height: 1.5;
}
/* Forms */
.hinweis {
	line-height: 6rem;
}



/* Accordion --------------------------------- */
/*
orange #fe9914
grün #CDC02B
footer #3e3e1e / rgb(62,62,30)
*/
.events-list {
	background: rgba(62,62,30,0.75);
	padding: 1.3rem;
}
.letter-item {
	background: #3e3e1e;
	padding: 0;
	margin: 0 0 2rem 0;
}
.letter-item a {
	background: transparent;
	color: #fff;
	text-decoration: none;
	display: flex;
}

.letter-item .title {
	font-size: 2rem;
	padding: 0.8rem 1.4rem;
}
.letter-item .title h3 {
	font-size: 2.4rem;
}
.letter-item .svg {
	background: #CDC02B;
	padding: 1rem 4rem;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	color: #3e3e1e;
	white-space: nowrap;
}
.letter-item .svg svg {
	width: 2.4rem;
	height: 2.4rem;
	position: relative;
	top: 1rem;
	left: 1rem;
	font-size: 2.7em;
	text-align: center;
	background: none;
	transition: all 0.35s;
}
.events-list > ul,
.letters-list {
	list-style: none;
	margin: 0rem 0rem 2rem;
}
.events-list > ul > li {
	display: inline-block;
	background: #fff;
	padding: .4rem 1.2rem;
	margin: 0rem;
	font-weight: 600;
}
.events-list > ul > li > * {
	display: block;
	line-height: 2.5rem;
	margin: 0rem;
	text-decoration: none;
	font-size: 1.8rem;
}
.event-row {
	margin-bottom: 1.3rem;
}
.date-tag {
	flex: none;
	position: relative;
	width: 6rem;
	margin-right: 0;
	border: none;
	border-right: 0.8rem solid rgba(62,62,30,0.75);
}
.datetime {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: var(--tec-spacer-0);
	text-align: center;
	text-transform: uppercase;
}
.date-tag-weekday {
	padding: 0.1rem 0rem;
	font-size: 2rem;
	font-weight: 400;
}
.date-tag-daynum {
	background-color: #fff;
	font-weight: 600;
	padding: 0.5rem 0rem;
}

.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 0;
	background: white; 
	font-weight: 600;
	cursor: pointer;
	margin: 0;
}
.tab-label > span {
	color: #2c3e50;
	flex: 1;
	padding: 0.8rem 1.4rem;
}
.tab-label:hover > span {
	color: #2c3e50;
}
.tab-label > svg {
	width: 2.4rem;
	height: 2.4rem;
	position: relative;
	top: 0.8rem;
	right: 0.6rem;
	font-size: 2.7em;
	text-align: center;
	background: none;
	transition: all 0.35s;
}
.event-row .fremdveranstaltung svg path:first-child {
	fill: #fe9914;
}
.event-row .gottesdienste svg path:first-child {
	fill: #CDC02B;
}
.tab-content {
	max-height: 0;
	background: transparent;
	position: relative;
	transition: all 0.35s;
	overflow: hidden;
	margin: 0rem 0rem 0rem 6rem !important;
}
.tab-content p {
	padding: 1.4rem 1.4rem 2rem;
	margin: 0 !important;
}
.tab-content .youtube-poster {
	width: 100%;
	height: auto;
	margin: 1.5rem;
	display: inline-block;
}
.tab-content .youtube-video {
	background-color: #000;
	position: relative;
	cursor: pointer;	
}
.tab-content .link-intern {
	padding: 0rem 2rem 2rem;
	float: right;
	text-decoration: none;
	font-weight: 500;
}
.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 1.25em;
	background: #2c3e50;
	cursor: pointer;
}
.tab-close:hover {
	color: #1a252f;
}
input.tab-check {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
input:checked + .tab-label {
	color: #1a252f;
	background-color: white;
}
input:checked + .tab-label::after,
input:checked + .tab-label > svg {
/*	transform: rotate(90deg);*/
}
input:checked ~ .tab-content {
	max-height: 100vh;
}
.tab-label .svg-plus {
	display: block;
}
.tab-label .svg-minus {
	display: none;
}
input:checked + .tab-label > svg.svg-plus {
	display: none;
}
input:checked + .tab-label > .svg-minus {
	display: block;
}

.service-item {
	background: #CDC02B;
	padding: 0;
	margin: 0 0 2rem 0;
}
.service-item > label {
	background: transparent;
}
.service-item input:checked + .tab-label {
	background: transparent;
}
.service-item .tab-label > span,
.service-item .tab-label:hover > span {
	color: #fff;
	margin-left: 9.6rem;
	background: #3e3e1e;
	font-weight: 400;
}
.archive-services {
	padding: 1.3rem;
	background: rgba(62,62,30,0.75);
}
.archive-services .service-item {
	background: none;
	padding: 0;
	margin: 0;
}
.archive-services .service-item > label {
	background: transparent;
	margin: 2rem 0;
}

.archive-services .service-item .tab-label > span,
.archive-services .service-item .tab-label:hover > span { 
	margin-left: 0;
}
.service-item .tab-label > svg {
	margin-left: 2rem;
}

.service-item .service-title {
	font-size: 110%;
}
.service-item .service-date {
	flex: unset;
	padding-left: 0rem;
}

.service-item .tab-content {
	background: #3e3e1e;
	margin-bottom: 2rem;
	margin-left: 14rem !important;
	display: flex;
	flex-wrap: wrap;
}
.archive-services .service-item .tab-content {
	max-height: 100% !important;
	margin: 0px !important;
}
.service-item .tab-content.iframe-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.service-item .tab-content iframe {
	/*padding: 0.8rem 1.4rem;*/
	flex-basis: 100%;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.archive-services .service-item .tab-content iframe {

	flex-basis: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.service-item .tab-content dl {
	padding: 0.8rem 1.4rem;
	flex-basis: 50%;
	color: #fff;
}

.wp-block-pb-accordion-item.c-accordion__item.js-accordion-item {
	border: 2px solid #CDC02B;
	border-bottom: 2px solid #fe9914;
	margin-bottom: 2.3rem;
	padding: 1rem 1rem 0rem;
}
.c-accordion__title:after {
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-color: #3e3e1e;
	content: url("data:image/svg+xml,%3Csvg%20class%3D%22svg-plus%22%20height%3D%2222%22%20width%3D%2222%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%3E%3Cg%3E%3Cpath%20d%3D%22M7.793%2B0C3.488%2B0%2B0%2B3.491%2B0%2B7.796C0%2B12.102%2B3.488%2B15.591%2B7.793%2B15.591C12.098%2B15.591%2B15.59%2B12.101%2B15.59%2B7.796C15.59%2B3.491%2B12.098%2B0%2B7.793%2B0%22%20fill%3D%22%233e3e1e%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.849%2B9.5L9.037%2B9.5L9.037%2B12.732C9.037%2B13.409%2B8.489%2B13.959%2B7.811%2B13.959C7.133%2B13.959%2B6.584%2B13.409%2B6.584%2B12.732L6.584%2B9.5L3.74%2B9.5C2.97%2B9.5%2B2.348%2B8.877%2B2.348%2B8.108C2.348%2B7.338%2B2.97%2B6.715%2B3.74%2B6.715L6.584%2B6.715L6.584%2B3.574C6.584%2B2.898%2B7.133%2B2.348%2B7.811%2B2.348C8.489%2B2.348%2B9.037%2B2.898%2B9.037%2B3.574L9.037%2B6.715L11.849%2B6.715C12.62%2B6.715%2B13.24%2B7.338%2B13.24%2B8.108C13.24%2B8.877%2B12.619%2B9.5%2B11.849%2B9.5Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.is-open > .c-accordion__title:after {
	content: url("data:image/svg+xml,%3Csvg%20class%3D%22svg-minus%22%20height%3D%2222%22%20width%3D%2222%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%3E%3Cg%3E%3Cpath%20d%3D%22M7.795%2B0C3.488%2B0%2B0%2B3.49%2B0%2B7.796C0%2B12.103%2B3.488%2B15.592%2B7.795%2B15.591C12.099%2B15.591%2B15.591%2B12.103%2B15.591%2B7.796C15.591%2B3.491%2B12.099%2B0%2B7.795%2B0%22%20fill%3D%22%233e3e1e%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.85%2B9.499L9.038%2B9.499L6.586%2B9.499L3.742%2B9.499C2.972%2B9.499%2B2.35%2B8.877%2B2.35%2B8.107C2.35%2B7.339%2B2.972%2B6.714%2B3.742%2B6.714L6.586%2B6.714L9.038%2B6.714L11.85%2B6.714C12.621%2B6.714%2B13.241%2B7.337%2B13.241%2B8.107C13.241%2B8.877%2B12.62%2B9.499%2B11.85%2B9.499Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
/* Quotes ------------------------------------ */

blockquote {
	border-color: #DCDFE2;
	border-style: solid;
	border-width: 0 0 0 .2rem;
	margin: 0 0 1.25em 0;
	padding: .25em 0 .25em 1.5em;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

cite {
	display: block;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	margin: 1em 0 0;
}

/* Code -------------------------------------- */

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, monospace;
}

kbd,
pre,
samp {
	background: #F0F1F2;
	border-radius: .2rem;
	font-size: .9em;
	padding: .4rem .6rem;
}

pre {
	border-radius: .4rem;
	line-height: 1.5;
	padding: 1em;
}


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

svg,
img {
	display: block;
}

svg,
img,
embed,
iframe,
object {
	height: auto;
	max-width: 100%;
}

.wp-caption {
	display: block;
	margin-bottom: 3rem;
	max-width: 100%;
}

.wp-caption img,
.wp-block-image img {
	width: 100%;
}

.alignleft,
.alignright {
	margin: .4rem 0 2rem 0;
	max-width: 50%;
}

.alignleft {
	float: left;
	margin-right: 2.5rem;
}

.alignright {
	float: right;
	margin-left: 2.5rem;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
	width: 100%;
}

.aligncenter,
.alignnone,
.alignwide,
.alignfull {
	margin: 3rem auto;
}

.alignfull,
.alignwide {
	max-width: none;
}

.alignfull {
	position: relative;
		left: calc( 50% - 50vw );
	width: 100vw;
}

.alignfull figcaption,
.alignfull .wp-caption-text {
	padding: 0 5%;
}

figcaption,
.entry-content figcaption,
.wp-caption-text {
	color: #68717b;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 1.5rem 0 0;
}

figcaption a,
.wp-caption-text a {
	display: inline;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem -.5rem 2rem;
	padding: 0;
}

.gallery + .gallery {
	margin-top: -2rem;
}

.gallery .gallery-item {
	display: block;
	float: left;
	margin: 0 0 1rem;
	padding: 0 .5rem;
	position: relative;
	width: 50%;
}

.gallery-columns-1 .gallery-item { width: 100%; }

.gallery .wp-caption-text {
	display: none;
}

.gallery .gallery-item a {
	display: block;
	line-height: 0;
}

.gallery img {
	width: 100%;
}


/* Fieldset ------------------------------------ */

fieldset {
	border: .2rem solid #DCDFE2;
	padding: 1.5rem;
}

fieldset legend {
	color: #68717b;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0 1rem;
}


/* Inputs ------------------------------------ */

label {
	color: #68717b;
	color: inherit;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 .8rem 0;
}

input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	max-width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: .1rem solid #DCDFE2;
	border-radius: .4rem;
	box-shadow: none;
	display: block;
	margin: 0;
	max-width: 100%;
	padding: 1.6rem 1.8rem;
	transition: border-color .15s linear;
	width: 100%;
	word-break: normal;
}

input[type="file"] {
	font-size: 1.4rem;
	width: 100%;
}

textarea {
	height: 20rem;
	line-height: 1.5;
	width: 100%;
}

textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
	border-color: #68717b;
	outline: none;
}

select {
	background: #fff url( ./assets/images/icons/arrow-right.svg ) no-repeat;
	background-position: calc( 100% - 1.4rem ) center;
	border-radius: .2rem;
	border: .1rem solid #e1e1e5;
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 1.5rem 4rem 1.5rem 1.8rem;
	-webkit-appearance: none;
	width: 100%;
}

*::-webkit-input-placeholder { color: #68717b; }
*:-ms-input-placeholder { color: #68717b; }
*::-moz-placeholder { color: #68717b; }

button,
.faux-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #bcbc09 !important;
	border: none !important;
	border-radius: 0 !important;
	color: #3e3e1e !important;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 1.6rem 2.6rem 1.7rem;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: opacity .15s linear;
}

.cky-preference button {
	background: transparent !important;
}
input[type="button"] + input[type="button"],
input[type="button"] + input[type="reset"],
input[type="reset"] + input[type="button"],
input[type="submit"] + input[type="submit"],
input[type="submit"] + input[type="reset"],
input[type="reset"] + input[type="submit"] {
	margin-left: 1rem;
}

button:hover,
.faux-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
	opacity: .9;
}

button:focus,
.faux-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	text-decoration: underline;
}

button:disabled,
.button.disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
	background: #99999E;
	cursor: default !important;
}

button:disabled:hover,
.button.disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover {
	opacity: 1;
}


/* Tables ------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 0.85em;
	margin-bottom: 3rem;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

th,
td {
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 2.5%;
}

caption {
	border-bottom: .1rem solid #E0E4E7;
	font-weight: 600;
	padding-bottom: 2.5%;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	border-bottom: .1rem solid #E0E4E7;
	font-weight: 600;
}

tbody > tr:nth-child(even) {
	background-color: #EFF1F3;
}


/* Transitions ------------------------------------ */

a {
	transition: color .15s linear, background-color .15s linear, opacity .15s linear;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Helper Classes
/* -------------------------------------------------------------------------------- */


/* Toggles ----------------------------------- */

button.toggle {
	background-color: transparent;
}

.toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	position: relative;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	user-select: none;
}


/* Color Classes ----------------------------- */

/* TEXT COLOR */

.color-black { color: #232D37; }

.color-darkest-gray { color: #4B555F; }
.color-darker-gray { color: #68717B; }
.color-gray { color: #9BA5AF; }

.color-light-gray { color: #DCDFE2; }
.color-lightest-gray { color: #E6E9EC; }

.color-white { color: #fff; }

/* BACKGROUND COLOR */

.bg-color-black { background-color: #232D37; }

.bg-color-darkest-gray { background-color: #4B555F; }
.bg-color-darker-gray { background-color: #68717B; }
.bg-color-gray { background-color: #9BA5AF; }

.bg-color-light-gray { background-color: #DCDFE2; }
.bg-color-lightest-gray { background-color: #E6E9EC; }

.bg-color-white { background-color: #fff; }


/* Typography Classes ----------------------------- */

.lining-numerals {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
}

.hanging-quotes {
	hanging-punctuation: first;
}

.slashed-zero {
	font-feature-settings: "zero";
	font-variant-numeric: slashed-zero;
}

.transform-uppercase {
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

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


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

ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -1.2rem -1.2rem;
}

ul.social-icons li {
	margin: 0 0 1.2rem 1.2rem;
}

.social-icons a,
.social-icons button {
	align-items: center;
	background: #E6E9EC;
	border-radius: 50%;
	color: #5F6973;
	display: flex;
	height: 4.4rem;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: color .15s linear, background-color .15s linear, box-shadow .15s linear, transform .15s linear;
	width: 4.4rem;
}

.social-icons button:hover,
.social-icons a:hover,
.social-icons button:focus,
.social-icons a:focus {
	transform: scale( 1.15 );
	text-decoration: none;
}

.social-icons button.active {
	background-color: #68717b;
	color: #fff;
}

.social-icons a::before {
	content: '\f0c1';
	display: block;
	font-family: 'Font Awesome 5';
	font-size: 1.9rem;
}

.s-icons a[href*="unsplash.com"]::before { content: '\f030'; font-family: 'Font Awesome 5'; }
.s-icons a[href*="mailto"]::before { content: '\f0e0'; font-family: 'Font Awesome 5'; }


/* Post Meta ----------------------------- */

.post-meta {
	color: #68717b;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	font-weight: 400;
	list-style: none;
	margin: -.8rem 0 0 -1.6rem;
}

.post-meta li {
	font-weight: inherit;
	margin: .8rem 0 0 1.6rem;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.post-meta .meta-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-right: .7rem;
}

.post-meta img {
	opacity: .6;
	transition: opacity .15s linear;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
	width: 1.6rem;
}

.post-meta .post-author img { width: 1.5rem; }
.post-meta .post-sticky img,
.sticky .post-meta .post-sticky img { width: 1.2rem; }

.post-meta .post-comment-link img {
	position: relative;
		top: .1rem;
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* STACK MOBILE */

.post-meta.stack-mobile {
	display: block;
}

.post-meta.stack-mobile .meta-icon {
	width: 1.8rem;
}


/* Cover Modals ------------------------------- */

.cover-modal {
	background: #fff;
	display: none;
	opacity: 1;
	overflow: auto;
	position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	z-index: 9999;
}

@media ( max-width: 782px ) {
	.showing-admin-bar .cover-modal {
		top: 46px;
	}
}
@media ( min-width: 782px ) {
	.showing-admin-bar .cover-modal {
		top: 32px;
	}
}

.cover-modal.active {
	display: block;
}

/* Loading Animation ------------------------------- */

.loader {
	animation: spin 1.4s linear infinite;
    border: .5rem solid #DCDFE2;
	border-radius: 50%;
    border-top: .5rem solid #68717b;
    height: 4.4rem;
	margin: auto;
    width: 4.4rem;
}

.loader.small {
	height: 3rem;
	width: 3rem;
}


/* Animations ------------------------------- */

@keyframes spin {
    0% { 	transform: rotate( 0deg ); }
    100% { 	transform: rotate( 360deg ); }
}

@keyframes spinQuarter {
    0% { 	transform: rotate( 0deg ); }
    100% { 	transform: rotate( 90deg ); }
}

@keyframes spinHalf {
    0% { 	transform: rotate( 0deg ); }
    100% { 	transform: rotate( 180deg ); }
}

@keyframes pop {
	0% { 	transform: scale( 1 ); }
	50% { 	transform: scale( 1.25 ); }
	100% { 	transform: scale( 1 ); }
}

@keyframes popIn {
	0% { 	transform: scale( 0.3 ); opacity: 0; }
	70% { 	transform: scale( 1.1 ); opacity: 1; }
	100% { 	transform: scale( 1.0 ); }
}

@keyframes side_shake {
	0% { 	transform: translate( .8rem ); }
	20% { 	transform: translate( -.8rem ); }
	40% { 	transform: translate( .6rem ); }
	60% { 	transform: translate( -.4rem ); }
	80% { 	transform: translate( .2rem ); }
	100% { 	transform: translate( 0 ); }
}


/* Spotted Animations ------------------------------- */

/* PULL */

.spot-animation-fade-pull-up.will-be-spotted:not(.spotted) {
	opacity: 0;
	transform: translateY( 10vh );
	transition: none;
}

.spot-animation-fade-pull-up.will-be-spotted.spotted {
	opacity: 1;
	transform: translateY( 0 );
	transition: opacity .5s ease-out, transform .5s ease-out;
}

/* SCALE */ 

.spot-animation-scale-up.will-be-spotted:not(.spotted) {
	transform: scale( 0 );
	transition: none;
}

.spot-animation-scale-up.will-be-spotted.spotted {
	animation: popIn .4s 1 linear;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Site Header
/* -------------------------------------------------------------------------------- */

/*
orange #fe9914
grün #CDC02B
footer #3e3e1e
*/

#site-header {
	background: #fff;
	overflow: auto;
	position: relative;
	z-index: 999;
}

.header-top a {
	text-decoration: none;
}
.header-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0;
	position: relative;
	margin-top: 16px;
	background-color: white;
	flex-direction: column;
}
.topline {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 16px;
	border-top: 2px solid #fe9914;
	background-color: #3e3e1e;
	border-bottom: 10px solid #CDC02B;
}

.custom-logo-link {
	display: block;
	position: relative;
	clear: both;
	height: 11rem;
}
.has-siegel .custom-logo-link {
	height: 21rem;
}
.custom-logo-link img {
	height: auto;
	width: 67%;
	margin: 0em 0em 0.25em 0em;
	float:left;
}
.custom-logo-link .logo_siegel {
	height: auto;
	width: 14rem;
	position: relative;
	top: 5rem;
	left: -44rem;
}
.site-title {
	font-size: 3.3rem;
	font-weight: 400;
	line-height: 1.25;
	margin: 2rem auto 0;
	width: 1000px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}

.site-title a:hover,
.site-title a:focus {
	color: #4B555F;
}
.site-title .custom-logo-link span {
	max-width: 58rem;
}
.site-title .custom-logo-link span img {
	display: inline-block;
	vertical-align: text-top;
	margin-left: 2rem;
}
.header-inner {
	display: none;
}

.site-description {
	color: #4B555F;
	font-size: 1.8rem;
	margin-bottom: 5rem;
	max-width: 32rem;
}
.site-title > a {
	width: 70%;
	display: block;
}
.social-menu-wrapper {
	margin-top: 4rem;
}

.no-js .search-toggle-wrapper {
	display: none;
}

.social-icons .search-toggle:before {
	content: none;
}

.social-icons .search-toggle {
	background-image: url( ./assets/images/icons/spyglass-gray.svg );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2rem;
}

.social-icons .search-toggle.active {
	background-image: url( ./assets/images/icons/spyglass-white.svg );
}


/* Sidebar Widgets ------------------------------- */
.widget.hard-coded,
.wp-block-button.hard-coded {
	margin-top: 3rem;
}

.wp-container-1 {
	gap:0 !important;
}

.widget.hard-coded .wp-block-button {
	background-color:#fe9914;
	color: #fff;
	border-radius: 0;
	width: 100%;
	font-size: 2.8rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 100%;
	text-decoration: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	padding: 2rem;
	text-align: center;
}
.widget.hard-coded .wp-block-button hr {
	border: 0px;
	border-top: 3px solid #3e3e1e;
	margin: 0.7rem 4rem;
}
.widget.hard-coded .side-left svg {
	height: 7rem;
	width: auto;
	float:left;
	margin: -0.7rem -3rem 0rem 1.5rem;
}
.widget.hard-coded .side-left span {
	word-break: none;
}

.sidebar-widgets {
	margin-top: 2rem;
}
.sidebar-widgets .wp-block-button {
	width: 100%;
}
.sidebar-widgets .wp-block-button__link {
	border-radius: 0;
	width: 100%;
	font-size: 2.8rem;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Site Navigation
/* -------------------------------------------------------------------------------- */


/* Navigation Toggle ------------------------------- */
ul.site-nav {
	background-color: #CDC02B;
	padding-bottom: 2.2rem;
}
.nav-toggle {
	height: 2.8rem;
	padding: 0;
	width: 2.8rem;
	margin: 1rem 0rem;
	position: relative;
	opacity: 0.8;
	z-index: 9999;
	transition: all .05s linear;
	border-radius: 0.8rem !important;
}

.no-js .nav-toggle {
	display: none;
}
/*
.nav-toggle label {
	color: #232D37;
	cursor: pointer;
	display: block;
	font-weight: 600;
	position: absolute;
		left: 3.3rem;
		left: 5rem;
		top: 50%;
	transform: translateY( -50% );
	white-space: nowrap;
}
*/
.nav-toggle:not(.active) .hide { display: none; }
.nav-toggle.active .show { display: none; }

.nav-toggle .bars {
	height: 1.4rem;
	position: absolute;
		left: 0;
		left: .6rem;
		top: calc( 50% - 0.75rem );
	width: 1.6rem;
}

.nav-toggle .bar {
	background: #FFF;
	border-radius: .5rem;
	display: block;
	height: .35rem;
	position: absolute;
		right: 0;
		top: calc( 50% - .1rem );
	transition: transform 0.2s ease-in, opacity 0s ease-out 0.2s, margin 0.2s ease-out 0.2s;
	width: 100%;
}

.nav-toggle .bar:nth-child(1) { margin-top: -.6rem; }
.nav-toggle .bar:nth-child(3) { margin-top: .6rem; }

.nav-toggle:focus label {
	text-decoration: underline;
}

.nav-toggle.active .bar {
	transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-out 0.25s;
}

.nav-toggle.active .bar:nth-child(1) {
	margin-top: -0.1rem;
	transform: rotate( 45deg );
}

.nav-toggle.active .bar:nth-child(2) {
	opacity: 0;
}

.nav-toggle.active .bar:nth-child(3) {
	margin-top: -0.1rem;
	transform: rotate( -45deg );
}

/* Mobile Menu ----------------------------- 

.mobile-menu-wrapper {
	background: #fff;
	display: none;
	overflow: auto;
	padding: 9.2rem 0 0 0;
	position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
	z-index: 99;
}

.mobile-menu-wrapper.active {
	display: flex;
	top: 26.5rem;
}

.mobile-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
}

.mobile-menu-wrapper .mobile-menu-top,
.mobile-menu-wrapper .social-menu-wrapper {
	padding-bottom: 4rem;
}

.mobile-menu-wrapper .social-menu-wrapper {
	margin-top: 0;
}

.no-js .mobile-menu-wrapper {
	opacity: 1;
	padding: 0 0 3rem;
	position: static;
}

*/
/* Primary Menu ----------------------------- */

.site-nav li {
	position: relative;
	color: #232D37;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 0.8;
	margin: 0;
	display: block;
	padding: 2.2rem 2.2rem 0rem 0rem;
}

.site-nav a {
	line-height: 80%;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	transition: all 0.2s ease-in-out;
	padding: 0rem 0rem 0rem 2.2rem;
}
.site-nav .current-menu-item .sub-menu,
.site-nav .current-menu-parent .sub-menu,
.site-nav .sub-menu.opened {
	height: auto;
	max-height: 500px;
}
.site-nav li .sub-menu {
	max-height: 0px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	margin: 0rem 2.2rem 0rem 0rem;
	left: 4.2rem;
	letter-spacing: -1px;
}
.site-nav li .sub-menu li {
	padding: 1.6rem 0rem 0rem 0rem;
}
.site-nav li .sub-menu a {
	padding: 0;
	font-weight: 400;
	letter-spacing: 0.003rem;
	font-size: 88%;
}
.site-nav li .sub-menu a span {
	margin-left: 2.2rem;
}
.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current-menu-parent > a {
	border-bottom: 4px solid white;
	color: #000;
	font-weight: 400;
}



/* Checkboxes */
.site-nav .menu-item-has-children label,
.site-nav .menu-item-has-children [type="checkbox"] {
	position: absolute;
	right: 2.2rem;
	top: 2rem;
	width: 2.2rem;
	height: 2.2rem;
	z-index: 1;
	-webkit-appearance: none;
	outline: none;
}

.site-nav .menu-item-has-children label {
	display: block;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
.site-nav .menu-item-has-children label svg {
	height: 2.2rem;
	width: 2.2rem;
}
.site-nav .menu-item-has-children label.open .svg-minus,
.site-nav .menu-item-has-children label .svg-plus,
.site-nav .menu-item-has-children.current-menu-item .svg-minus {
	display: block;
}
.site-nav .menu-item-has-children label .svg-minus,
.site-nav .menu-item-has-children label.open .svg-plus,
.site-nav .menu-item-has-children.current-menu-item .svg-plus {
	display: none;
}
.social-menu {
	display: block;
	width: 100rem;
	position: relative;
	margin: 0 auto;
	height: 0.5rem;
	top: 1rem;
}
.social-menu ul {
	list-style: none;
	display: inline-block;
	width: auto;
	float:right;
}
.social-menu ul li,
.social-menu ul li a {
	display: inline-block;
	height: 2.8rem;
	width: 2.8rem;
	position: relative;
	z-index: 2;
}
.social-menu ul li a svg .st0 {
	fill: #cdc02b !important;
}

/*
.site-nav .menu-item-has-children label:before {
	background-color: #fff;
	font-size: 2.2rem;
	font-family: "Font Awesome 5";
	color: #fe9914;
	border-radius: 50%;
	content: "\f055";
}
.site-nav .menu-item-has-children label.open:before {
	content: "\f056";
}
*/
/* Search Overlay ------------------------------- */

.search-overlay.active,
.search-overlay-form-wrapper,
.search-overlay form {
	align-items: center;
	display: flex;
	justify-content: center;
}

.search-overlay {
	align-items: stretch;
}

.search-untoggle {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 1.5rem;
	position: absolute;
		top: 0;
		right: 0;
}

.search-untoggle-inner {
	background: transparent;
	border-radius: 999rem;
	padding: 1.5rem;
	transition: background-color .15s linear;
}

.search-untoggle:hover .search-untoggle-inner,
.search-untoggle:focus .search-untoggle-inner {
	background: #E6E9EC;
}

.search-overlay label {
	flex-shrink: 0;
	margin: 0;
}

.search-overlay img {
	height: 2.4rem;
	width: 2.4rem;
}

.search-overlay label img {
	margin-right: 1.2rem;
}

.search-overlay .search-field {
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 0;
	width: 20rem;
}

.search-overlay .search-field::-webkit-input-placeholder { color: inherit; }
.search-overlay .search-field:-ms-input-placeholder { color: inherit; }
.search-overlay .search-field::-moz-placeholder { color: inherit; }


/* -------------------------------------------------------------------------------- */
/*	X.	Post: Archive
/* -------------------------------------------------------------------------------- */


.posts {
	margin-bottom: -3rem;
	opacity: 0;
	padding: 3rem 0;
}

.no-js .posts {
	opacity: 1;
}


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

.preview.archive-header a { text-decoration: underline; }
.preview.archive-header a:hover,
.preview.archive-header a:focus { text-decoration: none; }

.archive-header-mobile {
	padding: 4rem 0;
}

.archive-header-desktop {
	display: none;
}

.archive-header .subheading {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 8rem;
}

.archive-title {
	margin: 0;
}

.archive-description {
	font-size: 1.5rem;
	margin: 1.3rem 0 0;
}

.archive-description p {
	line-height: 1.4;
}


/* Preview ----------------------------- */

.grid-sizer, .preview {
	width: 100%;
	width: 50%;
}


.no-js .grid-sizer {
	display: none;
}

.front-page {
	margin-top: 3rem;
}
.front-page.featured-posts .dark {
	color: #494C2D;
	font-weight: 600;
}
.preview-wrapper {
	display: block;
	position: relative;
/*	width: 100%; */
	margin-bottom: 3rem;
	margin-right: 3rem;
}
.letter .preview-wrapper {
	/* grün */
	border-top: .3rem solid #fe9914;
	text-align: center;
}
.service .preview-wrapper,
.predigt .preview-wrapper {
	/* dunkel */
	border-top: .3rem solid #fe9914;
	text-align: center;
}
.termin .preview-wrapper {
	/* dunkel */
	border-top: .3rem solid #c9c93a;
	text-align: center;
}
.front-page.featured-posts .featured-background {
	/* bezug: site-content 64,5, gap 3, 4:3 Format */
	height: calc(30.75rem * 3 / 4);
	position: relative;
	padding: 1rem 2rem 2rem;
	display: flex;
	flex-direction: column;
	color: #fff;
}
.front-page.featured-posts .letter .featured-background {
	/* orange */
	border-top: .3rem solid #c9c93a;
	background: #3e3e1e;
}
.front-page.featured-posts .service .featured-background,
.front-page.featured-posts .predigt .featured-background {
	/* orange */
	border-top: .3rem solid #3e3e1e;
	background: #c9c93a;
}
.front-page.featured-posts .termin .featured-background {
	/* dunkel */
	border-top: .3rem solid #3e3e1e;
	background: #fe9914;
}
	
.front-page.featured-posts .preview-title {
	position: relative;
	background: transparent;
	font-size: 2.8rem;
	border-bottom: .3rem solid #3e3e1e;
	padding: 0;
	min-height: unset;
	text-shadow: unset;
	line-height: 5rem;
	margin: -1rem 0rem 1rem 0rem;
}
.front-page.featured-posts .letter .preview-title {
	border-bottom: .3rem solid #fe9914;
}
.front-page.featured-posts .title {
	flex-grow: 2;
	font-size: 2.4rem;
}
.front-page.featured-posts .desc {
	flex-grow: 2;
	font-size: 2.4rem;
	font-weight: 400;
}
.front-page.featured-posts .link-intern {
	color: #3e3e1e;
	font-weight: 500;
	display: block;
	width: 100%;
	text-align: right;
	
	padding: 0.2rem 2rem 0.5rem;
	margin-left: -2rem;
	background: #c9c93a;
	position: absolute;
	bottom: 0;
}
.front-page.featured-posts .letter .link-intern {
	color: #fff;
	background: #3e3e1e;
}	
.front-page.featured-posts .link-download {
	font-weight: 500;
	display: block;
	width: 100%;
	text-align: right;

	padding: 0.2rem 2rem 0.5rem;
	margin-left: -2rem;
	background: #3e3e1e;
	position: absolute;
	bottom: 0;
}

.front-page.featured-posts .svg a {
	display: flex;
	flex-direction: row;
	align-self: flex-end;
	gap: 1rem;
}
.front-page.featured-posts svg {
	height: 2.2rem;
	width: 2.2rem;
}
.front-page.featured-posts .letter .link-intern::after {
	fill: #fff;
	filter: grayscale(0%);
}
.preview a {
	text-decoration: none;
}

.preview-image {
	position: relative;	
	display: block;
	transition: opacity .15s linear;
}

.preview-image:focus {
	opacity: .75;
}

.preview-image img {
	width: 100%;
}

.preview-inner {
	position: relative;
	padding: 0;
	font-size: 80%;
}
.preview-inner p {
	margin:0;
	font-size: 1.8rem;
	text-align: left;
}
.preview-inner a.readon {
	display: inline-block;
	float: right;
	width: 1.6rem;
	height: 1.6rem;
	padding: 0;
	margin-top: -1rem;
}
.preview-inner a.readon svg {
	background-color: #fe9914;
	border-radius: 50%;
	color: white;
	position: relative;
	top:-10px;
}
.preview-title {
	background-color: rgba(201,201,58,0.65);
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 0.3rem rgb(0,0,0,0.5);
	font-size: 2rem;
	padding: 0.6rem 0.3rem 0rem 0.3rem;
	position: absolute;
	z-index: 1;
	bottom: 0;
	min-height: 6.6rem;
	height: auto;
	width: 100%;
}
h2.preview-title {
	margin-bottom: 0;
}

.preview-title:last-child {
	margin-bottom: 0;
}

.preview-title a:hover,
.preview-title a:focus {
	color: #232D37;
}

.post-meta-preview {
	margin-bottom: 1rem;
}

.preview .post-meta {
	margin-top: -.6rem;
}

.preview .post-meta li {
	margin-top: .6rem;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Post: Single
/* -------------------------------------------------------------------------------- */

.featured-media img {
	width: 100%;
}

.post-inner {
	padding: 0 0 6rem;
	padding: 0;
}
/*
.has-post-thumbnail .post-inner {
	padding-top: 4rem;
}
*/
.post-header .post-title {
	margin-bottom: 2.35rem;
	margin-bottom: 1.8rem;
}

.post-meta-single {
	margin-top: 3rem;
}

.post-meta-single .meta-icon {
	margin-right: 1rem;
}

.post-meta-single img { opacity: .65; }

section.featured-posts {
	margin-right: -3rem;
/*	column-count: 2;
	column-gap: 3rem;
	flex-direction: column;*/
}
/* Pagination ----------------------------- */

.pagination-single {
	margin-top: 6rem;
}

.pagination-single a {
	align-items: center;
	color: #68717b;
	display: flex;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.25;
	text-decoration: none;
}

.pagination-single a + a {
	margin-top: 1.5rem;
}

.pagination-single .arrow {
	align-items: center;
	background: #E6E9EC;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 3.6rem;
	justify-content: center;
	margin-right: 1.5rem;
	transition: background-color .15s linear;
	width: 3.6rem;
}

.pagination-single .arrow img {
	transition: fill .15s linear;
}

.pagination-single a:hover,
.pagination-single a:focus {
	text-decoration: underline;
}


/* Related Posts ----------------------------- */

.related-posts {
	margin-top: 4rem;
}

.related-posts-title {
	color: #68717b;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.related-posts .posts {
	padding: 0;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Entry Content
/* -------------------------------------------------------------------------------- */

.featured-media {
	margin-bottom: 2rem;
}
.entry-content {
	position: relative;
}
.entry-content p {
	text-align: left;
	hyphens: auto;
}  

:root .entry-content > *:first-child { 
	margin-top: 0; 
	margin-bottom: 2rem;
}
:root .entry-content > *:last-child { 
	margin-bottom: 0; 
}

.entry-content a:hover {
	text-decoration: none;
}


/* Typography --------------------------------------- */
/*
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1.25;
	margin: 3rem 0 2rem;
}

.entry-content h1 { font-size: 2.8rem; }
.entry-content h2 { font-size: 2.6rem; }
.entry-content h3 { font-size: 2.4rem; }
.entry-content h4 { font-size: 2.2rem; }
.entry-content h5 { font-size: 2.0rem; }
.entry-content h6 { font-size: 1.8rem; }
*/
.entry-content p.has-background {
	margin-left: -2rem;
	padding: 2rem;
	width: calc( 100% + 4rem );
}

.entry-content p.has-drop-cap:first-letter {
	font-size: 7.35em;
	font-weight: 300;
}

.entry-content hr {
	margin: 0rem auto 2rem auto;
}

.entry-content hr:not(.wp-block-separator),
.entry-content hr.is-style-wide {
	max-width: 100%;
}

.wp-block-separator.is-style-dots:before {
	color: inherit;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Blocks
/* -------------------------------------------------------------------------------- */


/* Block Editor Accent Colors ---------------- */

:root .has-background { background-color: #232D37; }

:root .has-black-color { color: #232D37; }
:root .has-black-background-color { background-color: #232D37; }

:root .has-darkest-gray-color { color: #4B555F; }
:root .has-darkest-gray-background-color { background-color: #4B555F; }

:root .has-darker-gray-color { color: #68717b; }
:root .has-darker-gray-background-color { background-color: #68717b; }

:root .has-gray-color { color: #68717b; }
:root .has-gray-background-color { background-color: #68717b; }

:root .has-light-gray-color { color: #DCDFE2; }
:root .has-light-gray-background-color { background-color: #DCDFE2; }

:root .has-lightest-gray-color { color: #E6E9EC; }
:root .has-lightest-gray-background-color { background-color: #E6E9EC; }

:root .has-white-color { color: #fff; }
:root .has-white-background-color { background-color: #fff; }

/* Block Editor Font Sizes ------------------- */

:root .has-small-font-size { font-size: .842em; }
:root .has-regular-font-size,
:root .has-normal-font-size { 
	font-size: 1em;
}

:root .has-large-font-size,
:root .has-larger-font-size {
	line-height: 1.45;
}

:root .has-large-font-size { font-size: 1.333em; }
:root .has-larger-font-size { font-size: 1.777em; }


/* Block: Base Margins ----------------------- */

:root *[class*="_inner-container"] > *:first-child { margin-top: 0; }
:root *[class*="_inner-container"] > *:last-child { margin-bottom: 0; }

.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-social-links,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

/* Block Columns Correction ------------------ */
.wp-block-columns.wp-block-columns-is-layout-flex {
  flex-wrap: nowrap!important;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.entry-content .wp-block-file__button,
.entry-content .wp-block-button__link {
	font-weight: 600;
	padding: .8em 1.4em;
}

.entry-content .wp-block-file__button:hover,
.entry-content .wp-block-button__link:hover {
	opacity: .85;
}

/* Block: Column ----------------------------- */

.wp-block-column {
	padding: 0 .5rem;
}

/* Block: Cover Image ------------------------ */

.wp-block-cover-image p {
	font-weight: 300;
}

/* Block: File ------------------------------- */

.entry-content .wp-block-file {
	align-items: center;
	background: #E6E9EC;
	border-radius: .4rem;
	display: flex;
	justify-content: space-between;
	margin: 3rem 0;
	padding: 1.5rem 2rem;
}

.entry-content .wp-block-file a:not(.wp-block-file__button) {
	font-weight: 600;
	text-decoration: none;
}

.entry-content .wp-block-file__button {
	flex-shrink: 0;
}

/* Block: Gallery ---------------------------- */

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	padding-bottom: 1rem;
}

/* Block: Image ------------------------------ */

:root .wp-block-image.alignleft,
:root .wp-block-image .alignleft {
	margin-right: 2.5rem;
}

:root .wp-block-image.alignright,
:root .wp-block-image .alignright {
	margin-left: 2.5rem;
}

/* Block: Pull Quote ------------------------- */

.entry-content .wp-block-pullquote {
	border: none;
	min-width: 18rem;
	padding: 0;
}

.entry-content .wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright {
	width: 50%;
}

.entry-content .wp-block-pullquote.alignleft {
	text-align: left;
}

.entry-content .wp-block-pullquote.alignright {
	text-align: right;
}

.entry-content .wp-block-pullquote p,
.entry-content .wp-block-pullquote cite {
	text-align: inherit;
}

.entry-content .wp-block-pullquote p {
	font-size: inherit;
	font-weight: 400;
	line-height: 1.4;
}

/* STYLE: SOLID COLOR */

.wp-block-pullquote.has-background {
	padding: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: inherit;
}

/* Block: Form ------------------------------ */
.uacf7-row {
	margin: 2rem -1.5rem 0rem -1.5rem;
}
.uacf7-rom .wpcf7-list-item.first {
	margin: 0rem;
}

/* Block: Quote ------------------------------ */

.entry-content blockquote,
.entry-content .wp-block-quote.is-large, 
.entry-content .wp-block-quote.is-style-large {
	margin-bottom: 1.25em;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

blockquote.has-text-align-center {
	border-width: 0;
	padding: .25em 0;
}

blockquote.has-text-align-right {
	border-width: 0 .2rem 0 0;
	padding: .25em 1.5em .25em 0;
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border-width: 0;
	padding: .25em 0;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 1.33em;
	font-style: inherit;
	line-height: 1.5;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
	font-size: 1.4rem;
	text-align: left;
}

/* Block: Social ----------------------------- */

.wp-social-link {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	max-width: none;
}

/* Page Break -------------------------------- */

.post-nav-links {
	background: #E6E9EC;
	border-radius: .4rem;
	color: #5F6973;
	font-weight: 600;
	padding: 1.5rem 2rem;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Site Pagination
/* -------------------------------------------------------------------------------- */


#pagination {
	padding: 4rem 0;
	position: relative;
	text-align: center;
}

#load-more,
#pagination .out-of-posts,
#pagination .loading-icon,
#pagination .out-of-posts {
	position: absolute;
		left: 50%;
		top: 50%;
	transform: translate( -50%, -50% );
	transition: color .2s linear, opacity .2s linear, transform .2s ease-out;
}

#pagination:not(.last-page) .out-of-posts,
#pagination.loading #load-more,
#pagination.last-page #load-more,
#pagination:not(.loading) .loading-icon {
	left: -9999rem;
	opacity: 0;
	transform: translate( -50%, -50% ) scale( 0.5 );
	transition: opacity .2s linear, transform .2s ease-out, left 0s .2s, right 0s .2s;
}

body:not(.pagination-type-button) #load-more {
	display: none;
}

#load-more {
	white-space: nowrap;
}

html.js body:not(.pagination-type-links) .link-pagination {
	display: none;
}

.no-js #load-more,
.no-js #pagination .loading-icon {
	display: none;
}

#pagination .out-of-posts {
	color: #68717b;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0;
	text-align: center;
	width: 100%;
}

/* LINK PAGINATION */

.link-pagination {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.link-pagination.only-next {
	justify-content: flex-end;
}

.link-pagination a {
	color: #68717b;
	font-weight: 600;
	text-decoration: none;
}

.link-pagination a:hover,
.link-pagination a:focus {
	color: #232D37;
}


/* -------------------------------------------------------------------------------- */
/*	X.	404 Page
/* -------------------------------------------------------------------------------- */


.error404 .single-container {
	padding: 5rem 0;
}

.error404 .go-home {
	color: #68717b;
	font-size: .95em;
	font-weight: 600;
	text-decoration: none;
}

.error404 .go-home:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Site Footer
/* -------------------------------------------------------------------------------- */


#site-footer {
	padding: 3rem 0rem 0rem 0rem;
	position: relative;
	z-index: 1;
	background-color: #fff;
}


/* Footer Widgets ------------------------------- */

.footer-widgets-outer-wrapper {
	background-color: #3e3e1e;
	padding: 1rem 0 4rem;
	padding: 2rem 0 5rem;
}
.footer-widgets-wrapper {
	margin: 0 auto;
	width: 100rem;
	display: flex;
	flex-wrap: nowrap;
}
.footer-widgets {
	margin: 0 0 0 3rem;
	width: 32.5rem;	
}
.footer-widgets:first-child {
	margin-left: 0;
	width: 34rem;
}
.footer-widgets:last-child {
	padding-top: 5.7rem;
}
.widget {
	margin: 3rem 0 0;
}
.widget:first-child {
	margin-top: 0;
}

/* Footer Credits ------------------------------- */

.credits {
	color: #68717b;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}
.credits a {
	text-decoration: none;
}
.credits a:hover,
.credits a:focus {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Widgets
/* -------------------------------------------------------------------------------- */


/* Widget Base ------------------------------- */

.widget-content {
	color: #4B555F;
	color: #fff;
	font-size: 1.7rem;
}

.widget-content a {
	text-decoration: none; 
}
.widget-content a:hover { 
	text-decoration: none; 
}

.widget-title {
	color: #68717B;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.widget ul,
.widget ol {
	list-style: none;
}

.widget li {
	margin-top: 1.4rem;
}

.widget li > ul, 
.widget li > ol {
	margin-top: 0;
}

.widget-content > ul,
.widget-content > ol {
	margin-left: 0;
}


/* Base List Widget ------------------------------- */

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	margin: 0 !important;
}


/* Widget: Recent Entries ------------------------------- */

.widget_recent_entries a {
	font-weight: 600;
}

.widget_recent_entries .post-date {
	color: #68717b;
	margin-top: .2rem;
}


/* Widget: Recent Comments ------------------------------- */

.widget_recent_comments .comment-author-link {
	font-weight: 600;
}

/* Widget: Gallery ------------------------------- */

.widget_media_gallery .gallery {
	margin: 0 -.4em -.8em -.4em;
	width: calc( 100% + .8em );
}

.widget_media_gallery .gallery-item {
	margin: 0 0 .8em 0;
	padding: 0 .4em;
}


/* Widget: Nav Menu ------------------------------- */

.widget_nav_menu .widget-content > div > ul {
	margin-left: 0;
}
ul#menu-footer-menue {
	margin-top: 5.7rem;
}

/* Widget: Recent Posts ------------------------------- */

.widget_recent_entries .post-date {
	display: block;
}


/* Widget: RSS ------------------------------- */

.widget_rss .rss-widget-icon {
	display: none;
}

.widget_rss .rsswidget {
	font-weight: 600;
	text-decoration: none;
}

.widget_rss .rss-date {
	display: block;
}

.widget_rss cite:before {
	content: "— ";
}


/* Widget: Search ------------------------------- */

.widget_search label,
.widget_search img {
	display: none;
}

.widget_search .search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -.8rem -.8rem;
	position: relative;
}

.widget_search .search-field,
.widget_search .search-submit {
	margin: 0 0 .8rem .8rem;
}

.widget_search .search-field {
	max-width: 100%;
	width: 30rem;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Media Queries
/* -------------------------------------------------------------------------------- */

@media ( min-width: 600px ) {
	
	/* Document Setup ------------------------------- */
	body {
		font-size: 1.8rem;
	}
	#site-wrapper {
		margin-left: 3%;
		margin-right: 3%;
	}
	/* Element Base --------------------------------- */
	/* INPUTS */

	label {
		font-size: 1.8rem;
		margin-bottom: .8rem;
	}
	label .sublabel {
		display:block;
		font-size: 1.6rem;
	}

	/* FIELDSET */

	fieldset {
		padding: 3rem;
	}

	fieldset legend {
		margin-left: -1rem;
	}


	/* Helper Classes ------------------------------- */
	/* POST META */
	.post-meta.stack-mobile {
		display: flex;
	}

	.post-meta.stack-mobile .meta-icon {
		width: auto;
	}

	/* Site Header ------------------------------- */
	.site-title {
		font-size: 3.35rem;
	}

	.site-description {
		margin-bottom: 10rem;
	}


	/* Site Navigation ------------------------------- */

	.mobile-menu-wrapper {
		padding-top: 11.6rem;
	}

	.search-overlay label img {
		height: 4.8rem;
		margin-right: 2.5rem;
		width: 4.8rem;
	}
	
	.search-overlay .search-field {
		font-size: 3.2rem;
		width: 35rem;
	}

	.search-untoggle {
		padding: 5rem;
	}


	/* Post: Archive ------------------------------- */

	.archive-header .subheading {
		margin-bottom: 10rem;
	}

	.posts {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: -5rem;
		padding: 5rem 0;
		width: calc( 100% + 3rem );
	}

	/* PREVIEW */

	.grid-sizer, .preview {
		width: 50%;
	}

	/* Post: Single ------------------------------- */

	.post-inner {
		padding: 0 0 8rem;
		padding: 0;
	}
/*
	.has-post-thumbnail .post-inner {
		padding-top: 6rem;
	}
*/
	.post-meta-single {
		margin-top: 4rem;
	}

	.post-meta-single .post-meta {
		font-size: 1.6rem;
		margin: -1.2rem 0 0 -3rem;
	}

	.post-meta-single li {
		margin: 1.2rem 0 0 3rem;
	}

	.pagination-single {
		 margin-top: 9.5rem;
	}

	/* PAGINATION SINGLE */
	.pagination-single {
		display: flex;
		justify-content: space-between;
	}

	.pagination-single.only-next {
		justify-content: flex-end;
	}

	.pagination-single a {
		min-width: 33.3%;
	}

	.pagination-single .arrow {
		height: 4.4rem;
		margin-right: 2rem;
		width: 4.4rem;
	}

	.pagination-single .arrow img {
		height: 1.6rem;
		width: 1.6rem;
	}

	.pagination-single a + a {
		margin: 0 0 0 3rem;
	}

	.pagination-single .next-post {
		flex-direction: row-reverse;
		text-align: right;
	}

	.pagination-single .next-post .arrow {
		margin: 0 0 0 2rem;
	}


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

	.entry-content .wp-block-pullquote p,
	.wp-block-pullquote.is-style-solid-color blockquote p {
		font-size: 2.4rem;
	}

	/* Entry Content ------------------------------- */

	.entry-content p,
	.entry-content ul,
	.entry-content ol,
	.entry-content blockquote,
	.entry-content .wp-block-quote.is-large, 
	.entry-content .wp-block-quote.is-style-large,
	.entry-content pre {
		margin-bottom: 0.3em;
	}

	.entry-content ul:last-child,
	.entry-content ol:last-child {
		margin-bottom: 0;
	}

	.entry-content p.has-background {
		margin-left: -3rem;
		padding: 3rem;
		width: calc( 100% + 6rem );
	}

	.entry-content .wp-block-file {
		margin: 4rem 0;
		width: 100%;
	}

	.aligncenter,
	.alignnone,
	.alignwide,
	.alignfull {
		margin: 5rem auto;
	}

	.alignwide {
		position: relative;
			left: calc( 50% - 45vw );
		width: calc( 90vw );
	}

	.entry-content .wp-block-gallery.aligncenter,
	.entry-content .wp-block-gallery.alignnone,
	.entry-content .wp-block-gallery.alignwide, 
	.entry-content .wp-block-gallery.alignfull {
		margin-bottom: 5rem;
	}
	
	.entry-content .gallery {
		margin: 5rem 0 3rem;
		position: relative;
			left: calc( 50% - 50vw + 1rem );
		width: calc( 100vw - 2rem );
	}
	
	.entry-content .gallery + .gallery {
		margin-top: -3rem;
	}
	
	.entry-content .gallery .gallery-item {
		margin: 0 0 2rem;
		padding: 0 1rem;
	}
	
	.entry-content .gallery-columns-1 .gallery-item { width: 100%; }
	.entry-content .gallery-columns-2 .gallery-item { width: 50%; }
	.entry-content .gallery-columns-3 .gallery-item { width: 33.3%; }
	.entry-content .gallery-columns-4 .gallery-item { width: 25%; }
	.entry-content .gallery-columns-5 .gallery-item { width: 20%; }
	.entry-content .gallery-columns-6 .gallery-item { width: 16.6%; }
	.entry-content .gallery-columns-7 .gallery-item { width: 14.158%; }
	.entry-content .gallery-columns-8 .gallery-item { width: 12.5%; }
	.entry-content .gallery-columns-9 .gallery-item { width: 11.1%; }

	figcaption,
	.entry-content figcaption,
	.wp-caption-text {
		font-size: 1.6rem;
	}
	.footer-widgets-wrapper {
		flex-wrap:wrap;
	}
	.footer-widgets {
		margin-left: 0;
		width: 100%;
	}	
	.footer-widgets:first-child,
	.footer-widgets:last-child	 {
		width: 50%;
	}

}

@media ( min-width: 1000px ) {

	#site-wrapper {
		padding: 0;
		margin: 0 auto;
		position: relative;
		z-index: 0;
		width: 100rem;
		display: flex;
		flex-direction: row;
	}

	#site-header {
		margin-top: 5.45rem;
		width: 32.5rem;
	}

	#site-content {
		display: block;
		padding-top: 0rem;
		width: 64.5rem;
		margin-left: 3rem;
		min-height: 90vh;
	}

	.search-overlay.active {
		left: calc( 33.33% - 4rem );
	}

	#site-footer {
		
	}

	#site-header {
		background: none;
		display: flex;
		flex-direction: column;
		justify-content: stretch;
		padding: 0;
	}

	.header-top {
		flex-grow: 0;
		position: relative;
		z-index: 1;
		width: 100%;
	}

	.header-inner {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		justify-content: space-between;
	}

	.site-description {
		margin: 2rem 0 0;
	}

	.social-menu-wrapper {
		margin-top: 6rem;
		padding-bottom: 6rem;
	}

	.nav-toggle,
	.mobile-menu-wrapper {
		display: none;
	}

	.search-overlay {
		background: #f6f7f8;
		padding-left: 4rem;
	}

	.archive-header-mobile {
		display: none;
	}

	.archive-header-desktop {
		display: block;
	}

	.archive-header-desktop .preview-wrapper {
		background: #232D37;
		display: flex;
	}

	.archive-header-desktop .preview-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 3rem;
	}

	.archive-header .preview-inner {
		min-height: 30.1rem;
	}

	.posts {
		padding-top: 0;
	}

	.single-container {
		border-radius: 0px;
		overflow: hidden;
		/*margin-bottom: 3rem;*/
	}

	.post-inner,
	.has-post-thumbnail .post-inner {
		padding: 0;
	}

	.alignwide {
		left: auto;
		width: 100%;
	}

	.alignfull {
		left: auto;
		max-width: none;
		right: calc( calc( 33.333vw - 3rem ) - ( 56rem / 2 ) );
		width: calc( 66.666vw - 6rem );
	}

	.entry-content .gallery {
		margin: 5rem -1rem 3rem;
		left: auto;
		width: 100%;
	}
	.footer-widgets-wrapper {
		margin: 0 auto;
		width: 100rem;
		display: flex;
		flex-wrap: nowrap;
	}
	.footer-widgets,
	.footer-widgets:last-child {
		margin: 0 0 0 3rem;
		width: 32.5rem;	
	}
	.footer-widgets:first-child {
		margin-left: 0;
		width: 34rem;
	}
	
}


@media (max-width: 999px) {
	#wpadminbar {
		display: none;
	}
	.header-top {
		padding: 0rem 3%;
		margin: 0;
		display: block;
		width: 100%;
		position: relative;
		z-index: 1001;
		top: 0;
	}
	.header-top.hide-navbar {
		position: fixed;
	}
	.header-top.hide-navbar > .site-wrapper {
		margin-top: 3rem;
	}
	.topline {
		margin-left: -3%;
	}
	.site-title {
		width: 100%;
		margin: 3rem 0 0;
	}
	.site-title > a {
		width: 94%;
	}
	.site-title .custom-logo-link img {
		width: 90%;
	}
	.site-title .custom-logo-link img.logo_siegel {
		width: 2rem;
	}
	#site-wrapper {
		margin: 0 3%;
		position: relative;
		overflow: hidden;
	}
	.social-menu {
		width: auto;
		float: right;
	}
	section.featured-posts {
		columns: 1;
	}
	.events-list > ul {
		margin:0rem 0rem 1rem 0rem;
	}
	.footer-widgets-wrapper {
		margin: 0rem 3%;
		width: 94%;
		display: block;
		column-count: 2;
  		column-gap: 3rem;
  		display: flex;
  		flex-direction: row;
	}
	.footer-widgets {
		width: 100%;
		margin: 0;
	}
	.section.featured-posts {
		column-count: 1;
	}
}
@media (max-width: 600px) {
	.grid-sizer, .preview {
		width: 100%;
	}
}
