@charset "UTF-8";
:root {
  --gap:	1.5rem;
  --item-gap:	min(2vmin, 1.5rem);
  --flow:	12vmin;
  --section-flow:	var(--flow);
  --section-flow-min:	calc(var(--flow) / 2);
  --outer:	120rem;
  --inner-max:	100rem;
  --inner-min:	72rem;
  --inner-padding:	clamp(7vmin, 5vw, var(--flow));
  --font-primary:	IBM Plex Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  --font-secondary:	Asap Condensed, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif;
  --font-icons:	Font Awesome 6 Free;
  --font-display:	block;
  --font-size:	1.25rem;
  --font-size-intro:	clamp(var(--font-size), 5vw, 1.5rem);
  --font-size-small:	1rem;
  --font-size-tiny:	.875rem;
  --lh-heading:	1.125;
  --lh:	1.5;
  --font-weight-thin:	100;
  --font-weight-extra-light:	200;
  --font-weight-light:	300;
  --font-weight-regular:	400;
  --font-weight-medium:	500;
  --font-weight-semi-bold:	600;
  --font-weight-bold:	700;
  --font-weight-extra-bold:	800;
  --font-weight-black:	900;
  --h1:	clamp(2.5rem, 5vw, 4rem);
  --h2:	clamp(1.875rem, 5vw, 2.5rem);
  --h3:	clamp(1.5rem, 5vw, 2rem);
  --h4:	clamp(var(--font-size), 5vw, 1.75rem);
  --h5:	var(--font-size);
  --h6:	var(--font-size-small);
  --color:	#111;
  --color-dark:	#111;
  --color-light:	#fff;
  --color-error:	tomato;
  --currentColor:	currentColor;
  --color-primary:	#ffcd00;
  --color-secondary:	#ecd2c6;
  --theme-color:	#ffcd00;
  --bg:	#fff;
  --bg-primary:	var(--color-primary);
  --bg-secondary:	var(--color-secondary);
  --bg-verylight:	rgb(0 0 0 / .05);
  --bg-light:	#f2f2f2;
  --bg-dark:	#000;
  --border-color:	rgb(0 0 0 / .25);
  --border-width:	2px;
  --border-width-max:	.35rem;
  --border-radius:	3px;
  --border-radius-max:	12px;
  --button-font-size:	var(--font-size-small);
  --button-font-weight:	var(--font-weight-medium);
  --button-color:	#fff;
  --button-padding:	.65rem 1.25rem;
  --button-border-width:	1px;
  --button-border-radius:	var(--border-radius);
  --button-border-color:	var(--border-color);
  --button-bg:	var(--bg-dark);
  --input-color:	var(--currentColor);
  --input-bg:	transparent;
  --input-border-color:	var(--bg-dark);
  --input-border-width:	3px;
  --input-border-radius:	0;
  --placeholder:	var(--currentColor, var(--color-light));
  --angle-color:	currentColor;
  --accordion-icon-size:	1.125rem;
  --accordion-icon-width:	3px;
  --accordion-active:	var(--color-primary);
  --nav-font-size:	1.25rem;
  --nav-color:	var(--color-light);
  --nav-button-bg:	transparent;
  --nav-button-size:	42px;
  --nav-icon-gap:	2px;
  --nav-icon-width-hover:	70%;
  --nav-icon-size:	2.625rem;
  --nav-icon-bg:	currentColor;
  --nav-site-bg:	var(--bg);
  --nav-atime:	calc(var(--atime) * 1.5);
  --nav-search-color:	var(--color);
  --nav-search-bg:	var(--bg-verylight);
  --header-bg:	var(--bg-dark);
  --header-height:	120px;
  --topbar-height:	68px;
  --access-ui:	blue;
  --outline-color:	blue;
  --outline-width:	3px;
  --outline-offset:	2px;
  --atime:	0.33s;
  --delay:	100ms;
  --fa-version:	Font Awesome 6 Free;
  --fa-size:	90%;
  --separator:	"/";
  --screen-xs:	30rem;
  --screen-sm:	48rem;
  --screen-md:	64rem;
  --screen-lg:	75rem;
  --screen-wd:	120rem;
  --screen-nav:	72rem;
  --slider-ui-bg:	var(--color-primary);
  --slider-blur:	0;
  --slider-arrow-size:	2rem;
  --slider-arrow-color:	var(--color);
  --slider-arrow-height:	2.7rem;
  --slider-arrow-padding:	0.35rem;
  --slider-dots-size:	10px;
  --slider-dots-padding:	.5rem;
  --slider-dots-border-radius:	100%;
  --slider-dots-bg:	rgb(0 0 0 / .5);
  --slider-dots-active-bg:	var(--theme-color, var(--color));
  --slider-opacity:	.7;
  --slider-opacity-hover:	1;
  --slider-opacity-not-active:	.25;
  --cookie-background:	black;
  --cookie-modal-background:	var(--color-primary);
  --cookie-radius:	var(--border-radius);
  --accent-ui:	#ffcd00;
  --accent-pri:	#ffcd00;
  --accent-sec:	#ecd2c6;
  --button-solid-bg:	var(--button-bg);
  --button-solid-hover-bg:	var(--color-primary);
  --nav-inline-break:	$nav-inline-break;
  --accent:	var(--color-primary);
  --font-family-pri:	IBM Plex Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  --font-family-sec:	Asap Condensed, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif;
  --font:	var(--color);
  --font-pri:	var(--color);
}

:root {
  --accent-pri-10: rgba(0, 0, 245, 0.1);
  --accent-pri-20: rgba(0, 0, 245, 0.2);
  --accent-pri-30: rgba(0, 0, 245, 0.3);
  --accent-pri-40: rgba(0, 0, 245, 0.4);
  --accent-pri-50: rgba(0, 0, 245, 0.5);
  --accent-pri-60: rgba(0, 0, 245, 0.6);
  --accent-pri-70: rgba(0, 0, 245, 0.7);
  --accent-pri-80: rgba(0, 0, 245, 0.8);
  --accent-pri-90: rgba(0, 0, 245, 0.9);
  --accent-pri: #0000f5;
  --accent-sec-10: rgba(255, 245, 215, 0.1);
  --accent-sec-20: rgba(255, 245, 215, 0.2);
  --accent-sec-30: rgba(255, 245, 215, 0.3);
  --accent-sec-40: rgba(255, 245, 215, 0.4);
  --accent-sec-50: rgba(255, 245, 215, 0.5);
  --accent-sec-60: rgba(255, 245, 215, 0.6);
  --accent-sec-70: rgba(255, 245, 215, 0.7);
  --accent-sec-80: rgba(255, 245, 215, 0.8);
  --accent-sec-90: rgba(255, 245, 215, 0.9);
  --accent-sec: #fff5d7;
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
  color: var(--color);
  height: 100%;
}

main {
  display: block;
}

hr {
  margin: max(var(--gap), var(--flow)/2) 0;
  border: 0;
  border-top: var(--border-width, var(--border-width)) solid var(--border-color);
}

:where(a) {
  text-decoration: none;
}
:where(a):link, :where(a):visited {
  color: currentColor;
}
:where(a).currentcolor {
  color: currentColor;
}

ul,
ol,
menu {
  padding: 0;
}

