@charset "UTF-8";
/*
Theme Name: LAG Sachsen
Theme URI: https://todo.de
Description: LAG Sachsen WordPress Theme
Version: 1.0 (2023)
Author: Best Placed Marketing
Author URI: https://bestplaced-marketing.de
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --white-color: 0deg 0% 100%;
  --black-color: 0deg 0% 0%;
  --green-color: 95deg 58% 45%;
  --yellow-color: 45deg 94% 67%;
  --gray-color: 0deg 1% 30%;
  --primary-text-color: var(--black-color);
  --secondary-text-color: var(--white-color);
  --alternate-text-color: var(--gray-color) / 0.4;
  --primary-bg-color: var(--white-color);
  --secondary-bg-color: var(--yellow-color);
  --alternate-bg-color: var(--gray-color) / 0.1;
  --box-shadow: 0 0 30px 0 hsl(var(--gray-color) / 0.2);
  --basis-margin: 3em;
  --wrapper-max-width: 1170px;
  --block-max-width: calc(var(--wrapper-max-width) + var(--basis-margin));
  --block-padding: calc(var(--basis-margin) / 2);
  --grid-margin: 1.5em;
  --body-font-size: 16px;
  --primary-font: "Lato", Verdana, serif;
}

/* lato-300 - 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: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/lato-v24-latin-300.woff2") format("woff2"), url("assets/fonts/lato-v24-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-regular - 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: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/lato-v24-latin-regular.woff2") format("woff2"), url("assets/fonts/lato-v24-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700 - 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: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/lato-v24-latin-700.woff2") format("woff2"), url("assets/fonts/lato-v24-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-900 - 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: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/lato-v24-latin-900.woff2") format("woff2"), url("assets/fonts/lato-v24-latin-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
a {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  color: currentColor;
  text-decoration: underline;
}

.speaker__image img, .post-card__image img, .content-block aside img, .single-teaser__image img, .banner-block__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-layout .column-2 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.network-filter-container, .post-archive-link, .post-archive, .network-archive, .speaker-archive, .content-block, .recent-posts, .header-block, .site-footer, .wp-block-group, .timeline-controls, .contact-template-block__inner, .next-events__inner, .post-hero__inner, .hero__inner, .site-header__inner {
  max-width: var(--block-max-width);
  margin: 5em auto;
  padding-left: var(--block-padding);
  padding-right: var(--block-padding);
}
@media (max-width: 659px) {
  .network-filter-container, .post-archive-link, .post-archive, .network-archive, .speaker-archive, .content-block, .recent-posts, .header-block, .site-footer, .wp-block-group, .timeline-controls, .contact-template-block__inner, .next-events__inner, .post-hero__inner, .hero__inner, .site-header__inner {
    margin: 3em auto;
  }
}

.wp-block-group, .timeline-controls, .contact-template-block__inner, .next-events__inner, .post-hero__inner, .hero__inner, .site-header__inner {
  margin: 0 auto;
}

.block-header__title {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}
@media (min-width: 660px) {
  .block-header__title {
    font-size: 3rem;
  }
}

.secondary-button, .primary-button, .network-filter-container .network-filter {
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 659px) {
  .speaker, .post-card, .banner-block__content, .post-hero__inner, .hero__inner {
    text-align: center;
  }
}

body {
  font-family: var(--primary-font);
  background-color: hsl(var(--primary-bg-color));
  font-size: var(--body-font-size);
  color: hsl(var(--primary-text-color));
  line-height: 1.5;
}

@media (max-width: 379px) {
  body {
    overflow-x: hidden;
  }
}
html.dialog-is-open {
  overflow-y: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.primary-link {
  display: inline-block;
  font-weight: 600;
  margin-top: 1em;
  margin-right: 1em;
}

.hero,
main {
  overflow: hidden;
}

@media (max-width: 1217px) {
  .hero,
  .no-hero main {
    margin-top: 100px;
  }
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

#svgdefs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.site-header {
  background-color: hsl(var(--primary-bg-color));
  overflow-x: clip;
}
.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
  position: relative;
}
.site-header__inner::before, .site-header__inner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc((100vw - 1170px - 3em) / 2);
}
@media (min-width: 1920px) {
  .site-header__inner::before {
    background-color: hsl(var(--yellow-color));
  }
  .site-header__inner::after {
    background-color: white;
    clip-path: ellipse(102% 100% at 0% 0%);
  }
}
.site-header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.site-header .logo a {
  display: block;
}
.site-header .logo svg {
  width: 220px;
  display: block;
}
.site-header .search .search-button {
  padding: 0.5em;
  display: block;
}
.site-header .search .search-button svg {
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
}
.site-header .search .close-search {
  text-align: center;
  font-size: 0.875rem;
  margin: 1em 0 0 0;
}
.site-header .search .close-search a {
  cursor: pointer;
  padding: 1em;
}
.site-header .search .search-form {
  display: none;
  font-size: 1rem;
  position: absolute;
  padding: 2em;
  z-index: 200;
  right: 0;
  background-color: hsl(var(--primary-bg-color));
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: 1em;
}
.site-header .search.is-open .search-form {
  display: block;
}
.site-header .search:hover .search-button {
  cursor: pointer;
}
.site-header .search:hover .fa-magnifying-glass path {
  fill: hsl(var(--green-color));
}

.navigation-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}
.navigation-block .main-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.navigation-block .main-nav a:hover {
  text-decoration: none;
}
.navigation-block .main-nav ul {
  margin: 0;
  padding: 0;
}
.navigation-block .main-nav li {
  list-style: none;
}
.navigation-block .main-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.navigation-block .main-nav .menu-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.navigation-block .main-nav .menu-item a {
  padding: 0.5em;
}
.navigation-block .main-nav .menu-item:hover:before, .navigation-block .main-nav .menu-item.current_page_item:before, .navigation-block .main-nav .menu-item.current-menu-parent:before {
  content: "";
  position: absolute;
  width: calc(100% - 1em);
  top: -0.75em;
  left: 0.5em;
  height: 3px;
  background-color: hsl(var(--green-color));
}

@media (max-width: 1217px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header__inner {
    height: 100px;
  }
  .site-header .logo {
    padding-left: 1.5em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(180px + 1.5em);
            flex: 0 0 calc(180px + 1.5em);
    padding-block: 0.5em;
  }
  .site-header .logo svg {
    width: 180px;
  }
  .site-header:not(.menu-is-open) .navigation-block {
    display: none;
  }
}
.menu-button {
  width: 24px;
  height: 20px;
  padding: 1em 1.5em;
  display: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.menu-is-open .menu-button {
  background-color: transparent;
}

.menu-icon {
  width: 24px;
  height: 4px;
  background-color: hsl(var(--primary-text-color));
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  pointer-events: none;
}
.menu-icon:nth-child(1) {
  -webkit-transform-origin: 0 100% 0;
          transform-origin: 0 100% 0;
}
.menu-icon:nth-child(2) {
  margin-top: 4px;
}
.menu-icon:nth-child(3) {
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  margin-top: 4px;
}

@media (max-width: 1217px) {
  .menu-button {
    display: block;
  }
}
/*
 * Admin Bar Fix (non mobile)
 */
