/*
 Theme Name:   HO
 Author:       Henne & Ordnung
 Version:      1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none !important; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  width: 100%; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  display: block;
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hyphen {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.hyph-disable {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }
  .hyph-disable * {
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; }

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance !important;
  white-space: pre-wrap; }

p, span, .copy * {
  text-wrap: pretty !important; }

.no-pre-wrap * {
  white-space: initial; }

.uppercase {
  text-transform: uppercase; }

.lower-case, .lowercase {
  text-transform: none; }

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

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

.text-align-right {
  text-align: right; }

.text-decoration-none {
  text-decoration: none; }

:root {
  --border-color: rgba(0, 0, 0, 0.2); }

.text-decoration-line {
  position: relative;
  background: repeating-linear-gradient(to bottom, transparent 0 calc(var(--line-height) - 1px), var(--color) 0 var(--line-height));
  height: auto; }
  .text-decoration-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--color-background);
    pointer-events: none; }

.border-right {
  border-right: calc(1px) solid var(--border-color); }

.border-left {
  border-left: 1px solid var(--border-color); }

.border-bottom {
  border-bottom: calc(1px) solid var(--border-color); }

.border-top {
  border-top: calc(1px) solid var(--border-color); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

html {
  margin: 0 !important;
  width: 100vw;
  overflow-x: hidden; }

:root {
  --viewport-height: 100vh;
  --header-height: calc(100vh - 90px); }

div#wpadminbar {
  opacity: calc(.753); }

/* prevent blank vue template from being shown */
[inline-template]:empty {
  display: none; }

body {
  position: relative;
  margin: 0 !important;
  color: var(--color);
  background: var(--color-background);
  transition: background-color .4s,color .4s;
  cursor: default; }
  body.freeze {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden; }
  body.lock {
    position: fixed;
    overflow: hidden;
    width: 100%; }
  @media (max-width: 764px) {
    body.disable-links {
      background: var(--color-invert) !important; }
      body.disable-links main, body.disable-links footer {
        visibility: hidden; } }
  body.site-loading {
    position: absolute;
    top: 0;
    overflow: hidden;
    cursor: wait; }
    body.site-loading * {
      pointer-events: none !important; }

.inline, [inline] {
  display: inline; }

.mobile-view {
  display: none !important; }

@media (max-width: 1024px) {
  .web-view {
    display: none !important; }
  .mobile-view {
    display: block !important; }
  html {
    margin-top: 0 !important; } }

.hidden {
  display: none !important; }

img {
  width: 100%;
  height: auto; }

.block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--spacing); }
  .block.block-no-margin {
    margin-bottom: var(--spacing-sixth); }
  .block.block-zero-margin {
    margin-bottom: 0; }
  .block .mobile-view {
    display: none !important; }
  @media (max-width: 1024px) {
    .block .web-view {
      display: none !important; }
    .block .mobile-view {
      display: block !important; } }

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

.no-wrap {
  white-space: nowrap !important; }

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

.real-ps p + p {
  margin-top: 1.2em; }

.wp-block-ho-area {
  position: relative;
  width: 100%;
  height: auto; }

.wp-block-ho-div, .wp-block-ho-pattern, .wp-block-ho-flash {
  position: relative; }

.position-relative {
  position: relative; }

.wp-block.position-absolute, .position-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.wp-block.position-sticky {
  position: sticky;
  top: 0; }

.position-fixed {
  position: fixed;
  top: 0; }

.overflow-auto {
  overflow: auto; }

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

/* Vertikale Ausrichtung mit "align-items" und horizontale Ausrichtung mit "justify-content" */
.flex-align-top-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

.flex-align-top-center {
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.flex-align-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }

.flex-align-center-left {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.flex-align-center-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-align-center-right {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.flex-align-bottom-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }

.flex-align-bottom-center {
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.flex-align-bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

.flex-align-wrap {
  flex-wrap: wrap; }

.sizes-height-default {
  height: auto; }

.sizes-height-fill {
  height: 100%; }

.sizes-height-full {
  height: 100vh; }

.sizes-height-custom.content-position-fill > *, .sizes-height-full.content-position-fill > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

*[class^="col-"] {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-padding-remove {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * ADD TO BOX
 * E.X.
    <div class="col-xs-2 col-md-3">
		<div class="grid-side-margin-remove-left box">
		 CONTENT LEFT
		</div>
	</div>
 */
.grid-side-margin-remove-left {
  margin-left: calc(-1*var(--grid-side-margin));
  margin-right: var(--grid-side-margin); }

/**
 * ADD TO BOX
 * E.X.
    <div class="col-xs-2 col-md-3">
		<div class="grid-side-margin-remove-right box">
		 CONTENT RIGHT
		</div>
	</div>
 */
.grid-side-margin-remove-right {
  margin-left: var(--grid-side-margin);
  margin-right: calc(-1*var(--grid-side-margin)); }

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

:root {
  --grid-side-margin: 40px;
  --gutter-width: 20px;
  --grid-item-width:calc(calc(1/12 * 100vw) - calc(var(--gutter-width)*0.5));
  --max-fluid: 1920px; }
  @media (max-width: 762px) {
    :root {
      --grid-side-margin: 20px;
      --gutter-width: 8px; } }
  @media (max-width: 320px) {
    :root {
      --grid-side-margin: 5px; } }
  @media (min-width: 1440px) {
    :root {
      --grid-item-width:calc(calc(1/12 * var(--screen-lg)) - calc(var(--gutter-width)*0.5)); } }

.wrapper {
  box-sizing: border-box;
  max-width: 2560px;
  margin: 0 auto; }

.container-fluid {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: var(--grid-side-margin);
  padding-right: var(--grid-side-margin); }
  .container-fluid .box {
    position: relative; }
  @media (max-width: 764px) {
    .container-fluid.container-fluid-mobile-zero {
      padding-left: 0;
      padding-right: 0; } }

.row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-width) * .5 * -1);
  margin-left: calc(var(--gutter-width) * .5 * -1); }

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

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

.col-xs {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: auto; }

.col-xs-1 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 25%; }

.col-xs-offset-4 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 50%; }

.col-xs-offset-7 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 75%; }

.col-xs-offset-10 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-left: 100%; }

.col-xs-offright-1 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 8.33333%; }

.col-xs-offright-2 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 16.66667%; }

.col-xs-offright-3 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 25%; }

.col-xs-offright-4 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 33.33333%; }

.col-xs-offright-5 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 41.66667%; }

.col-xs-offright-6 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 50%; }

.col-xs-offright-7 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 58.33333%; }

.col-xs-offright-8 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 66.66667%; }

.col-xs-offright-9 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 75%; }

.col-xs-offright-10 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 83.33333%; }

.col-xs-offright-11 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 91.66667%; }

.col-xs-offright-12 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: calc(var(--gutter-width) * .5);
  padding-left: calc(var(--gutter-width) * .5);
  margin-right: 100%; }

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

.col-xs-direction {
  flex-direction: row; }

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

.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 (min-width: 764px) {
  .container {
    width: 764px; }
  .col-s {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: auto; }
  .col-s-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-s-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-s-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 25%;
    max-width: 25%; }
  .col-s-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-s-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-s-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 50%;
    max-width: 50%; }
  .col-s-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-s-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-s-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 75%;
    max-width: 75%; }
  .col-s-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-s-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-s-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 100%;
    max-width: 100%; }
  .col-s-offset-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 8.33333%; }
  .col-s-offset-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 16.66667%; }
  .col-s-offset-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 25%; }
  .col-s-offset-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 33.33333%; }
  .col-s-offset-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 41.66667%; }
  .col-s-offset-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 50%; }
  .col-s-offset-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 58.33333%; }
  .col-s-offset-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 66.66667%; }
  .col-s-offset-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 75%; }
  .col-s-offset-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 83.33333%; }
  .col-s-offset-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 91.66667%; }
  .col-s-offset-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 100%; }
  .col-s-offset-0 {
    margin-left: 0; }
  .col-s-offright-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 8.33333%; }
  .col-s-offright-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 16.66667%; }
  .col-s-offright-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 25%; }
  .col-s-offright-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 33.33333%; }
  .col-s-offright-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 41.66667%; }
  .col-s-offright-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 50%; }
  .col-s-offright-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 58.33333%; }
  .col-s-offright-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 66.66667%; }
  .col-s-offright-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 75%; }
  .col-s-offright-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 83.33333%; }
  .col-s-offright-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 91.66667%; }
  .col-s-offright-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 100%; }
  .col-s {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-s {
    justify-content: flex-start;
    text-align: start; }
  .center-s {
    justify-content: center;
    text-align: center; }
  .end-s {
    justify-content: flex-end;
    text-align: end; }
  .top-s {
    align-items: flex-start; }
  .middle-s {
    align-items: center; }
  .bottom-s {
    align-items: flex-end; }
  .around-s {
    justify-content: space-around; }
  .between-s {
    justify-content: space-between; }
  .first-s {
    order: -1; }
  .last-s {
    order: 1; }
  .col-s-direction {
    flex-direction: row; }
  .col-s-direction-reverse {
    flex-direction: column-reverse; } }

@media (min-width: 764px) {
  .container {
    width: 764px; }
  .col-sm {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: auto; }
  .col-sm-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 25%; }
  .col-sm-offset-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 50%; }
  .col-sm-offset-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 75%; }
  .col-sm-offset-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offright-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 8.33333%; }
  .col-sm-offright-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 16.66667%; }
  .col-sm-offright-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 25%; }
  .col-sm-offright-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 33.33333%; }
  .col-sm-offright-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 41.66667%; }
  .col-sm-offright-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 50%; }
  .col-sm-offright-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 58.33333%; }
  .col-sm-offright-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 66.66667%; }
  .col-sm-offright-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 75%; }
  .col-sm-offright-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 83.33333%; }
  .col-sm-offright-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 91.66667%; }
  .col-sm-offright-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 100%; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .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; }
  .col-sm-direction {
    flex-direction: row; }
  .col-sm-direction-reverse {
    flex-direction: column-reverse; } }

@media (min-width: 1024px) {
  .container {
    width: 1024px; }
  .col-md {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: auto; }
  .col-md-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 25%; }
  .col-md-offset-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 50%; }
  .col-md-offset-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 75%; }
  .col-md-offset-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offright-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 8.33333%; }
  .col-md-offright-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 16.66667%; }
  .col-md-offright-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 25%; }
  .col-md-offright-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 33.33333%; }
  .col-md-offright-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 41.66667%; }
  .col-md-offright-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 50%; }
  .col-md-offright-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 58.33333%; }
  .col-md-offright-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 66.66667%; }
  .col-md-offright-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 75%; }
  .col-md-offright-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 83.33333%; }
  .col-md-offright-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 91.66667%; }
  .col-md-offright-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 100%; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .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; }
  .col-md-direction {
    flex-direction: row; }
  .col-md-direction-reverse {
    flex-direction: column-reverse; } }

@media (min-width: 1440px) {
  .container {
    width: 1440px; }
  .col-lg {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: auto; }
  .col-lg-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 25%; }
  .col-lg-offset-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 50%; }
  .col-lg-offset-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 75%; }
  .col-lg-offset-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offright-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 8.33333%; }
  .col-lg-offright-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 16.66667%; }
  .col-lg-offright-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 25%; }
  .col-lg-offright-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 33.33333%; }
  .col-lg-offright-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 41.66667%; }
  .col-lg-offright-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 50%; }
  .col-lg-offright-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 58.33333%; }
  .col-lg-offright-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 66.66667%; }
  .col-lg-offright-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 75%; }
  .col-lg-offright-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 83.33333%; }
  .col-lg-offright-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 91.66667%; }
  .col-lg-offright-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 100%; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .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; }
  .col-lg-direction {
    flex-direction: row; }
  .col-lg-direction-reverse {
    flex-direction: column-reverse; } }