menu {
  list-style: none;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul,
ol {
  padding-left: 1.5rem;
}
ul li::marker,
ol li::marker {
  color: currentColor;
}

img,
svg,
video,
object,
iframe,
canvas {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

figure > a {
  display: block;
}
figure img {
  width: 100%;
}

table {
  border-collapse: collapse;
}

:where(q, blockquote) {
  quotes: "„" "“";
}

:where(blockquote) :is(p) {
  font-size: 1em;
}

abbr[title] {
  cursor: help;
  text-decoration: none;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

form {
  text-align: left;
}

fieldset {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 0.35rem;
  padding: 0;
  font-weight: normal;
}
label em {
  font-style: normal;
}

input,
button,
textarea {
  font: inherit;
}

select {
  cursor: inherit;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 10rem;
  padding: calc(var(--gap) / 2);
  white-space: revert;
  resize: vertical;
}

button {
  cursor: pointer;
  overflow: visible;
  border: 0;
  background: none;
  letter-spacing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: inherit;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.15);
}

::selection {
  background: rgba(0, 0, 0, 0.15);
}

.theme--dark ::-moz-selection {
  background-color: rgba(255, 255, 255, 0.15);
}

.theme--dark ::selection {
  background-color: rgba(255, 255, 255, 0.15);
}

::-moz-placeholder {
  color: var(--placeholder, --color);
}

::placeholder {
  color: var(--placeholder, --color);
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

#root,
#__next {
  isolation: isolate;
}

[hidden] {
  display: none;
}

.widget {
  font-size: var(--font-size);
  margin: 0 0 var(--gap);
}
.widget--radio .widget--checkbox {
  position: relative;
}
.widget--hidden {
  display: none;
}
.widget.ynfinite-consent {
  font-size: 0.875rem;
}
.widget.widget--distance .widget__label {
  display: none;
}
.widget.widget--distance .distance-wrapper {
  gap: 1rem;
  width: 100%;
  margin: 0;
}
.widget.widget--distance .distance-wrapper .item {
  margin: 0 0 var(--gap);
}
@media screen and (min-width: 48rem) {
  .widget.widget--distance .distance-wrapper {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .widget.widget--distance .distance-wrapper .item {
    flex: 1;
  }
}

.yn-consents {
  display: block;
  color: currentColor;
}
.yn-consents .widget__label {
  font-size: 0.875rem;
  text-transform: unset;
}

html .ynfinite-consent-text {
  font-size: 1em;
}
html .ynfinite-consent-text p {
  font-size: 1em;
}

.yn-form-response {
  display: none;
  color: var(--color-dark);
  height: 100%;
  width: 100%;
  padding: var(--gap);
  border-radius: var(--border-radius);
  background: var(--bg-primary);
}
.yn-form-response__control {
  padding-top: var(--gap);
}
.yn-form-response.active {
  display: block;
}

.yn-form .form-content, .yn-form .yn-form-page {
  width: 100%;
}
.yn-form fieldset {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yn-form fieldset .button {
  margin-top: var(--gap);
}

.yn-cookies {
  --color: var(--font-pri);
}
.yn-cookies :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  text-align: left;
  text-transform: uppercase;
}
.yn-cookies .button.yn-cookies__button {
  --button-font: var(--color, currentColor);
  --button-border-color: var(--button-font);
  --button-solid-font: var(--font-sec);
  --button-solid-bg: var(--bg-sec);
  --button-solid-hover-font: var(--accent-pri-font);
  --button-solid-hover-bg: var(--accent-pri);
}
.yn-cookies .yn-cookies__settings__item {
  list-style: none;
}
.yn-cookies .yn-cookies__slider {
  background: rgba(0, 0, 0, 0.5);
}
.yn-cookies .yn-cookies__switch input:checked + .yn-cookies__slider {
  background: black;
}
.yn-cookies label {
  opacity: 1;
}
.yn-cookies label p.h4 {
  font-weight: var(--font-weight-bold);
}

.ynfinite-consent-text a[href] {
  border-bottom: 1px solid currentColor;
}

.yn-perPage__list li,
.yn-pagination li {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 4px;
}
.yn-perPage__list li:only-child,
.yn-pagination li:only-child {
  display: none;
}
.yn-perPage__list a,
.yn-perPage__list li.yn-pagination__page--active span,
.yn-pagination a,
.yn-pagination li.yn-pagination__page--active span {
  display: inline-block;
  color: currentColor;
  padding: 0 4px;
  min-width: 40px;
  min-height: 40px;
  aspect-ratio: 1;
}

.yn.yn-perPage {
  color: var(--bg-pri);
}

.yn-perPage__current {
  display: none;
}

.yn-perPage__list {
  text-align: right;
  margin: 0 0 var(--gap);
}
.yn-perPage__list ul {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.yn-perPage__list ul::before {
  content: "Zeige: ";
  display: inline-block;
  margin-right: 0.5rem;
}

.yn-pagination {
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: calc(var(--gap) / 2);
  padding-top: calc(var(--flow) / 2);
}
.yn-pagination span,
.yn-pagination a {
  cursor: pointer;
  transition: var(--atime) ease;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  text-align: center;
}
.yn-pagination span:not([href]),
.yn-pagination a:not([href]) {
  display: none;
}
.yn-pagination li.yn-pagination__first a,
.yn-pagination li.yn-pagination__first span, .yn-pagination li.yn-pagination__last a,
.yn-pagination li.yn-pagination__last span, .yn-pagination li.yn-pagination__prev a,
.yn-pagination li.yn-pagination__prev span, .yn-pagination li.yn-pagination__next a,
.yn-pagination li.yn-pagination__next span {
  position: relative;
  text-indent: -9999rem;
  padding: 0;
  background: none;
}
.yn-pagination li.yn-pagination__first a::before,
.yn-pagination li.yn-pagination__first span::before, .yn-pagination li.yn-pagination__last a::before,
.yn-pagination li.yn-pagination__last span::before, .yn-pagination li.yn-pagination__prev a::before,
.yn-pagination li.yn-pagination__prev span::before, .yn-pagination li.yn-pagination__next a::before,
.yn-pagination li.yn-pagination__next span::before {
  content: "\f105";
  position: absolute;
  inset: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  color: currentColor;
  text-indent: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  z-index: 10;
}
.yn-pagination li.yn-pagination__next a::before,
.yn-pagination li.yn-pagination__next span::before {
  content: "\f105";
}
.yn-pagination li.yn-pagination__prev a::before,
.yn-pagination li.yn-pagination__prev span::before {
  content: "\f104";
}
.yn-pagination li.yn-pagination__first a::before,
.yn-pagination li.yn-pagination__first span::before {
  content: "\f053\f053";
}
.yn-pagination li.yn-pagination__last a::before,
.yn-pagination li.yn-pagination__last span::before {
  content: "\f105\f105";
}
.yn-pagination li.yn-pagination__page--active span {
  display: inline-block;
  background: var(--bg-grey-100);
  border-radius: var(--border-radius);
  color: var(--accent-pri);
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: var(--font-display);
  src: url("../../fonts/ibm-plex-sans/ibm-plex-sans-v22-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: var(--font-display);
  src: url("../../fonts/ibm-plex-sans/ibm-plex-sans-v22-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: var(--font-display);
  src: url("../../fonts/ibm-plex-sans/ibm-plex-sans-v22-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: var(--font-display);
  src: url("../../fonts/ibm-plex-sans/ibm-plex-sans-v22-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Asap Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: var(--font-display);
  src: url("../../fonts/asap-condensed/asap-condensed-v17-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Asap Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: var(--font-display);
  src: url("../../fonts/asap-condensed/asap-condensed-v17-latin-700.woff2") format("woff2");
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  background: #fff;
}

body {
  position: relative;
  font-family: var(--font-primary);
  color: var(--color);
  background: var(--bg-dark);
}

.site__topbar {
  position: fixed;
  top: 0;
  font-size: var(--font-size-small);
  color: var(--nav-color);
  width: 100%;
  min-height: var(--topbar-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
  background: var(--header-bg);
  z-index: 700;
}
.site__topbar .list.list--inline {
  gap: 0.5rem;
}
.site__topbar .list.list--inline i {
  margin-right: 0;
}
@media screen and (min-width: 64rem) {
  .site__topbar .list--socials {
    justify-content: flex-end;
  }
}

.site__header {
  position: -webkit-sticky;
  position: sticky;
  top: var(--topbar-height);
  font-size: var(--nav-font-size);
  color: var(--nav-color);
  padding: 1rem 0;
  width: 100%;
  min-height: var(--header-height);
  background-color: var(--header-bg, transparent);
  transition: transform var(--atime) ease;
  z-index: 600;
}
.site__header.nav-up {
  transform: translateY(-100%);
}
.site__header.nav-down {
  transform: translateY(0);
}
.site__header > .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(var(--gap) / 2);
}

.site__content {
  min-height: 40vh;
  background-color: var(--bg);
}

.site__footer {
  font-size: var(--font-size-small);
  color: var(--color-light);
  padding-block: calc(var(--gap) * 2) var(--gap);
  background: var(--bg-dark);
}
.site__footer ul, .site__footer ol, .site__footer address {
  font-size: inherit;
}
.site__footer ul.list a {
  text-decoration: none;
}
.site__footer strong {
  display: block;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.site__footer address p {
  margin: 0;
}
.site__footer address a {
  display: block;
  margin-top: 0.5rem;
}

section {
  --section-bg: var(--bg);
  color: var(--color);
  background-color: var(--section-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section + section {
  padding-top: var(--section-flow);
}
section:not(.section--banner):first-child {
  padding-top: max(10rem, var(--section-flow));
}
section:not(.section--banner):last-child {
  padding-bottom: var(--section-flow);
}
section:not(.section--banner):has(+ section.bg) {
  padding-bottom: var(--section-flow);
}
@media screen and (max-width: 120rem) {
  section:has(.outer--max):has(+ section.bg) {
    padding-bottom: 0 !important;
  }
}
section.bg {
  padding-block: var(--section-flow);
}
section.bg:first-child {
  padding-top: calc(var(--section-flow) + 100px);
}
section.bg:last-child {
  border-bottom: 1px solid var(--border-color);
}
section.section--min {
  --section-flow: max(var(--section-flow-min), 3rem);
}
section.section--min.bg {
  padding-block: var(--section-flow) !important;
}

.site__content > article:not(:first-child) section:first-child {
  padding-top: unset;
}

@media screen and (min-width: 120rem) {
  .outer.outer--max {
    max-width: var(--outer);
    margin-inline: auto;
  }
}

.inner {
  width: 100%;
  max-width: var(--inner-max);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}
.inner.inner--min {
  max-width: var(--inner-min);
}
.inner.bg {
  padding-block: var(--inner-padding);
}

.bg {
  background-color: var(--section-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg.bg--light {
  --section-bg: var(--bg-light);
}
.bg.bg--light + .bg--light {
  padding-top: 0;
}
.bg.bg--dark {
  --color: #fff;
  --section-bg: var(--bg-dark);
  --border-color: rgb(255 255 255 / .25);
  --button-border-color: var(--currentColor);
  --input-color: #fff;
  --input-border-color: #fff;
}
.bg.bg--dark ::-moz-selection {
  color: var(--color-dark);
  background-color: #fff;
}
.bg.bg--dark ::selection {
  color: var(--color-dark);
  background-color: #fff;
}
.bg.bg--dark .button--solid:not(.button--primary) {
  filter: invert(1);
}
.bg.bg--dark + .bg--dark {
  padding-top: 0;
}
.bg.bg--primary {
  --section-bg: var(--bg-primary);
}
.bg.bg--primary .button.button--primary {
  --button-color: #fff;
  --button-border-color: #fff;
}
.bg.bg--primary .button.button--primary.button--solid {
  --button-color: var(--color-primary);
  --button-bg: #fff;
}
.bg.bg--bikechain {
  --color: #fff;
  --section-bg: var(--bg-dark);
  --border-color: rgb(255 255 255 / .25);
  --button-border-color: var(--currentColor);
  --input-border-color: #000;
  background-image: url("/assets/somo_bikeshop/img/gfx_bikechain.png");
  background-position: top center;
  background-size: contain;
}
.bg.bg--bikechain + .bg--dark {
  padding-top: 0;
}
.bg.bg--biketracks {
  --section-bg: var(--bg-light);
  background-image: url("/assets/somo_bikeshop/img/gfx_biketracks.png");
  background-position: right top;
  background-size: contain;
  border-top: var(--border-width-max) solid var(--color-primary);
  border-bottom: var(--border-width-max) solid var(--color-primary);
}
.bg.bg--biketracks.section--noheader {
  --section-flow: calc(var(--flow) / 2);
}

.zeeg-inline-widget[style] {
  width: 100%;
  min-width: unset !important;
  height: auto !important;
}

.zeeg-spinner {
  display: none;
}

.zeeg-overlay {
  background-color: rgba(90, 90, 90, 0.5) !important;
}

html .row {
  margin-left: calc(var(--item-gap, var(--gap)) * -1);
  margin-right: calc(var(--item-gap, var(--gap)) * -1);
}
html .row:not(.row--no-gap) div[class*=col-] {
  padding-right: var(--item-gap, var(--gap));
  padding-left: var(--item-gap, var(--gap));
}
html .row:not(.row--no-gap) div[class*=col-]:not(:only-child) {
  margin-bottom: var(--item-gap, var(--gap));
}
html .row + .row {
  margin-top: var(--gap);
}
@media screen and (max-width: 64rem) {
  html .row.row--list div[class*=col-]:not(:last-child) {
    margin-bottom: calc(var(--gap) * 2);
  }
}
html .row.row--border div[class*=col-]:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
html .row.row--no-gap {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
html .row.row--no-gap div[class^=col-] {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
html .row[class*=center-] {
  text-align: left;
}
html .row[class*=end-] {
  text-align: left;
}

html .banner div[class*=col-] {
  margin: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * (var(--size) + var(--gap)) * var(--item-count, 1)));
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes grow-down {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.site__logo {
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.site__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  max-width: 12rem;
  max-height: 5.5rem;
}

ul.nav__header {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: calc(var(--gap) / 2);
  font-family: var(--font-secondary);
  font-size: var(--font-size);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-secondary);
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 1;
  transition: opacity var(--atime) ease;
  animation: fade-in var(--atime) ease;
  animation-duration: 2s;
}
ul.nav__header > li {
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
ul.nav__header > li.has-children:hover, ul.nav__header > li.has-children:focus-within {
  color: var(--color-dark);
  background: var(--color-primary);
}
ul.nav__header > li.has-children:hover ul, ul.nav__header > li.has-children:focus-within ul {
  display: block;
  z-index: 1;
}
ul.nav__header > li.has-children > a {
  padding-right: 0.85rem;
}
ul.nav__header > li.has-children > a::after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 85%;
  margin-left: 0.25rem;
}
ul.nav__header ul.subnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: inherit;
  font-weight: var(--font-weight-bold);
  color: var(--color-dark);
  line-height: 1.5;
  padding: 0.5rem;
  width: 100%;
  list-style: none;
  white-space: nowrap;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  background: var(--color-primary);
  box-shadow: 0 3px 0 0 var(--color-dark), 3px 0 0 0 var(--color-dark), -3px 0 0 0 var(--color-dark), 3px 3px 0 0 var(--color-dark), -3px 3px 0 0 var(--color-dark);
  animation: grow-down 300ms ease-in-out forwards;
  transform-origin: top center;
}
ul.nav__header ul.subnav li {
  display: block;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines, 2);
  -webkit-box-orient: vertical;
}
ul.nav__header ul.subnav li a {
  display: block;
  color: var(--color-dark);
  padding: 0.35rem 0.75rem;
  max-height: unset;
  border: 0;
  border-radius: var(--border-radius);
  transition: background var(--atime) ease;
  white-space: wrap;
  box-shadow: none;
}
ul.nav__header ul.subnav li a:hover, ul.nav__header ul.subnav li a:focus-visible {
  color: #fff;
  border: 0;
  background: var(--bg-dark);
}
ul.nav__header a:not(.button) {
  display: inline-block;
  color: currentColor;
  padding: 0.35rem 1rem;
  border-radius: var(--border-radius);
}
ul.nav__header a:not(.button):hover {
  opacity: 1;
  color: var(--color-dark);
  background: var(--color-primary);
}
ul.nav__header a.button {
  font-size: var(--font-size-small);
  text-transform: none;
  padding-block: 0.5rem;
  padding-inline: calc(var(--gap) / 2);
}
@media screen and (min-width: 72rem) {
  ul.nav__header {
    display: flex;
    margin-bottom: -0.5rem;
  }
}

.site__navigation {
  position: fixed;
  display: grid;
  place-content: center;
  inset: 0;
  background: var(--nav-site-bg, rgba(255, 255, 255, 0.9));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transform: translateY(-100vh);
  transition: transform 0 ease, opacity 1s ease;
  opacity: 0;
  z-index: 500;
}
.site__navigation .list--socials {
  opacity: 0;
  transition: opacity 0 linear;
}

.nav__site {
  font-size: clamp(var(--font-size-intro), 5vw, 3rem);
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: var(--inner-max);
  list-style: none;
  overflow-y: auto;
}
.nav__site > li > a, .nav__site > li > span {
  display: block;
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  border-radius: var(--border-radius);
  margin: 0;
}
.nav__site > li > a:hover, .nav__site > li > span:hover {
  color: currentColor;
}
.nav__site > li + li {
  margin-top: 0.75rem;
}
.nav__site .subnav {
  padding: 0.5rem 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
.nav__site .subnav li {
  padding-block: 0.25rem;
}
.nav__site .subnav li + li {
  border-top: 1px solid var(--border-color);
}
.nav__site a:hover {
  color: var(--color-primary);
}

.nav__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(var(--gap) / 2);
}
@media screen and (min-width: 48rem) {
  .nav__topbar {
    justify-content: flex-end;
  }
}

.nav__buttons {
  display: flex;
  gap: calc(var(--gap) / 2);
  max-height: 42px;
}

.nav__menu {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.35rem;
  color: currentColor;
  padding: 0;
  height: 100%;
  min-width: var(--nav-icon-size);
  border-radius: var(--border-radius);
  background-color: var(--nav-button-bg, transparent);
  transition: var(--atime) ease;
  overflow: hidden;
  z-index: 100;
}
.nav__menu:has(.nav__menu__label) {
  background-color: var(--bg-verylight);
}
@media screen and (min-width: 72rem) {
  .nav__menu {
    display: none;
  }
}

.nav__menu__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  gap: 4px;
  padding: 0.5rem;
  border-radius: var(--border-radius);
  width: var(--nav-icon-size);
  height: var(--nav-icon-size);
  background: var(--nav-button-bg);
}
.nav__menu__icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--nav-icon-bg, #000);
  transition: all var(--nav-atime) ease;
}
.nav__menu__icon span:last-child {
  width: 65%;
}

.nav__menu__label {
  font-family: var(--font-secondary);
  font-size: var(--font-size);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding-right: 0.5rem;
}
@media screen and (max-width: 30rem) {
  .nav__menu__label {
    display: none;
  }
}

.nav__search {
  display: block;
  padding: 0.5rem;
  text-align: center;
  color: var(--nav-search-color);
  width: var(--nav-icon-size);
  height: var(--nav-icon-size);
  border-radius: var(--button-border-radius);
  background: var(--nav-search-bg);
}

body.js-nav-open {
  overflow: hidden;
}
body.js-nav-open .nav__menu__icon {
  transform: rotate(45deg);
  transition-delay: calc(var(--nav-atime) * 0.33);
}
body.js-nav-open .nav__menu__icon span:first-child {
  transform: translateY(7px);
}
body.js-nav-open .nav__menu__icon span:nth-child(2) {
  width: 0;
  transition: all calc(var(--nav-atime) - 0.1s) ease;
  transition-delay: 0s;
}
body.js-nav-open .nav__menu__icon span:last-child {
  width: 100%;
  transform: translateY(-7px) rotate(90deg);
}
body.js-nav-open .nav__header {
  opacity: 0;
}
body.js-nav-open .site__navigation {
  opacity: 1;
  transform: translateY(0);
  transition: background var(--atime) ease, opacity 1s ease, transform 0 ease;
  pointer-events: all;
}
body.js-nav-open .list--socials {
  opacity: 1;
  transition: opacity 2s ease;
}
body.js-nav-open .nav__site li[style] {
  animation-name: animateIn;
  animation-duration: 300ms;
  animation-delay: calc(var(--animation-order) * 50ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
  }
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  display: block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  line-height: var(--lh-heading);
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: 6 3 6;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: 0.35rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + time, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .tagline {
  margin-top: 0.5rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + time + p, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .tagline + p {
  margin-top: 1rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .text, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .yn-buttons, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + :where(p, ul, ol) {
  margin-top: 1rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):has(+ form) {
  margin-top: 0.5rem;
}

h1, .h1 {
  font-size: var(--h1);
}

h2, .h2 {
  font-size: var(--h2);
}

h3, .h3 {
  font-size: var(--h3);
}

h4, .h4 {
  font-size: var(--h4);
}
h4 + p, .h4 + p {
  margin-top: 0.5rem;
}

h5, .h5 {
  font-size: var(--h5);
}

h6, .h6 {
  font-size: var(--h6);
}

:where(p, q, ul, ol, dl, blockquote, input, select, textarea, aside) {
  font-size: var(--font-size);
  font-weight: var(--font-weight-light);
  line-height: var(--lh);
  color: currentColor;
  word-break: break-word;
}
:where(p, q, ul, ol, dl, blockquote, input, select, textarea, aside):not(:last-child) {
  margin-bottom: var(--gap);
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

strong {
  font-weight: var(--font-weight-medium);
}

small, .small {
  font-size: var(--font-size-small);
}

.tiny {
  font-size: var(--font-size-tiny);
}

:where(a) {
  cursor: pointer;
  color: currentColor;
  transition: all var(--atime) ease;
}
:where(a):not([class]):link:hover {
  opacity: 0.7;
}

mark {
  padding: 0.25rem 0.5rem;
  background: var(--bg-grey);
  color: var(--font-primary);
}

address + h4 {
  margin-top: calc(var(--gap) * 2);
}

blockquote cite {
  font-size: var(--font-size-small);
  font-family: var(--font-primary);
  font-style: normal;
  opacity: 0.7;
}

time,
.tagline, .overline {
  display: inline-block;
  font-family: var(--font-secondary);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  color: currentColor;
  text-transform: uppercase;
  margin-bottom: calc(var(--gap) / 2);
}
time i[class*=fa-],
.tagline i[class*=fa-], .overline i[class*=fa-] {
  display: inline-block;
  margin-right: 0.25rem;
}

time + .yn-article {
  margin-top: 1rem;
}

.tagline, .overline {
  letter-spacing: 0.05em;
}

.heading.border--bottom::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.35rem;
  margin-top: calc(var(--gap) / 1.5);
  margin-bottom: var(--gap);
  border-radius: var(--border-radius);
  background: currentColor;
}
.heading + address {
  margin-top: 1rem;
}
.heading:where(h1, h2)::before, .heading:where(h1, h2)::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.35rem;
  border-radius: var(--border-radius);
  background: currentColor;
  margin-bottom: calc(var(--gap) / 2);
}
.heading:where(h1, h2)::after {
  display: none;
  margin-top: calc(var(--gap) / 2);
  margin-bottom: 0;
}
@media screen and (min-width: 64rem) {
  .heading span:not([class]) {
    display: block;
  }
}

.tagline + .heading::before {
  display: none;
}
.tagline + .heading::after {
  display: block;
}

.subline {
  display: block;
  text-transform: none;
}

.subheading {
  font-weight: var(--font-weight-regular);
  color: var(--color-light);
}
.subheading:is(p) {
  margin: 0;
}

.counter {
  font-weight: var(--font-weight-regular);
}

.list {
  padding: 0;
  line-height: 1.75;
}
.list:not([class*=m]) {
  margin: 1rem 0;
}
.list i[class*=fa-] {
  margin-right: 0.5rem;
}
.list a:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35em;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.list a:not([class]):hover {
  -webkit-text-decoration-color: var(--color-primary);
          text-decoration-color: var(--color-primary);
}
.list :is(h2, h3) a:not([class]) {
  text-decoration: none;
}

.list.list--unstyled {
  list-style: none;
}

.list.list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
}
.list.list--inline.list--separator li:not(:last-child)::after {
  content: var(--separator);
  display: inline-block;
  margin-left: calc(var(--gap) / 2 - 4px);
}

.list.list--checked {
  padding: 0;
  list-style: none;
}
.list.list--checked li {
  position: relative;
  margin: 0;
  padding-block: calc(var(--gap) / 2);
  padding-left: 2rem;
}
.list.list--checked li::before {
  content: "\f058";
  position: absolute;
  display: inline-block;
  font-family: var(--fa-version);
  font-weight: 900;
  color: currentColor;
  top: calc(var(--gap) / 2);
  left: 0;
  margin-block: auto;
}

.list.list--meta {
  list-style: none;
}
.list.list--meta > li > a {
  font-family: var(--family-primary);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.list.list--meta ul {
  padding: 0;
  margin-top: 0.35rem;
  list-style: none;
}
.list.list--meta ul li {
  line-height: 1.75;
}

.list.list--files {
  list-style: none;
}
.list.list--files li > a {
  display: block;
  font-weight: var(--font-weight-medium);
  padding: var(--button-padding);
  border-radius: var(--border-radius);
  border: var(--border-width) solid var(--border-color);
}
.list.list--files i[class*=fa-] {
  display: inline-block;
  margin-right: 0.5rem;
}

.list.list--info {
  list-style: none;
}
.list.list--info li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding-block: 0.5rem;
}
.list.list--info li + li {
  border-top: 1px solid var(--border-color);
}
.list.list--info li span:first-of-type {
  font-weight: var(--font-weight-medium);
}
.list.list--info em {
  font-size: var(--font-size-small);
  font-style: normal;
}

.list.list--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}
.list.list--grid dt, .list.list--grid dd {
  padding: 0.35rem 0;
}
.list.list--grid dt:not(:last-of-type), .list.list--grid dd:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
}
.list.list--grid dd {
  text-align: right;
}

.list.list--locations {
  margin-top: calc(var(--gap) * 2);
  list-style: none;
}
.list.list--locations li {
  font-family: var(--family-secondary);
  padding-block: 1rem;
}
.list.list--locations li + li {
  border-top: var(--border-width-max) solid;
}

.section__header:has(+ *) {
  margin-bottom: min(3rem, var(--flow));
}
.section__header .heading + .button {
  margin-top: var(--gap);
}
.section__header .text + figure {
  margin-top: var(--gap);
}

.article--details:has(+ .section--code) > section:last-child {
  padding-bottom: calc(var(--gap) * 3);
}

.section--teaser.teaser-marken {
  --section-flow: 3vmin;
  padding-block: var(--section-flow);
}
.section--teaser.teaser-marken + *:not(.bg) {
  padding-top: calc(var(--gap) * 2);
}

.section--article#impressum .yn-article__images {
  align-items: stretch;
}
.section--article#impressum .yn-article__images figure {
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  padding: min(3vw, 3rem);
}
.section--article#impressum .yn-article__images img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text.text--intro {
  font-size: clamp(var(--font-size), 5vw, var(--font-size-intro));
}
.text.text--intro p:not(.tagline) {
  font-size: 1em;
}
.text + .yn-buttons, .text + .button, .text + .link {
  margin-top: var(--gap);
}
.text.text--center {
  text-align: center;
}
.text.text--center .yn-buttons {
  justify-content: center;
}

address {
  font-size: var(--font-size);
  font-style: normal;
}
address p {
  font-size: 1em;
}
address + .button {
  margin-top: 1rem;
}

.quote {
  font-family: var(--font-secondary);
  text-align: center;
}
.quote.quote--single {
  padding-inline: 4rem;
}

.quote__image {
  display: inline-block;
  max-width: 8rem;
  margin-bottom: var(--gap);
}

.box {
  border-radius: var(--border-radius);
  padding: max(5vmin, 3rem);
  background: var(--color-primary);
}
.box.box--white {
  background: var(--bg-light);
}
@media screen and (min-width: 75rem) {
  .box.box--white {
    background: #fff;
  }
}

.card {
  --padding: 0;
  display: block;
  padding: var(--padding);
  border-radius: var(--border-radius);
}

.card__image {
  overflow: hidden;
}
.card__image > a:not([class]):hover {
  opacity: 1;
}
.card__image img {
  border-radius: var(--border-radius);
  transition: transform var(--atime) ease;
}
.card__image:has(a):hover img {
  transform: scale(1.15);
}
.card__image + div {
  margin-top: var(--gap);
}

.teaser-booking {
  --slider-ui-bg: #000;
  --font-pri: #fff;
}

.booking {
  margin-bottom: var(--gap);
}
.booking .booking__image {
  margin-bottom: var(--gap);
}

.eventdate {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: var(--font-size-tiny);
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0.25rem;
  border-radius: var(--border-radius);
  background: #fff;
  box-shadow: 0 0 2px var(--border-color);
  min-width: 3.5rem;
  max-width: 3.5rem;
  margin-bottom: var(--gap);
  pointer-events: none;
}
.eventdate > span {
  padding-inline: 0.5rem;
}
.eventdate__month {
  color: #fff;
  padding-block: 0.125rem;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  background: #000;
}
.eventdate__day {
  font-size: var(--font-size-small);
  color: var(--color-primary);
  line-height: 1.25;
  padding-top: 0.25rem;
}
.eventdate__year {
  font-size: 0.75rem;
}

.text-left .person {
  text-align: inherit;
}

.person {
  text-align: center;
}
.person .person__image {
  text-align: center;
  margin-bottom: var(--gap);
}
.person.person--contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-block: 2rem;
  gap: var(--gap);
}
.person.person--contact > * {
  flex: 1;
}
.person.person--contact .person__image {
  flex: 0.5;
  margin: 0;
  max-width: 10rem;
}

details {
  border-radius: var(--border-radius-max);
  background: var(--bg-light);
}
details .details__content {
  padding: calc(var(--gap) * 1.5);
  padding-top: 0;
}
details summary {
  cursor: pointer;
  position: relative;
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details + details {
  margin-top: calc(var(--gap) / 2);
}
@media (prefers-reduced-motion: no-preference) {
  details {
    interpolate-size: allow-keywords;
  }
}
details::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility var(--nav-atime) allow-discrete, opacity var(--nav-atime), block-size var(--nav-atime);
}
details[open]::details-content {
  opacity: 1;
  block-size: auto;
}
details[open] summary {
  color: currentColor;
  /*
  &::before, &::after {background-color: var(--accordion-active);}
  &::before {transform: rotate(-45deg);}
  &::after {transform: rotate(45deg);}
  */
  /*
  &::after {
  	opacity: 0;
  	transform: translateY(-50%) rotate(90deg);
  }
  */
}
details[open] summary .icon.icon--arrow {
  transform: scaleY(-1);
  color: #fff;
  background: var(--accordion-active);
}

summary {
  font-size: clamp(var(--font-size), 5vw, 1.5rem);
  padding: calc(var(--gap) * 1.5);
  padding-right: calc(var(--gap) * 3);
  /*
  &::before,
  &::after {
  	text-align: right;
  	height: var(--accordion-icon-width, 2px);
  	width: var(--accordion-icon-size, 1rem);
  	background-color: currentColor;
  }

  &::after {
  	transform: translateY(-50%) rotate(90deg);
  }
  */
}
summary .icon.icon--arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(var(--gap) * 1.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.125);
  transform-origin: 0 25%;
  transition: all var(--atime) ease;
}
summary .icon.icon--arrow::after {
  position: relative;
  content: "";
  top: -2px;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border-top: var(--accordion-icon-width, 2px) solid;
  border-right: var(--accordion-icon-width, 2px) solid;
  background: none;
  transform: rotate(135deg);
}

.accordions .yn-accordions:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: var(--border-width);
  background: var(--border-color);
}
.accordions .yn-accordion__content .text {
  padding-block: var(--gap);
}

.timeline__container {
  --timeline-color: var(--bg-light);
  padding: 0;
  margin-top: min(4rem, var(--flow));
  background: linear-gradient(90deg, var(--timeline-color) 2px, var(--section-bg) 1px);
  background-position: 0.75rem 0;
  background-repeat: repeat-y;
  background-size: 50%;
  list-style: none;
}
.timeline__container h3 span {
  display: block;
}
.timeline__container:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 64rem) {
  .timeline__container {
    background-position: 100% 0;
  }
}

.timeline {
  --base-icon-size: 1rem;
  --icon-size: calc(var(--base-icon-size) * var(--growth-factor, 1) * 1.5);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.timeline__dot {
  position: absolute;
  top: 0.75rem;
  left: 0;
  height: var(--icon-size);
  width: var(--icon-size);
  border-radius: 50%;
  background: var(--timeline-color);
}
.timeline__item {
  margin-left: 5vw;
  padding: var(--gap);
  padding-left: 2vmax;
  padding-right: 0;
}
.timeline__item p:last-child {
  margin-bottom: 0;
}
.timeline:first-child .timeline__dot {
  top: 0;
}
.timeline:first-child .timeline__item {
  padding-top: 0;
}
.timeline:last-child {
  background: linear-gradient(to bottom, transparent 1.5rem, var(--section-bg) 1.5rem);
}
@media screen and (min-width: 64rem) {
  .timeline {
    justify-content: flex-end;
    margin: 0 -1.5rem;
  }
  .timeline__dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
  }
  .timeline__item {
    flex-basis: 48%;
    margin-left: 0;
    padding: 0.5rem var(--gap);
    justify-self: flex-end;
  }
  .timeline:nth-child(odd) {
    justify-content: flex-start;
    text-align: right;
  }
}

.timeline__image + .timeline__content {
  margin-top: var(--gap);
}

.marquee {
  --gap: 2rem;
  --duration: 24s;
  --size: 12rem;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
          mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}
.marquee:hover .marquee__group {
  animation-play-state: paused;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap);
  animation: scroll-x var(--duration) linear infinite;
  width: calc((var(--size) + var(--gap)) * var(--item-count, 1));
}
@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee__item {
  width: var(--size);
  height: var(--size);
  opacity: 0.8;
  flex-shrink: 0;
}
.marquee__item > a {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.marquee__item > a:hover {
  opacity: 1;
}
.marquee__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.message {
  text-align: left;
}

.teaser {
  --padding: 0;
  display: block;
  padding: var(--padding);
}
.teaser:is(a):hover .teaser__image img {
  transform: scale(1.15);
}
.teaser .teaser__image > a:hover img {
  transform: scale(1.15);
}
.teaser :is(h3) + .link {
  margin-top: 0.75rem;
}

figure.teaser__image {
  position: relative;
  overflow: hidden;
}
figure.teaser__image img {
  border-radius: var(--border-radius);
  transition: transform var(--atime) ease;
}
figure.teaser__image .badge {
  animation: unset;
  transform: scale(0.75) rotate(12deg);
  top: 0;
  right: 0;
}
figure.teaser__image + .teaser__content {
  margin-top: var(--gap);
}

.teaser .eventdate {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  margin: 0;
}

.teaser__content .list--grid {
  font-size: var(--font-size-small);
}

.teaser.teaser--team {
  text-align: center;
}

.teaser.teaser--logo {
  border-radius: var(--border-radius);
  transition: box-shadow var(--atime) ease;
}
.teaser.teaser--logo .teaser__image {
  padding: calc(var(--gap) * 2);
  border-radius: var(--border-radius);
}
.teaser.teaser--logo .teaser__content p {
  font-size: var(--font-size-small);
}
.teaser.teaser--logo figcaption {
  position: relative;
  text-align: center;
  padding: var(--gap) 0;
  background: unset;
}
.teaser.teaser--logo:hover {
  box-shadow: 0 0 0 1px var(--border-color);
}

.teaser.teaser--row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: max(var(--gap), 5vmin);
}
.teaser.teaser--row > * {
  flex: 1;
}
.teaser.teaser--row .teaser__content {
  margin-top: 0;
}
.teaser.teaser--row + .teaser {
  margin-top: calc(var(--flow) / 2);
}
@media screen and (min-width: 48rem) {
  .teaser.teaser--row {
    flex-direction: row-reverse;
  }
  .teaser.teaser--row:nth-child(even) {
    flex-direction: row;
  }
}

.splide.splide--teaser:has(.banner) {
  background-color: var(--bg-dark);
  background-image: url("/assets/somo_bikeshop/img/gfx_bikechain.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section--banner {
  --min-height: 32rem;
  --max-height: 75vmin;
  --slider-dots-active-bg: #fff;
  --slider-dots-bg: rgb(255 255 255 / .5);
  padding-bottom: 0;
}
.section--banner:only-child {
  padding-bottom: 0;
}
.section--banner:first-child {
  padding-top: 0;
}
.section--banner.section--teaser {
  --max-height: 45vmin;
}
.section--banner + section {
  padding-top: var(--section-flow);
}
@media screen and (min-width: 48rem) {
  .section--banner:has(+ section.bg) {
    padding-bottom: 0;
  }
}

.banner {
  position: relative;
}

.banner__media {
  position: relative;
  background-color: var(--bg-verylight);
}
.banner__media .badge {
  top: 8%;
  right: 5%;
}

.banner__media__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  max-height: var(--max-height);
  aspect-ratio: 16/9;
}
@media screen and (min-width: 64rem) {
  .banner__media__image {
    min-height: var(--min-height);
  }
}

.banner__content {
  position: relative;
  z-index: 10;
  color: var(--color);
}
.banner__content > .inner {
  padding: 0;
}
@media screen and (max-width: 75rem) {
  .banner__content .box {
    padding: min(var(--flow), 4rem) var(--inner-padding);
  }
}
@media screen and (min-width: 75rem) {
  .banner__content {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .banner__content > .inner {
    padding: var(--flow) var(--inner-padding) calc(var(--flow) / 2);
  }
  .banner__content .text {
    max-width: 65vmin;
  }
}

@media screen and (min-width: 48rem) {
  .banner.banner--darken .banner__media::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
  }
}

.banner.type--image {
  pointer-events: none;
}

@media screen and (min-width: 75rem) {
  .section--teaser .banner__content .inner {
    padding: 0 max(5vmin, var(--gap)) max(5vmin, var(--gap));
  }
}

.article__content + .article__footer {
  margin-top: var(--gap);
}

.article__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.article__image + .article__quote {
  margin-top: var(--gap);
}
.article__image + .article__content {
  margin-top: calc(var(--gap) * 2);
}

:where(h1, h2, h3) + .yn-article {
  margin-top: var(--gap);
}

.yn-article > * + * {
  margin-top: var(--gap);
}
.yn-article li + li {
  margin-top: 0.5rem;
}

.yn-article__heading + .yn-article__heading {
  margin-top: 1rem;
}
.yn-article__heading + .yn-article__intro-text {
  margin-top: var(--gap);
}
.yn-article__heading > span {
  margin: 0;
}

.yn-article__intro-text {
  --font-size: var(--font-size-intro);
}
.yn-article__intro-text + .yn-article__text {
  margin-top: var(--gap);
}

.yn-article__text + .yn-article__heading:has(.h1) {
  margin-top: var(--flow);
}

.yn-article__images {
  display: flex;
  gap: var(--gap);
  align-items: center;
  margin-block: calc(var(--gap) * 2);
}

.yn-video {
  border-radius: var(--border-radius);
}

.yn-accordion:not(:last-of-type)::after {
  background: var(--border-color);
}

.yn-article__accordions + .yn-article__heading {
  margin-top: calc(var(--flow) / 2);
}

.yn-accordion__header {
  font-size: var(--font-size-intro);
}

.yn-accordion__content .yn-article {
  padding-block: var(--gap);
}

.yn-buttons {
  gap: 0.5rem;
}

figure {
  position: relative;
}
figure > a {
  display: block;
}
figure figcaption {
  padding-top: 1rem;
}
figure figcaption {
  position: absolute;
  inset: 0;
  top: auto;
  padding: 2rem 1rem 1rem;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
}
figure .yn-image {
  border-radius: var(--border-radius);
}
figure.round {
  border-radius: 100%;
  overflow: hidden;
}
figure.round img {
  border-radius: 100%;
}
figure.avatar {
  text-align: center;
  border-radius: 0;
}
@media screen and (max-width: 64rem) {
  figure.avatar img {
    display: inline-block;
    max-width: 20rem;
  }
}

.iframe {
  position: relative;
}
.iframe--maps iframe {
  height: 34rem;
}
.iframe--code {
  border-radius: var(--border-radius);
  background: var(--bg-primary);
}
.iframe--video {
  --aspect-ratio: 16/9;
}
.iframe--video > iframe {
  height: 100%;
  width: 100%;
}
@supports (aspect-ratio: auto) {
  .iframe--video {
    aspect-ratio: var(--aspect-ratio);
  }
}
@supports not (aspect-ratio: auto) {
  .iframe--video::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
  .iframe--video > iframe {
    position: absolute;
    inset: 0;
  }
}

.gallery {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: min(4vmin, var(--gap));
}
.gallery .gallery__item {
  flex: 1 1 33%;
}
.gallery figure {
  margin-bottom: min(4vmin, var(--gap));
}

.button {
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-primary);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  color: var(--button-color, var(--current-color));
  text-align: center;
  text-transform: uppercase;
  padding: var(--button-padding, 0.65rem 1.25rem);
  border-radius: var(--button-border-radius);
  border: var(--button-border-width) solid transparent;
  background-color: var(--button-bg);
  transition: color var(--atime) ease, background-color var(--atime) ease, opacity var(--atime) ease;
}
.button:hover {
  opacity: 0.7;
}
.button.button--ghost {
  color: var(--currentColor);
  border-color: transparent;
  background-color: unset;
}
.button.button--border {
  color: var(--currentColor);
  border-color: var(--button-border-color);
  background-color: unset;
}
.button.button--border.button--primary {
  --button-color: var(--color-primary);
  --button-border-color: var(--color-primary);
}
.button.button--solid {
  --button-color: #fff;
  border-color: transparent;
}
.button.button--solid.button--primary {
  --button-color: var(--color-dark);
  --button-bg: var(--color-primary);
}
.button.button--solid.button--muted {
  --button-color: var(--color);
  --button-bg: var(--bg-verylight);
}
.button.button--small {
  --button-font-size: var(--font-size-tiny);
  --button-padding: .25rem .5rem;
}
.button.button--round {
  --button-border-radius: 10rem;
}
.button:has(.button__icon) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding: 0.5rem;
  padding-left: 0.75rem;
  border-radius: var(--button-border-radius);
}
.button:has(.button__icon) > * {
  order: 2;
}
.button:has(.button__icon):hover {
  opacity: 1;
}
.button:has(.button__icon):hover .button__icon {
  background: var(--bg-primary);
}
.button:has(.button__icon--left) {
  padding-left: 0.5rem;
}
.button .button__label {
  margin-right: calc(var(--gap) / 2);
}
.button .button__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 2rem;
  height: 2rem;
  padding: 10px;
  margin-left: auto;
  border-radius: var(--button-border-radius);
  background-color: var(--button-bg);
  transition: background-color var(--atime) ease;
}
.button .button__icon.button__icon--left {
  order: 1;
  margin-left: unset;
  margin-right: calc(var(--gap) / 2);
}