@media (min-width: 1218px) {
  .admin-bar .site-header {
    margin-top: 32px;
  }
}

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 989px) {
  .site-footer > * {
    width: 100%;
  }
}
.site-footer .funding .footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 989px) {
  .site-footer .funding .footer-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .funding .footer-logos .logo-small {
  height: 5em;
  width: auto;
}
.site-footer .funding .footer-logos .logo-wide {
  height: 3.5em;
  width: auto;
}
.site-footer .footer-copyright {
  margin-bottom: 2em;
}
@media (max-width: 989px) {
  .site-footer .footer-copyright {
    text-align: center;
  }
}
.site-footer .footer-copyright h3 {
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 900;
}
.site-footer .footer-copyright div {
  max-width: 70ch;
}
@media (max-width: 989px) {
  .site-footer .footer-copyright div {
    margin-inline: auto;
  }
}
.site-footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 990px) {
  .site-footer .footer-menu ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.site-footer ul {
  margin: 0;
  padding: 0;
}
.site-footer li {
  list-style: none;
}
.site-footer li a {
  padding: 0.5em;
}

.hero {
  background-color: hsl(var(--secondary-bg-color));
}
.hero__inner {
  margin-block: 3em;
}
.hero__meta {
  font-weight: 900;
  font-size: 1.5em;
  margin: 0;
  word-break: break-word;
  line-height: 1;
}
.hero__title {
  font-weight: 900;
  font-size: 4.375em;
  margin: 0;
  word-break: break-word;
  line-height: 1;
}
@media (max-width: 659px) {
  .hero__title {
    font-size: 3em;
  }
}
@media (max-width: 499px) {
  .hero__title {
    font-size: 2em;
  }
}
.hero--page .hero__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 660px) {
  .hero--page .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-block: 8em 3em;
  }
}
.post-hero {
  background-color: hsl(var(--secondary-bg-color));
}
.post-hero__inner {
  margin-block: 3em;
}
@media (min-width: 660px) {
  .post-hero__inner {
    margin-block: 8em 3em;
  }
}