@media (min-width: 1920px) {
  .container {
    width: 1920px; }
  .col-xlg {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: auto; }
  .col-xlg-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xlg-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xlg-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 25%;
    max-width: 25%; }
  .col-xlg-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xlg-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xlg-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 50%;
    max-width: 50%; }
  .col-xlg-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xlg-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xlg-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 75%;
    max-width: 75%; }
  .col-xlg-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xlg-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xlg-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    flex-basis: 100%;
    max-width: 100%; }
  .col-xlg-offset-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 8.33333%; }
  .col-xlg-offset-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 16.66667%; }
  .col-xlg-offset-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 25%; }
  .col-xlg-offset-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 33.33333%; }
  .col-xlg-offset-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 41.66667%; }
  .col-xlg-offset-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 50%; }
  .col-xlg-offset-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 58.33333%; }
  .col-xlg-offset-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 66.66667%; }
  .col-xlg-offset-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 75%; }
  .col-xlg-offset-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 83.33333%; }
  .col-xlg-offset-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 91.66667%; }
  .col-xlg-offset-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-left: 100%; }
  .col-xlg-offset-0 {
    margin-left: 0; }
  .col-xlg-offright-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 8.33333%; }
  .col-xlg-offright-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 16.66667%; }
  .col-xlg-offright-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 25%; }
  .col-xlg-offright-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 33.33333%; }
  .col-xlg-offright-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 41.66667%; }
  .col-xlg-offright-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 50%; }
  .col-xlg-offright-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 58.33333%; }
  .col-xlg-offright-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 66.66667%; }
  .col-xlg-offright-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 75%; }
  .col-xlg-offright-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 83.33333%; }
  .col-xlg-offright-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 91.66667%; }
  .col-xlg-offright-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: calc(var(--gutter-width) * .5);
    padding-left: calc(var(--gutter-width) * .5);
    margin-right: 100%; }
  .col-xlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-xlg {
    justify-content: flex-start;
    text-align: start; }
  .center-xlg {
    justify-content: center;
    text-align: center; }
  .end-xlg {
    justify-content: flex-end;
    text-align: end; }
  .top-xlg {
    align-items: flex-start; }
  .middle-xlg {
    align-items: center; }
  .bottom-xlg {
    align-items: flex-end; }
  .around-xlg {
    justify-content: space-around; }
  .between-xlg {
    justify-content: space-between; }
  .first-xlg {
    order: -1; }
  .last-xlg {
    order: 1; }
  .col-xlg-direction {
    flex-direction: row; }
  .col-xlg-direction-reverse {
    flex-direction: column-reverse; } }

@media (min-width: 860px) {
  .col-sm-fifth {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-sm-four-fifth {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; } }

@media (max-width: 762px) {
  .hide-xs {
    display: none !important; } }

@media (min-width: 763px) {
  .hide-sm {
    display: none !important; } }

@media (min-width: 1023px) {
  .hide-md {
    display: none !important; } }

@media (min-width: 1439px) {
  .hide-lg {
    display: none !important; } }

.hide {
  display: none !important; }

:root {
  --screen-xs: 520px;
  --screen-sm: 764px;
  --screen-sm-min: calc(var(--screen-sm) - 1px);
  --screen-md: 1024px;
  --screen-md-min: calc(var(--screen-md) - 1px);
  --screen-lg: 1440px;
  --screen-lg-min: calc(var(--screen-lg) - 1px);
  --screen-xs-max: calc(var( --screen-sm-min) - 1px);
  --screen-sm-max: calc(var( --screen-md-min) - 1px);
  --screen-md-max: calc(var( --screen-lg-min) - 1px); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.hyphen {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

:root {
  --spacing: 120px;
  --spacing-two-thirds: calc( var(--spacing) * 2 / 3);
  --spacing-half: calc( var(--spacing) / 2);
  --spacing-third: calc( var(--spacing) / 3);
  --spacing-sixth: calc( var(--spacing) / 6);
  --spacing-minimal: calc( var(--spacing) / 10);
  --spacing-atom: calc( var(--spacing) / 20); }
  @media (max-width: 762px) {
    :root {
      --spacing: 72px; } }

.margin-bottom, .margin-bottom-7 {
  margin-bottom: var(--spacing); }

.margin-bottom-two-thirds, .margin-bottom-6 {
  margin-bottom: var(--spacing-two-thirds); }

.margin-bottom-half, .margin-bottom-5 {
  margin-bottom: var(--spacing-half); }

.margin-bottom-third, .margin-bottom-4 {
  margin-bottom: var(--spacing-third); }

.margin-bottom-sixth, .margin-bottom-3 {
  margin-bottom: var(--spacing-sixth); }

.margin-bottom-minimal, .margin-bottom-2 {
  margin-bottom: var(--spacing-minimal); }

.margin-bottom-atom, .margin-bottom-1 {
  margin-bottom: var(--spacing-atom); }

.margin-bottom-zero, .margin-bottom-0 {
  margin-bottom: 0; }

.nomargin {
  margin: 0 !important; }

.padding-top, .padding-top-7 {
  padding-top: var(--spacing); }

.padding-top-two-thirds, .padding-top-6 {
  padding-top: var(--spacing-two-thirds); }

.padding-top-half, .padding-top-5 {
  padding-top: var(--spacing-half); }

.padding-top-third, .padding-top-4 {
  padding-top: var(--spacing-third); }

.padding-top-sixth, .padding-top-3 {
  padding-top: var(--spacing-sixth); }

.padding-top-minimal, .padding-top-2 {
  padding-top: var(--spacing-minimal); }

.padding-top-atom, .padding-top-1 {
  padding-top: var(--spacing-atom); }

.padding-bottom, .padding-bottom-7 {
  padding-bottom: var(--spacing); }

.padding-bottom-two-thirds, .padding-bottom-6 {
  padding-bottom: var(--spacing-two-thirds); }

.padding-bottom-half, .padding-bottom-5 {
  padding-bottom: var(--spacing-half); }

.padding-bottom-third, .padding-bottom-4 {
  padding-bottom: var(--spacing-third); }

.padding-bottom-sixth, .padding-bottom-3 {
  padding-bottom: var(--spacing-sixth); }

.padding-bottom-minimal, .padding-bottom-2 {
  padding-bottom: var(--spacing-minimal); }

.padding-bottom-atom, .padding-bottom-1 {
  padding-bottom: var(--spacing-atom); }

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

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

.align-right {
  text-align: right; }

/* atkinson-hyperlegible-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: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/atkinson-hyperlegible-v11-latin_latin-ext-regular-null-modified.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* atkinson-hyperlegible-italic - 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: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/atkinson-hyperlegible-v11-latin_latin-ext-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* atkinson-hyperlegible-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: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/atkinson-hyperlegible-v11-latin_latin-ext-700-null-modified.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* atkinson-hyperlegible-700italic - 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: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/atkinson-hyperlegible-v11-latin_latin-ext-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/*
@font-face {
  font-family: 'Agrandir';
  src: url('/assets/fonts/Agrandir-Bold.woff2') format('woff2'),
      url('/assets/fonts/Agrandir-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/assets/fonts/Agrandir-Medium.woff2') format('woff2'),
      url('/assets/fonts/Agrandir-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/assets/fonts/Agrandir-MediumItalic.woff2') format('woff2'),
      url('/assets/fonts/Agrandir-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/assets/fonts/Agrandir-BoldItalic.woff2') format('woff2'),
      url('/assets/fonts/Agrandir-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
*/
.font-highlight {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }

.font-bold {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }

.font-regular {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400; }

html, .editor-styles-wrapper {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

/* default theme */
:root {
  --color-highlight: #cc295c;
  --color-background: white;
  --color: #222323;
  --color-invert: white; }

.has-default-color {
  color: var(--wp--preset--color--default); }

.has-highlight-color {
  color: var(--wp--preset--color--highlight); }

.has-invert-color {
  color: var(--color-background) !important; }

*[class*="clamp-"] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.clamp-1 {
  -webkit-line-clamp: 1; }

.clamp-2 {
  -webkit-line-clamp: 2; }

.clamp-3 {
  -webkit-line-clamp: 3; }

.clamp-4 {
  -webkit-line-clamp: 4; }

.clamp-5 {
  -webkit-line-clamp: 5; }

.skip-link {
  position: absolute;
  left: -1000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999; }

.skip-link:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 9999;
  background-color: #FFF;
  /* Background color for visibility */
  color: #000;
  /* Text color for visibility */
  padding: 10px;
  text-align: center;
  font-size: 1.2em; }

/**
 * Do not edit directly
 * Generated on Fri, 23 Feb 2024 15:18:23 GMT
 */
:root {
  --color-bg-black: #000000;
  --color-bg-white: #ffffff;
  --color-bg-darkest-grey: #131313;
  --color-bg-dark-grey: #525252;
  --color-bg-medium-grey: #959595;
  --color-bg-light-grey: #eeeeee;
  --color-fg-text-black: #000000;
  --color-fg-text-medium-grey: rgba(0, 0, 0, 0.55);
  --color-fg-text-white: #ffffff;
  --color-fg-text-medium-white: rgba(255, 255, 255, 0.55);
  --color-highlight-red: #ee1133;
  --color-highlight-redish: #E1363F;
  --color-highlight-green: #16e03f;
  --color-form-error: #a12027;
  --color-form-success: #37cc46; }

/**
         * Do not edit directly
         * Generated on Fri, 23 Feb 2024 15:18:23 GMT
         */
.h1 {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 110%;
  font-size: 4.063rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .h1 {
      font-size: 2.688rem; } }

.h2 {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 110%;
  font-size: 2.813rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .h2 {
      font-size: 2.188rem; } }

.h3 {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 110%;
  font-size: 1.688rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .h3 {
      line-height: 110%;
      font-size: 1.563rem; } }

.body {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 170%;
  font-size: 1.688rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .body {
      line-height: 160%;
      font-size: 1.313rem; } }

.body-bold {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 170%;
  font-size: 1.688rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .body-bold {
      line-height: 160%;
      font-size: 1.313rem; } }

.body-small {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 180%;
  font-size: 1.375rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .body-small {
      line-height: 150%;
      font-size: 1.188rem; } }

.body-small-bold {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 180%;
  font-size: 1.375rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .body-small-bold {
      line-height: 150%;
      font-size: 1.188rem; } }

.body-large {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 140%;
  font-size: 2.188rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .body-large {
      line-height: 140%;
      font-size: 1.5rem; } }

.body-large-bold {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 150%;
  font-size: 2.188rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .body-large-bold {
      line-height: 160%;
      font-size: 23px; } }

.copyright {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  color: inherit;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 150%;
  font-size: 1.063rem;
  letter-spacing: -0.02em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .copyright {
      line-height: 150%;
      font-size: 0.938rem; } }

a.copyright {
  text-decoration: underline; }

.description {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 150%;
  font-size: 1.063rem;
  letter-spacing: -0.02em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .description {
      line-height: 150%;
      font-size: 0.938rem; } }

.button-medium {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 110%;
  font-size: 1.188rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: underline; }

.button-small {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 110%;
  font-size: 1.063rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: underline; }

.tag-medium {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 130%;
  font-size: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: underline; }

.category {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 120%;
  font-size: 1.188rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .category {
      line-height: 135%;
      font-size: 1.188rem; } }

.teaser-headline-large {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 105%;
  font-size: 4.063rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .teaser-headline-large {
      font-size: 2.688rem; } }

.teaser-headline-medium {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 120%;
  font-size: 2.188rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: underline; }
  @media (max-width: 762px) {
    .teaser-headline-medium {
      line-height: 105%;
      font-size: 1.775rem; } }

.teaser-headline-small {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 120%;
  font-size: 1.688rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .teaser-headline-small {
      line-height: 110%;
      font-size: 1.313rem; } }

.teaser-copy,
.teaser-copy p {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 120%;
  font-size: 1.688rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .teaser-copy,
    .teaser-copy p {
      line-height: 135%;
      font-size: 1.313rem; } }

.teaser-copy-small,
.teaser-copy-small p {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 130%;
  font-size: 1.288rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .teaser-copy-small,
    .teaser-copy-small p {
      line-height: 130%;
      font-size: 1.113rem; } }

.zitat {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 110%;
  font-size: 4.063rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .zitat {
      line-height: 125%;
      font-size: 2.188rem; } }

.tag-small {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 130%;
  font-size: 1.188rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: underline; }

.metadata {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 120%;
  font-size: 1.188rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .metadata {
      line-height: 135%;
      font-size: 1.188rem; } }

.form-input {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 100%;
  font-size: 1.688rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }

.form-label {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 100%;
  font-size: 1.188rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .form-label {
      line-height: 100%;
      font-size: 1.188rem; } }

.form-helper {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 100%;
  font-size: 1.188rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }

.form-options-label {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 100%;
  font-size: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    .form-options-label {
      line-height: 100%;
      font-size: 1.375rem; } }

@font-face {
  font-family: 'icons';
  src: url("/assets/fonts/icon/dns/fonts/dns.ttf?2") format("truetype"), url("/assets/fonts/icon/dns/fonts/dns.woff?2") format("woff"), url("/assets/fonts/icon/dns/fonts/dns.svg?2") format("svg"); }

/*ICON FONT */
[class^="icon-"], [class*=" icon-"], [class*=" mx-btn-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-logo {
  line-height: .4;
  display: block;
  overflow: hidden; }

.icon-background {
  background: var(--color-base);
  border-radius: 100%;
  color: var(--color-invert); }

.icon-background-white {
  background: var(--color-invert);
  border-radius: 100%;
  color: var(--color-base); }

.rotate-90 {
  transform: rotate(-90deg); }

.scale-on-hover {
  transition: all .2s ease-out; }
  .scale-on-hover:hover {
    transform: scale(1.1); }

.icon-facebook:before {
  content: "\e900"; }

.icon-insta:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-youtube:before {
  content: "\e903"; }

.icon-accessibility:before {
  content: "\e904"; }

.icon-accessibility-circle:before {
  content: "\e905"; }

.icon-wheelchair:before {
  content: "\e907"; }

.icon-leichtesprache:before {
  content: "\e908"; }

.icon-gebaerdensprache:before {
  content: "\e909"; }

.icon-fontsize:before {
  content: "\e90a"; }

.icon-kontrastnormal:before {
  content: "\e90b"; }

.icon-kontrasthigh:before {
  content: "\e90c"; }

.icon-open:before {
  content: "\e90d"; }

.icon-plus:before {
  content: "\e90e"; }

.icon-minus:before {
  content: "\e90f"; }

.icon-play:before {
  content: "\e910"; }

.icon-pause:before {
  content: "\e911"; }

.icon-pin:before {
  content: "\e912"; }

.icon-menu:before {
  content: "\e913"; }

.icon-arrow-down:before {
  content: "\e914"; }

.icon-arrow-up:before {
  content: "\e91b"; }

.icon-arrow-left:before {
  content: "\e91c"; }

.icon-arrow-right:before {
  content: "\e91d"; }

.icon-arrow-link:before {
  content: "\e915"; }

.icon-close:before {
  content: "\e916"; }

.icon-checkmark:before {
  content: "\e917"; }

.icon-lupe:before {
  content: "\e918"; }

.icon-read-more:before {
  content: "\e906"; }

.icon-copyrights:before {
  content: "\e91a"; }

.icon-read-less:before {
  content: "\e919"; }

.icon-audio:before {
  content: "\e91e"; }

.icon-eye:before {
  content: "\e91f"; }

.icon-filter:before {
  content: "\e921"; }

.icon-sod:before {
  content: "\e920"; }

h1 {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 110%;
  font-size: 4.063rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    h1 {
      font-size: 2.688rem; } }

h2 {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 110%;
  font-size: 2.813rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    h2 {
      font-size: 2.188rem; } }

h3 {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: Bold;
  line-height: 110%;
  font-size: 1.688rem;
  letter-spacing: 0em;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    h3 {
      line-height: 110%;
      font-size: 1.563rem; } }

/*
.meta
{
  @include hbasic();
  @include zeplin-metadata;


  .meta-separator
  {
	display: inline-block;
	vertical-align: center;

	width: 31px;
	height: 1px;
	margin: 0 5px 6px;
	border-bottom: solid 1px #000000;

  }

  a
  {
	color: inherit;
	text-decoration: none;
	outline: none;
	&:hover,&:focus,&:active,&:focus:active
	{
	  //color: var(--color-black);
	}
  }
}


 */
figure {
  margin: 0;
  padding: 0; }

figure.wp-block-ho-quote blockquote {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 110%;
  font-size: 4.063rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none; }
  @media (max-width: 762px) {
    figure.wp-block-ho-quote blockquote {
      line-height: 125%;
      font-size: 2.188rem; } }

figure.wp-block-ho-quote figcaption {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: initial;
  white-space: pre-wrap;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 120%;
  font-size: 1.188rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none;
  margin-top: var(--spacing-half); }
  @media (max-width: 762px) {
    figure.wp-block-ho-quote figcaption {
      line-height: 135%;
      font-size: 1.188rem; } }

a, button {
  cursor: pointer; }

.body a,
.teaser-copy a,
.wp-block-ho-grid a,
.copy a {
  color: inherit;
  display: inline !important; }

.reset-link-style a {
  text-decoration: none;
  color: inherit; }

.underlined-link {
  display: inline-block; }
  .underlined-link a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-size: 0 2px; }
    .underlined-link a:hover {
      text-decoration: none;
      background-size: 100% 2px; }
  .underlined-link.button-active .button-label {
    text-decoration: none;
    background-size: 100% 2px; }
  .underlined-link a {
    background-size: 100% 1px; }
    .underlined-link a:hover {
      background-size: 0 1px; }

.menu-link {
  display: inline-block; }
  .menu-link a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-size: 0 2px; }
    .menu-link a:hover {
      text-decoration: none;
      background-size: 100% 2px; }
  .menu-link.button-active .button-label {
    text-decoration: none;
    background-size: 100% 2px; }

.main-menu-link {
  display: inline-block; }
  .main-menu-link a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-size: 0 2px; }
    .main-menu-link a:hover {
      text-decoration: none;
      background-size: 100% 2px; }
  .main-menu-link.button-active .button-label {
    text-decoration: none;
    background-size: 100% 2px; }
  .main-menu-link a, .main-menu-link .button-label {
    background-position: left bottom !important; }

.copy a {
  text-decoration: underline; }

.copy p.has-text-align-center {
  text-align: center; }

.copy p.has-text-align-right {
  text-align: right; }

.copy.copy-with-initiale p:first-of-type:first-letter {
  font-size: 2.4em;
  line-height: 1;
  float: left;
  padding-top: .485em;
  padding-right: .75em;
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }

.copy.has-drop-cap p:first-of-type:first-letter {
  font-size: 2.4em;
  line-height: 1;
  float: left;
  padding-top: .485em;
  padding-right: .75em;
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }

.copy p.has-s-font-size {
  font-size: 1rem !important; }

.copy p.has-m-font-size {
  font-size: 1.25rem !important; }

.copy p.has-l-font-size {
  font-size: 2rem !important; }

em,
i {
  font-style: italic; }

abbr[title] {
  text-decoration: none;
  border: none;
  font-size: inherit;
  font-style: inherit;
  vertical-align: baseline; }

hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

body {
  color: var(--color); }

.rte ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style-type: decimal !important;
  margin-left: 1.5em; }
  .rte ol li {
    margin-bottom: 1em; }

