/* work-sans-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: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v19-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-italic - 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: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/work-sans-v19-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-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: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v19-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-600italic - 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: 'Work Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/work-sans-v19-latin_latin-ext-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-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: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v19-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-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: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/work-sans-v19-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bricolage-grotesque-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/bricolage-grotesque-v8-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bricolage-grotesque-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/bricolage-grotesque-v8-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --tec-font-family-sans-serif: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --tec-grid-width: 1298px;
  --tec-grid-gutter-page: 20px;
}

/* ---- 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: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
  letter-spacing: 0.015em;
  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;
}

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

#page.site {
  background-color: var(--wp--preset--color--white);
}

/* ---- Links ---- */
a {
  color: var(--wp--preset--color--dark-violet);
	text-decoration: none;
	outline: none;
}

a:hover {
  color: var(--wp--preset--color--dark-violet-80);
	text-decoration: none;
	outline: none;
}

.a_footer:not(.a_blog_footer) a,
.a_footer:not(.a_blog_footer) a:hover {
  color: var(--wp--preset--color--white);
}

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

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

.post-title a {
  color: var(--wp--preset--color--dark-violet);
}

.logo a {
  color: inherit;
}

.button a, a.button, .more-link, .wp-block-button__link {
	color: var(--wp--preset--color--white);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
	padding: 6px 24px;
	margin: 0 10px 10px 0;
	background-color: var(--wp--preset--color--dark-violet);
  text-align: center;
  text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
  border-radius: 32px;
  transition: background-color 0.5s;
}

.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 {
  color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--dark-violet-80);
  transition: background-color 0.5s;
}

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

.a_navi a, .a_navi a:hover {
  color: var(--wp--preset--color--white);
}

.a_top a {
  background-color: var(--wp--preset--color--dark-violet);
  display: block;
  padding: 20px;
  width: 27px;
  height: 21px;
  overflow: hidden;
  float: right;
}

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

.a_top a:before {
  content: '';
  display: block;
  width: 27px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27.71 21' style='enable-background:new 0 0 27.71 21;' xml:space='preserve'%3E%3Cpolyline class='st0' style='fill:none;stroke:%234EBFD8;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;' points='1,20 13.83,1 26.71,20 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.a_top a span {
  opacity: 0;
}

/* ---- Navigation ---- */
.main {
  margin: 20px 0 0;
}

.main li {
  border-top: 1px solid var(--wp--preset--color--white);
  padding: 10px 0;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-transform: uppercase;
}

.main #menu-social-navigation li {
  display: inline-block;
  border-top: 0;
}

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

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

.service {
  margin-bottom: 20px;
}

.language {
  margin-bottom: 40px;
}

#menu-servicenavigation li, .menu-social-navigation-container li, .language li {
  list-style: none;
  display: inline-block;
}

.language li {
  font-weight: 600;
  text-transform: uppercase;
  border-top: 0;
}

.language li a {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark-black);
  padding: 3px;
  border-radius: 3px;
}

.language li a:hover {
  color: var(--wp--preset--color--dark-black);
}

#menu-servicenavigation li:after,
.language li:after {
  color: var(--wp--preset--color--white);
  content: ' –';
}

.language li:after {
  content: '–';
}

#menu-servicenavigation li:last-child:after,
.language li:last-child:after {
  content: '';
  display: none;
}

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

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

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

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

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

.navi-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.navi-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}

#navigation:target .navi-inner {
  max-height: 10000em;
  transition: max-height 0.5s;
}

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

#navigation:target .navi-button-close {
  display: block;
}

#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: 30px;
  left: 20px;
  transition: transform 0.5s;
}

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

#menu-social-navigation a:after,
.menu-social-navigation-container a:after,
.service .menu .icon:after {
  margin-right: 0;
}

#menu-social-navigation a,
.menu-social-navigation-container a,
.menu .icon a {
  display: inline-block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  vertical-align: middle;
}

#menu-social-navigation a:before,
.menu-social-navigation-container a:before,
.menu .icon a:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-size: 28px;
  background-repeat: no-repeat;
}

#menu-social-navigation a[href*="facebook"]:before,
.menu-social-navigation-container a[href*="facebook"]:before,
.menu .icon a[href*="facebook"]:before {
  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='M2.89 2h14.23c0.49 0 0.88 0.39 0.88 0.88v14.24c0 0.48-0.39 0.88-0.88 0.88h-4.080v-6.2h2.080l0.31-2.41h-2.39v-1.54c0-0.7 0.2-1.18 1.2-1.18h1.28v-2.16c-0.22-0.030-0.98-0.090-1.86-0.090-1.85 0-3.11 1.12-3.11 3.19v1.78h-2.090v2.41h2.090v6.2h-7.66c-0.49 0-0.89-0.4-0.89-0.88v-14.24c0-0.49 0.4-0.88 0.89-0.88z'%3E%3C/path%3E%3C/svg%3E");
}