.wpforms-container {
  max-width: var(--block-max-width);
  padding: 1.5em;
}
.wpforms-container button[type=submit]:hover, .wpforms-container button[type=submit]:focus, .wpforms-container button[type=submit]:active {
  text-decoration: underline;
}
@media (max-width: 659px) {
  .wpforms-container {
    text-align: center;
  }
}
.wpforms-container .wpforms-page-indicator {
  text-align: center;
}
.wpforms-container .wpforms-pagebreak-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.wpforms-container-full {
  --wpforms-field-border-radius: .75em;
  --wpforms-button-background-color: hsl(var(--black-color));
  --wpforms-button-text-color: hsl(var(--secondary-text-color));
  --wpforms-button-border-radius: 3em;
  --wpforms-field-size-padding-h: 1.5em;
}
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email],
div.wpforms-container-full select {
  font-family: var(--primary-font);
}
div.wpforms-container-full select {
  padding: 0 var(--wpforms-field-size-padding-h);
}
div.wpforms-container-full .wpforms-uploader {
  --wpforms-field-border-radius: 1.5em;
}
div.wpforms-container-full button[type=submit] {
  padding: 1em 2.5em !important;
  height: auto !important;
}

#wpforms-142 {
  --wpforms-field-border-color: white;
}

.tnp .newsletter-form-container,
.tnp form[action*="na=ps"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 659px) {
  .tnp .newsletter-form-container,
  .tnp form[action*="na=ps"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tnp label {
  cursor: pointer;
}
.tnp a {
  font-weight: 900;
}
.tnp .tnp-field-email {
  width: 100%;
}
.tnp .tnp-field-email label {
  display: none;
}
.tnp .tnp-field-email .tnp-email {
  border-radius: 1.5em;
  border: 1px solid hsla(0, 0%, 0%, 0.25);
  background-color: hsl(var(--primary-bg-color));
  padding: 0 1.5em;
  height: 43px;
}
@media (min-width: 660px) {
  .tnp .tnp-field-email .tnp-email {
    border-radius: 1.5em 0 0 1.5em;
  }
}
.tnp .tnp-field-email .tnp-email:focus {
  border: 1px solid hsl(var(--green-color));
  -webkit-box-shadow: 0 0 0 1px hsl(var(--green-color));
          box-shadow: 0 0 0 1px hsl(var(--green-color));
  outline: none;
}
.tnp .tnp-field-button {
  margin-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
}
.tnp .tnp-field-button .tnp-submit {
  background-color: hsl(var(--green-color));
  border-radius: 1.5em;
  font-weight: 400;
  padding-inline: 1.5em;
  height: 43px;
}
@media (min-width: 660px) {
  .tnp .tnp-field-button .tnp-submit {
    border-radius: 0 1.5em 1.5em 0;
  }
}
.tnp .tnp-field-button .tnp-submit:hover {
  background-color: hsl(95, 48%, 40%);
}
.tnp .tnp-field-button .tnp-submit:active {
  -webkit-box-shadow: 0 0 0 1px hsl(var(--green-color));
          box-shadow: 0 0 0 1px hsl(var(--green-color));
}
.tnp .tnp-privacy-field label {
  line-height: 1.4;
}
.tnp .tnp-privacy-field a {
  text-decoration: underline;
}

.primary-button, .network-filter-container .network-filter {
  background-color: hsl(var(--black-color));
  color: hsl(var(--secondary-text-color));
  padding: 0.75em 2em;
  border-radius: 2em;
  font-weight: 900;
}
@media (hover: hover) and (pointer: fine) {
  .primary-button:hover, .network-filter-container .network-filter:hover {
    color: hsl(var(--secondary-text-color));
    text-decoration: underline;
  }
}
.primary-button--white {
  background-color: hsl(var(--white-color));
  color: hsl(var(--green-color));
}
@media (hover: hover) and (pointer: fine) {
  .primary-button--white:hover {
    color: hsl(var(--green-color));
  }
}

.secondary-button {
  border-radius: 2em;
  -webkit-box-shadow: 0 0 0 1px hsl(var(--black-color));
          box-shadow: 0 0 0 1px hsl(var(--black-color));
  display: inline-block;
  padding: 0.5em 1.5em;
  background-color: transparent;
  font-weight: 900;
}
.secondary-button:hover {
  color: currentColor;
  text-decoration: underline;
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}

.modal {
  position: fixed;
  border-radius: 2em;
  border: 0;
  padding: 0;
}
.modal[open] {
  -webkit-animation: example-fade-in-2 0.5s ease;
          animation: example-fade-in-2 0.5s ease;
}
.modal__inner {
  padding: 2em;
  background-color: var(--primary-bg-color);
  width: calc(var(--wrapper-max-width) + 10em);
  max-width: 90vw;
}
@media (min-width: 660px) {
  .modal__inner {
    padding: 4em 5em;
  }
}
.modal::-ms-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal::backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  font-size: 2.5em;
  opacity: 0.5;
  padding: 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 0;
}
@media (min-width: 660px) {
  .modal .modal-close {
    top: 2rem;
    right: 2rem;
  }
}
.modal .modal-close svg {
  height: 1em;
}
.modal .modal-close:hover {
  opacity: 1;
}

.nav-modal {
  margin: 0;
  border-radius: 0;
  inset: 0;
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
}
.nav-modal[open] {
  -webkit-animation: none;
          animation: none;
}
.nav-modal__inner {
  background-color: hsl(var(--white-color));
  width: 100vw;
  min-height: 100vh;
  color: hsl(var(--primary-text-color));
  padding: 1.5em 3em;
}
.nav-modal .modal-close {
  color: #000;
}
.nav-modal .modal-close svg,
.nav-modal .modal-close path {
  pointer-events: none;
}
.nav-modal .modal-close svg {
  width: 50px;
  height: 50px;
}
.nav-modal__logo {
  margin-bottom: 2.5em;
}
.nav-modal__logo svg {
  max-width: 220px;
}
.nav-modal__main {
  margin: 0 auto;
  text-align: center;
}
.nav-modal__main .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-modal__main .menu-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  word-break: break-word;
  position: relative;
}
.nav-modal__main .menu-item a {
  display: block;
  padding: 1em;
}
.nav-modal__main .current-menu-item > a {
  color: hsl(var(--green-color));
  font-weight: 900;
}
.nav-modal__separator {
  height: 1px;
  width: 100%;
  background-color: hsl(var(--black-color));
  margin: 1.5em 0 2.5em;
}
.nav-modal__footer {
  text-align: center;
}