.rte ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style-type: disc !important;
  margin-left: 1.5em; }
  .rte ul li {
    margin-bottom: 1em; }

/* DEFAULT */
:root {
  --ho-button-height: 3.438rem;
  --ho-button-color-highlight: #EE1133;
  --ho-button-color-white: var(--color-invert);
  --ho-button-color-black: var(--color);
  --ho-button-color-focus: #001AFF; }

.colors-are-inverted {
  --ho-button-color-white: var(--color);
  --ho-button-color-black: var(--color-invert); }

.ho-button {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-size: 1.188rem;
  line-height: 1.1;
  height: var(--ho-button-height);
  background: transparent;
  color: var(--ho-button-color-black); }
  @media (max-width: 762px) {
    .ho-button {
      font-size: 0.938rem; } }
  .ho-button .ho-button-label {
    white-space: nowrap; }
  .ho-button:first-of-type {
    margin-left: 0; }
  .ho-button:last-of-type {
    margin-right: 0; }
  .ho-button.no-link .ho-button-label {
    text-decoration: none !important; }

.ho-button-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1em; }
  .ho-button-group ul {
    display: flex;
    column-gap: 1em; }

@media (max-width: 762px) {
  .ho-button-group-m100 {
    flex-direction: column; } }

.ho-button.is-primary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-black);
  background: transparent;
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-primary .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-primary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-black); }
    .ho-button.is-primary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-primary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-primary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-secondary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-white);
  background: transparent;
  color: var(--ho-button-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-secondary .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-secondary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-black);
    background: var(--ho-button-color-white); }
    .ho-button.is-secondary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-secondary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-secondary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-tertiary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-black);
  background: var(--ho-button-color-black);
  color: var(--ho-button-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-tertiary .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-tertiary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-highlight);
    border-color: var(--ho-button-color-highlight); }
    .ho-button.is-tertiary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-tertiary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-tertiary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-quaternary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-white);
  background: var(--ho-button-color-white);
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-quaternary .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-quaternary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-black);
    background: var(--ho-button-color-white);
    border-color: var(--ho-button-color-white); }
    .ho-button.is-quaternary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-quaternary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-quaternary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-quinary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-highlight);
  background: var(--ho-button-color-highlight);
  color: var(--ho-button-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-quinary .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-quinary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-black);
    border-color: var(--ho-button-color-black); }
    .ho-button.is-quinary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-quinary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-quinary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-senary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-highlight);
  background: var(--ho-button-color-highlight);
  color: var(--ho-button-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-senary .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-senary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-black);
    border-color: var(--ho-button-color-black); }
    .ho-button.is-senary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-senary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-senary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-link {
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  height: unset; }
  .ho-button.is-link .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-link:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
    text-decoration: none; }
  .ho-button.is-link:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-link:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-text .ho-button-label {
  display: inline-block;
  text-decoration: none;
  padding: 0 calc(var(--ho-button-height)*calc(24/42));
  background-size: 0 1px; }
  .ho-button.is-text .ho-button-label .ho-button-label {
    background-image: linear-gradient(var(--ho-button-color-highlight), var(--ho-button-color-highlight));
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }

.ho-button.is-text:hover:not(:disabled) .ho-button-label {
  background-size: 100% 1px; }

.ho-button.is-text:active:not(:disabled) {
  outline: 1px solid blue;
  outline-offset: 2px;
  border-radius: calc(var(--ho-button-height)*calc(20/42)); }

.ho-button.is-link {
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  height: unset; }
  .ho-button.is-link .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-link:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
    text-decoration: none; }
  .ho-button.is-link:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-link:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-link.invert {
  color: var(--ho-button-color-white); }

.button-invert .ho-button.is-link {
  color: var(--ho-button-color-white); }

.ho-button.is-primary.invert {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-white);
  background: transparent;
  color: var(--ho-button-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-primary.invert .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-primary.invert:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-black);
    background: var(--ho-button-color-white); }
    .ho-button.is-primary.invert:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-primary.invert:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-primary.invert:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.button-invert .ho-button.is-primary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-white);
  background: transparent;
  color: var(--ho-button-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .button-invert .ho-button.is-primary .ho-button-label {
    text-decoration: underline; }
  .button-invert .ho-button.is-primary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-black);
    background: var(--ho-button-color-white); }
    .button-invert .ho-button.is-primary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .button-invert .ho-button.is-primary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .button-invert .ho-button.is-primary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-secondary.invert {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-black);
  background: transparent;
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-secondary.invert .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-secondary.invert:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-black); }
    .ho-button.is-secondary.invert:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-secondary.invert:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-secondary.invert:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.button-invert .ho-button.is-secondary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-black);
  background: transparent;
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .button-invert .ho-button.is-secondary .ho-button-label {
    text-decoration: underline; }
  .button-invert .ho-button.is-secondary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-black); }
    .button-invert .ho-button.is-secondary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .button-invert .ho-button.is-secondary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .button-invert .ho-button.is-secondary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-tertiary.invert {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-white);
  background: var(--ho-button-color-white);
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-tertiary.invert .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-tertiary.invert:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-black);
    background: var(--ho-button-color-white);
    border-color: var(--ho-button-color-white); }
    .ho-button.is-tertiary.invert:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-tertiary.invert:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-tertiary.invert:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.button-invert .ho-button.is-tertiary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-white);
  background: var(--ho-button-color-white);
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .button-invert .ho-button.is-tertiary .ho-button-label {
    text-decoration: underline; }
  .button-invert .ho-button.is-tertiary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-black);
    background: var(--ho-button-color-white);
    border-color: var(--ho-button-color-white); }
    .button-invert .ho-button.is-tertiary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .button-invert .ho-button.is-tertiary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .button-invert .ho-button.is-tertiary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-quaternary.invert {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-black);
  background: var(--ho-button-color-black);
  color: var(--ho-button-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .ho-button.is-quaternary.invert .ho-button-label {
    text-decoration: underline; }
  .ho-button.is-quaternary.invert:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-highlight);
    border-color: var(--ho-button-color-highlight); }
    .ho-button.is-quaternary.invert:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .ho-button.is-quaternary.invert:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-button.is-quaternary.invert:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.button-invert .ho-button.is-quaternary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-black);
  background: var(--ho-button-color-black);
  color: var(--ho-button-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .button-invert .ho-button.is-quaternary .ho-button-label {
    text-decoration: underline; }
  .button-invert .ho-button.is-quaternary:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-highlight);
    border-color: var(--ho-button-color-highlight); }
    .button-invert .ho-button.is-quaternary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .button-invert .ho-button.is-quaternary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .button-invert .ho-button.is-quaternary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-button.is-quinary.invert:hover:not(:disabled):not(.button-no-hover) {
  color: var(--ho-button-color-black);
  background: var(--ho-button-color-white);
  border-color: var(--ho-button-color-white); }

