/* bitter-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/bitter-v40-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bitter-v40-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/bitter-v40-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin_latin-ext-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ---- Resets ----*/
/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---- Basics ---- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	line-height: 1.643;
  font-weight: 300;
	color: var(--wp--preset--color--black);
	text-align: center;
  -webkit-text-size-adjust: none;
  background-color: var(--wp--preset--color--white);
  position: relative;
}

body.logged-in {
  position: static;
}

body.is-admin {
  text-align: left;
}

body.is-admin .widget {
  width: auto;
  margin-right: 0;
}

.navi-button-close,
.desktop-visible {
  display: none;
}

/* ---- Links ---- */
a {
  color: var(--wp--preset--color--blue);
  border-bottom: 1px solid var(--wp--preset--color--blue);
	text-decoration: none;
	outline: none;
}

.archive .post-title a {
  border-width: 2px;
}

a:hover {
  color: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
	text-decoration: none;
	outline: none;
}

.wp-pagenavi a,
.post-archive-filter a {
  color: var(--wp--preset--color--black);
  border-bottom: 0;
}

.wp-pagenavi a:hover,
.post-archive-filter a:hover {
  color: var(--wp--preset--color--green);
}

.post-archive-filter .selected a {
  font-family: 'Bitter', Georgia, Times, serif;
  font-weight: 600;
  color: var(--wp--preset--color--green);
}

a:focus-visible,
input:focus-visible,
select:focus-visible,
button:focus-visible { 
  outline: solid; 
  -moz-outline-style: solid;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  padding: 8px;
}

.main a,
.language a {
  font-family: 'Bitter', Georgia, Times, serif;
  font-weight: 300;
  font-size: 1.5rem;
  border-bottom: 0;
  display: block;
}

.language a {
  display: inline-block;
}

.language a:hover,
.main a:hover {
  color: var(--wp--preset--color--green);
}

.logo a {
  color: inherit;
  border-bottom: 0;
}

.button a, a.button, .more-link, .wp-block-button__link {
	color: var(--wp--preset--color--white);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
	padding: 6px 24px;
	margin: 0 10px 10px 0;
  border: 0;
	background-color: var(--wp--preset--color--blue);
  text-align: center;
  text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}

.wp-block-button__link.has-text-color:active, .wp-block-button__link.has-text-color:focus, .wp-block-button__link.has-text-color:visited {
	color: inherit;
}

.button a:hover, a.button:hover, .more-link:hover, .wp-block-button__link:hover {
  color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--green);
}

.button a.selected {
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--green);
}

.a_navi li.current-menu-item > a,
.a_navi li.current-page-item > a,
.language li.sel a {
  font-weight: 600;
  color: var(--wp--preset--color--green);
}

.a_top a {
  background-color: var(--wp--preset--color--white);
  display: block;
  padding: 16px;
  width: 60px;
  height: 20px;
  overflow: hidden;
  float: right;
  border: 0;
}

.a_top a:hover {
  background-color: var(--wp--preset--color--white);
}

.a_top a:before {
  content: '';
  display: block;
  width: 60px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.11 22.03'%3E%3Cpolyline style='fill: none; stroke: %23000; stroke-width: 2px;' points='.55 21.2 30.55 1.2 60.55 21.2'/%3E%3C/svg%3E");
}

.a_top a span {
  opacity: 0;
}

/* ---- Navigation ---- */
.main li {
  padding: 5px 0;
}

.main .sub-menu {
  margin-left: 20px;
}

.main .sub-menu li {
  border-top: 0;
  padding-bottom: 0;
  text-transform: none;
}

.a_header_sidebar .widget_nav_menu {
  font-family: 'Bitter', Georgia, Times, serif;
}

.service {
  font-size: 0.75rem;
  line-height: 1.5;
}

.language {
  font-family: 'Bitter', Georgia, Times, serif;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.service li, .language li, .a_header_sidebar .widget_nav_menu li {
  list-style: none;
  display: inline-block;
}

.service li:after,
.language li:after,
.a_header_sidebar .widget_nav_menu li:after {
  content: '\00a0|\00a0';
}

.service li:last-child:after,
.language li:last-child:after,
.a_header_sidebar .widget_nav_menu li:last-child:after {
  content: '';
  display: none;
}

.navi-button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: block;
  min-height: 66px;
  transition: background-color 0.5s;
}

.navi-button-inner {
  display: block;
  text-decoration: none;
  padding: 18px 13px;
  width: 40px;
  height: 30px;
  position: relative;
}

.navi-button-inner:after, .navi-button-inner:before {
  content: '';
  display: block;
  height: 0;
  width: 40px;
  position: absolute;
  bottom: 18px;
  left: 13px;
  border-bottom: 2px solid var(--wp--preset--color--black);
  transition: transform 0.5s;
}

.navi-button-inner:before {
  bottom: auto;
  top: 18px;
  height: 12px;
  border-top: 2px solid var(--wp--preset--color--black);
}

.navi-button-close,
.navi-button span {
  display: none;
}

.navi-inner {
  min-width: 264px;
  padding: 10px 20px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 66px;
  right: 0;
  z-index: 10;
}

#navigation:target .navi-inner {
  max-height: 10000em;
  transition: max-height 0.5s;
  background-color: var(--wp--preset--color--light-grey);
}

#navigation:target .navi-button-open {
  display: none;
}

#navigation:target .navi-button-close {
  display: block;
  background-color: var(--wp--preset--color--light-grey);
}

#navigation:target .navi-button-inner:before {
  border-top: 0;
}

#navigation:target .navi-button-inner:after,
#navigation:target .navi-button-inner:before {
  transform: rotate(45deg);
  height: 0;
  position: absolute;
  top: 32px;
  left: 13px;
  transition: transform 0.5s;
  border-color: var(--wp--preset--color--white);
}

#navigation:target .navi-button-inner:before {
  transform: rotate(-45deg);
}

.submenu-toggle {
	display: none;
	background-color: transparent;
}