.link {
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: var(--button-font-weight);
}
.link::before {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.link:hover {
  text-decoration: underline;
  text-underline-offset: 0.35em;
}

figure:has(.badge) {
  position: relative;
}
figure .badge {
  position: absolute;
  top: var(--gap);
  right: var(--gap);
}

.badge {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-secondary);
  font-size: var(--font-size-small);
  text-align: center;
  line-height: 1.25;
  padding: 1.5rem;
  min-width: 8rem;
  border-radius: 100%;
  aspect-ratio: 1/1;
  border: 2px solid #000;
  outline: 5px dashed var(--color-primary);
  background: var(--color-primary);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  animation: rotate 10s linear infinite;
  transition: transform var(--atime) ease;
  z-index: 100;
}
.badge p {
  font-family: inherit;
  font-weight: inherit;
  font-size: 1em;
  line-height: inherit;
}
.badge strong {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: var(--font-weight-bold);
}
.badge strong span {
  display: block;
}
.badge:hover {
  animation: unset;
  transform: scale(1.1);
}

form {
  width: 100%;
}

fieldset legend {
  display: inline-block;
  margin-bottom: var(--item-gap);
  padding-right: var(--item-gap);
  border-radius: var(--border-radius);
  background: var(--bg-pri);
}
fieldset .row + .row {
  margin-top: var(--item-gap);
}