/* Width of "wide" blocks */
.wp-block[data-align=wide] {
  max-width: var(--wrapper-max-width);
}

/* Width of "full-wide" blocks */
.wp-block[data-align=full],
.block-library-block__reusable-block-container {
  max-width: none;
}

.acf-innerblocks-container p:empty {
  display: none;
}
.header-block.is-centered {
  text-align: center;
}
.header-block.is-centered .block-header__title,
.header-block.is-centered p {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 659px) {
  .header-block {
    text-align: center;
  }
  .header-block .block-header__title,
  .header-block p {
    margin-left: auto;
    margin-right: auto;
  }
}
.header-block .block-header {
  margin-bottom: 0;
}

.block-header {
  margin-bottom: 1.5em;
}
.block-header__title {
  word-break: break-word;
}
.block-header__title.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.block-header__title span {
  color: var(--color-yellow);
}
.block-header__title strong {
  font-weight: 900;
}
.block-header__text {
  font-size: inherit;
}
.block-header p {
  margin-left: 0;
  margin-right: 0;
}
.block-header p.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.block-header.is-centered {
  text-align: center;
}
.block-header.is-centered .block-header__title {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 659px) {
  .block-header {
    text-align: center;
  }
}

.block-header + .block-body {
  margin-top: var(--basis-margin);
}