#menu-social-navigation a[href*="instagram"]:before,
.menu-social-navigation-container a[href*="instagram"]:before,
.menu .icon a[href*="instagram"]:before {
  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='M12.7,10c0-1.5-1.2-2.7-2.7-2.7S7.3,8.5,7.3,10s1.2,2.7,2.7,2.7l0,0C11.5,12.7,12.7,11.5,12.7,10z M14.1,10 c0,2.3-1.8,4.1-4.1,4.1S5.9,12.3,5.9,10S7.7,5.9,10,5.9C12.3,5.9,14.1,7.7,14.1,10C14.1,10,14.1,10,14.1,10z M15.2,5.7 c0,0.6-0.4,1-1,1s-1-0.4-1-1s0.4-1,1-1C14.8,4.7,15.2,5.2,15.2,5.7z M10,3.4c-1.2,0-3.7-0.1-4.7,0.3C4.6,4,4,4.6,3.8,5.3 c-0.4,1-0.3,3.5-0.3,4.7s-0.1,3.7,0.3,4.7C4,15.4,4.6,16,5.3,16.2c1,0.4,3.6,0.3,4.7,0.3s3.7,0.1,4.7-0.3c0.7-0.3,1.2-0.8,1.5-1.5 c0.4-1.1,0.3-3.6,0.3-4.7s0.1-3.7-0.3-4.7C16,4.6,15.4,4,14.7,3.8C13.7,3.3,11.2,3.4,10,3.4z M18,10c0,1.1,0,2.2,0,3.3 c0,1.2-0.4,2.4-1.3,3.4c-0.9,0.9-2.1,1.3-3.4,1.3c-1.1,0-2.2,0-3.3,0s-2.2,0-3.3,0c-1.2,0-2.4-0.4-3.4-1.3C2.5,15.8,2,14.6,2,13.3 c0-1.1,0-2.2,0-3.3s0-2.2,0-3.3c0-1.3,0.5-2.5,1.3-3.4C4.3,2.5,5.5,2,6.7,2C7.8,2,8.9,2,10,2s2.2,0,3.3,0c1.2,0,2.4,0.4,3.4,1.3 C17.5,4.2,18,5.4,18,6.7C18,7.8,18,8.9,18,10z'%3E%3C/path%3E%3C/svg%3E");
}

.has-overlay-navigation .a_header {
  background-color: var(--wp--preset--color--dark-violet);
}

.has-overlay-navigation #navigation:target .a_header {
  background-color: var(--wp--preset--color--black);
}

.has-overlay-navigation .header-inner {
  position: static;
  padding: 0 20px;
}

.has-overlay-navigation.has-desktop-navigation .navi-button {
  background-color: rgba(0,11,26,0.85);
}

.has-overlay-navigation .main {
  margin: 68px 0 20px;
}

.has-no-logo.has-overlay-navigation .logo {
  display: none;
}

/* ---- Structure ---- */
.a_all {
  display: block;
	position: relative;
  z-index: 10;
}

.a_header {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--dark-black);
}

.header-inner {
  padding: 20px;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.logo {
  font-size: 0.875rem;
  line-height: 1; 
  text-transform: uppercase;
}

.logo strong {
  font-size: 1rem;
  text-transform: none;
}

.has-no-logo .logo {
  visibility: hidden;
}

.blog .a_wrapper,
.archive .a_wrapper {
  background-color: var(--wp--preset--color--white);
}

.a_content {
	text-align: left;
	padding: 0 20px;
}

.a_footer {
  padding: 40px 20px;
}

.a_blog_footer .footer-inner {
  padding: 40px 0;
  border-top: 1px solid var(--wp--preset--color--dark-violet);
}

.a_blog_footer {
  padding: 0 20px;
}

.a_footer #menu-servicenavigation,
.a_footer .menu-social-navigation-container {
  margin-top: 40px;
  text-align: center;
}

.a_service {
  max-width: var(--wp--style--global--wide-size);
  margin: 35px auto 0;
  text-align: left;
  padding: 0 20px;
}

.is-scrolled .service {
  padding-right: 80px;
}

.service .menu {
  margin-bottom: 12px;
}

/*.a_top {
  min-height: 60px;
}*/

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

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

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

.error-404 .post-content {
  padding-bottom: 40px;
}

.footer-inner {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  text-align: left;
}

.footer-logo {
  width: 240px;
}

.has-footer-widgets {
  background-color: var(--wp--preset--color--dark-violet);
}

.has-footer-widgets .a_all {
  background-color: var(--wp--preset--color--white);
}

.has-footer-widgets .footer-inner {
  color: var(--wp--preset--color--white);
}

.has-footer-widgets .a_blog_footer {
  background-color: var(--wp--preset--color--white);
}

.has-footer-widgets .a_blog_footer .footer-inner {
  color: var(--wp--preset--color--black);
  border-top: 1px solid var(--wp--preset--color--dark-violet);
  padding-top: 40px;
}

/* ---- Archive Posts ---- */
.archive .page-header {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--dark-violet);
  padding: 40px 20px;
  margin-bottom: 40px;
  hyphens: auto;
}