label {
  display: inline-block;
  font-size: var(--font-size-small);
  transition: color var(--atime) ease, background var(--atime) ease, border var(--atime) ease;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  color: var(--input-color);
  line-height: var(--lh);
  padding: calc(var(--gap) / 2);
  border-radius: var(--input-border-radius);
  border: var(--input-border-width) solid var(--input-border-color);
  background-color: var(--input-bg, transparent);
  transition: color var(--atime) ease, background-color var(--atime) ease, border var(--atime) ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--placeholder);
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--placeholder);
}

input[type=radio],
input[type=checkbox] {
  z-index: -1;
  position: absolute;
  left: 0;
  width: auto;
  padding: 0;
  opacity: 0;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  opacity: 1;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  float: left;
  display: block;
  height: 22px;
  width: 22px;
  margin-right: 0.65rem;
  border: var(--input-border-width, 2px) solid var(--input-border-color);
  background-color: var(--input-bg);
}
input[type=radio] + label::after,
input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 12px;
  width: 12px;
}
input[type=radio] + label::before, input[type=radio] + label::after,
input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
  transition: color calc(var(--atime) / 2) ease, background-color calc(var(--atime) / 2) ease, border calc(var(--atime) / 2) ease;
  border-radius: var(--border-radius);
}
input[type=radio] + label > div,
input[type=checkbox] + label > div {
  font-size: 1em;
  overflow: hidden;
}
input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  cursor: auto;
  color: var(--color-light);
}
input[type=radio]:disabled + label::before,
input[type=checkbox]:disabled + label::before {
  background-color: var(--input-border-color);
  box-shadow: none;
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  background-color: var(--input-border-color);
}
input[type=radio]:focus-visible + label::before,
input[type=checkbox]:focus-visible + label::before {
  outline: var(--outline-width, 3px) solid var(--access-ui, blue);
}