/* ---- Structure ---- */
.a_all {
  max-width: 1200px;
  margin: 0 auto 52px;
  display: block;
	position: relative;
  z-index: 10;
}

.a_header {
  position: relative;
  padding: 0 16px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

#logo {
  width: 220px;
  height: auto;
  margin-top: -14px;
}

#logo .cls-1 {
  fill: var(--wp--preset--color--red);
}

#logo .cls-2 {
  fill: var(--wp--preset--color--white);
}

.a_wrapper {
  padding: 40px 16px;
}

.a_content {
	text-align: left;
  margin-bottom: 40px;
}

.a_sidebar {
	text-align: left;
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0.875rem;
  line-height: 1.643;
  color: var(--wp--preset--color--blue);
}

.a_service {
  display: none;
  max-width: 1200px;
  margin: 35px auto 0;
  text-align: right;
}

.a_service .service {
  padding: 0 16px;
}

.a_header_sidebar .search-button {
  display: none;
}

.top-inner {
  opacity: 0;
  transition: opacity 0.5s;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.no-js .top-inner {
  opacity: 1;
  transition: opacity 0.5s;
}

.page-scrolled .top-inner {
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 10;
}

.error-404 {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

/* ---- Archive Posts ---- */
.archive .single-post-type-item:not(:last-child) {
  margin-bottom: 40px;
}

.post-thumbnail img {
  object-fit: cover;
  aspect-ratio: 16/9;
}

.archive .post-thumbnail {
  margin-bottom: 1em;
}

.archive .post-title {
  margin-bottom: 0.25em;
  line-height: 1.5;
}

.post-meta-header {
  font-size: 0.875em;
  margin-bottom: 1em;
}

.page .edit-link {
  display: block;
  padding: 20px 0;
}

.tag-links {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.tag-links a {
  display: inline-block;
  margin: 13px 0 8px;
}

.tag-links a:before {
  content: '#';
}

.post-header-before-meta {
  font-weight: 500;
  margin-bottom: 4px;
}

.post-archive-filter {
  margin-bottom: 32px;
}

.post-archive-filter li {
  display: inline;
}

.post-archive-filter li:after {
  content: '\00a0|\00a0';
}

.post-archive-filter li:last-child:after {
  content: '';
}

/* ---- Siingle Posts & Pages ---- */
.single-post .post-meta-cat-header,
.single-post .post-thumbnail {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.single-post .post-meta-cat-header a {
  background-color: var(--wp--preset--color--white);
  padding: 6px 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 6px;
  display: inline-block;
}

.single .post-content .wp-block-separator {
	box-sizing: border-box;
}

.single .post-content .alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.single .post-content .wp-block-image.alignwide {
  padding-left: 0;
  padding-right: 0;
}

.single .post-content .alignfull {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single .post-content .wp-block-image.alignfull,
.single .post-content .wp-cover.alignfull {
  padding: 0;
}

.single .post-content .wp-block-image.alignfull figcaption,
.single .post-content .wp-block-image.alignwide figcaption {
  padding-left: 20px;
	padding-right: 20px;
}

.single .post-content .alignfull img {
  width: 100%;
  max-width: none;
}

/* ---- Post Navigation ---- */
.navigation-inner {
  display: flex;
  justify-content: space-between;
}

.navigation-inner div {
  width: 48%;
}

.navigation .next-posts {
  text-align: left;
}

.navigation .previous-posts {
  text-align: right;
}

.navigation .navi-title {
  font-weight: 600;
  font-size: 1.375rem;
  display: block;
  margin-top: 10px;
}

.navigation-inner .wp-pagenavi {
  width: auto;
}

.wp-pagenavi a:after,
.wp-pagenavi span:after {
  content: '\00a0|\00a0';
  font-weight: 300;
  color: var(--wp--preset--color--black);
}

.wp-pagenavi a:last-child:after,
.wp-pagenavi span:last-child:after {
  content: '';
}

.wp-pagenavi span.current {
  font-weight: 600;
  color: var(--wp--preset--color--green);
}

.wp-pagenavi a, .wp-pagenavi span,
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: 0;
}

/* ---- Textelements ---- */
.post-title,
.archive-title,
.post-content h1 {
  font-family: 'Bitter', Georgia, Times, serif;
  font-size: 2.375rem;
  line-height: 1.368;
  font-weight: 400;
  color: var(--wp--preset--color--green);
  margin: 0 0 32px;
}

.archive .post-title,
.single-custom-post-type .post-title,
.post-content h2 {
  font-family: 'Bitter', Georgia, Times, serif;
  font-size: 1.375rem;
  line-height: 1.545;
  font-weight: 400;
  color: var(--wp--preset--color--blue);
  margin: 0 0 16px;
}

.archive .post-title {
  margin-bottom: 14px;
}

.post-content h3,
.post-type-headline {
  font-size: 0.875rem;
  line-height: 1.643;
  font-weight: 700;
  color: var(--wp--preset--color--blue);
  margin: 0;
}

.post-type-headline {
  color: var(--wp--preset--color--red);
  margin: 0 0 16px;
}

.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 0.875rem;
  line-height: 1.643;
  font-weight: 400;
  margin: 0;
}

.post-content p {
	padding-bottom: 10px;
}

.post-content p + *:not(p) {
	padding-top: 12px;
}

.a_sidebar.post-content p {
	padding-bottom: 4px;
}

.a_sidebar.post-content p + *:not(p) {
	padding-top: 16px;
}

.post-content p:empty {
  display: none;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

.small, small {
	font-size: 0.875rem;
}

blockquote {
	padding: 0;
}

.tab {
  display: inline-block;
  width: 24px;
}

.post-content .tab {
  display: inline-block;
  width: 26px;
}

.post-content ul, .post-content ol {
	padding-bottom: 22px;
}

.post-content ul ul, .post-content ol ol {
	padding-bottom: 0px;
}

.post-content ul li {
	padding-left: 18px;
  text-indent: -18px;
	list-style: none;
  padding-bottom: 6px;
}

.post-content ul li:before {
	content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 0 9px;
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath class='cls-1' style='fill: %2304608e;' d='M5,1c2.21,0,4,1.79,4,4s-1.79,4-4,4S1,7.21,1,5,2.79,1,5,1M5,0C2.24,0,0,2.24,0,5s2.24,5,5,5,5-2.24,5-5S7.76,0,5,0h0Z'/%3E%3C/svg%3E");
}

.post-content.a_sidebar ul li {
	padding-left: 12px;
  text-indent: -12px;
}

.post-content.a_sidebar ul li:before {
  width: 12px;
  height: 12px;
  background-size: 7px;
  background-position: 0 3px;
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3E%3Cpath class='cls-1' style='fill: %2304608e;' d='M3.5.5c1.65,0,3,1.35,3,3s-1.35,3-3,3S.5,5.15.5,3.5,1.85.5,3.5.5M3.5,0C1.57,0,0,1.57,0,3.5s1.57,3.5,3.5,3.5,3.5-1.57,3.5-3.5S5.43,0,3.5,0h0Z'/%3E%3C/svg%3E");
}

.post-content ol li {
	position: relative;
	left: 20px;
	list-style: decimal;
}

.sep {
	padding: 0 5px;
}

.separator {
	display: inline-block;
	width: 10px;
}

.post-content .table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.post-content .table-row {
	display: table-row;
}

.post-content .table-cell {
	display: table-cell;
	width: 33%;
	padding-right: 40px;
	vertical-align: top;
}

/* ---- Block Editor ---- */
:where(.is-layout-grid) {
  gap: 2em;
}

.wp-block-image {
  margin-bottom: 1em;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.has-white-color { color:var(--wp--preset--color--white); }
.has-white-background-color { background-color:var(--wp--preset--color--white); }
.is-style-bordered.has-white-background-color { border-color:var(--wp--preset--color--white); }

.has-black-color { color:var(--wp--preset--color--black); }
.has-black-background-color { background-color:var(--wp--preset--color--black); }
.is-style-bordered.has-black-background-color { border-color:var(--wp--preset--color--black); }

.has-grey-color { color:var(--wp--preset--color--grey); }
.has-grey-background-color { background-color:var(--wp--preset--color--grey); }
.is-style-bordered.has-grey-background-color { border-color:var(--wp--preset--color--grey); }

.has-light-grey-color { color:var(--wp--preset--color--light-grey); }
.has-light-grey-background-color { background-color:var(--wp--preset--color--light-grey); }
.is-style-bordered.has-light-grey-background-color { border-color:var(--wp--preset--color--light-grey); }

.has-blue-color { color:var(--wp--preset--color--blue); }
.has-blue-background-color { background-color:var(--wp--preset--color--blue); }
.is-style-bordered.has-blue-background-color { border-color:var(--wp--preset--color--blue); }
.has-blue-70-color { color:var(--wp--preset--color--blue-70); }
.has-blue-70-background-color { background-color:var(--wp--preset--color--blue-70); }
.is-style-bordered.has-blue-70-background-color { border-color:var(--wp--preset--color--blue-70); }
.has-blue-30-color { color:var(--wp--preset--color--blue-30); }
.has-blue-30-background-color { background-color:var(--wp--preset--color--blue-30); }
.is-style-bordered.has-blue-30-background-color { border-color:var(--wp--preset--color--blue-30); }
.has-blue-10-color { color:var(--wp--preset--color--blue-10); }
.has-blue-10-background-color { background-color:var(--wp--preset--color--blue-10); }
.is-style-bordered.has-blue-10-background-color { border-color:var(--wp--preset--color--blue-10); }

.has-red-color { color:var(--wp--preset--color--red); }
.has-red-background-color { background-color:var(--wp--preset--color--red); }
.is-style-bordered.has-red-background-color { border-color:var(--wp--preset--color--red); }

.has-green-color { color:var(--wp--preset--color--green); }
.has-green-background-color { background-color:var(--wp--preset--color--green); }
.is-style-bordered.has-green-background-color { border-color:var(--wp--preset--color--green); }

.is-style-bordered {
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--black);
  padding-top: 20px;
}

.has-background:not(.is-style-bordered):not(.wp-block-button__link) {
  padding: 12px 16px 16px;
}

.widget .has-background:not(.is-style-bordered):not(.wp-block-button__link) {
  padding: 12px 16px 22px;
}

.has-black-background-color a:hover,
.has-grey-background-color a:hover,
.has-blue-background-color a:hover,
.has-blue-70-background-color a:hover,
.has-red-background-color a:hover,
.has-green-background-color a:hover {
  color: var(--wp--preset--color--white);
}

.wp-block-buttons {
  box-sizing: content-box !important;
}

.wp-block-buttons:not(:last-child) {
  margin-bottom: 30px;
}

.wp-block-columns {
  justify-content: center;
}

.is-style-mobile-row-reverse {
  flex-direction: column-reverse;
}

.wp-block-column.has-background {
  padding-left: 16px;
  padding-right: 16px;
  align-self: stretch;
}

.page .post-content > *:last-child:not(.alignwide) {
  padding-bottom: 20px;
}

p,
.wp-block-column {
  word-break: normal;
  overflow-wrap: normal;
}

.single .wp-block-quote {
  font-weight: 400;
}

.wp-block-quote cite {
  font-weight: 600;
  font-style: normal;
}

.wp-block-separator {
  background-color: var(--wp--preset--color--grey);
  border: 0;
  height: 1px;
  overflow: hidden;
  margin: 20px 0;
}

.wp-block-gallery ul {
  padding-bottom: 0;
}

.wp-block-gallery ul li {
  padding-left: 0;
  text-indent: 0;
}

.wp-block-gallery .blocks-gallery-item img {
  margin-bottom: 0;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  flex: 1 0 auto;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  flex-wrap: wrap;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: static;
  background: none;
  font-size: 0.875rem;
  color: var(--wp--preset--color--black);
  padding: 10px 0;
  text-align: left;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image figcaption,
.blocks-gallery-grid.is-cropped .blocks-gallery-item figcaption,
.wp-block-gallery.is-cropped .blocks-gallery-image figcaption,
.wp-block-gallery.is-cropped .blocks-gallery-item figcaption {
  position: absolute;
  background: rgba(255,255,255,0.7);
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image:hover figcaption,
.blocks-gallery-grid.is-cropped .blocks-gallery-item:hover figcaption,
.wp-block-gallery.is-cropped .blocks-gallery-image:hover figcaption,
.wp-block-gallery.is-cropped .blocks-gallery-item:hover figcaption {
  opacity: 1;
  transition: opacity 0.5s;
}

.post-content .wp-block-social-links li {
  padding-left: 0;
  text-indent: 0;
}

.wp-block-gallery ul li:before,
.post-content .wp-block-social-links li:before {
  display: none;
}

.wp-block-columns {
  margin-bottom: 28px;
  box-sizing: content-box;
}

.wp-block-columns:last-child {
  margin-bottom: 0;
}

.wp-block-column {
  margin-bottom: 28px;
}

.wp-block-column:empty {
  display: none;
}

.wp-block-group {
  box-sizing: content-box;
}

.post-content .wp-block-latest-posts {
  padding-bottom: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  text-indent: 0;
  padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:before {
  display: none;
}

.wp-block-latest-posts__featured-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100% !important;
}

.wp-block-latest-posts__post-title {
  font-size: 1.375rem;
  font-weight: 600;
  display: block;
  margin: 0.75em 0 0.25em;
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 1em;
}

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

.post-thumbnail img {
  display: block;
}

.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft, .post-content div.alignleft {
	margin: 4px 20px 20px 0;
}

img.alignright, .post-content div.alignright {
	margin: 4px 0 20px 20px;
}

.wp-block-image figcaption {
  font-size: 0.875rem;
  color: var(--wp--preset--color--black);
  margin-bottom: 0;
}

/* ---- iFrame ---- */
.post-content iframe {
	max-width: 100%;
}

.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

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

.ratio4x3 {
	padding-bottom: 75%;
}

/* ---- Widgets ---- */
.recentcomments a {
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}

.widget {
  margin: 0 0 40px;
}

.widget:last-child {
  margin-bottom: 0;
}

.a_header_sidebar .widget {
  margin: 24px 0 0;
}

.widget_text {
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.widget {
  width: 100%;
}

.widget .wp-block-search__label,
.widget h2,
.widget h3 {
  font-family: 'Bitter', Georgia, Times, serif;
  font-size: 1.375rem;
  line-height: 1.545;
  font-weight: 400;
  display: block;
}

.widget p {
	padding-bottom: 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	margin-bottom: 6px;
}

.widget_calendar tfoot td {
	padding-top: 12px;
}

.widget_calendar tfoot #prev {
	text-align: left;
}

.widget_calendar tfoot #next {
	text-align: right;
}

/* ---- Comments ---- */
#comments h3, #respond h3 {
  font-size: 1.125rem;
  line-height: 1.333;
	font-weight: 600;
	margin-bottom: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--wp--preset--color--grey);
}

#comments p, #respond p {
	margin-bottom: 10px;
}

#respond p.form-submit {
	margin-bottom: 30px;
}

.comment #respond {
  padding: 0;
  margin-left: 36px;
}