.archive .a_content {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.archive .single-post-type-item {
  margin-bottom: 40px;
}

.post-thumbnail img {
  border-radius: 12px;
}

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

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

.post-meta-header {
  font-size: 0.8125em;
  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: '#';
}

/* ---- Siingle Posts & Pages ---- */
.single .a_content {
  padding: 0;
}

.single .page-header {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--dark-violet);
  padding: 40px 20px;
  margin-bottom: 40px;
  hyphens: auto;
}

.single .post-title,
.single .post-meta-header {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.single .post-title {
  padding: 0;
}

.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--dark-violet);
  color: var(--wp--preset--color--white);
  padding: 6px 24px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 32px;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  transition: background-color 0.5s;
}

.single-post .post-meta-cat-header a:hover {
  background-color: var(--wp--preset--color--dark-violet-80);
  transition: background-color 0.5s;
}

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

.page .edit-link,
.single .post-meta-footer,
.single #comments,
.single #respond {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.single .post-content > *:not(section) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.single .post-content .wp-block-separator {
	max-width: calc(var(--wp--style--global--content-size) - 40px);
}

.single .post-content .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

.single .post-content .wp-block-separator.alignwide {
	max-width: calc(var(--wp--style--global--wide-size) - 40px);
}

.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-video.alignfull,
.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 {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.single-post .navigation {
  max-width: var(--wp--style--global--content-size);
}

.navigation-inner {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--wp--preset--color--dark-violet);
  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-family: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.005em;
  font-size: 1.313rem;
  display: block;
  margin-top: 20px;
}

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

.wp-pagenavi span.current {
  font-weight: 600;
}

/* ---- Textelements ---- */
.post-content h1,
.post-content h2 {
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.188rem;
  line-height: 1.25;
  font-weight: 800;
	margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.post-content h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.015em;
}