input[type=radio] + label::before {
  border-radius: 50%;
}

select {
  padding-right: calc(var(--gap) * 2);
  background-image: linear-gradient(45deg, transparent 50%, var(--input-color) 50%), linear-gradient(135deg, var(--input-color) 50%, transparent 50%), linear-gradient(to right, var(--input-border-color), var(--input-border-color));
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px calc(100% - 15px);
  background-repeat: no-repeat;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}
select::-webkit-calendar-picker-indicator {
  display: none !important;
}

.yn-form fieldset .button {
  margin-top: 0;
}

.yn-form-grid-row {
  flex-direction: column;
}
.yn-form-grid-row:last-of-type .widget {
  margin: 0;
}
@media screen and (max-width: 48rem) {
  .yn-form-grid-row .yn-form-grid-field {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 48rem) {
  .yn-form-grid-row {
    flex-direction: row;
  }
}

html .widget.widget--file .widget__label {
  display: block;
  font-size: var(--button-font-size);
  font-weight: var(--font-weight-regular);
  padding: 0.75rem var(--item-gap);
  background: var(--input-bg);
  transition: opacity var(--atime) ease;
}
html .widget.widget--file .widget__label ul {
  padding: 0.75rem 0 0 !important;
  margin-top: 0.75rem !important;
  border-top: 1px dashed var(--border-color);
}
html .widget.widget--file:hover .widget__label {
  opacity: 1;
}

#jumpToBody {
  top: var(--gap);
  left: 1rem;
  right: auto;
}