.commentlist .comment_inner {
	margin-bottom: 20px;
}

.commentlist .children {
	margin: 0 0 30px 75px;
}

.comment-body {
  margin-left: 36px;
}

.comment-author {
  margin-left: -36px;
  margin-bottom: 8px;
}

.comment-author img {
	vertical-align: middle;
}

.comment-meta {
  margin-bottom: 8px;
}

#cancel-comment-reply-link {
	margin-left: 10px;
}

.form-allowed-tags {
	display: none;
}

#commentform .comment-form-cookies-consent,
#commentform .comment-gdpr-checkbox {
  position: relative;
}

#commentform .comment-form-cookies-consent label,
#commentform .comment-gdpr-checkbox label {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
  width: auto !important;
}

.comment-form-cookies-consent input[type=checkbox],
.comment-gdpr-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
}

/* ---- Forms ---- */
input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], textarea {
	/*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Bitter', Georgia, Times, serif;
  font-size: inherit;
  color: var(--wp--preset--color--black);
	border-radius: 0;
	border: 1px solid var(--wp--preset--color--black);
	width: 90%;
  width: calc(100% - 10px);
	padding: 3px 5px;
	margin-bottom: 10px;
  outline: none;
	-webkit-appearance: none;
}

.a_header_sidebar input {
  border: 0;
  border-bottom: 1px solid var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
}

textarea {
	height: 120px;
}

button, input[type=submit], input[type=reset] {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
  min-width: 100px;
  padding: 6px 24px;
  margin: 0 0 10px;
  background-color: var(--wp--preset--color--blue);
  border: 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
	width: auto;
	-webkit-appearance: none;
}

button:hover, input[type=submit]:hover, input[type=reset]:hover {
 background-color: var(--wp--preset--color--green);
}

select {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	width: 100%;
	padding: 2px;
}

label {
	padding-bottom: 3px;
}

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

.wpcf7 p {
	padding-bottom: 4px;
}

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

span.wpcf7-list-item {
  display: table;
}

.wpcf7-acceptance span.wpcf7-list-item {
  display: inline-block;
}

.wpcf7-acceptance span.wpcf7-list-item label {
  display: table;
}

span.wpcf7-list-item input {
  margin: 0 1em 0 0;
}

span.wpcf7-list-item input,
span.wpcf7-list-item .wpcf7-list-item-label {
  display: table-cell;
}

.wp-block-search .wp-block-search__button {
  border-radius: 0;
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
}

.wp-block-search .wp-block-search__button:hover {
  background: var(--wp--preset--color--green);
}

.wp-block-search .wp-block-search__button {
  border: 0;
}

.wp-block-search .wp-block-search__button {
  width: 43px;
  height: 43px;
  overflow: hidden;
  min-width: 43px;
}

.wp-block-search .wp-block-search__button:before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 28px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath style='fill:%23FFFFFF;' d='M12.14 4.18c1.87 1.87 2.11 4.75 0.72 6.89 0.12 0.1 0.22 0.21 0.36 0.31 0.2 0.16 0.47 0.36 0.81 0.59 0.34 0.24 0.56 0.39 0.66 0.47 0.42 0.31 0.73 0.57 0.94 0.78 0.32 0.32 0.6 0.65 0.84 1 0.25 0.35 0.44 0.69 0.59 1.040 0.14 0.35 0.21 0.68 0.18 1-0.020 0.32-0.14 0.59-0.36 0.81s-0.49 0.34-0.81 0.36c-0.31 0.020-0.65-0.040-0.99-0.19-0.35-0.14-0.7-0.34-1.040-0.59-0.35-0.24-0.68-0.52-1-0.84-0.21-0.21-0.47-0.52-0.77-0.93-0.1-0.13-0.25-0.35-0.47-0.66-0.22-0.32-0.4-0.57-0.56-0.78-0.16-0.2-0.29-0.35-0.44-0.5-2.070 1.090-4.69 0.76-6.44-0.98-2.14-2.15-2.14-5.64 0-7.78 2.15-2.15 5.63-2.15 7.78 0zM10.73 10.54c1.36-1.37 1.36-3.58 0-4.95-1.37-1.37-3.59-1.37-4.95 0-1.37 1.37-1.37 3.58 0 4.95 1.36 1.37 3.58 1.37 4.95 0z'%3E%3C/path%3E%3C/svg%3E");
}

/* ---- Clearfix ---- */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

/* --- Flexslider --- */
.page-gallery-wrapper img {
  display: block;
  margin-bottom: 0;
}

.loading .slide-count { opacity: 0; }
.loading .flexslider .slides > li { opacity: 0; }
.loading .flexslider .slides > li:first-child { opacity: 1 !important; }

.post-content ul.slides li,
.post-content .flexslider ul.slides li {
	list-style: none;
	padding: 0;
	text-indent: 0;
}

.slides li {
  position: relative;
}

.touch .slides .post-thumbnail-caption,
.slides .slide:hover .post-thumbnail-caption {
  opacity: 1;
  transition: opacity 0.5s;
}

.post-content ul.slides li:before,
.post-content .flexslider ul li:before {
	padding: 0;
	content: "";
}

.flexslider {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-color: transparent;
}

.flexslider ul {
  padding-bottom: 0;
}

.flexslider img {
  margin: 0 auto;
}

.flexslider .slides img {
  width: auto;
  object-fit: cover;
  height: 100%;
}

.page-gallery,
.slides li,
.slides .wp-block-image {
  margin-bottom: 0;
  height: 63.5vw;
}

.flex-control-nav {
  bottom: -54px;
  padding-bottom: 0 !important;
}

.post-content .flex-control-nav li {
  left: 0;
  list-style: none;
}

.post-content ul.flex-direction-nav li {
  padding-left: 0;
  text-indent: 0;
}

.flex-direction-nav:after {
	content: " ";
	display: block;
	height: 1px;
	clear: both;
}

.flex-direction-nav a {
  top: 0;
  margin-top: 0;
}

.touch .flex-direction-nav a {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -44px;
  padding-top: 0;
  margin-top: 0;
}

.flex-direction-nav a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23151e39' d='M14 5l-5 5 5 5-1 2-7-7 7-7z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left bottom;
}