.block-preview {
  text-align: center;
}
.block-preview__image {
  display: block;
  margin: 1em auto;
}

.wp-block-group .wp-block-group__inner-container {
  --block-padding: 0;
}
.banner-block {
  display: -ms-grid;
  display: grid;
  background-color: hsl(var(--secondary-bg-color));
}
.banner-block__content {
  color: hsl(var(--primary-text-color));
}
.banner-block__content .block-header__title {
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 660px) {
  .banner-block--v1 {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }
}
.banner-block--v1 .banner-block__image img {
  aspect-ratio: 16/9;
}
.banner-block--v1 .banner-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 659px) {
  .banner-block--v1 .banner-block__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1218px) {
  .banner-block--v1 .banner-block__content {
    padding: 8rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.banner-block--v1 .block-header__title {
  font-size: 2rem;
}
@media (min-width: 660px) {
  .banner-block--v1 .block-header__title {
    font-size: 3rem;
  }
}
@media (min-width: 1218px) {
  .banner-block--v1 .block-header__title {
    font-size: 4.375rem;
  }
}

@media (min-width: 788px) {
  .banner-block--v2 {
    min-height: 470px;
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }
}
.banner-block--v2 .banner-block__image {
  position: relative;
}
@media (max-width: 787px) {
  .banner-block--v2 .banner-block__image {
    aspect-ratio: 2/1;
  }
}
.banner-block--v2 .banner-block__image img {
  position: absolute;
  inset: 0;
}
.banner-block--v2 .banner-block__content {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1.5em;
}
@media (min-width: 788px) {
  .banner-block--v2 .banner-block__content {
    padding: 3em;
  }
}
@media (min-width: 1218px) {
  .banner-block--v2 .banner-block__content {
    padding: 5em;
    max-width: calc(var(--block-max-width) / 2);
  }
}
.banner-block--v2 div[aria-hidden=true] {
  display: none;
}

.next-events {
  background-color: hsl(var(--green-color));
  color: hsl(var(--secondary-text-color));
}
.next-events__inner {
  padding-block: 5em;
  display: -ms-grid;
  display: grid;
  gap: 3em 4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1218px) {
  .next-events__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1218px) {
  .next-events__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(370px - 2em);
            flex: 0 0 calc(370px - 2em);
  }
}
@media (max-width: 1217px) {
  .next-events__header {
    text-align: center;
  }
}
.next-events__header .header-title {
  font-weight: 900;
  font-size: 1.75em;
  margin: 0;
}
@media (min-width: 1218px) {
  .next-events__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
.next-events .post-card-container {
  display: -ms-grid;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.recent-posts .block-header {
  margin-bottom: 3em;
}
@media (max-width: 1217px) {
  .recent-posts .block-header {
    text-align: center;
  }
}
.recent-posts .post-card-container {
  display: -ms-grid;
  display: grid;
  gap: 2em;
  -ms-grid-columns: minmax(1fr, 600px);
  grid-template-columns: minmax(1fr, 600px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 990px) {
  .recent-posts .post-card-container {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
}

.newsletter-template-block {
  max-width: 970px;
  padding: 2em;
  margin-left: auto;
  margin-right: auto;
  background-color: hsl(var(--primary-bg-color));
  border-radius: 1em;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 660px) {
  .newsletter-template-block {
    padding: 2em 4em;
  }
}
@media (max-width: 659px) {
  .newsletter-template-block {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsletter-template-block__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49.99%, hsl(var(--secondary-bg-color))), color-stop(50%, hsl(var(--primary-bg-color)))) no-repeat top;
  background: linear-gradient(0deg, hsl(var(--secondary-bg-color)) 49.99%, hsl(var(--primary-bg-color)) 50%) no-repeat top;
  padding: 0 var(--block-padding);
}
.newsletter-template-block__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  line-height: 1.75;
}
.newsletter-template-block__header .block-header__title {
  font-size: 1.75em;
  font-weight: 900;
  margin: 0;
}
.newsletter-template-block__header p {
  margin: 0;
}
.newsletter-template-block__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(60% - 1em);
          flex: 1 0 calc(60% - 1em);
}
@media (min-width: 500px) {
  .newsletter-template-block__body {
    min-width: 400px;
  }
}

.contact-template-block {
  background-color: hsl(var(--secondary-bg-color));
}
.contact-template-block__inner {
  padding-block: 3em;
  min-height: 400px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 788px) {
  .contact-template-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 788px) {
  .contact-template-block__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(370px - 2em);
            flex: 0 0 calc(370px - 2em);
  }
}
@media (max-width: 787px) {
  .contact-template-block__header {
    text-align: center;
  }
}
.contact-template-block__header .header-title {
  font-weight: 900;
  font-size: 1.75em;
  margin: 0;
}
@media (min-width: 788px) {
  .contact-template-block__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.single-teaser {
  max-width: 770px;
}
.single-teaser__inner {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "stack";
  -ms-grid-rows: 500px;
  grid-template-rows: 500px;
}
@media (min-width: 788px) {
  .single-teaser__inner {
    -ms-grid-columns: 770px;
    grid-template-columns: 770px;
  }
}
.single-teaser__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: stack;
  margin: 0;
}
.single-teaser__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: stack;
  background-color: hsl(var(--primary-bg-color));
  -ms-grid-row-align: end;
      align-self: end;
  width: 80%;
  border-radius: 0 5em 0 0;
  padding: 1.5em;
}
.single-teaser__title {
  margin: 0;
  font-size: 1.75em;
  font-weight: 900;
}