a:focus-visible, .button:focus-visible {
  outline: var(--outline-width, 3px) solid var(--access-ui, blue);
  outline-offset: var(--outline-offset);
  border-radius: 0;
  transition: none;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none;
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
  color: var(--color-dark);
  background-color: #fff;
}

button.nav__button:active:focus-visible {
  outline: none;
}

.splide .splide__slide:has(a.teaser:focus-visible) {
  padding: 0.25em;
}
.splide a.teaser:focus-visible {
  padding: 0.125em;
}

div[class*=col-] .teaser:focus-visible {
  padding: 0.125em;
}

.splide__slide {
  width: 100%;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}

.splide__pagination,
.splide__arrow {
  border-radius: var(--border-radius);
  background: var(--slider-ui-bg);
  -webkit-backdrop-filter: blur(var(--slider-blur, 3px));
          backdrop-filter: blur(var(--slider-blur, 3px));
}
.splide__pagination:focus-visible,
.splide__arrow:focus-visible {
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}

.splide__pagination {
  margin: auto;
  padding: var(--slider-dots-padding);
  background: transparent;
}
.splide__pagination li {
  display: flex;
}
.splide__pagination:has(li:only-child) {
  display: none;
}
.splide__pagination button {
  background-color: var(--slider-dots-bg);
}
.splide__pagination button.is-active {
  transform: unset;
  background-color: var(--slider-dots-active-bg);
}
.splide__pagination .splide__pagination__page {
  height: var(--slider-dots-size);
  width: var(--slider-dots-size);
}

.pagination--outside {
  --bottom: 3.5rem;
  padding-bottom: var(--bottom);
  overflow: visible !important;
}
.pagination--outside .splide__pagination {
  margin-top: 0;
  margin-bottom: 0;
  bottom: 0;
}

.splide__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.splide__arrow {
  position: absolute;
  height: 2.25rem;
  width: 1.75rem;
  opacity: 1;
  background: var(--slider-ui-bg);
  transition: opacity var(--atime) ease;
  transform: translate(0, 0);
}
.splide__arrow--prev {
  left: 1rem;
}
.splide__arrow--next {
  right: 1rem;
}
.splide__arrow [disabled] {
  display: none;
}
.splide__arrow:disabled {
  display: none;
  opacity: 0.3;
  pointer-events: none;
}
.splide__arrow svg {
  fill: var(--font-pri);
}

.arrows--outside {
  --outside: 0;
}
.arrows--outside .splide__arrow--prev {
  left: var(--outside);
}
.arrows--outside .splide__arrow--next {
  right: var(--outside);
}
@media screen and (min-width: 48rem) {
  .arrows--outside {
    --outside: -1rem;
  }
}

.mapbox__container {
  margin-top: var(--gap);
}

.mapbox {
  min-height: min(500px, 50vh);
  width: 100%;
}
.mapbox .mapboxgl-popup {
  min-width: 15rem;
  max-width: unset;
}
.mapbox .mapboxgl-popup-content {
  font-size: var(--font-size);
  padding: 1rem;
}
.mapbox .mapboxgl-popup-content h3 {
  font-size: inherit;
  font-weight: var(--font-weight-regular);
}
.mapbox .mapboxgl-popup-content p {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-light);
  margin: 0;
}
.mapbox .mapboxgl-popup-close-button {
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.mapbox .mapboxgl-popup-close-button:hover {
  opacity: 1;
  background-color: unset !important;
}
.mapbox .marker {
  --marker-size: 2.5rem;
}
.mapbox .marker .marker__inner {
  display: block;
  cursor: pointer;
  width: var(--marker-size);
  height: var(--marker-size);
  margin-top: calc(var(--marker-size) / 2 * -1);
  transform: rotate(-45deg);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: var(--marker-bg, var(--color-primary));
}
.mapbox .marker .marker__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  margin-left: -12.5%;
  margin-top: -12.5%;
  border-radius: 50%;
  background: #fff;
}