.flex-direction-nav a.flex-next:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23151e39' d='M6 15l5-5-5-5 1-2 7 7-7 7z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right bottom;
}

.flex-direction-nav .flex-prev {
  left: -9px !important;
}

.flex-direction-nav .flex-next {
  left: auto !important;
  right: -9px !important;
}

.flex-direction-nav a {
  opacity: 1 !important;
}

.flex-control-paging li a {
  background-color: var(--wp--preset--color--grey);
  box-shadow: none;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: var(--wp--preset--color--black);
}

.slide-count {
  width: 100%;
  position: absolute;
  bottom: -54px;
  text-align: center;
  z-index: 10;
}

.current-slide:after {
  content: ' / ';
}

.flexslider .slides .dummy-image {
  visibility: hidden;
  opacity: 0;
}

.flexslider .slides .portrait-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  height: 100%;
}

.hide-navigation .flex-control-nav,
.hide-navigation .flex-direction-nav,
.hide-navigation .slide-count {
  display: none;
}

.has-page-slider-gallery .a_wrapper {
  padding-top: 0;
}

.has-page-slider-gallery .a_header {
  height: 66px;
}

.has-page-slider-gallery #logo {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 9;
}

/* ---- Accordion ---- */
.has-page-slider-gallery.has-accordion-first-item .wp-block-details.has-background {
  margin: 0 -16px;
}