.single-teaser__container:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  gap: 2em;
}

.content-block {
  max-width: 1070px;
}
.content-block aside {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  line-height: 1.5;
}
@media (min-width: 500px) {
  .content-block aside {
    min-width: 330px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(40% - 1em);
            flex: 1 0 calc(40% - 1em);
  }
}
.content-block aside .content__thumbnail {
  margin: 0;
  overflow: hidden;
}
.content-block aside .content__thumbnail a {
  display: block;
}
.content-block aside .content__thumbnail + .content__thumbnail {
  margin-top: 2em;
}
.content-block aside .content__icon svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 499px) {
  .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-container--even-columns .content__content,
.content-container--even-columns .content__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 1em);
          flex: 1 0 calc(50% - 1em);
}
@media (min-width: 500px) {
  .content-container.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.content-container:not(.reversed) svg {
  margin-left: auto;
  display: block;
}
.content-container.centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-container.stretched aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-container.stretched figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.content__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(60% - 1em);
          flex: 1 0 calc(60% - 1em);
}
.content__content h2:first-child {
  margin-top: 0;
}
.content__content > p,
.content__content ul {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 1em 0;
}
.content__content .content__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 659px) {
  .content__content .content__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.time-container {
  background-color: white;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 200px;
  grid-auto-flow: column;
  padding: 0;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.page .time-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.time-container::-webkit-scrollbar {
  display: none;
}
.time-container__outer {
  position: relative;
}
.time-container__outer::before, .time-container__outer::after {
  position: absolute;
  top: 0;
  width: 200px;
  content: "";
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 600px) {
  .time-container__outer::before, .time-container__outer::after {
    width: 100px;
  }
}
.time-container__outer::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(255, 255, 255)), color-stop(95%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 95%);
}
.time-container__outer::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
}