.post-content h4 {
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.post-content h5,
.post-content h6 {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.post-content .wp-block-group.has-background h1:last-child,
.post-content .wp-block-group.has-background h2:last-child,
.post-content .wp-block-group.has-background h3:last-child,
.post-content .wp-block-group.has-background h4:last-child,
.post-content .wp-block-group.has-background h5:last-child,
.post-content .wp-block-group.has-background h6:last-child {
  margin-bottom: 0;
}

.list-headline,
.archive-title,
.post-title {
  margin-bottom: 40px;
  font-size: 1.556rem;
  line-height: 0.955;
  text-align: left;
}

.post-title {
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.313rem;
  font-weight: 800;
  letter-spacing: 0.005em;
}

.list-headline,
.archive-title,
.single .post-title  {
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.188rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.archive-title {
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
}

.single .post-title {
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  margin-bottom: 0;
}

.list-headline {
  margin: 30px 0 15px;
}

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

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

strong, b {
  font-weight: 600;
  letter-spacing: 0.02em;
}

em, italic {
  font-style: italic;
}

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

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: 32px;
}

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

.post-content ul li {
	padding-left: 1em;
  text-indent: -0.75em;
	list-style: none;
}

.post-content ul li:before {
	content: '•';
	padding-right: 8px;
	color: var(--wp--preset--color--black);
}

.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 ---- */
.wp-block-image {
  margin-bottom: 1em;
}

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

.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-dark-black-color { color:var(--wp--preset--color--dark-black); }
.has-dark-black-background-color { background-color:var(--wp--preset--color--dark-black); }
.is-style-bordered.has-dark-black-background-color { border-color:var(--wp--preset--color--dark-black); }
.has-black-15-color { color:var(--wp--preset--color--black-15); }
.has-black-15-background-color { background-color:var(--wp--preset--color--black-15); }
.is-style-bordered.has-black-15-background-color { border-color:var(--wp--preset--color--black-15); }
.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-dark-blue-color { color:var(--wp--preset--color--dark-violet); }
.has-dark-blue-background-color { background-color:var(--wp--preset--color--dark-violet); }
.is-style-bordered.has-dark-blue-background-color { border-color:var(--wp--preset--color--dark-violet); }
.has-light-blue-color { color:var(--wp--preset--color--light-blue); }
.has-light-blue-background-color { background-color:var(--wp--preset--color--light-blue); }
.is-style-bordered.has-light-blue-background-color { border-color:var(--wp--preset--color--light-blue); }
.has-dark-violet-color { color:var(--wp--preset--color--dark-violet); }
.has-dark-violet-background-color { background-color:var(--wp--preset--color--dark-violet); }
.is-style-bordered.has-dark-violet-background-color { border-color:var(--wp--preset--color--dark-violet); }
.has-light-violet-color { color:var(--wp--preset--color--light-violet); }
.has-light-violet-background-color { background-color:var(--wp--preset--color--light-violet); }
.is-style-bordered.has-light-violet-background-color { border-color:var(--wp--preset--color--light-violet); }
.has-gold-color { color:var(--wp--preset--color--green); }
.has-gold-background-color { background-color:var(--wp--preset--color--green); }
.is-style-bordered.has-gold-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-top: 40px;
  padding-bottom: 40px;
}

.has-background:not(.has-black-15-background-color):not(.has-white-background-color):not(.has-light-violet-background-color) a:hover {
  color: var(--wp--preset--color--white)
}

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

.has-background .wp-block-columns {
  margin-bottom: 0;
}

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

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

.has-white-background-color:not(.is-style-bordered),
.has-light-blue-background-color:not(.is-style-bordered) {
  color: var(--wp--preset--color--black);
}

.has-white-background-color a:not(.wp-block-button__link):hover,
.has-light-blue-background-color a:not(.wp-block-button__link):hover {
  color: var(--wp--preset--color--black);
}

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

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

.single .wp-block-quote {
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.005em;
}

.wp-block-quote cite {
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
}

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

p + .wp-block-separator,
ul + .wp-block-separator,
ol + .wp-block-separator {
  margin: 8px 0 40px;
}

.wp-block-spacer.bottom-spacer {
  height: 8px !important;
}

.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--dark-violet);
  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-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 {
  border-radius: 12px;
}

.wp-block-latest-posts__post-title {
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.313rem;
  font-weight: 800;
  letter-spacing: 0.005em;
  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--dark-violet);
  margin-bottom: 0;
}

/* ---- Video ---- */
.multiply video {
  mix-blend-mode: multiply;
}

.wp-block-video.has-background.is-style-multiply video,
.luminosity video {
  mix-blend-mode: luminosity;
  transform:translate3d(0,0,0); /* Safari Hack */
}

.wp-block-video.has-background.is-style-multiply, 
.wp-block-video.luminosity {
  padding: 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 20px;
}

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

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

.widget {
  width: 100%;
}

.widget .wp-block-search__label,
.widget h2,
.widget h3 {
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.313rem;
  line-height: 1.333;
  font-weight: 800;
	margin-bottom: 10px;
  display: block;
  letter-spacing: 0.005em;
}

.widget p {
	margin-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;
  letter-spacing: 0.02em;
	margin-bottom: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--wp--preset--color--dark-violet);
}

#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], textarea {
	font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: inherit;
  color: var(--wp--preset--color--dark-violet);
  background-color: var(--wp--preset--color--white);
	border-radius: 0;
	border: 1px solid var(--wp--preset--color--dark-violet);
	width: 90%;
  width: calc(100% - 10px);
	padding: 3px 5px;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

textarea {
	height: 120px;
}

button, input[type=submit], input[type=reset] {
	font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--wp--preset--color--white);
  min-width: 100px;
  padding: 6px 24px;
  border-radius: 32px;
  margin: 0 0 10px;
  background-color: var(--wp--preset--color--dark-violet);
  border: 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
	width: auto;
	-webkit-appearance: none;
  transition: background-color 0.5s;
}

button:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: var(--wp--preset--color--dark-violet-80);
  transition: background-color 0.5s;
}

select {
	font-family: 'Work 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--dark-violet);
  color: var(--wp--preset--color--white);
}

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

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

.wpcf7 .wp-block-columns.is-layout-flex {
  gap: 2em;
  width: 99.8%;
}

.event-registration {
  padding: 30px 0;
}

.event-registration h4 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

/* --- Flexslider --- */
.page-gallery-wrapper {
  margin-bottom: 40px;
}

.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: 60px;
  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;
}

.slides .wp-block-image {
  margin-bottom: 0;
}

.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--light-violet);
  box-shadow: none;
}

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

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

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

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

/* ---- Accordion ---- */
.single .post-content > .accordion {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%
}

.single .post-content .accordion > * {
  max-width: var(--wp--style--global--content-size);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.single .post-content .accordion .wp-block-separator {
  max-width: 814px;
}

.single .post-content .accordion.alignwide > *,
.single .post-content .accordion.alignwide .wp-block-separator {
  max-width: 100%;
}

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

.wp-block-details summary {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
  padding-right: 60px;
  position: relative;
  outline: none;
  list-style: none;
}

.wp-block-details[open] summary {
  margin-bottom: 20px;
}

.wp-block-details summary::marker,
.wp-block-details summary::-webkit-details-marker {
  content: none;
  display: none;
}

.wp-block-details summary:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -6px;
  right: 20px;
  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='%23000000' d='M15 14l-5-5-5 5-2-1 7-7 7 7z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.wp-block-details summary:after {
  right: 0;
}

.wp-block-details summary:after {
  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='%2314b4c8' d='M5 6l5 5 5-5 2 1-7 7-7-7z'/%3E%3C/g%3E%3C/svg%3E");
}

.wp-block-details[open] summary:after {
  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='%2314b4c8' d='M15 14l-5-5-5 5-2-1 7-7 7 7z'/%3E%3C/g%3E%3C/svg%3E");
}

/* Tribe Events Calendar */
.tribe-common button {
  text-transform: initial;
}

.tribe-events-back a, .tribe-events-back a:visited {
  font-weight: 400;
}

.tribe-common a:not(.tribe-common-anchor--unstyle):focus,
.tribe-common a:focus {
  outline: 0;
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
  border-bottom: 0;
}

.tribe-events-page-template .page-header,
.tribe_events-template-default .page-header {
  margin-bottom: 0;
}

.tribe-events .tribe-events-l-container,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tribe-common,
.tribe-events-pg-template {
  text-align: left;
}

#tribe-events-pg-template {
  max-width: var(--wp--style--global--wide-size);
}

.tribe-events .tribe-events-c-view-selector__button {
  justify-content: end;
}

.tribe-common .tribe_events_cat-biso a,
.tribe-common .tribe_events_cat-biso a:focus,
.tribe-common .tribe_events_cat-biso a:hover,
.tribe-common .tribe_events_cat-biso a:visited {
  color: var(--wp--preset--color--dark-blue);
}

.tribe-common .tribe_events_cat-5rhythms a,
.tribe-common .tribe_events_cat-5rhythms a:focus,
.tribe-common .tribe_events_cat-5rhythms a:hover,
.tribe-common .tribe_events_cat-5rhythms a:visited {
  color: var(--wp--preset--color--gold);
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  width: 100%;
}

/* Tribe Events List */
.tribe_events-list .month-separator {
  font-size: 1rem;
  align-items: center;
  display: flex;
  font-weight: 400;
}

.tribe_events-list .month-separator:not(:first-child) {
  margin-top: 40px;
}

.tribe_events-list .month-separator:after {
  background-color: var(--wp--preset--color--black);
  content: "";
  display: block;
  flex: auto;
  height: 1px;
  margin-left: 20px;
}

.tribe_events-list .event {
  display: flex;
  flex-wrap: nowrap;
  margin: 40px 0;
  gap: 1em;
}

.tribe_events-list .event:last-child {
  margin-bottom: 0;
}

.tribe_events-list .event-date {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: var(--tec-spacer-0);
  width: 12%;
}

.tribe_events-list .event-content {
  width: 88%;
}

.tribe_events-list .event-weekday {
  font-size: 0.688rem;
  text-transform: uppercase;
}

.tribe_events-list .event-day {
  font-size: 1.5rem;
  font-weight: 700;
}