.button-invert .ho-button.is-quinary:hover:not(:disabled):not(.button-no-hover) {
  color: var(--ho-button-color-black);
  background: var(--ho-button-color-white);
  border-color: var(--ho-button-color-white); }

.ho-button.is-maxvo {
  flex-direction: column; }
  .ho-button.is-maxvo .ho-button-label {
    text-decoration: none;
    padding-bottom: .6em; }
  .ho-button.is-maxvo .icon {
    font-size: calc(var(--ho-button-height) * 0.6); }

.ho-button.is-small {
  --ho-button-height: 2.313rem;
  font-size: 1.063rem;
  padding: 0 calc(var(--ho-button-height)*calc(15/42)); }

.ho-button.is-large {
  --ho-button-height: 4.313rem;
  padding: 0 calc(var(--ho-button-height)*calc(21/42));
  font-size: 1.5rem; }
  .ho-button.is-large .ho-button-icon {
    font-size: 1.2em; }

.ho-button.is-special-slightly-bigger-icon {
  transform: translateX(4px);
  margin-right: 30px; }
  .ho-button.is-special-slightly-bigger-icon .ho-button-icon {
    transform: scale(1.5); }

.ho-button.is-special-menu {
  width: 70px;
  padding: 0 calc(var(--ho-button-height)*calc(15/42)); }
  .ho-button.is-special-menu .ho-button-icon {
    transform: scale(2); }
  @media (max-width: 762px) {
    .ho-button.is-special-menu .ho-button-icon {
      transform: scale(3); } }
  @media (max-width: 400px) {
    .ho-button.is-special-menu {
      width: 50px;
      height: 44px; }
      .ho-button.is-special-menu .ho-button-icon {
        transform: scale(2); } }

.ho-button.is-special-menu-accessibility {
  border-radius: 40px !important;
  padding: 0 calc(var(--ho-button-height)*calc(16/42)) !important;
  padding-right: calc(var(--ho-button-height)*calc(16/42)) !important; }
  .ho-button.is-special-menu-accessibility .ho-button-icon {
    color: white;
    border-radius: 100%;
    transform: scale(2); }
  .ho-button.is-special-menu-accessibility .ho-button-label {
    padding-left: 5px;
    font-weight: normal;
    text-decoration: none; }
  @media (max-width: 1022px) {
    .ho-button.is-special-menu-accessibility {
      width: 70px;
      border-radius: 6px  !important;
      padding: 0 calc(var(--ho-button-height)*calc(15/42)) !important; }
      .ho-button.is-special-menu-accessibility .ho-button-icon {
        transform: scale(2.5); }
      .ho-button.is-special-menu-accessibility .ho-button-label {
        display: none; } }
  @media (max-width: 400px) {
    .ho-button.is-special-menu-accessibility {
      width: 50px;
      height: 44px; }
      .ho-button.is-special-menu-accessibility .ho-button-icon {
        transform: scale(2); } }

.button-invert .ho-button.is-special-menu-accessibility .ho-button-icon {
  color: black; }

.ho-button.has-icon-left .ho-button-label {
  margin-left: 15px; }

.ho-button.has-icon-left:not(.is-link) {
  padding-left: calc(var(--ho-button-height)*calc(20/42)); }

.ho-button.has-icon-right {
  flex-direction: row-reverse; }
  .ho-button.has-icon-right .ho-button-label {
    margin-right: 15px; }

.ho-button.has-icon, .ho-button.is-icon {
  border-radius: 100% !important;
  padding: 0 !important;
  width: calc(var(--ho-button-height)) !important;
  height: calc(var(--ho-button-height)) !important;
  aspect-ratio: 1 !important; }
  .ho-button.has-icon .ho-button-label, .ho-button.is-icon .ho-button-label {
    display: none; }
  .ho-button.has-icon .ho-button-icon, .ho-button.is-icon .ho-button-icon {
    font-size: calc(var(--ho-button-height) * 0.4);
    line-height: 1; }

.ho-button.has-outgoing-link-icon-left .ho-button-icon {
  display: none; }

.ho-button:not([href^="https://www.die-neue-sammlung.de/"]).has-outgoing-link-icon-left {
  padding-left: calc(var(--ho-button-height)*calc(21/42)); }
  .ho-button:not([href^="https://www.die-neue-sammlung.de/"]).has-outgoing-link-icon-left .ho-button-icon {
    position: relative;
    margin-right: 15px; }
  .ho-button:not([href^="https://www.die-neue-sammlung.de/"]).has-outgoing-link-icon-left .ho-button-icon {
    display: block; }

.ho-button.icon-with-text-outside-left {
  border-color: transparent !important;
  background: transparent !important;
  margin: 0;
  padding: 0; }
  .ho-button.icon-with-text-outside-left .ho-button-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 100%;
    width: var(--ho-button-height);
    height: var(--ho-button-height);
    margin-right: calc(var(--ho-button-height)*calc(15/42)); }
  .ho-button.icon-with-text-outside-left .ho-button-label {
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 700; }
  .ho-button.icon-with-text-outside-left.is-primary {
    background: transparent !important;
    border: 1px solid var(--ho-button-color-black); }
    .ho-button.icon-with-text-outside-left.is-primary:hover .ho-button-icon {
      color: var(--ho-button-color-white);
      background: var(--ho-button-color-black); }
    .ho-button.icon-with-text-outside-left.is-primary:hover .ho-button-label {
      color: var(--ho-button-color-black); }
  .ho-button.icon-with-text-outside-left.is-secondary {
    background: transparent !important; }
    .ho-button.icon-with-text-outside-left.is-secondary .ho-button-icon {
      border: 1px solid var(--ho-button-color-white); }
    .ho-button.icon-with-text-outside-left.is-secondary:hover .ho-button-icon {
      color: var(--ho-button-color-black);
      background: var(--ho-button-color-white); }
  .ho-button.icon-with-text-outside-left.is-tertiary {
    background: transparent !important; }
    .ho-button.icon-with-text-outside-left.is-tertiary .ho-button-icon {
      border: 1px solid var(--ho-button-color-black);
      background: var(--ho-button-color-black); }
    .ho-button.icon-with-text-outside-left.is-tertiary:hover .ho-button-icon {
      border-color: var(--ho-button-color-highlight);
      background: var(--ho-button-color-highlight); }
  .ho-button.icon-with-text-outside-left.is-quaternary {
    background: transparent !important; }
    .ho-button.icon-with-text-outside-left.is-quaternary .ho-button-icon {
      border: 1px solid var(--ho-button-color-white);
      background: var(--ho-button-color-white); }
    .ho-button.icon-with-text-outside-left.is-quaternary:hover .ho-button-icon {
      color: var(--ho-button-color-black);
      background: var(--ho-button-color-white); }
  .ho-button.icon-with-text-outside-left.is-quinary {
    background: transparent !important; }
    .ho-button.icon-with-text-outside-left.is-quinary .ho-button-icon {
      border: 1px solid var(--ho-button-color-highlight);
      background: var(--ho-button-color-highlight); }
    .ho-button.icon-with-text-outside-left.is-quinary:hover .ho-button-icon {
      border-color: var(--ho-button-color-black);
      background: var(--ho-button-color-black); }
  .ho-button.icon-with-text-outside-left.is-senary {
    background: transparent !important; }
    .ho-button.icon-with-text-outside-left.is-senary .ho-button-icon {
      border: 1px solid var(--color-bg-light-grey);
      background: var(--color-bg-light-grey);
      color: var(--ho-button-color-black); }
    .ho-button.icon-with-text-outside-left.is-senary .ho-button-label {
      color: var(--ho-button-color-black); }
    .ho-button.icon-with-text-outside-left.is-senary:hover .ho-button-icon {
      border: 1px solid var(--ho-button-color-black);
      background: var(--ho-button-color-black);
      color: var(--color-bg-light-grey); }
    .ho-button.icon-with-text-outside-left.is-senary.invert .ho-button-icon {
      border: 1px solid var(--ho-button-color-black-highlight);
      background: var(--ho-button-color-black);
      color: var(--color-bg-light-grey); }
    .ho-button.icon-with-text-outside-left.is-senary.invert:hover .ho-button-icon {
      border: 1px solid var(--color-bg-light-grey);
      background: var(--color-bg-light-grey);
      color: var(--ho-button-color-black); }

.button-invert .ho-button.icon-with-text-outside-left.is-senary {
  background: transparent !important; }
  .button-invert .ho-button.icon-with-text-outside-left.is-senary .ho-button-icon {
    border: 1px solid var(--color-bg-light-grey);
    background: var(--color-bg-light-grey);
    color: var(--ho-button-color-black); }
  .button-invert .ho-button.icon-with-text-outside-left.is-senary .ho-button-label {
    color: var(--color-bg-light-grey); }
  .button-invert .ho-button.icon-with-text-outside-left.is-senary:hover .ho-button-icon {
    border: 1px solid var(--ho-button-color-highlight);
    background: var(--ho-button-color-highlight);
    color: var(--color-bg-light-grey); }
  .button-invert .ho-button.icon-with-text-outside-left.is-senary.invert .ho-button-icon {
    border: 1px solid var(--ho-button-color-highlight);
    background: var(--ho-button-color-highlight);
    color: var(--color-bg-light-grey); }
  .button-invert .ho-button.icon-with-text-outside-left.is-senary.invert:hover .ho-button-icon {
    border: 1px solid var(--color-bg-light-grey);
    background: var(--color-bg-light-grey);
    color: var(--ho-button-color-black); }

.ho-button.icon-with-text-outside-right {
  border-color: transparent !important;
  background: transparent !important;
  margin: 0;
  padding: 0;
  flex-direction: row-reverse; }
  .ho-button.icon-with-text-outside-right .ho-button-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 100%;
    width: var(--ho-button-height);
    height: var(--ho-button-height);
    margin-left: calc(var(--ho-button-height)*calc(15/42)); }
  .ho-button.icon-with-text-outside-right .ho-button-label {
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 700; }
  .ho-button.icon-with-text-outside-right.is-primary {
    background: transparent !important;
    border: 1px solid var(--ho-button-color-black); }
    .ho-button.icon-with-text-outside-right.is-primary:hover .ho-button-icon {
      color: var(--ho-button-color-white);
      background: var(--ho-button-color-black); }
    .ho-button.icon-with-text-outside-right.is-primary:hover .ho-button-label {
      color: var(--ho-button-color-black); }
  .ho-button.icon-with-text-outside-right.is-secondary {
    background: transparent !important; }
    .ho-button.icon-with-text-outside-right.is-secondary .ho-button-icon {
      border: 1px solid var(--ho-button-color-white); }
    .ho-button.icon-with-text-outside-right.is-secondary:hover .ho-button-icon {
      color: var(--ho-button-color-black);
      background: var(--ho-button-color-white); }
  .ho-button.icon-with-text-outside-right.is-tertiary {
    background: transparent !important; }
    .ho-button.icon-with-text-outside-right.is-tertiary .ho-button-icon {
      border: 1px solid var(--ho-button-color-black);
      background: var(--ho-button-color-black); }
    .ho-button.icon-with-text-outside-right.is-tertiary:hover .ho-button-icon {
      border-color: var(--ho-button-color-highlight);
      background: var(--ho-button-color-highlight); }
  .ho-button.icon-with-text-outside-right.is-quaternary {
    background: transparent !important; }
    .ho-button.icon-with-text-outside-right.is-quaternary .ho-button-icon {
      border: 1px solid var(--ho-button-color-white);
      background: var(--ho-button-color-white); }
    .ho-button.icon-with-text-outside-right.is-quaternary:hover .ho-button-icon {
      color: var(--ho-button-color-black);
      background: var(--ho-button-color-white); }
  .ho-button.icon-with-text-outside-right.is-quinary {
    background: transparent !important; }
    .ho-button.icon-with-text-outside-right.is-quinary .ho-button-icon {
      border: 1px solid var(--ho-button-color-highlight);
      background: var(--ho-button-color-highlight); }
    .ho-button.icon-with-text-outside-right.is-quinary:hover .ho-button-icon {
      border-color: var(--ho-button-color-black);
      background: var(--ho-button-color-black); }