.time-entry {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "top" "top-year" "line" "bottom-year" "bottom";
  -ms-grid-rows: 250px 50px 2px 50px 250px;
  grid-template-rows: 250px 50px 2px 50px 250px;
  width: 350px;
}
.time-entry::before {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: line;
  background-color: #68B430;
  content: "";
}
.time-entry .year-time {
  position: relative;
}
.time-entry .year-time time {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  color: #68B430;
  font-weight: 900;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.time-entry .year-time::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #68B430;
  border-radius: 1em;
}
.time-entry .year-time::after {
  border-left: 1px dashed #68B430;
  height: 50px;
  width: 300px;
  content: "";
  display: block;
  top: 0;
  position: absolute;
}
.time-entry .year-content {
  border-left: 1px dashed #68B430;
  padding-inline: 2em;
  font-size: 0.875em;
}
.time-entry h3 {
  margin: 0 0 0.5em 0;
  font-size: 1rem;
}
.time-entry:nth-child(even) .year-time {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: top-year;
}
.time-entry:nth-child(even) .year-time time {
  top: calc(100% + 1em);
}
.time-entry:nth-child(even) .year-time::before {
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.time-entry:nth-child(even) .year-content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  padding-bottom: 3em;
  grid-area: top;
  -ms-grid-row-align: end;
      align-self: end;
}
.time-entry:nth-child(odd) .year-time {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: bottom-year;
}
.time-entry:nth-child(odd) .year-time time {
  bottom: calc(100% + 1em);
}
.time-entry:nth-child(odd) .year-time::before {
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.time-entry:nth-child(odd) .year-content {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  padding-top: 3em;
  grid-area: bottom;
  -ms-grid-row-align: start;
      align-self: start;
}

.timeline-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 5em;
}
@media (max-width: 659px) {
  .timeline-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.acf-block-preview .timeline-controls {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .timeline-controls .control-arrow:not(.is-disabled):hover {
    color: hsl(var(--green-color));
    -webkit-box-shadow: 0 0 0 1px hsl(var(--green-color));
            box-shadow: 0 0 0 1px hsl(var(--green-color));
  }
  .timeline-controls .control-arrow:not(.is-disabled):hover svg path {
    fill: currentColor;
  }
}
.timeline-controls .control-arrow.is-disabled {
  opacity: 0.3;
}
@media (hover: hover) and (pointer: fine) {
  .timeline-controls .control-arrow.is-disabled:hover {
    cursor: not-allowed;
  }
}
.timeline-controls .control-arrow svg {
  pointer-events: none;
}

.post-card {
  background-color: hsl(var(--primary-bg-color));
  color: hsl(var(--primary-text-color));
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: 1.5em;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
  overflow: hidden;
}
.post-card__image {
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
  margin: 0 0 -1.5em 0;
}
.post-card__image img {
  height: 250px;
  -webkit-transform: translate(0, -1.5em);
          transform: translate(0, -1.5em);
}
.post-card__body {
  padding: 3em;
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
  line-height: 1.4;
  word-break: break-word;
}
.post-card__meta {
  color: hsl(var(--green-color));
  font-size: 1.4em;
}
.post-card__title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 900;
}
.post-card.filtered {
  display: none;
}
.post-card.highlighted {
  --box-shadow: 0 0 0 3px hsl(var(--green-color));
}

.single-post {
  margin-bottom: 5em;
}

.speaker-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5em;
}
@media (min-width: 990px) {
  .speaker-container {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
}

.speaker__image {
  margin: 0;
  max-width: 270px;
  aspect-ratio: 1;
  border-radius: 1.5em;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
  overflow: hidden;
}
@media (max-width: 659px) {
  .speaker__image {
    margin: 0 auto;
  }
}
.speaker__image img {
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}
.speaker__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 659px) {
  .speaker__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .speaker__title .tooltip {
    margin-bottom: 1em;
  }
}
.speaker__title h2 {
  font-size: 1.75em;
  font-weight: 900;
  margin-block: 0.5rem;
}
.speaker__title .tooltip {
  width: 20px;
}
.speaker dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 0;
}
.speaker dl dt {
  margin: 0;
  padding: 0.5em;
  text-align: left;
}
.speaker dl dd {
  margin: 0;
  text-align: right;
  padding: 0.5em;
  word-break: break-word;
}
.speaker dl dt:nth-child(4n+1), .speaker dl dt:nth-child(4n+1) + dd {
  background-color: #ededed;
}

.network-archive {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: 2em;
}
.network-archive .post-card {
  display: none;
}
.network-archive .post-card.is-visible {
  display: block;
  -webkit-animation: fade-in 0.2s ease-in;
          animation: fade-in 0.2s ease-in;
}

.post-archive {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: 2em;
}

.flex-layout {
  max-width: var(--block-max-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--grid-margin);
  margin-inline: auto;
  padding-inline: calc(var(--basis-margin) / 2);
  line-height: 1.75;
}
.flex-layout .column-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 660px) {
  .flex-layout .column-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 400px - var(--grid-margin));
            flex: 1 1 calc(100% - 400px - var(--grid-margin));
    min-width: 500px;
  }
}
.flex-layout .column-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
}
@media (min-width: 660px) {
  .flex-layout .column-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 400px;
            flex: 1 0 400px;
  }
}
.flex-layout .column-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: var(--grid-margin);
}
.flex-layout .column-2 img:last-child {
  margin-bottom: 0;
}