.tribe_events-list .post-date,
.tribe_events-list .post-content {
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.tribe_events-list .event-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.tribe_events-list .event-title a,
.tribe_events-list .event-title a:hover {
  color: var(--wp--preset--color--black);
}

.tribe_events-list .tribe_events_cat-biso .event-title a {
  color: var(--wp--preset--color--dark-blue);
}

.tribe_events-list .tribe_events_cat-5rhythms .event-title a {
  color: var(--wp--preset--color--gold);
}

.tribe_events-list .post-content {
  margin: 16px 0 0;
}

.single .post-content .tribe_events-list .post-content > * {
  padding-left: 0;
  padding-right: 0;
}

.single .post-content .tribe_events-list .post-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ---- Flog Animation---- */
.single .post-content > .flog-animation.alignfull {
  padding: 0;
}

.flog-animation {
  position: relative;
  max-width: 100%;
  overflow: hidden; 
}

.flog-animation #canvas {
  width: 100vw !important; 
  height: 748px; 
  height: calc(100vh - 68px); 
  overflow: hidden; 
  background-color: var(--wp--preset--color--dark-violet);
}

.admin-bar .flog-animation #canvas {
  height: calc(100vh - 114px); 
}

.has-overlay-navigation .flog-animation #canvas {
  height: 100vh; 
}

.has-overlay-navigation.admin-bar .flog-animation #canvas {
  height: calc(100vh - 46px); 
}

.flog-animation #canvas canvas {
  transform: translateX(-12.5vw) translateY(-12.5vh);
}

.flog-animation .flog-animation-logo {
  text-align: center; 
  position: absolute; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flog-animation .flog-animation-logo svg {
  width: 240px; 
}

.flog-animation .logo-additional-text {
  color: var(--wp--preset--color--white);
  margin-top: 20px;
  padding: 0 40px;
}

.flog-animation .sliders {
  color: var(--wp--preset--color--white);
  position: absolute;
  right: 0;
  bottom: 64px;
  width: 200px;
  padding: 20px 20px 0;
  background-color: var(--wp--preset--color--dark-violet);
}

.flog-animation .slider input {
  width: 100%;
}

.flog-animation .audio {
  position: absolute;
  bottom: 12px;
  right: 60px;
  width: 36px;
}

.flog-animation .audio:before {
  content: attr(data-title);
  color: #fff;
  position: absolute;
  right: 100%;
  top: 4px;
  white-space: nowrap;
}

.flog-animation .audio .mejs-container {
  background-color: transparent;
}

.flog-animation .audio .mejs-controls {
  width: 36px;
  overflow: hidden;
  background-color: transparent;
}

.flog-animation .audio .mejs-button > button {
  border-radius: 0;
  min-width: none;
}

.flog-animation .audio .mejs-time,
.flog-animation .audio .mejs-time-rail,
.flog-animation .audio .mejs-volume-button,
.flog-animation .audio .mejs-horizontal-volume-slider {
  display: none;
}

.flog-animation .sliders {
  display: none;
  font-size: 0.875rem;
}

.flog-animation .settings-button {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.js-active .flog-animation .settings-button {
  display: block;
}

.flog-animation .settings-button span {
  display: none;
}

.flog-animation .settings-button:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  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='M18 16v-12c0-0.55-0.45-1-1-1h-13c-0.55 0-1 0.45-1 1v12c0 0.55 0.45 1 1 1h13c0.55 0 1-0.45 1-1zM8 11h1c0.55 0 1 0.45 1 1s-0.45 1-1 1h-1v1.5c0 0.28-0.22 0.5-0.5 0.5s-0.5-0.22-0.5-0.5v-1.5h-1c-0.55 0-1-0.45-1-1s0.45-1 1-1h1v-5.5c0-0.28 0.22-0.5 0.5-0.5s0.5 0.22 0.5 0.5v5.5zM13 9h-1c-0.55 0-1-0.45-1-1s0.45-1 1-1h1v-1.5c0-0.28 0.22-0.5 0.5-0.5s0.5 0.22 0.5 0.5v1.5h1c0.55 0 1 0.45 1 1s-0.45 1-1 1h-1v5.5c0 0.28-0.22 0.5-0.5 0.5s-0.5-0.22-0.5-0.5v-5.5z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

.is-logo-animated .mandala {
  animation: pulse 3.5s infinite;
}

@keyframes pulse {
    0% {
      transform: scale(0.95);
      transform-origin: center;
    }

    60% {
      transform: scale(1);
      transform-origin: center;
    }

    100% {
      transform: scale(0.95);
      transform-origin: center;
    }
}

/* ---- Media Queries: More Contrast ---- */
@media (prefers-contrast: more) {
  .tribe-common a:not(.tribe-common-anchor--unstyle):focus,
  .tribe-common a:focus {
    outline: auto;
  }
}

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

  .wp-block-video.slowed-down.luminosity {
    display: none;
  }
}

/* ---- Media Queries: wider than 360px ---- */
@media (min-width: 360px) {
  .logo {
    font-size: 1rem;
  }

  .logo strong {
    font-size: 1.125rem;
  }

  .main li {
    font-size: 1rem;
  }

  .navi-button {
    top: 0;
  }

  .has-overlay-navigation .navi-button {
    top: -4px;
  }
}

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

  .archive .a_content_inner {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
  }

  .archive:not(.post-type-archive-tribe_events) .single-post-type-item {
    width: 48%;
    width: calc(50% - 1em);
  }

  .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 Queries: wider than 768px ---- */
@media (min-width: 768px) {
  .tribe-events-meta-group {
    width: auto;
  }
}

/* ---- Media Queries: wider than 780px ---- */
@media (min-width: 781px) {
  .wp-block-column {
    margin-bottom: 0;
  }

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

  .a_sidebar .sidebar,
  .a_footer .footer-inner {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    flex-grow: 1;
  }

  .footer-logo {
    width: 30.73vw;
  }

  .wp-block-video.alignfull.has-background.is-style-multiply,
  .wp-block-video.alignfull.luminosity {
    height: 440px;
    height: 30vw;
    overflow: hidden;
  }

  .wp-block-video.alignfull.has-background.is-style-multiply video,
  .wp-block-video.alignfull.luminosity video {
    margin-top: -260px;
    margin-top: -12vw;
  }

  .flog-animation .flog-animation-logo svg {
    width: 30.73vw;
  }

  .images-right .single .single-testimonial .wp-block-column:first-child {
    order: 2;
  }

  .show-images-alternated .single .single-testimonial:nth-child(even) .wp-block-column:first-child {
    order: 2;
  }

  .show-images-per-slide-alternated  .single:nth-child(odd) .single-testimonial .wp-block-column:first-child {
    order: 2;
  }

  .images-not-floating .single .single-testimonial,
  .columns-2-images-not-floating .single .single-testimonial {
    flex-wrap: wrap !important;
  }

  .images-not-floating .single .single-testimonial .wp-block-column,
  .columns-2-images-not-floating .single .single-testimonial .wp-block-column {
    flex-basis: 
    100% !important;
  }

  .layout-col-2 .single .single-testimonial {
    width: 48%;
    float: left;
  }

  .layout-col-2 .single .single-testimonial:nth-child(even) {
    margin-left: 2%;
  }

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

  .archive:not(.post-type-archive-tribe_events) .single-post-type-item {
    width: 30%;
    width: calc(33.333% - (4em/3));
  }
}

/* ---- Media Queries: wider than 782px ---- */
@media (min-width: 783px) {
  .admin-bar .flog-animation #canvas {
    height: calc(100vh - 100px); 
  }

  .has-overlay-navigation.admin-bar .flog-animation #canvas {
    height: calc(100vh - 32px); 
  }

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

/* ---- Media Queries: wider than 960px ---- */
@media (min-width: 961px) {
  .wp-block-image {
    margin-bottom: 2em;
  }

  .flex-control-nav {
    display: block;
  }

  .slide-count {
    display: none;
  }

  .a_service {
    text-align: right;
  }

  .service {
    margin-bottom: 8px;
  }

  .service .menu {
    display: inline-block;
  }

  .language  {
    font-size: 1.25rem;
    display: inline-block;
    margin-bottom: 0;
  }

  .language li a {
    padding: 2px 3px;
  }

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

  #comments {
    margin-bottom: 50px;
  }

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

/* ---- Media Queries: wider than 1220px ---- */
@media (min-width: 1221px) {
  .logo {
    font-size: 1.125rem;
  }

  .logo strong {
    font-size: 1.375rem;
  }

  .main li {
    font-size: 1.125rem;
  }

  .navi-button {
    top: 4px;
  }

  .has-overlay-navigation .navi-button {
    top: 0;
  }

  .post-content h1,
  .post-content h2,
  .archive-title,
  .single .post-title {
    font-size: 3.125rem;
  }

  .top-inner {
    right: 50%;
    margin-right: -600px;
  }

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

  .a_service {
    text-align: right;
  }

  .is-scrolled .service {
    padding-right: 100px;
  }

  .footer-logo {
    width: 392px;
  }

  .has-desktop-navigation.has-overlay-navigation .flog-animation #canvas {
    height: 100vh; 
  }
  
  .has-desktop-navigation.has-overlay-navigation.admin-bar .flog-animation #canvas {
    height: calc(100vh - 32px); 
  }

  .flog-animation .flog-animation-logo svg {
    width: 392px; 
  }

  .language  {
    margin-left: 10px;
  }

  /* Desktop Navigation */
  .has-desktop-navigation .navi-button {
    display: none;
  }

  .has-desktop-navigation .navi-inner {
    max-height: 10000em;
    transition: max-height 0.5s;
  }

  .has-desktop-navigation .main {
    position: absolute;
    top: 9px;
    right: 10px;
    margin: 0;
  }

  .has-desktop-navigation .main ul {
    display: inline-block;
    position: relative;
  }

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

  .has-desktop-navigation .main li a {
    padding: 0 8px 2px;
  }

  .has-desktop-navigation .language li a {
    padding: 2px 3px;
  }

  .has-desktop-navigation .main .sub-menu {
    margin-left: 0;
    display: block;
    max-height: 0;
    position: absolute;
    top: 52px;
    left: -4px;
    z-index: 10;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s, opacity 0.5s;
    min-width: 200px;
    background-color: rgba(0,11,26,0.85);
  }

  .has-desktop-navigation .main li:hover .sub-menu {
    max-height: 10000em;
    opacity: 1;
    transition: max-height 0.5s, opacity 0.5s;
  }

  .has-desktop-navigation .main .sub-menu li {
    border-top: 1px solid var(--wp--preset--color--white);
    display: block;
    margin: 0 12px;
    padding-bottom: 8px;
  }

  .has-desktop-navigation .main li .sub-menu a {
    padding: 0;
  }

  .has-no-logo.has-desktop-navigation .main {
    width: 100%;
    text-align: center;
  }

  .has-no-logo.has-desktop-navigation .main ul {
    text-align: left;
  }

  .is-scrolled .a_header {
    background-color: rgba(0,11,26,0.85);
  }

  /* Overlay Navigation */
  .has-overlay-navigation .a_header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    background-color: rgba(0,11,26,0.85);
  }

  .has-overlay-navigation .header-inner {
    position: relative;
    padding: 20px;
  }

  .has-overlay-navigation .main {
    margin: 20px 0 0;
  }

  .has-overlay-navigation.has-desktop-navigation .main {
    margin: 0;
  }
  
  .has-no-logo.has-overlay-navigation .logo {
    display: block;
  }

  .has-desktop-navigation.has-overlay-navigation.has-sticky-header .a_wrapper {
    margin-top: 0;
  }

  /* Sticky Header */
  .has-sticky-header .a_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }

  .has-sticky-header.admin-bar .a_header {
    top: 32px;
  }

  .has-sticky-header .a_wrapper {
    margin-top: 62px;
  }

  .has-no-logo.has-sticky-header.is-scrolled .logo {
    visibility: visible;
  }

  .has-no-logo.has-sticky-header.is-scrolled.has-desktop-navigation .main{
    width: auto;
    text-align: left;
  }
}


/* ---- Media Queries: wider than 1340px ---- */
@media (min-width: 1341px) {
  .has-background:not(.is-style-bordered):not(.wp-block-button__link) {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .post-content > .has-background:not(.is-style-bordered):not(.wp-block-button__link):first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /*.a_footer,
  .single .page-header,
  .archive .page-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }*/

  .a_footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .error-404 .post-content {
    padding-bottom: 80px;
  }

  .single:not(.tribe_events-template-default) .page-header,
  .archive:not(.tribe-events-page-template ) .page-header {
    margin-bottom: 80px;
  }

  .wp-block-spacer.bottom-spacer {
    height: 48px !important;
  }
}

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

  .a_header {
    padding: 0 0 10px;
  }

  .header-inner {
    padding-top: 0;
  }

  .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-dark-black-background-color { border-color:var(--wp--preset--color--dark-black); }
  .has-white-background-color { border-color:var(--wp--preset--color--white); }
  .has-dark-blue-background-color { border-color:var(--wp--preset--color--dark-violet); }
  .has-light-blue-background-color { border-color:var(--wp--preset--color--light-blue); }
  .has-dark-violet-background-color { border-color:var(--wp--preset--color--dark-violet); }
  .has-light-violet-background-color { border-color:var(--wp--preset--color--light-violet); }
  .has-gold-background-color { border-color:var(--wp--preset--color--green); }

  .a_navi, .a_footer, .a_top, .widget_search, .service, .navigation, .sharer-wrapper,
  .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;
  }
}