.wp-block-details {
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: content-box;
  position: relative;
}

.has-background.wp-block-details:not(.is-style-bordered):not(.wp-block-button__link) {
  padding-bottom: 32px;
}

.has-background.wp-block-details,
.has-background.wp-block-details h2,
.has-background.wp-block-details a {
  color: #FFF;
}

.has-background.wp-block-details a {
  border-color: var(--wp--preset--color--white);
}

.has-background.wp-block-details a:hover {
  color: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
}

.wp-block-details summary {
  outline: none;
  list-style: none;
  cursor: pointer;
}

.wp-block-details summary h2 {
  font-size: 1.5rem;
  line-height: 1.417;
  margin-bottom: 10px;
}

details > summary::marker,
details > summary::-webkit-details-marker {
  content: none;
  display: none;
}

.wp-block-details summary:after {
  content: '';
  display: block;
  width: 60px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 20'%3E%3Cpolygon class='cls-1' style='fill: %23fff;' points='59.45 0 30 18.86 .55 0 0 .79 30 20 60 .79 59.45 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.wp-block-details[open] summary:after {
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 20'%3E%3Cpolygon class='cls-1' style='fill: %23fff;' points='59.45 20 30 1.14 .55 20 0 19.21 30 0 60 19.21 59.45 20'/%3E%3C/svg%3E");
}

/* ---- Media Queries: Prefers reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ---- Media Queries: higher than 464px ---- */
@media (min-height: 464px) {
  .a_header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    height: 66px;
    background-color: #FFF;
  }
}

/* ---- Media Queries: wider than 340px ---- */
@media (min-width: 341px) {
  #logo {
    width: 250px;
  }
}

/* ---- Media Queries: wider than 520px ---- */
@media (min-width: 521px) {
  .a_navi .a_sidebar .wp-block-columns.is-layout-flex {
    font-size: 1.125rem;
  }
}

/* ---- Media Queries: wider than 600px ---- */
@media (min-width: 601px) {
  .mobile-visible {
    display: none;
  }

  .desktop-visible {
    display: block;
  }

  .post-thumbnail .post-thumbnail-caption {
    padding: 10px;
    font-size: 0.875rem;
  }

  .wp-block-cover, .wp-block-cover-image {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width:600px) and (max-width:781px) {
  .wp-block-columns.is-style-no-half-breakpoint:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }

  .wp-block-columns.is-style-no-half-breakpoint:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

@media (max-width:600px) {
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-right: 0;
  }
}

@media (max-width:781px) {
  .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media (min-height: 464px) and (min-width: 781px) {
   #logo {
    transition: margin-top 0.5s;
  }

  .page-scrolled #logo {
    margin-top: -2vw;
    transition: margin-top 0.5s;
  }

  .page-scrolled .has-page-slider-gallery #logo {
    margin-top: -3.5vw;
    transition: margin-top 0.5s;
  }
}

/* ---- Media Queries: wider than 780px ---- */
@media (min-width: 781px) {
  body {
    font-size: 1rem;
    line-height: 1.625;
  }

  .a_top {
    display: none;
  }

  #logo {
    width: 28.512%;
    max-width: 328px;
    margin-top: 0;
  }

  .a_wrapper {
    position: relative;
    z-index: 11;
    padding-top: 102px;
  }

  .a_content {
    width: 69.835%;
    float: right;
    margin-bottom: 0;
  }

  .a_sidebar {
    width: 28.512%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .home #logo {
    width: 36.5%;
    max-width: 100%;
  }

  .home .a_content {
    width: 60.743%;
  }

  .home .a_sidebar {
    width: 37.603%;
  }

  .has-page-slider-gallery.has-accordion-first-item .wp-block-details.has-background {
    margin-left: 0;
    margin-right: 0;
  }

  .has-page-slider-gallery .a_sidebar .widget:first-child {
    margin-top: -40px;
    border-top: 6px solid var(--wp--preset--color--red);
  }

  .has-page-slider-gallery.has-accordion-first-item .wp-block-details.has-background:first-child {
    margin-top: -40px;
  }

  .archive .single-post-type-item:not(:last-child) {
    margin-bottom: 52px;
  }

  .is-style-mobile-row-reverse {
    flex-direction: row;
  }

  .post-header-before-meta {
    margin-bottom: 8px;
  }

  .post-title,
  .archive-title,
  .post-content h1 {
    font-size: 3rem;
    line-height: 1.333;
  }

  .archive .post-title,
  .single-custom-post-type .post-title,
  .post-content h2,
  .widget .wp-block-search__label,
  .widget h2,
  .widget h3 {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .archive .post-title {
    margin-bottom: 10px;
  }

  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .post-type-headline {
    font-size: 1rem;
    line-height: 1.625;
  }

  .a_sidebar.post-content h3, 
  .a_sidebar.post-content h4,
  .a_sidebar.post-content h5,
  .a_sidebar.post-content h6 {
    font-size: 0.875rem;
    line-height: 1.643;
  }

  .post-content p {
    padding-bottom: 12px;
  }

  .post-content p + *:not(p) {
    padding-top: 14px;
  }

  .a_sidebar.post-content p {
    padding-bottom: 4px;
  }

  .a_sidebar.post-content p + *:not(p) {
    padding-top: 18px;
  }

  .post-content:not(.a_sidebar) ul {
    padding-bottom: 28x;
  }

  .post-content:not(.a_sidebar) ul li {
    padding-bottom: 8px;
  }

  .wp-block-column {
    margin-bottom: 0;
  }

  .wp-block-column:empty {
    display: block;
  }

  .wp-block-details {
    font-size: 1.125rem;
    line-height: 1.556;
  }

  .wp-block-details summary h2 {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}

/* ---- Media Queries: wider than 960px ---- */
@media (min-width: 961px) {
  .flex-control-nav {
    display: block;
  }

  .slide-count {
    display: none;
  }

  #menu-social-navigation {
    margin-left: 12px;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 4em;
  }

  #comments {
    margin-bottom: 50px;
  }

  #comments h3, 
  #respond h3,
  .navigation-inner {
    padding-top: 20px;
  }
}

/* ---- Media Queries: wider than 1000px ---- */
@media (min-width: 1001px) {
  .page-gallery,
  .slides li,
  .slides .wp-block-image {
    margin-bottom: 0;
    height: 636px;
  }
}