.font-primary {
  font-family: var(--font-primary);
}

.font-secondary {
  font-family: var(--font-secondary);
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.no-transform {
  text-transform: none;
}

.text-left {
  text-align: left;
}
.text-left:is(ul, ol) {
  justify-content: flex-start;
}

.text-center {
  text-align: center;
}
.text-center:is(ul, ol) {
  justify-content: center;
}

.text-right {
  text-align: right;
}
.text-right:is(ul, ol) {
  justify-content: flex-end;
}

@media screen and (min-width: 30rem) {
  .text-left-xs {
    text-align: left;
  }
  .text-left-xs:is(ul, ol) {
    justify-content: flex-start;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-center-xs:is(ul, ol) {
    justify-content: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-right-xs:is(ul, ol) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 48rem) {
  .text-left-sm {
    text-align: left;
  }
  .text-left-sm:is(ul, ol) {
    justify-content: flex-start;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-center-sm:is(ul, ol) {
    justify-content: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-right-sm:is(ul, ol) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 64rem) {
  .text-left-md {
    text-align: left;
  }
  .text-left-md:is(ul, ol) {
    justify-content: flex-start;
  }
  .text-center-md {
    text-align: center;
  }
  .text-center-md:is(ul, ol) {
    justify-content: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-right-md:is(ul, ol) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 75rem) {
  .text-left-lg {
    text-align: left;
  }
  .text-left-lg:is(ul, ol) {
    justify-content: flex-start;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-center-lg:is(ul, ol) {
    justify-content: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-right-lg:is(ul, ol) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 120rem) {
  .text-left-wd {
    text-align: left;
  }
  .text-left-wd:is(ul, ol) {
    justify-content: flex-start;
  }
  .text-center-wd {
    text-align: center;
  }
  .text-center-wd:is(ul, ol) {
    justify-content: center;
  }
  .text-right-wd {
    text-align: right;
  }
  .text-right-wd:is(ul, ol) {
    justify-content: flex-end;
  }
}
.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.color--primary {
  color: var(--color-primary);
}

.color--secondary {
  color: var(--color-secondary);
}

[class^=z] {
  position: relative;
}

.z0 {
  z-index: 0;
}

.z10 {
  z-index: 10;
}

.z20 {
  z-index: 20;
}

.z30 {
  z-index: 30;
}

.z40 {
  z-index: 40;
}

.z50 {
  z-index: 50;
}

.z60 {
  z-index: 60;
}

.z70 {
  z-index: 70;
}

.z80 {
  z-index: 80;
}

.z90 {
  z-index: 90;
}

.z100 {
  z-index: 100;
}

.hidden {
  display: none;
}

.ui-hidden {
  visibility: hidden;
}

@media screen and (min-width: 30rem) {
  .visible-xs {
    display: none !important;
  }
}
@media screen and (min-width: 48rem) {
  .visible-sm {
    display: none !important;
  }
}
@media screen and (min-width: 64rem) {
  .visible-md {
    display: none !important;
  }
}
@media screen and (min-width: 75rem) {
  .visible-lg {
    display: none !important;
  }
}
@media screen and (min-width: 120rem) {
  .visible-wd {
    display: none !important;
  }
}
@media screen and (max-width: 30rem) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 48rem) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 64rem) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 75rem) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width: 120rem) {
  .hidden-wd {
    display: none !important;
  }
}
.truncate > p {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1lh;
  width: 90%;
  overflow: hidden;
}

.truncate--lines {
  position: relative;
  margin-top: calc(var(--gap) / 2);
  display: -webkit-box;
  -webkit-line-clamp: var(--lines, 3);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate--lines::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  top: auto;
  height: 1.5lh;
  background: linear-gradient(to right, transparent, var(--section-bg) 95%);
  pointer-events: none;
}

.stretch {
  height: 100%;
}
.stretch > * {
  height: 100%;
}

.no-ar,
.no-aspect-ratio {
  aspect-ratio: unset !important;
}

.group {
  display: inline-flex;
  gap: 0.75rem;
}
.group .button {
  margin: 0;
}
.group--buttons {
  flex-direction: column;
}
@media screen and (min-width: 48rem) {
  .group--buttons {
    flex-direction: row;
  }
  .group--buttons .button {
    white-space: nowrap;
  }
}

.p0, .no-padding {
  padding: 0 !important;
}

.m0, .no-margin {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: var(--gap);
}

.mtm {
  margin-top: calc(var(--gap) * 2);
}

.mtl, .mtf {
  margin-top: var(--flow);
}

.mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: var(--gap);
}

.mbm {
  margin-bottom: calc(var(--gap) * 2);
}

.mbl, .mbf {
  margin-bottom: var(--flow);
}

@media screen and (max-width: 30rem) {
  .mts-xs {
    margin-top: var(--gap);
  }
  .mtm-xs {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-xs, .mtf-xs {
    margin-top: var(--flow);
  }
  .mbs-xs {
    margin-bottom: var(--gap);
  }
  .mbm-xs {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-xs, .mbf-xs {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 48rem) {
  .mts-sm {
    margin-top: var(--gap);
  }
  .mtm-sm {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-sm, .mtf-sm {
    margin-top: var(--flow);
  }
  .mbs-sm {
    margin-bottom: var(--gap);
  }
  .mbm-sm {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-sm, .mbf-sm {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 64rem) {
  .mts-md {
    margin-top: var(--gap);
  }
  .mtm-md {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-md, .mtf-md {
    margin-top: var(--flow);
  }
  .mbs-md {
    margin-bottom: var(--gap);
  }
  .mbm-md {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-md, .mbf-md {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 75rem) {
  .mts-lg {
    margin-top: var(--gap);
  }
  .mtm-lg {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-lg, .mtf-lg {
    margin-top: var(--flow);
  }
  .mbs-lg {
    margin-bottom: var(--gap);
  }
  .mbm-lg {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-lg, .mbf-lg {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 120rem) {
  .mts-wd {
    margin-top: var(--gap);
  }
  .mtm-wd {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-wd, .mtf-wd {
    margin-top: var(--flow);
  }
  .mbs-wd {
    margin-bottom: var(--gap);
  }
  .mbm-wd {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-wd, .mbf-wd {
    margin-bottom: var(--flow);
  }
}
.dev {
  font-family: -apple-system, system-ui, "Courier New", Courier, monospace;
  text-align: left;
  color: var(--dark);
  width: 100%;
  max-width: var(--inner-max);
  margin: var(--gap) auto;
  padding: var(--gap);
  border-radius: 3px;
  border: 3px solid blue;
  background: #fff;
  overflow: auto;
}

/*# sourceMappingURL=app.css.map */