/* DEFAULT */
:root {
  --ho-tag-height: 55px;
  --ho-tag-color-highlight: #EE1133;
  --ho-tag-color-white: var(--color-invert);
  --ho-tag-color-grey: #eeeeee;
  --ho-tag-color-black: var(--color);
  --ho-tag-color-focus: #001AFF; }

.colors-are-inverted {
  --ho-tag-color-white: var(--color);
  --ho-tag-color-black: var(--color-invert); }

.ho-tag {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  -webkit-appearance: none;
  background: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.1;
  min-height: var(--ho-button-height);
  background: transparent;
  color: var(--ho-button-color-black);
  margin-left: 10px;
  margin-right: 10px; }
  @media (max-width: 762px) {
    .ho-tag {
      font-size: 0.938rem; } }
  .ho-tag .ho-tag-label {
    white-space: nowrap; }
  .ho-tag .ho-tag-icon {
    margin-left: 1em; }
  .ho-tag.no-link .ho-tag-label {
    text-decoration: none !important; }
  .ho-tag:first-of-type {
    margin-left: 0; }
  .ho-tag:last-of-type {
    margin-right: 0; }
  .ho-tag:empty {
    display: none; }
  .ho-tag.has-icon-left {
    padding-left: calc(var(--ho-button-height)*calc(21/42)); }
    .ho-tag.has-icon-left .ho-button-icon {
      position: relative;
      margin-right: 15px; }

.ho-tags {
  display: flex;
  column-gap: 1ch;
  flex-wrap: wrap; }
  .ho-tags .ho-tag {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3px; }

.ho-tag.is-primary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-tag-height)*calc(10/42));
  border: 1px solid var(--ho-tag-color-black);
  background: transparent;
  color: var(--ho-tag-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400; }
  .ho-tag.is-primary.selected {
    color: var(--ho-tag-color-white);
    background: var(--ho-tag-color-highlight);
    border: 1px solid var(--ho-tag-color-highlight); }
  .ho-tag.is-primary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-tag.is-primary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.ho-tag.is-primary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-tag-height)*calc(10/42));
  border: 1px solid var(--ho-tag-color-black);
  background: transparent;
  color: var(--ho-tag-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400; }
  .ho-tag.is-primary.selected {
    color: var(--ho-tag-color-white);
    background: var(--ho-tag-color-highlight);
    border: 1px solid var(--ho-tag-color-highlight); }
  .ho-tag.is-primary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-tag.is-primary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

a.ho-tag.is-primary .ho-tag-label, button.ho-tag.is-primary .ho-tag-label {
  text-decoration: underline; }

a.ho-tag.is-primary:hover:not(:disabled):not(.button-no-hover), button.ho-tag.is-primary:hover:not(:disabled):not(.button-no-hover) {
  color: var(--ho-tag-color-white);
  background: var(--ho-tag-color-black); }
  a.ho-tag.is-primary:hover:not(:disabled):not(.button-no-hover) .ho-button-label, button.ho-tag.is-primary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
    text-decoration: none; }

.ho-tag.is-secondary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-tag-height)*calc(10/42));
  border: 1px solid var(--ho-tag-color-white);
  color: var(--ho-tag-color-black);
  background: var(--ho-tag-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400; }
  .ho-tag.is-secondary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-tag.is-secondary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }
  .ho-tag.is-secondary.selected {
    color: var(--ho-tag-color-white);
    background: var(--ho-tag-color-highlight);
    border: 1px solid var(--ho-tag-color-highlight); }

a.ho-tag.is-secondary .ho-tag-label, button.ho-tag.is-secondary .ho-tag-label {
  text-decoration: underline; }

a.ho-tag.is-secondary:hover:not(:disabled):not(.button-no-hover), button.ho-tag.is-secondary:hover:not(:disabled):not(.button-no-hover) {
  color: var(--ho-tag-color-white);
  background: var(--ho-tag-color-black); }
  a.ho-tag.is-secondary:hover:not(:disabled):not(.button-no-hover) .ho-button-label, button.ho-tag.is-secondary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
    text-decoration: none; }

.ho-tag.is-tertiary {
  border-radius: 6px;
  padding: 0 calc(var(--ho-tag-height)*calc(10/42));
  border: 1px solid var(--ho-tag-color-grey);
  color: var(--ho-tag-color-black);
  background: var(--ho-tag-color-grey);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400; }
  .ho-tag.is-tertiary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-tag.is-tertiary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }
  .ho-tag.is-tertiary.selected {
    color: var(--ho-tag-color-white);
    background: var(--ho-tag-color-highlight);
    border: 1px solid var(--ho-tag-color-highlight); }

a.ho-tag.is-tertiary .ho-tag-label, button.ho-tag.is-tertiary .ho-tag-label {
  text-decoration: underline; }

a.ho-tag.is-tertiary:hover:not(:disabled):not(.button-no-hover), button.ho-tag.is-tertiary:hover:not(:disabled):not(.button-no-hover) {
  color: var(--ho-tag-color-white);
  background: var(--ho-tag-color-black); }
  a.ho-tag.is-tertiary:hover:not(:disabled):not(.button-no-hover) .ho-button-label, button.ho-tag.is-tertiary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
    text-decoration: none; }

.ho-tag.is-quintiary {
  --ho-tag-color-black: white;
  --ho-tag-color-white: black;
  border-radius: 6px;
  padding: 0 calc(var(--ho-tag-height)*calc(10/42));
  border: 1px solid var(--ho-tag-color-white);
  color: var(--ho-tag-color-black);
  background: var(--ho-tag-color-white);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400; }
  .ho-tag.is-quintiary:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .ho-tag.is-quintiary:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }
  .ho-tag.is-quintiary.selected {
    color: var(--ho-tag-color-white);
    background: var(--ho-tag-color-highlight);
    border: 1px solid var(--ho-tag-color-highlight); }

a.ho-tag.is-quintiary .ho-tag-label, button.ho-tag.is-quintiary .ho-tag-label {
  text-decoration: underline; }

a.ho-tag.is-quintiary:hover:not(:disabled):not(.button-no-hover), button.ho-tag.is-quintiary:hover:not(:disabled):not(.button-no-hover) {
  color: var(--ho-tag-color-white);
  background: var(--ho-tag-color-black); }
  a.ho-tag.is-quintiary:hover:not(:disabled):not(.button-no-hover) .ho-button-label, button.ho-tag.is-quintiary:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
    text-decoration: none; }

/*

  border: 1px solid var(--ho-tag-color-black);
  color: var(--ho-tag-color-white);
  background: var(--ho-tag-color-black);

  .ho-button-label {
	text-decoration: none;
  }
}


@mixin ho-tag-is-secondary
{
  border-radius: 6px;
  padding: 0 calc(var(--ho-tag-height)*calc(10/42));
  border: 1px solid var(--ho-tag-color-white);

  color: var(--ho-tag-color-black);
  background: var(--ho-tag-color-white);
*/
.ho-tag.is-small {
  --ho-button-height: 2.313rem;
  font-size: 1.188rem;
  padding: 0 calc(var(--ho-button-height)*calc(15/42)); }

.stylebook-label {
  margin-top: 50px;
  padding-bottom: 20px;
  font-family: monospace;
  text-align: right;
  width: 100%;
  border-top: 1px solid black;
  color: black; }

.stylebook-color {
  width: 60px;
  height: 60px;
  background: grey;
  border: 1px solid grey;
  border-radius: 100%; }

:root {
  --form-error: #af0120;
  --form-border: #949494;
  --form-bg: #FFF; }

.blocks-content {
  /* fixes safari placeholder not centerd bug*/ }
  .blocks-content form {
    text-align: left;
    display: block; }
  .blocks-content label:has(+ select),
  .blocks-content label:has(+ textarea),
  .blocks-content label:has(+ input[type="text"]),
  .blocks-content label:has(+ input[type="number"]),
  .blocks-content label:has(+ input[type="email"]),
  .blocks-content label:has(+ input[type="url"]),
  .blocks-content label:has(+ input[type="tel"]),
  .blocks-content label:has(+ .ais-SearchBox),
  .blocks-content label:has(+ input[type="search"]) {
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.188rem;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    padding: 0.5em 0 0.5em .8em !important;
    display: block; }
    @media (max-width: 762px) {
      .blocks-content label:has(+ select),
      .blocks-content label:has(+ textarea),
      .blocks-content label:has(+ input[type="text"]),
      .blocks-content label:has(+ input[type="number"]),
      .blocks-content label:has(+ input[type="email"]),
      .blocks-content label:has(+ input[type="url"]),
      .blocks-content label:has(+ input[type="tel"]),
      .blocks-content label:has(+ .ais-SearchBox),
      .blocks-content label:has(+ input[type="search"]) {
        line-height: 100%;
        font-size: 1.188rem; } }
  .blocks-content .forminator-error-message,
  .blocks-content .forminator-description {
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.188rem;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    padding: 0.8em 0 0.5em .8em;
    display: block;
    color: var(--color-fg-text-medium-grey); }
  .blocks-content .forminator-error-message {
    color: var(--color-form-error); }
  .blocks-content select,
  .blocks-content textarea,
  .blocks-content input[type="text"],
  .blocks-content input[type="number"],
  .blocks-content input[type="email"],
  .blocks-content input[type="url"],
  .blocks-content input[type="tel"],
  .blocks-content input[type="search"],
  .blocks-content input.forminator-input {
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.688rem;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    background-image: linear-gradient(transparent, transparent);
    border-radius: 0;
    background-color: transparent;
    border: solid 1px var(--form-border);
    background-color: var(--form-bg);
    border-radius: 3px;
    padding: 0.4em !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right 1.2em center; }
    .blocks-content select:focus,
    .blocks-content textarea:focus,
    .blocks-content input[type="text"]:focus,
    .blocks-content input[type="number"]:focus,
    .blocks-content input[type="email"]:focus,
    .blocks-content input[type="url"]:focus,
    .blocks-content input[type="tel"]:focus,
    .blocks-content input[type="search"]:focus,
    .blocks-content input.forminator-input:focus {
      --form-bg: #FFF;
      --form-border: #000; }
  .blocks-content h4.forminator-label,
  .blocks-content span.forminator-label {
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.375rem;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    padding-bottom: 1em !important;
    padding-top: .5em !important;
    display: block; }
    @media (max-width: 762px) {
      .blocks-content h4.forminator-label,
      .blocks-content span.forminator-label {
        line-height: 100%;
        font-size: 1.375rem; } }
  .blocks-content input[type="file"] {
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.188rem;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none; }
    @media (max-width: 762px) {
      .blocks-content input[type="file"] {
        line-height: 100%;
        font-size: 1.188rem; } }
  .blocks-content .forminator-file-upload input[type="file"]::file-selector-button {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: none;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 700;
    font-size: 1.188rem;
    line-height: 1.1;
    height: var(--ho-button-height);
    background: transparent;
    color: var(--ho-button-color-black);
    border-radius: calc(var(--ho-button-height)*calc(20/42));
    padding: 0 calc(var(--ho-button-height)*calc(24/42));
    background: var(--ho-button-color-highlight);
    color: var(--ho-button-color-white); }
    @media (max-width: 762px) {
      .blocks-content .forminator-file-upload input[type="file"]::file-selector-button {
        font-size: 0.938rem; } }
    .blocks-content .forminator-file-upload input[type="file"]::file-selector-button .ho-button-label {
      white-space: nowrap; }
    .blocks-content .forminator-file-upload input[type="file"]::file-selector-button:first-of-type {
      margin-left: 0; }
    .blocks-content .forminator-file-upload input[type="file"]::file-selector-button:last-of-type {
      margin-right: 0; }
  .blocks-content select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("/assets/form/dropdown.svg");
    line-height: 1.2; }
  .blocks-content input::-webkit-input-placeholder {
    line-height: normal !important; }

select.select-button-select {
  width: auto;
  padding-right: 3em !important;
  position: relative;
  display: inline-flex;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-size: 1.188rem;
  line-height: 1.1;
  height: var(--ho-button-height);
  background: transparent;
  color: var(--ho-button-color-black);
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-black);
  background: transparent;
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 100%;
  font-size: 1.688rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-indent: 0px;
  text-transform: none;
  text-decoration: none;
  max-width: 100%;
  font-weight: normal;
  border: solid 1px var(--form-border);
  background-color: var(--form-border-bg);
  background-repeat: no-repeat !important;
  background-position: right 1.2em center !important;
  background-image: url("/assets/form/dropdown.svg") !important; }
  @media (max-width: 762px) {
    select.select-button-select {
      font-size: 0.938rem; } }
  select.select-button-select .ho-button-label {
    white-space: nowrap; }
  select.select-button-select:first-of-type {
    margin-left: 0; }
  select.select-button-select:last-of-type {
    margin-right: 0; }
  select.select-button-select .ho-button-label {
    text-decoration: underline; }
  select.select-button-select:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-black); }
    select.select-button-select:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  select.select-button-select:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  select.select-button-select:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.forminator-checkbox {
  display: block;
  padding-bottom: .8em; }

.forminator-radio {
  display: block;
  padding-bottom: 1.2em; }

.forminator-answer,
.forminator-radio-label,
.forminator-checkbox-label {
  cursor: pointer; }

.forminator-checkbox-label {
  line-height: 1.5em; }

input[type="radio"],
input[type="checkbox"] {
  display: none; }

.forminator-answer--status,
.forminator-radio-bullet,
.forminator-checkbox-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 2em;
  padding-top: 0;
  cursor: pointer;
  line-height: 1.5; }
  @media (max-width: 762px) {
    .forminator-answer--status,
    .forminator-radio-bullet,
    .forminator-checkbox-box {
      line-height: 2;
      padding-bottom: 0; } }
  .forminator-answer--status:before,
  .forminator-radio-bullet:before,
  .forminator-checkbox-box:before {
    content: '';
    position: absolute;
    display: block;
    height: .8em;
    width: .8em;
    left: 0;
    font-size: 1.5em;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    margin-right: 1em;
    background-position: center;
    background-repeat: no-repeat;
    transition: background 0.2s; }

input[type="checkbox"]:checked + .forminator-checkbox-box:before {
  background-image: url("/assets/form/check.svg");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center; }

input[type="checkbox"]:disabled + .forminator-checkbox-box:before {
  opacity: .7; }

input[type="radio"] + .forminator-answer--status:before,
input[type="radio"] + .forminator-radio-bullet:before {
  height: 21px;
  width: 21px;
  border-radius: 25px;
  top: -.2em; }

input[type="radio"]:checked + .forminator-answer--status:before,
input[type="radio"]:checked + .forminator-radio-bullet:before {
  background-color: white;
  background-image: url("/assets/form/radio.svg");
  background-position: 4px 4px;
  border-width: 2px;
  height: 21px;
  width: 21px;
  top: -.2em;
  left: 0px; }

input[type="checkbox"]:focus + label {
  outline: -webkit-focus-ring-color auto 5px; }

.snackbar {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 9933333; }
  @media (max-width: 764px) {
    .snackbar {
      width: calc(100% - 40px);
      top: 10vh; } }
  .snackbar .snacks {
    z-index: 99;
    min-width: 200px;
    max-width: 500px;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid black;
    background-color: #ffffff;
    margin-bottom: .5em;
    cursor: pointer;
    animation: slide-up 0.4s ease;
    width: 100%;
    position: relative;
    padding-right: 60px; }
    @media (max-width: 764px) {
      .snackbar .snacks {
        width: 100%;
        max-width: 100%; } }
    .snackbar .snacks > span.icon-close {
      position: absolute;
      right: 10px;
      font-size: 36px;
      line-height: .7;
      top: 50%;
      transform: translate(0, -50%); }

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.loading:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("/assets/icons/buttonloading-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100px; }

.loading.loading-invert:after {
  background-image: url("/assets/icons/buttonloading.svg"); }

.loading.loading-span {
  display: inline-block;
  height: 1em;
  width: 10ch; }
  .loading.loading-span:after {
    background-image: url("/assets/icons/buttonloading.svg");
    height: 100%;
    background-size: 50px; }

.loading.loading-inline {
  width: 100%;
  height: 100px;
  margin: 20px 0;
  position: relative; }

[inline-template] {
  width: 100%;
  display: block; }
  [inline-template] > * {
    visibility: hidden; }

nav.pagination {
  width: 100%;
  text-align: center; }
  nav.pagination ul {
    list-style: none !important; }
    nav.pagination ul li {
      display: inline-block; }
      nav.pagination ul li a {
        text-decoration: none; }

.forminator-pagination-steps {
  width: 100%;
  text-align: center;
  margin-bottom: 2em; }
  .forminator-pagination-steps button.forminator-step {
    display: inline-block;
    border: none !important;
    text-decoration: underline; }
  .forminator-pagination-steps .forminator-break {
    display: none; }

.forminator-input-with-icon {
  display: flex; }
  .forminator-input-with-icon label {
    margin-right: 26px; }
  .forminator-input-with-icon .forminator-icon-calendar {
    width: 2em; }

.ui-datepicker {
  background-color: white !important;
  color: black !important;
  padding: .5em;
  border: 1px solid var(--form-border); }
  .ui-datepicker th, .ui-datepicker td {
    padding: .1em; }
    .ui-datepicker th a, .ui-datepicker td a {
      text-decoration: none;
      color: inherit;
      border: 1px solid var(--form-border);
      padding: .6em;
      text-align: center; }
      .ui-datepicker th a:hover, .ui-datepicker td a:hover {
        border-color: var(--highlight-color); }
  .ui-datepicker .ui-datepicker-header {
    text-align: center; }
  .ui-datepicker .ui-datepicker-prev {
    float: left; }
  .ui-datepicker .ui-datepicker-next {
    float: right; }

.forminator-response-message.forminator-loading.forminator-show {
  content: '';
  display: block;
  position: absolute;
  background-image: url("/assets/icons/buttonloading-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100px; }

.forminator-response-message.forminator-error {
  display: none; }

.forminator-response-message.forminator-show.forminator-error,
.forminator-response-message.forminator-show.forminator-success {
  padding: 20px 0;
  display: block !important; }

.forminator-response-message.forminator-show.forminator-success ~ * {
  display: none !important; }

.forminator-quiz--result,
.forminator-question--result,
.forminator-error-message,
.forminator-description {
  padding: 0.5em 0;
  display: block; }

.forminator-quiz--description,
.forminator-legend,
.forminator-quiz--summary p {
  padding-bottom: 2em; }

.forminator-has_error textarea,
.forminator-has_error input[type="text"],
.forminator-has_error input[type="number"],
.forminator-has_error input[type="email"],
.forminator-has_error input[type="tel"] {
  background-image: url("/assets/form/error.svg") !important;
  border-color: var(--form-error); }

.forminator-step,
.forminator-button {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-size: 1.188rem;
  line-height: 1.1;
  height: var(--ho-button-height);
  background: transparent;
  color: var(--ho-button-color-black); }
  @media (max-width: 762px) {
    .forminator-step,
    .forminator-button {
      font-size: 0.938rem; } }
  .forminator-step .ho-button-label,
  .forminator-button .ho-button-label {
    white-space: nowrap; }
  .forminator-step:first-of-type,
  .forminator-button:first-of-type {
    margin-left: 0; }
  .forminator-step:last-of-type,
  .forminator-button:last-of-type {
    margin-right: 0; }

.forminator-button {
  border-radius: 6px;
  padding: 0 calc(var(--ho-button-height)*calc(25/42));
  border: 1px solid var(--ho-button-color-black);
  background: transparent;
  color: var(--ho-button-color-black);
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700; }
  .forminator-button .ho-button-label {
    text-decoration: underline; }
  .forminator-button:hover:not(:disabled):not(.button-no-hover) {
    color: var(--ho-button-color-white);
    background: var(--ho-button-color-black); }
    .forminator-button:hover:not(:disabled):not(.button-no-hover) .ho-button-label {
      text-decoration: none; }
  .forminator-button:active:not(:disabled) {
    transform: scale(0.9);
    opacity: 0.8; }
  .forminator-button:focus:not(:disabled) {
    outline: 1px solid var(--ho-button-color-focus);
    outline-offset: 3px; }

.forminator-step {
  padding-left: 2em;
  padding-right: 2em; }

.forminator-pagination-footer {
  display: flex;
  padding-top: var(--spacing-third);
  padding-bottom: var(--spacing-minimal); }

.forminator-title {
  color: var(--highlight-color); }

.forminator-subtitle {
  padding-top: var(--spacing-minimal); }

body:not(.wp-admin) img {
  width: 100%;
  height: auto; }

#toolbarDiv {
  bottom: 5%;
  left: 0;
  z-index: 2222;
  width: 100%;
  right: 0;
  text-align: center; }
  #toolbarDiv.fullpage {
    display: block !important;
    position: fixed !important; }

.color-split-colourless span,
.color-split-farblos span {
  background: linear-gradient(45deg, transparent calc(50% - 1px), white 50%, transparent calc(50% + 1px)) !important;
  border: 1px solid white !important; }

.color-split-multicoloured span,
.color-split-mehrfarbig span {
  background: linear-gradient(45deg, red 20%, blue 50%, lime 75%) !important;
  border: 1px solid white !important; }

#root {
  padding: 40px 40px; }

.story-head {
  margin-bottom: 40px; }

.audio-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  padding: 19px 0; }
  .audio-player audio {
    position: absolute;
    height: 0;
    left: -100vw; }
  .audio-player-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center; }
  .audio-player-timer-start {
    margin: 0; }
  .audio-player-timer-end {
    margin: 0; }
  .audio-player-btns {
    position: relative;
    display: flex;
    justify-content: center;
    margin-right: 20px; }
    .audio-player-btns-pause {
      display: none !important; }
    .audio-player-btns.playing .audio-player-btns-play {
      display: none !important; }
    .audio-player-btns.playing .audio-player-btns-pause {
      display: flex !important; }
  .audio-player .audio-player-timer-spacer {
    margin-left: 5px;
    margin-right: 5px; }
  .audio-player-top {
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 1023px) {
      .audio-player-top {
        flex-direction: row;
        text-align: left; } }

.lazy-media-inline {
  position: relative; }
  .lazy-media-inline .height-container {
    position: relative;
    background: transparent;
    transform-origin: center center;
    overflow: hidden; }
    .lazy-media-inline .height-container .height-container-contents {
      position: absolute;
      width: 100%;
      height: 100%; }
    @media (max-width: 1022px) {
      .lazy-media-inline .height-container.height-container-mobile {
        padding-bottom: var(--padding-bottom-mobile) !important; } }
  .lazy-media-inline.lazy-background-fill {
    height: 100%; }
    .lazy-media-inline.lazy-background-fill .height-container {
      padding-bottom: unset !important;
      height: 100%; }

.lazy-media-placeholder-height-container {
  background: rgba(0, 0, 0, 0.1);
  width: 100%; }

figcaption {
  margin: 0; }
  figcaption .figcaption-wrapper {
    white-space: normal; }
  figcaption.lazy-info-on-grid {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px 10px; }
  figcaption.image_copyright_only:before {
    display: none; }
  figcaption .lazy-media-image-label {
    position: relative;
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 150%;
    font-size: 1.063rem;
    letter-spacing: -0.02em;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    margin-top: var(--spacing-minimal); }
    @media (max-width: 762px) {
      figcaption .lazy-media-image-label {
        line-height: 150%;
        font-size: 0.938rem; } }
    @media (max-width: 762px) {
      figcaption .lazy-media-image-label {
        margin-top: var(--spacing-minimal); } }
    figcaption .lazy-media-image-label p {
      font-size: inherit; }
  figcaption .lazy-media-image-description {
    position: relative;
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    color: inherit;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 150%;
    font-size: 1.063rem;
    letter-spacing: -0.02em;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    color: var(--color-bg-medium-grey);
    margin-top: var(--spacing-minimal); }
    @media (max-width: 762px) {
      figcaption .lazy-media-image-description {
        line-height: 150%;
        font-size: 0.938rem; } }
    @media (max-width: 762px) {
      figcaption .lazy-media-image-description {
        margin-top: var(--spacing-minimal); } }
  figcaption .lazy-media-image-label + .lazy-media-image-description {
    margin-top: 0; }
  figcaption .lazy-media-copyright-static-info {
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 400;
    padding-top: 1em;
    opacity: .6;
    font-size: 12px; }
    figcaption .lazy-media-copyright-static-info a {
      color: var(--color); }

body:not(.wp-admin) figcaption:empty {
  margin: 0 !important;
  display: none; }

.lazy-media-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0; }

.lazy-media-preview::before {
  content: '';
  position: absolute; }

.bodymovin-inline-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.bodymovin-inline canvas {
  position: relative;
  width: 100%;
  height: 100%; }

.bodymovin-inline-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: var(--bodymovin-height); }

.author-view {
  text-decoration: none;
  color: var(--background-color); }

footer {
  position: relative; }
  footer .footer-main ul {
    display: flex;
    flex-wrap: wrap; }
  footer .footer-main li {
    display: flex;
    margin-right: 30px; }
    footer .footer-main li a {
      color: black;
      padding: 0;
      margin: 0;
      white-space: pre-wrap;
      font-family: Atkinson Hyperlegible;
      font-weight: Bold;
      line-height: 110%;
      font-size: 1.188rem;
      letter-spacing: 0;
      margin-bottom: 0px;
      text-indent: 0px;
      text-transform: none;
      text-decoration: underline; }
  footer .socialbuttons {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  @media (max-width: 762px) {
    footer .footer-main ul,
    footer .socialbuttons,
    footer .row {
      justify-content: center;
      text-align: center; } }
  footer .ho-button {
    margin-left: 20px; }

header {
  padding-top: var(--spacing-third);
  z-index: 1;
  position: relative; }
  header .header-logo {
    position: absolute; }
  header .header-logo-wrapper {
    position: relative; }
    header .header-logo-wrapper img {
      padding-right: calc(var(--gutter-width)); }

.header-menu-wrapper {
  padding-bottom: var(--spacing-third); }
  @media (max-width: 762px) {
    .header-menu-wrapper {
      height: 79px; } }
  @media (max-width: 762px) {
    .header-menu-wrapper .header-menu-content {
      position: fixed; } }

.site-navigation, .site-navigation-accessibility {
  padding-top: var(--spacing-third);
  padding-bottom: var(--spacing-third); }

.sign-language {
  display: none; }

.site-navigation {
  position: fixed;
  user-select: none;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
  width: 50vw;
  height: 100svh;
  top: 0;
  display: flex;
  flex-direction: column;
  background: var(--color-bg-darkest-grey); }
  @media (max-width: 1022px) {
    .site-navigation {
      width: 100%; } }
  .site-navigation .ho-button.is-link {
    color: white; }
  .site-navigation ul li a, .site-navigation div {
    color: white; }
  .site-navigation .current_page_item a {
    color: var(--color-highlight); }
  .site-navigation-open {
    visibility: visible;
    opacity: 1;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .site-navigation-head {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .site-navigation-head > .container-fluid {
      flex-direction: row !important; }
    .site-navigation-head-left {
      display: flex;
      flex-grow: 1; }
    .site-navigation-head-right {
      display: flex;
      justify-self: flex-end; }
      .site-navigation-head-right .is-search {
        margin-right: 20px;
        font-size: 2.063rem; }
    .site-navigation-head-center {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center; }
  .site-navigation-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1; }
    .site-navigation-center .wp-block-ho-pattern {
      width: 100%; }
  .site-navigation-footer {
    display: flex; }
    .site-navigation-footer > .container-fluid {
      flex-direction: row !important; }
    .site-navigation-footer nav {
      display: flex;
      width: 50%; }
  .site-navigation .container-fluid {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .site-navigation nav.nav-main {
    width: 100%;
    padding-bottom: var(--spacing-sixth); }
    .site-navigation nav.nav-main ul li {
      position: relative; }
      .site-navigation nav.nav-main ul li a {
        margin-bottom: .7em;
        font-size: 3.125rem;
        line-height: 1.15; }
  .site-navigation .site-navigation-subinfo {
    font-size: 1.188rem;
    line-height: 2; }
  .site-navigation nav.nav-footer-2 a, .site-navigation nav.nav-footer-2 span,
  .site-navigation nav.nav-footer-1 a,
  .site-navigation nav.nav-footer-1 span {
    text-decoration: none;
    line-height: 1.8;
    font-size: 1.375rem; }
  @media (max-width: 762px) {
    .site-navigation nav.nav-footer-2 {
      justify-content: flex-end; } }
  .site-navigation nav.nav-meta {
    margin-top: 80px;
    white-space: nowrap;
    line-height: 1; }
    .site-navigation nav.nav-meta li {
      display: inline; }
    .site-navigation nav.nav-meta a {
      font-size: 1rem;
      margin-top: 5px;
      margin-bottom: 5px;
      margin: 0 1em; }

.site-navigation-accessibility {
  position: fixed;
  user-select: none;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
  width: 50vw;
  height: 100svh;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  background: var(--color-bg-darkest-grey); }
  @media (max-width: 1022px) {
    .site-navigation-accessibility {
      width: 100%; } }
  .site-navigation-accessibility .ho-button.is-link {
    color: white; }
  .site-navigation-accessibility ul li a, .site-navigation-accessibility div {
    color: white; }
  .site-navigation-accessibility .current_page_item a {
    color: var(--color-highlight); }
  .site-navigation-accessibility-open {
    visibility: visible;
    opacity: 1; }
  .site-navigation-accessibility-head {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .site-navigation-accessibility-head > .container-fluid {
      flex-direction: row !important; }
    .site-navigation-accessibility-head-left {
      display: flex;
      flex-grow: 1; }
    .site-navigation-accessibility-head-right {
      display: flex;
      justify-self: flex-end; }
      .site-navigation-accessibility-head-right .is-search {
        margin-right: 20px; }
    .site-navigation-accessibility-head-center {
      display: flex;
      align-items: center;
      justify-content: center;
      background: red; }
  .site-navigation-accessibility-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1; }
  .site-navigation-accessibility .container-fluid {
    display: flex;
    flex-direction: column;
    width: 100%; }

.modal-backdrop {
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  user-select: none;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden; }
  .modal-backdrop.open {
    opacity: 1;
    visibility: visible; }
  .modal-backdrop .modal {
    position: relative;
    background-color: white;
    border-radius: 3px;
    display: flex;
    min-width: 320px;
    max-width: 520px;
    width: 90vw;
    user-select: none; }
    .modal-backdrop .modal.fullWidth {
      max-width: 964px; }
    .modal-backdrop .modal .modal-close {
      position: absolute;
      cursor: pointer;
      display: block;
      right: 10px;
      top: 0;
      width: 16px;
      height: 15px;
      padding: 20px 30px 30px 20px; }
      .modal-backdrop .modal .modal-close img {
        width: 16px;
        height: 15px; }
    .modal-backdrop .modal .icon-close {
      position: absolute;
      font-size: 50px;
      right: 10px;
      top: 10px; }
      @media (max-width: 762px) {
        .modal-backdrop .modal .icon-close {
          font-size: 40px;
          right: 5px;
          top: 5px; } }
    .modal-backdrop .modal a.button {
      justify-content: center;
      margin-top: var(--spacing-sixth);
      width: 100%;
      max-width: none; }

.modal > div {
  position: relative;
  padding: 52px var(--spacing-half) 42px;
  width: 100%; }
  @media (max-width: 762px) {
    .modal > div {
      padding: 25px 40px; } }

@media (max-width: 762px) {
  .modal.fullWidth > div {
    padding: 25px 20px; } }

.modal-fade-enter,
.modal-fade-leave-active {
  opacity: 0; }

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .3s; }

.lazy-media {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .lazy-media.lazy-background-fill {
    background: red; }
  .lazy-media .external-content-youtube-info {
    background: var(--color-bg-darkest-grey);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .lazy-media .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%; }
    .lazy-media .image-wrapper img {
      position: relative;
      width: 100%; }
    .lazy-media .image-wrapper .image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      top: 0;
      width: 100%;
      height: 100%; }
    .lazy-media .image-wrapper .autoplay-video {
      object-fit: cover; }
    .lazy-media .image-wrapper .lazy-media-darken-layer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--color-bg-darkest-grey);
      opacity: 0;
      pointer-events: none; }
  .lazy-media .lazy-media-annotation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: background 1.3s cubic-bezier(0.19, 1, 0.22, 1); }
    .lazy-media .lazy-media-annotation-wrapper .lazy-media-annotation {
      position: absolute;
      display: block;
      cursor: pointer !important;
      width: 64px;
      height: 64px;
      margin-top: -32px;
      margin-left: -32px;
      padding: 19px;
      background-color: rgba(255, 255, 255, 0.35);
      border-radius: 100%; }
      .lazy-media .lazy-media-annotation-wrapper .lazy-media-annotation:hover .lazy-media-annotation-inner {
        transform: scale(1.25); }
      .lazy-media .lazy-media-annotation-wrapper .lazy-media-annotation-inner {
        position: relative;
        border-radius: 100%;
        width: 26px;
        height: 26px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
        background-color: var(--wp--preset--color--highlight);
        transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .lazy-media.settings-annotation .lazy-media-annotation-wrapper {
    background: rgba(65, 154, 249, 0.4);
    cursor: crosshair; }
  .lazy-media.settings-annotation .lazy-media-zoom-btn {
    display: none !important; }
  .lazy-media.zoom {
    cursor: zoom-in; }
    .lazy-media.zoom .lazy-media-zoom-btn {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      width: 26px;
      height: 26px;
      background: white;
      color: black;
      right: 8px;
      bottom: 8px;
      border-radius: 100%;
      opacity: .6;
      transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .lazy-media.zoom .lazy-media-zoom-btn:before {
        position: relative;
        left: 1px; }
    .lazy-media.zoom:hover .lazy-media-zoom-btn {
      opacity: 1; }
  .lazy-media.zoomed .lazy-media-zoom-btn {
    opacity: 0 !important; }
  .lazy-media .external-content-darken-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color);
    opacity: 0;
    pointer-events: none; }
  .lazy-media .external-content-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .lazy-media .autoplay-video-toggle-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3; }
  .lazy-media .external-content-play-btn {
    position: relative; }
  .lazy-media .external-content-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--color);
    visibility: hidden;
    opacity: 0;
    display: none; }
  .lazy-media video, .lazy-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.height-container {
  position: relative;
  width: 100%; }

figure {
  margin: 0 !important; }

.has-scroll-smooth iframe {
  pointer-events: none; }

.lazy-media-annotations {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; }

.lazy-media-annotations-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2); }
  .lazy-media-annotations-modal-content {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 483px;
    max-width: 80vw;
    padding: 8px 9px 26px 30px;
    border-radius: 2px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.24);
    background-color: #fff; }
  .lazy-media-annotations-modal-inner {
    position: relative;
    margin: 22px 60px 0 0; }
  .lazy-media-annotations-modal-close {
    position: absolute;
    top: 10px;
    right: 10px; }

.lazy-media-zoom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: none;
  cursor: zoom-out; }
  .lazy-media-zoom-content {
    position: absolute;
    overflow: hidden; }
    .lazy-media-zoom-content * {
      pointer-events: none; }
    .lazy-media-zoom-content img {
      position: relative;
      width: 100%; }
    .lazy-media-zoom-content button {
      display: none !important; }
    .lazy-media-zoom-content .image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      top: 0;
      width: 100%;
      height: 100%; }

.content-reveal {
  height: 0;
  overflow: hidden;
  display: none; }

.teaser-lane-with-buttons {
  position: relative; }
  .teaser-lane-with-buttons .teaser-lane-with-buttons-prev,
  .teaser-lane-with-buttons .teaser-lane-with-buttons-next {
    z-index: 1002;
    display: inline-block;
    transition: opacity .2s; }
    .teaser-lane-with-buttons .teaser-lane-with-buttons-prev.invisible,
    .teaser-lane-with-buttons .teaser-lane-with-buttons-next.invisible {
      opacity: 0; }
  .teaser-lane-with-buttons .teaser-lane-with-buttons-buttons {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%; }
  .teaser-lane-with-buttons .teaser-lane-with-buttons-prev {
    transform: rotate(180deg);
    left: -30px; }
  .teaser-lane-with-buttons .teaser-lane-with-buttons-next {
    right: -30px; }

.cookie-layer .cookie-checkboxes {
  padding: 22px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 762px) {
    .cookie-layer .cookie-checkboxes .cookie-checkboxes_inner label {
      display: block; } }
  @media (min-width: 763px) {
    .cookie-layer .cookie-checkboxes .cookie-checkboxes_inner {
      display: flex;
      justify-content: space-between;
      max-width: 600px; } }

.cookie-layer #consent-info {
  height: 0;
  overflow: hidden;
  clear: both; }

.cookie-layer .toggle-closed {
  transform: rotate(45deg); }

.cookie-layer .form-scroll-area {
  max-height: 60vh;
  overflow: auto;
  margin-bottom: var(--spacing-sixth);
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 762px) {
    .cookie-layer .form-scroll-area {
      max-height: 80vh; } }

.cookie-layer .ho-button {
  margin-bottom: var(--spacing-sixth); }

.cookie-layer label {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400; }

cookie-layer[inline-template] {
  display: none; }

.dialog-language ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.dialog-language li {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block; }
  .dialog-language li a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-size: 0 2px; }
    .dialog-language li a:hover {
      text-decoration: none;
      background-size: 100% 2px; }
  .dialog-language li.button-active .button-label {
    text-decoration: none;
    background-size: 100% 2px; }
  .dialog-language li a, .dialog-language li .button-label {
    background-position: left bottom !important; }
  .dialog-language li a {
    width: 100%;
    font-size: 17px; }

.dialog-language .wpml-ls-last-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px var(--color-light-grey); }

.dialog-language .wpml-ls-current-language {
  position: relative; }
  .dialog-language .wpml-ls-current-language:before {
    position: absolute;
    font-size: 24px;
    left: -32px;
    top: 4px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91b"; }

.grid-helper {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2; }
  .grid-helper .wrapper {
    max-width: 100%; }
  .grid-helper * {
    height: 100%; }
  .grid-helper .grid-helper-cell {
    background-color: #f94a00; }

@media (max-width: 762px) {
  .lane-mobile {
    display: flex;
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    margin: 0 auto;
    scroll-padding-left: var(--grid-side-margin);
    padding-right: var(--grid-side-margin);
    margin-right: calc(var(--gutter-width) * -.5);
    list-style: none;
    align-items: center; }
    .lane-mobile > * {
      flex: 0 0 auto;
      scroll-snap-align: start;
      margin-left: 0; } }

.wp-block-ho-anchor .anchor-nav-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-left: 0;
  padding-left: 0; }
  @media (max-width: 762px) {
    .wp-block-ho-anchor .anchor-nav-list {
      display: block; } }

.wp-block-ho-anchor .anchor-nav-list-item {
  margin-right: 60px; }
  @media (max-width: 762px) {
    .wp-block-ho-anchor .anchor-nav-list-item {
      display: block;
      margin-right: 0; } }

.wp-block-ho-anchor .ho-button .ho-button-icon {
  border-width: 2px;
  height: 32px;
  width: 32px;
  margin-right: 10px; }

.wp-block-ho-anchor .ho-button .ho-button-label {
  text-decoration: none !important; }

.block-accordion-item .block-accordion-item-head {
  flex-direction: row-reverse; }
  .block-accordion-item .block-accordion-item-head .button-icon {
    position: relative;
    background: transparent;
    color: black;
    font-size: 22px;
    width: 22px; }
  .block-accordion-item .block-accordion-item-head .button-label {
    margin-left: 0;
    margin-right: 40px; }

.block-accordion-item .block-accordion-item-content {
  margin-left: 0; }
  .block-accordion-item .block-accordion-item-content .wrapper {
    width: 100%;
    max-width: calc(100% - 60px);
    padding-top: 0;
    padding-bottom: var(--spacing-half); }
  .block-accordion-item .block-accordion-item-content .copy {
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 170%;
    font-size: 1.688rem;
    letter-spacing: 0em;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    white-space: initial !important; }
    @media (max-width: 762px) {
      .block-accordion-item .block-accordion-item-content .copy {
        line-height: 160%;
        font-size: 1.313rem; } }

.wp-block-ho-accordion.is-black {
  background: var(--color-bg-darkest-grey);
  color: white !important; }
  .wp-block-ho-accordion.is-black .block-accordion-item-head {
    padding: var(--spacing-sixth) 0; }
  .wp-block-ho-accordion.is-black .block-accordion-item {
    border-bottom: solid 1px white !important; }
  .wp-block-ho-accordion.is-black .block-accordion-item .block-accordion-item-head .button-icon {
    color: white; }
  .wp-block-ho-accordion.is-black .button-label {
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 180%;
    font-size: 1.375rem;
    letter-spacing: 0em;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    font-weight: normal; }
    @media (max-width: 762px) {
      .wp-block-ho-accordion.is-black .button-label {
        line-height: 150%;
        font-size: 1.188rem; } }
  .wp-block-ho-accordion.is-black .copy {
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    font-family: Atkinson Hyperlegible;
    font-weight: 400;
    line-height: 180%;
    font-size: 1.375rem;
    letter-spacing: 0em;
    margin-bottom: 0px;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none; }
    @media (max-width: 762px) {
      .wp-block-ho-accordion.is-black .copy {
        line-height: 150%;
        font-size: 1.188rem; } }

.line {
  height: 1px;
  background: #00000036; }

.line-light-grey {
  height: 1px;
  background: #959595; }

@media (max-width: 762px) {
  .pattern-image-right-text-left .pattern-text-wrapper {
    padding-top: 0;
    margin-bottom: var(--spacing-third); } }

@media (max-width: 762px) {
  .pattern-text-mit-statement .pattern-image-wrapper {
    padding-bottom: var(--spacing-half); }
    .pattern-text-mit-statement .pattern-image-wrapper .image-with-egg-shape {
      width: 100% !important; } }

@media (max-width: 762px) {
  .pattern-text-mit-statement .pattern-text-wrapper {
    text-align: center; } }

@media (min-width: 762px) {
  .pattern-two-images-align-bottom {
    display: table !important; } }

@media (min-width: 762px) {
  .pattern-two-images-align-bottom .col {
    width: 50%  !important;
    display: table-cell  !important; } }

.pattern-two-images-align-bottom .col > *, .pattern-two-images-align-bottom .col div, .pattern-two-images-align-bottom .col figure {
  width: 100% !important; }

@media (max-width: 762px) {
  .pattern-two-images-align-bottom .col-xs-12:first-of-type {
    margin-bottom: var(--spacing); } }

.obj-gradient {
  flex-basis: 100% !important;
  max-width: 100% !important; }

.obj-gradient model-viewer {
  background: linear-gradient(171deg, white 0%, #eeeeee 50%, white 100%); }

.wp-block-ho-buttons {
  display: flex;
  flex-wrap: wrap; }
  .wp-block-ho-buttons .wp-block-ho-buttons-item {
    margin-left: 20px;
    margin-right: 20px; }
    .wp-block-ho-buttons .wp-block-ho-buttons-item:first-of-type {
      margin-left: 0; }
    .wp-block-ho-buttons .wp-block-ho-buttons-item:last-of-type {
      margin-right: 0; }

@media (max-width: 762px) {
  .wp-block-ho-buttons {
    display: block; } }

@media (max-width: 762px) {
  .wp-block-ho-buttons .wp-block-ho-buttons-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: var(--spacing-third); } }

@media (max-width: 762px) {
  .wp-block-ho-buttons .wp-block-ho-buttons-item:last-of-type {
    margin-bottom: 0; } }

@media (max-width: 762px) {
  .accessibility-menu .wp-block-ho-buttons-item {
    display: inline-flex; } }

@media (max-width: 762px) {
  .accessibility-menu .wp-block-ho-buttons-item .ho-button-label {
    display: none; } }

.accessibility-menu .audio-player-btns {
  justify-content: flex-start; }

.teaser-exhibition-date-display {
  position: absolute !important;
  top: 25px;
  left: 20px; }

a.teaser {
  color: var(--color);
  text-decoration: none;
  position: relative; }

@media (max-width: 1023px) {
  .teaser-huge {
    flex-wrap: nowrap !important;
    flex-direction: column-reverse !important; } }

.teaser-image-left-text-right {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .teaser-image-left-text-right .teaser-image-left {
    min-width: 31.6%; }
  .teaser-image-left-text-right .teaser-text-right {
    margin-left: calc(var(--gutter-width)*1); }

.teaser-image-left-text-right-small {
  display: flex;
  justify-content: flex-start; }
  @media (min-width: 762px) {
    .teaser-image-left-text-right-small {
      align-items: center; } }
  .teaser-image-left-text-right-small .teaser-image-left {
    min-width: 23.3%; }
    @media (min-width: 762px) {
      .teaser-image-left-text-right-small .teaser-image-left {
        min-width: 15.6%; } }
  .teaser-image-left-text-right-small .teaser-text-right {
    margin-left: calc(var(--gutter-width)*1); }
    @media (min-width: 762px) {
      .teaser-image-left-text-right-small .teaser-text-right {
        max-width: 50%; } }
    .teaser-image-left-text-right-small .teaser-text-right .teaser-copy {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3; }

.teaser-ausstellung .height-container {
  border-radius: 20px; }

.teaser-raum .height-container {
  border-radius: 20px; }
  .teaser-raum .height-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 20px;
    z-index: 1; }

.teaser-text-overlay {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 25px;
  z-index: 2;
  color: var(--color-fg-text-white); }

.teaser-text-overlay-top-right {
  position: absolute;
  top: 20px;
  left: auto;
  right: 30px;
  z-index: 2;
  color: var(--color-fg-text-white); }

body.wp-admin .header-home article, body.home article {
  padding-top: 0; }

body.wp-admin .header-home .header-home .figcaption-wrapper, body.home .header-home .figcaption-wrapper {
  position: relative;
  padding-right: calc(calc(var(--gutter-width) * 1)); }

@media (max-width: 762px) {
  body.wp-admin .header-home .header-home .height-container, body.home .header-home .height-container {
    padding-bottom: 75% !important; } }

body.wp-admin .header-home article, body.home article {
  position: relative;
  z-index: 0; }

body.wp-admin .header-home {
  margin-top: 70px !important; }

article {
  padding-top: 10vw; }
  @media (max-width: 1023px) {
    article {
      padding-top: 20vw; } }
  @media (max-width: 762px) {
    article {
      padding-top: 15vw; } }
  @media (min-width: 1920px) {
    article {
      padding-top: 150px; } }

.single-objekt article, .header-green article,
.single-objekt article, .header-red article,
.single-objekt article, .header-dark article {
  padding-top: 0; }

.header-dark .container-dark,
.header-dark header {
  --color: white;
  color: var(--color);
  background: var(--color-bg-darkest-grey); }

.header-red header {
  background: var(--color-highlight-redish); }

.header-green {
  --ho-button-color-highlight: var(--color-highlight-green); }
  .header-green .container-green,
  .header-green header {
    background: var(--color-highlight-green); }

[data-pattern^="ho/header-"] figcaption,
[data-pattern="ho/grosses-bild"] figcaption {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: var(--grid-side-margin);
  padding-right: var(--grid-side-margin); }
  [data-pattern^="ho/header-"] figcaption .box,
  [data-pattern="ho/grosses-bild"] figcaption .box {
    position: relative; }
  @media (max-width: 764px) {
    [data-pattern^="ho/header-"] figcaption.container-fluid-mobile-zero,
    [data-pattern="ho/grosses-bild"] figcaption.container-fluid-mobile-zero {
      padding-left: 0;
      padding-right: 0; } }

[data-pattern^="ho/header-"] .figcaption-wrapper,
[data-pattern="ho/grosses-bild"] .figcaption-wrapper {
  position: relative;
  padding-right: calc(calc(var(--gutter-width) * 1)); }

@media (max-width: 1022px) {
  [data-pattern^="ho/header-startseite"] h1 {
    font-size: 2.375rem; } }

@media (max-width: 762px) {
  [data-pattern^="ho/header-startseite"] h1 {
    font-size: 1.625rem; } }

[data-pattern="ho/header-text-und-bild"] figcaption {
  max-width: unset;
  padding-left: unset;
  padding-right: unset; }

[data-pattern="ho/header-text-und-bild"] .figcaption-wrapper {
  padding-right: unset; }

@media (max-width: 1022px) {
  [data-pattern="ho/header-journal"] .structure-content-color {
    padding-top: 20vw; } }

.wp-block-ho-lane-wrapper {
  position: relative; }

.wp-block-ho-lane-controls[data-slot="buttons-oben"] {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: var(--grid-side-margin);
  padding-right: var(--grid-side-margin);
  margin-bottom: var(--spacing-third); }
  .wp-block-ho-lane-controls[data-slot="buttons-oben"] .wp-block-ho-lane-controls-row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
  .wp-block-ho-lane-controls[data-slot="buttons-oben"] .wp-block-ho-lane-controls-col {
    padding-right: calc(var(--gutter-width));
    display: inline-block; }

.wp-block-ho-lane[data-slot="buttons-oben"] .wp-block-ho-lane-item:last-of-type {
  margin-right: calc(calc(1*var(--grid-item-width))); }

.image-lane .wp-block-ho-lane-controls {
  position: absolute;
  right: calc(var(--grid-side-margin) + var(--gutter-width));
  top: -95px; }
  @media (min-width: 1920px) {
    .image-lane .wp-block-ho-lane-controls {
      right: calc(50vw - calc(1920px *.5) + var(--grid-side-margin) + var(--gutter-width)); } }

.grid-infos-zum-besuch {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .grid-infos-zum-besuch .wp-block-ho-grid-item {
    margin-right: 30px; }

section[data-pattern='ho/journal-themen-filter'] .ho-tag {
  margin-bottom: .4em; }

.exhibition-in-the-past section[data-pattern='ho/akkordeon-mit-kuration-sponsoren-auf-grauem-hintergrund'],
.exhibition-in-the-past section[data-pattern='ho/infos-zum-besuch'] {
  display: none; }

section[data-pattern='ho/uberschrift-mit-text-und-aufklappbarem-text'] > .container-fluid {
  top: auto !important; }

section[data-pattern='ho/sponsoren-logos'] .container-fluid {
  margin-bottom: var(--spacing); }

.single-objektraum article {
  padding-top: 0;
  top: -175px;
  position: relative; }
  @media (max-width: 762px) {
    .single-objektraum article {
      top: 0; }
      .single-objektraum article .objektraum-header .height-container {
        padding-bottom: 100% !important; } }
  @media (max-width: 1022px) {
    .single-objektraum article {
      top: 0; }
      .single-objektraum article .objektraum-header .height-container {
        padding-bottom: 66% !important; } }
  @media (min-width: 1439px) {
    .single-objektraum article .objektraum-header .height-container {
      padding-bottom: 50% !important; } }
  @media (min-width: 1920px) {
    .single-objektraum article .objektraum-header .height-container {
      padding-bottom: 33% !important; } }

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