/* ---- Media Queries: wider than 1220px ---- */
@media (min-width: 1221px) {
  .a_header,
  .a_wrapper,
  .a_service .service {
    padding-left: 32px;
    padding-right: 32px;
  }

  .a_service .service {
    padding-right: 64px;
  }

  #logo {
    width: 28.873%;
    max-width: 328px;
    margin-top: 0;
    transition: margin-top 0.5s;
  }

  .has-page-slider-gallery #logo {
    left: 32px;
  }

  .a_content {
    width: 64.085%;
    margin-right: 2.817%;
    float: right;
  }

  .a_sidebar {
    width: 28.873%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .home #logo {
    width: 34.666%;
    max-width: 416px;
  }

  .home .a_content {
    width: 56.338%;
  }

  .home .a_sidebar {
    width: 36.62%;
  }

  .single .post-content .wp-block-image.alignwide figcaption {
    padding-left: 0;
  	padding-right: 0;
  }

  /* Desktop Navigation */
  .has-desktop-navigation .a_header {
    width: 100%;
    height: 122px;
    background-color: #FFF;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    transition: height 0.5s;
  }

  .has-desktop-navigation.admin-bar .a_header {
    top: 32px;
  }

  .has-desktop-navigation.has-page-slider-gallery .a_header {
    height: 52px;
  }

  .has-desktop-navigation .a_header_sidebar {
    position: absolute;
    bottom: -5px;
    right: 128px;
  }

  .has-desktop-navigation .language  {
    position: absolute;
    bottom: 7px;
    right: 192px;
    margin-bottom: 0;
  }

  .has-active-languages.has-page-slider-gallery .language {
    right: 128px;
  }

  .home.has-active-languages.has-desktop-navigation .a_header_sidebar {
    right: 64px;
  }

  .has-desktop-navigation .wp-block-search {
    display: none;
  }

  .has-desktop-navigation .a_header_sidebar .search-button {
    display: block;
    margin-bottom: 0;  
  }

  .has-desktop-navigation .a_header_sidebar .search-button .wp-block-button__link {
    background-color: transparent;
    width: 27px;
    height: 30px;
    border-radius: 0;
    padding: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }

  html[data-useragent*="Safari"] .has-desktop-navigation .a_header_sidebar .search-button .wp-block-button__link {
    margin-bottom: 6px;
  }

  .has-desktop-navigation .a_header_sidebar .search-button .wp-block-button__link:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 30px;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 27px;
    background-image: url("data:image/svg+xml,%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.35 26.35'%3E%3Cpath class='cls-1' style='fill: %23181716;' d='M11.5,1c5.79,0,10.5,4.71,10.5,10.5,0,4.19-2.72,7.06-3.03,7.37-.52.52-3.29,3.13-7.23,3.13-.07,0-.15,0-.22,0-2.48-.06-5.14-1.17-7.12-2.97-2.19-2-3.4-4.67-3.4-7.53C1,5.71,5.71,1,11.5,1M11.5,0C5.15,0,0,5.15,0,11.5c0,6.84,6.11,11.37,11.5,11.5.08,0,.16,0,.25,0,4.47,0,7.52-3,7.94-3.42.44-.45,3.31-3.57,3.31-8.08C23,5.15,17.85,0,11.5,0h0Z'/%3E%3Cline class='cls-2' style='fill: none; stroke: %23181716; stroke-miterlimit: 10;' x1='19.21' y1='19.21' x2='26' y2='26'/%3E%3C/svg%3E");
  }

  .has-desktop-navigation .a_header_sidebar .search-button .wp-block-button__link:hover:before,
  .has-desktop-navigation .a_header_sidebar .search-button.open .wp-block-button__link:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.35 26.35'%3E%3Cpath class='cls-1' style='fill: %2398ae7a;' d='M11.5,1c5.79,0,10.5,4.71,10.5,10.5,0,4.19-2.72,7.06-3.03,7.37-.52.52-3.29,3.13-7.23,3.13-.07,0-.15,0-.22,0-2.48-.06-5.14-1.17-7.12-2.97-2.19-2-3.4-4.67-3.4-7.53C1,5.71,5.71,1,11.5,1M11.5,0C5.15,0,0,5.15,0,11.5c0,6.84,6.11,11.37,11.5,11.5.08,0,.16,0,.25,0,4.47,0,7.52-3,7.94-3.42.44-.45,3.31-3.57,3.31-8.08C23,5.15,17.85,0,11.5,0h0Z'/%3E%3Cline class='cls-2' style='fill: none; stroke: %2398ae7a; stroke-miterlimit: 10;' x1='19.21' y1='19.21' x2='26' y2='26'/%3E%3C/svg%3E");
  }

  .has-desktop-navigation .wp-block-search.open {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    min-width: 240px;
  }

  .has-desktop-navigation .a_header_sidebar .widget_nav_menu {
    display: none;
  }

  .has-desktop-navigation .a_service {
    display: block;
    margin-bottom: 20px;
  }

  .has-desktop-navigation .navi-button {
    display: none;
  }

  .has-desktop-navigation .navi-inner {
    max-height: 10000em;
    width: 100%;
    padding: 0;
    transition: max-height 0.5s;
    overflow: visible;
    top: auto;
    bottom: 4px;
    background-color: transparent !important;
  }

  .has-desktop-navigation.has-page-slider-gallery .navi-inner {
    bottom: 1px;
  }

  .has-desktop-navigation .main {
    position: absolute;
    bottom: 0;
    right: 128px;
    margin: 0;
    width: 728px;
  }

  .home.has-desktop-navigation .main {
    max-width: 640px;
  }

  .has-desktop-navigation .main li {
    border-top: 0;
    display: inline-block;
    position: relative;
  }

  .has-desktop-navigation .main li a {
    padding: 0 4px 2px;
    font-size: 1.375rem;
    color: var(--wp--preset--color--black);
  }

  .has-desktop-navigation .language,
  .has-desktop-navigation .language a {
    font-size: 1.375rem;
  }

  .has-desktop-navigation .main li a:hover,
  .has-desktop-navigation .main li.current-menu-item > a,
  .has-desktop-navigation .main li.current-page-item > a,
  .has-desktop-navigation .language li.sel a {
    color: var(--wp--preset--color--green);
  }

  .has-desktop-navigation .main li.menu-item-has-children > a {
    padding-right: 24px;
  }

  .has-desktop-navigation .main li .sub-menu a,
  .has-desktop-navigation .main li:first-child > a {
    padding-left: 0;
  }

  .has-desktop-navigation .a_navi .a_sidebar {
    position: absolute;
    top: 64px;
    right: 50%;
    margin-right: -590px;
    width: 520px;
  }

  .has-desktop-navigation .main .sub-menu {
    position: absolute;
    left: -12px;
    top: 46px;
    padding-top: 3px;
    margin-left: 0;
    background-color: var(--wp--preset--color--grey);
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.25s;
    z-index: 10;
  }

  .has-desktop-navigation .main li:hover .sub-menu {
    max-height: 10000em;
    transition: max-height 0.5s;
    overflow: visible;
    visibility: visible;
  }

  .has-desktop-navigation .main ul:focus-within ul.sub-menu.menu-visible {
    display: block;
    opacity: 1;
    max-height: 10000em;
    overflow: visible;
    visibility: visible;
  }

  .has-desktop-navigation .main ul.menu:focus-within > li:not(:focus-within) ul.sub-menu.menu-visible {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }

  .has-desktop-navigation .main .sub-menu li {
    border-top: 1px solid var(--wp--preset--color--white);
    padding: 6px 12px;
    white-space: nowrap;
    width: 100%;
  }

  .has-desktop-navigation .submenu-toggle:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath style='fill:%23FFF;' d='M5 6l5 5 5-5 2 1-7 7-7-7z'%3E%3C/path%3E%3C/svg%3E");
  }

  .has-desktop-navigation .submenu-toggle.menu-visible:after {
	  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath style='fill:%23FFF;' d='M15 14l-5-5-5 5-2-1 7-7 7 7z'%3E%3C/path%3E%3C/svg%3E");
  }

  .has-desktop-navigation .a_navi ul li .submenu-toggle {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2px;
    margin: -8px 0 0;
    padding: 0;
    background-color: transparent;
    min-width: 0;
  }

  .has-desktop-navigation .a_navi ul li .submenu-toggle:hover {
    color: var(--wp-theme-color-white);
  }

  .has-desktop-navigation .a_navi ul ul li .submenu-toggle {
	  display: none;
  }

  #navigation:target .post-content,
  #navigation:target .post-thumbnail,
  #navigation:target .wp-block-image {
    background-color: transparent;
  }

  #navigation:target .post-content img,
  #navigation:target .post-thumbnail img {
    mix-blend-mode: normal;
    opacity: 1;
  }

  .home.has-desktop-navigation.has-page-slider-gallery .a_header_sidebar {
    right: 128px;
  }

  .home.has-desktop-navigation.has-page-slider-gallery .language {
    bottom: -580px;
  }

  .home.has-desktop-navigation.has-page-slider-gallery .language,
  .home.has-desktop-navigation.has-page-slider-gallery .language a,
  .home.has-desktop-navigation.has-page-slider-gallery .language li.sel a {
    color: var(--wp--preset--color--white);
    font-size: 80px;
    line-height: 94px;
  }

  .home.has-desktop-navigation.has-page-slider-gallery .language a:hover {
    color: var(--wp--preset--color--green);
  }

  /* ---- Sticky Header ---- */
  .page-scroll-started .home.has-desktop-navigation.has-page-slider-gallery .a_header_sidebar {
    right: 64px;
  }
  .page-scroll-started .home.has-desktop-navigation.has-page-slider-gallery .language {
    bottom: 7px;
    right: 128px;
  }

  .page-scroll-started .home.has-desktop-navigation.has-page-slider-gallery .language,
  .page-scroll-started .home.has-desktop-navigation.has-page-slider-gallery .language a,
  .page-scroll-started .home.has-desktop-navigation.has-page-slider-gallery .language li.sel a {
    color: var(--wp--preset--color--black);
    font-size: 1.375rem;
    line-height: 1.625;
  }

  .page-scroll-started .home.has-desktop-navigation.has-page-slider-gallery .language li.sel a,
  .page-scroll-started .home.has-desktop-navigation.has-page-slider-gallery .language a:hover {
    color: var(--wp--preset--color--green);
  }

  .page-scrolled .has-desktop-navigation .a_header {
    position: sticky;
  }

  .page-scrolled .has-desktop-navigation:not(.has-page-slider-gallery) .a_header {
    height: 84px;
    transition: height 0.5s;
  }

  .page-scrolled .has-desktop-navigation #logo {
    margin-top: -38px;
    transition: margin-top 0.5s;
  }

  .page-scrolled .has-desktop-navigation.has-page-slider-gallery #logo {
    margin-top: -48px;
    transition: margin-top 0.5s;
  }
}

/* ---- Media Queries: Print ---- */
@media print {
  body {
    font-size: 75%;
    background-color: var(--wp--preset--color--white);
  }

  .a_header {
    padding: 0 0 10px;
  }

  .single .post-content .wp-block-image.alignwide,
  .single .post-content .wp-block-image.alignfull {
    padding-left: 20px;
    padding-right: 20px;
  }

  .has-background-color {
    border: 1px solid var(--wp--preset--color--black);
  }

  .has-black-background-color { border-color:var(--wp--preset--color--black); }

  .has-grey-background-color { border-color:var(--wp--preset--color--grey); }
  .has-light-grey-background-color { border-color:var(--wp--preset--color--light-grey); }

  .has-blue-background-color { border-color:var(--wp--preset--color--blue); }
  .has-blue-70-background-color { border-color:var(--wp--preset--color--blue-70); }
  .has-blue-30-background-color { border-color:var(--wp--preset--color--blue-30); }
  .has-blue-10-background-color { border-color:var(--wp--preset--color--blue-10); }

  .has-red-background-color { border-color:var(--wp--preset--color--red); }

  .has-green-background-color { border-color:var(--wp--preset--color--green); }

  .a_navi, .a_top, .widget_search, .service, .navigation,
  .button a, a.button, .more-link, .wp-block-button__link,
  .flex-direction-nav, .flex-control-nav, .slide-count {
    display: none;
  }

  .flex-viewport {
    height: auto !important;
  }

  .slides {
    width: 100% !important;
    overflow: hidden;
    transform: none !important;
  }

  .flexslider .slides > li {
    display: none !important;
  }

  .flexslider .slides > li:first-child {
    display: block !important;
    width: 100% !important;
  }

  .is-style-mobile-row-reverse {
    flex-direction: row;
  }
}