.post-meta-list {
  background-color: hsl(var(--gray-color)/0.05);
  padding: var(--block-padding);
  margin-bottom: 2em;
}
@media (min-width: 660px) {
  .post-meta-list {
    padding: var(--basis-margin);
  }
}
@media (max-width: 659px) {
  .post-meta-list {
    text-align: center;
  }
}
.post-meta-list .post-meta-header {
  margin: 0;
}
.post-meta-list .button-container {
  margin-top: 2em;
}

dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875em;
  margin-bottom: 0;
}
@media (max-width: 659px) {
  dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
dl dt {
  margin: 0;
  padding: 0.5em 0;
}
@media (max-width: 659px) {
  dl dt {
    font-weight: 600;
  }
}
dl dd {
  margin: 0;
  padding: 0.5em 0;
}
@media (min-width: 660px) {
  dl dd {
    text-align: right;
  }
}
@media (max-width: 659px) {
  dl dt + dd {
    padding-top: 0;
  }
}
dl dt:last-of-type, dl dt:last-of-type + dd {
  border-bottom: 0;
}

.post-archive-link a {
  position: relative;
  padding-left: 3em;
}
.post-archive-link a:before {
  content: "◀";
  left: 1.5em;
  text-decoration: none;
  position: absolute;
}

.teaser-carousel .slick-slide {
  margin: 0 1em;
}
@media (min-width: 500px) {
  .teaser-carousel .slick-dotted.slick-slider {
    margin-bottom: 8em;
  }
}
.teaser-carousel .slick-dots {
  bottom: -2.5em;
}
@media (max-width: 499px) {
  .teaser-carousel .slick-dots {
    display: none !important;
  }
}
.teaser-carousel .slick-dots li {
  width: 2.5rem;
  height: 0.5rem;
}
.teaser-carousel .slick-dots li button {
  width: 2.5rem;
  height: 0.5em;
  padding: 0;
}
.teaser-carousel .slick-dots button:before {
  opacity: 0.5;
  width: 2.5rem;
  height: 0.4rem;
  background: hsl(var(--gray-color)/0.5);
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 3px;
}
.teaser-carousel .slick-dots .slick-active {
  width: 80px;
}
.teaser-carousel .slick-dots .slick-active button:before {
  opacity: 1;
  width: 80px;
  background: hsl(var(--green-color));
}

.network-map {
  background-color: #ccc;
  height: 250px;
}
@media (min-width: 990px) {
  .network-map {
    height: 500px;
  }
}

.leaflet-marker-icon {
  opacity: 0.1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.leaflet-marker-icon.is-active {
  opacity: 1;
}

.network-filter-container {
  margin-block: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.network-filter-container .network-filter {
  font-weight: 400;
}
.network-filter-container .network-filter:not(.is-active), .network-filter-container .network-filter:active {
  background-color: transparent;
  color: currentColor;
  -webkit-box-shadow: 0 0 0 1px hsl(var(--black-color));
          box-shadow: 0 0 0 1px hsl(var(--black-color));
}
@media (hover: hover) and (pointer: fine) {
  .network-filter-container .network-filter:not(.is-active):hover {
    color: hsl(var(--green-color));
    -webkit-box-shadow: 0 0 0 1px hsl(var(--green-color));
            box-shadow: 0 0 0 1px hsl(var(--green-color));
  }
}

.nav-menu {
  padding: 0;
  margin: 0;
}
.nav-menu .menu-item {
  list-style: none;
}

.tooltip {
  position: relative;
  font-size: 1rem;
  vertical-align: middle;
}
.tooltip__initiator {
  cursor: pointer;
  z-index: 5;
}
.tooltip__initiator:hover ~ .tooltip__item {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  visibility: visible;
  opacity: 1;
}
.tooltip__initiator svg {
  display: block;
}
.tooltip__item {
  position: absolute;
  min-width: 300px;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  background: white;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  color: #484848;
  border-radius: 1em;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  z-index: 4;
  bottom: calc(100% + 1em);
  left: 50%;
  -webkit-transform: translate3d(-50%, 15px, 0);
          transform: translate3d(-50%, 15px, 0);
}
.tooltip__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -0.5em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(180deg);
          transform: translate3d(-50%, 0, 0) rotate(180deg);
  border-width: 0 0.5em 0.5em 0.5em;
  border-color: transparent transparent white transparent;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-2 {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-2 {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */