@charset "UTF-8";
@font-face {
  font-family: "BB Typeface";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("/assets/fonts/205TF-Exposure-[-20].woff") format("woff2");
}
@font-face {
  font-family: "BB Typeface";
  font-weight: 400;
  font-display: swap;
  font-style: italic;
  src: url("/assets/fonts/205TF-Exposure-[-20]Italic.woff") format("woff2");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake {
  1% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  2% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  3% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  4% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  5% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  6% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  7% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  8% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  9% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  1% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  2% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  3% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  4% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  5% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  6% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  7% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  8% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  9% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.dotted-line {
  border: none;
  font-size: 3.4px;
  height: 6.8px;
  overflow: hidden;
  margin-top: -0.9em;
  background: transparent;
  color: transparent;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.dotted-line::before {
  content: "";
  display: block;
  height: 5em;
  border-style: dotted;
  border-color: black;
  border-width: 6.8px;
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='hsl(279, 50%, 53%)' %3E%3Ccircle cx='2' cy='2' r='2'/%3E%3Ccircle cx='18' cy='2' r='2'/%3E%3Ccircle cx='10' cy='2' r='2'/%3E%3Ccircle cx='2' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Ccircle cx='10' cy='18' r='2'/%3E%3Ccircle cx='2' cy='10' r='2'/%3E%3Ccircle cx='18' cy='10' r='2'/%3E%3C/g%3E%3C/svg%3E");
  border-image-slice: 28%;
  border-image-repeat: space;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@supports (-webkit-touch-callout: none) {
  .dotted-line::before {
    border-image-repeat: round;
  }
}

.dotted-line__menu {
  margin-top: 0.55rem;
  margin-bottom: 0.2rem;
}

.dotted-line.dotted-line-2 {
  margin-top: unset;
}

.nuxt-link-exact-active .dotted-line::before {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='hsl(0, 100%, 50%)'%3E%3Ccircle cx='2' cy='2' r='2'/%3E%3Ccircle cx='18' cy='2' r='2'/%3E%3Ccircle cx='10' cy='2' r='2'/%3E%3Ccircle cx='2' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Ccircle cx='10' cy='18' r='2'/%3E%3Ccircle cx='2' cy='10' r='2'/%3E%3Ccircle cx='18' cy='10' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

.section-title:hover .dotted-line:before {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='hsl(0, 100%, 50%)'%3E%3Ccircle cx='2' cy='2' r='2'/%3E%3Ccircle cx='18' cy='2' r='2'/%3E%3Ccircle cx='10' cy='2' r='2'/%3E%3Ccircle cx='2' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Ccircle cx='10' cy='18' r='2'/%3E%3Ccircle cx='2' cy='10' r='2'/%3E%3Ccircle cx='18' cy='10' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

.dotted-line {
  font-size: 4px;
}
@media only screen and (min-width: 420px) {
  .dotted-line {
    font-size: 5px;
  }
}
@media only screen and (min-width: 860px) {
  .dotted-line {
    font-size: 6px;
  }
}
@media only screen and (min-width: 1620px) {
  .dotted-line {
    font-size: 7px;
  }
}

section:first-child .dotted-line {
  display: none;
}

section:last-child .nuxt-link-exact-active .dotted-line {
  display: block;
}

body {
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-weight: normal;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1480px) {
  body {
    font-size: 1.1vw;
  }
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
a {
  color: hsl(279, 50%, 53%);
  font-weight: normal;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  margin: 0;
}

.font-large {
  font-size: clamp(2rem, 2.4vw, 3rem);
  line-height: 1.1;
  margin-block: 1.5rem;
  display: block;
}

a {
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  a.font-large:hover {
    font-style: italic;
  }
}
.section-title {
  margin-bottom: 1.5rem;
}

strong {
  font-weight: normal;
}

@media (hover: hover) and (pointer: fine) {
  .section-title:hover h1,
  .section-title:hover h2 {
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    color: hsl(0, 100%, 50%) !important;
  }
}
p + p,
ul + p {
  padding-top: 0.5rem;
}
@media only screen and (min-width: 420px) {
  p + p,
  ul + p {
    padding-top: 1rem;
  }
}

a {
  text-decoration: none;
}

p a {
  color: hsl(0, 100%, 50%);
}

em {
  font-family: "BB Typeface";
}

.section-title h2:hover {
  -webkit-transition: letter-spacing 300ms ease-in-out;
  transition: letter-spacing 300ms ease-in-out;
}

p a:hover {
  text-decoration: none;
  color: rgba(255, 0, 0, 0.6705882353) !important;
}

ul {
  list-style-position: outside;
  list-style-type: circle;
  margin-left: 0;
}

.section-content ul {
  text-align: left;
}

nav {
  padding: 0 1rem;
}

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

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

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

:root {
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
  height: 100%;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

main {
  width: 100%;
  max-width: 100%;
  min-width: 33.3333333333vw;
  pointer-events: none;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.visually-hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.accordion::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.accordion {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

@-webkit-keyframes change-border-color {
  0% {
    border-bottom-color: transparent;
  }
  100% {
    border-bottom-color: hsl(0, 100%, 50%);
  }
}

@keyframes change-border-color {
  0% {
    border-bottom-color: transparent;
  }
  100% {
    border-bottom-color: hsl(0, 100%, 50%);
  }
}
.section-title:first-of-type {
  border-top: none;
}

.section-content {
  text-align: left;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.subpage-content {
  display: block;
}

.border-bottom {
  width: 100%;
  height: clamp(2px, 0.22vw, 4px);
  background: hsl(0, 100%, 50%);
  margin-bottom: 1px;
}

section:first-of-type .border-bottom {
  margin-top: 0.5rem;
}

@-webkit-keyframes show-border {
  0% {
    border-bottom-color: white;
  }
  100% {
    border-bottom-color: hsl(0, 100%, 50%);
  }
}

@keyframes show-border {
  0% {
    border-bottom-color: white;
  }
  100% {
    border-bottom-color: hsl(0, 100%, 50%);
  }
}
.subpage-title {
  border: none;
  color: hsl(0, 100%, 50%);
}

@-webkit-keyframes open-accordion {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 1000px;
    opacity: 1;
  }
}

@keyframes open-accordion {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 1000px;
    opacity: 1;
  }
}
@-webkit-keyframes close-accordion {
  0% {
    height: 1000px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes close-accordion {
  0% {
    height: 1000px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.closed {
  -webkit-transition: height 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: height 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 821px) {
  .mobile-hidden {
    display: none !important;
  }
}

.website-link-wrapper {
  text-align: center;
}

.location-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: hsl(0, 100%, 50%);
}

.location-button-wrapper button:hover {
  color: rgba(255, 0, 0, 0.6705882353);
}

.work-title {
  color: hsl(0, 100%, 50%);
  cursor: pointer;
}

.work-title:hover {
  color: rgba(255, 0, 0, 0.6705882353);
}

.presse p {
  width: auto;
  padding: 0;
  margin: 0;
}

.presse {
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
}

.auto {
  height: auto;
}

.alert {
  width: 100% !important;
  margin: 0 !important;
  background: #63e946;
  text-align: center;
  width: 100%;
  border: 2px solid #63e946 !important;
  color: hsl(0, 100%, 50%) !important;
  padding: 0.5rem !important;
  line-height: 1.25rem !important;
}

.alert p {
  padding: 0;
}

.alert ul li {
  margin: 0 !important;
  list-style: none !important;
}

.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-bottom-left {
  display: none;
}

p > img {
  height: 1rem;
}

.artist-nr {
  background: white;
  border: hsl(279, 50%, 53%);
  border-width: 2px;
  border-style: solid;
  color: hsl(279, 50%, 53%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  margin-left: 0.3rem;
  padding-top: 0;
}
@media only screen and (min-width: 420px) {
  .artist-nr {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    font-size: 16px;
    padding-top: 1px;
  }
}

.artist-title span:first-of-type,
.artist-title h1 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.artist-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.artist-nr {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.bb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}
@media only screen and (min-width: 821px) {
  .bb-wrapper {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1640px) {
  .bb-wrapper {
    padding-left: 50px;
  }
}

main {
  min-height: 100vh;
}
.transition-main {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

html.is-animating .transition-main {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* Transition from homepage: transform instead of fade */
html.to-route-event .transition-main {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

html.to-route-publikation .transition-main {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

section {
  pointer-events: none;
}

section:last-of-type {
  min-height: 100vh;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 100%;
}
@media only screen and (min-width: 821px) {
  section {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 821px) {
  .default-main-overview section:last-of-type,
  .default-main-content section:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-wrapper {
  width: 100%;
  background: white;
  min-height: 100vh;
  padding-bottom: 40px;
  pointer-events: all;
}
@media only screen and (min-width: 821px) {
  .section-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 0;
  }
}

section.shrinked .column-center {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

.column {
  pointer-events: all;
}

.column-center {
  background: white;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.column-center .main-carousel {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .column-center .main-carousel {
    width: 33.3333333333vw;
  }
}

@media only screen and (max-width: 1200px) {
  .column-center .dotted-line {
    display: none;
  }
}

.column-right {
  background: white;
  width: 100%;
  padding-bottom: 2px;
}
@media only screen and (min-width: 821px) {
  .column-right {
    width: 50vw;
  }
}
@media only screen and (min-width: 1200px) {
  .column-right {
    width: 33.3333333333vw;
  }
}

main.events section {
  width: unset;
}

main.events .column-right {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}
@media only screen and (min-width: 1200px) {
  main.events .column-right {
    -ms-flex-preferred-size: 33.3333333333vw;
        flex-basis: 33.3333333333vw;
    padding-bottom: 2px;
  }
}

.column > * {
  padding-inline: 12px;
}

.main-carousel {
  margin-top: 2rem;
}

.main-carousel figcaption {
  margin-top: 0.25rem;
}

.main-carousel figcaption p {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem);
}

.bottom-spacer {
  background: white;
  height: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.artist-number {
  width: 30px;
  position: absolute;
  top: 20%;
  right: 40%;
}

.kunstler-innen .section-title {
  position: relative;
  width: 100%;
}

.mapboxgl-popup-content p {
  color: hsl(279, 50%, 53%);
}

.event-infos {
  display: grid;
  grid-template-columns: 120px 1fr;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem);
}

.events .section-content p {
  padding-top: 1rem;
}

p.event-infos + p.event-infos {
  padding-top: 0;
}

p.event-infos:first-of-type,
.seats {
  padding-top: 0.5rem;
}

.seats {
  margin-bottom: 0.5rem;
}

.event-title,
.event-title h1 {
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  line-height: 1.1;
  color: hsl(279, 50%, 53%) !important;
}

#programm-content .border-bottom {
  margin-top: 0.5rem;
}

.event-title:hover h2,
.event-title:hover h1,
.event-title:hover time {
  color: #783a9a !important;
}

h2.event-title,
h1.event-title {
  text-transform: none;
  color: hsl(279, 50%, 53%);
  padding: 0;
  margin: 0;
}

h2.event-title a,
h1.event-title a,
.event-date {
  color: hsl(279, 50%, 53%);
}

#programm-content .subpage:first-of-type .event-title {
  margin-top: 1rem;
}

.event-title h1,
.event-title h2 {
  margin-bottom: 1rem;
}

.ohnohonig {
  position: absolute;
  left: -9999px;
}

.registration {
  width: 100%;
}

.registration-header h2 {
  text-align: center;
}

.registration-form {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}

.form-elements-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.form-element:first-of-type {
  width: 66%;
}

.form-element:last-of-type {
  width: 32%;
}

.form-element {
  margin-bottom: 1rem;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem);
}

.form-element label {
  display: block;
  padding: 0 0 0.75rem;
  line-height: 1.25rem;
}

.form-element input,
.form-element textarea {
  -webkit-appearance: none;
  width: 100%;
  border: 2px solid hsl(0, 100%, 50%);
  background: none;
  font: inherit;
  color: hsl(0, 100%, 50%) !important;
  padding: 0.5rem;
  line-height: 1.25rem;
  border-radius: 0;
  padding-right: 0;
  text-align: center;
}

.registration-button {
  width: 100%;
  border: 2px solid hsl(0, 100%, 50%) !important;
  background: hsl(0, 100%, 50%) !important;
  font: inherit;
  color: white !important;
  padding: 0.5rem !important;
  line-height: 1.25rem !important;
  border-radius: 0;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.registration-button:hover {
  border: 2px solid hsl(0, 100%, 50%) !important;
  background: hsl(0, 100%, 50%) !important;
}

.alert {
  width: 22.5rem;
  margin: 1.5rem auto;
  color: red;
}

.alert ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.alert a {
  text-decoration: underline;
}

.form-element > div {
  color: hsl(279, 50%, 53%);
  text-align: left;
  padding-bottom: 0.75rem;
}

.form-element ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 0, 0, 0.6705882353);
  text-align: center;
}

.form-element ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 0, 0, 0.6705882353);
  text-align: center;
}

.form-element :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 0, 0, 0.6705882353);
  text-align: center;
}

.form-element ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 0, 0, 0.6705882353);
  text-align: center;
}

.form-element ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 0, 0, 0.6705882353);
  text-align: center;
}

.additional-event-infos h2,
.additional-event-infos p {
  color: inherit;
}

.event .subpage-content {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-animation-name: openSubpage;
          animation-name: openSubpage;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes openSubpage {
  from {
    max-height: 0;
  }
  to {
    max-height: 800px;
  }
}

@keyframes openSubpage {
  from {
    max-height: 0;
  }
  to {
    max-height: 800px;
  }
}
.events section[data-hightlight=true] h2.event-title a,
.events section[data-hightlight=true] h2.event-title,
.events section[data-hightlight=true] .event-title {
  font-size: clamp(2rem, 2.4vw, 3rem);
  line-height: 1.1;
  margin-block: 1.5rem;
  display: block;
}

.carousel-cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 12px;
}

.carousel-cell .row-2 {
  width: 100%;
}

.carousel-cell .row-2 figure {
  width: 100%;
}

.carousel-cell .row-1 figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-cell img {
  line-height: 0;
  display: block;
}

.carousel-cell .row-1 {
  width: 100%;
}

.carousel-cell .row-1:first-of-type {
  margin-bottom: 24px;
}

.row-1 img {
  aspect-ratio: 3/2;
}

.row-2 img {
  aspect-ratio: 2/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

figure img {
  display: block;
}

figcaption {
  display: block;
}

.grid-container {
  padding: 12px;
}

.grid {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: var(--bg-animation-duration, 64s);
          animation-duration: var(--bg-animation-duration, 64s);
  will-change: transform;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.grid {
  width: 100%;
  --auto-grid-min-size: 20rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media only screen and (min-width: 821px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid-item {
  grid-column: span 1;
  margin-top: 12px;
  width: 100%;
  aspect-ratio: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.grid-item_image {
  width: 100%;
  aspect-ratio: 4/3;
}

.grid-item * {
  min-width: 100%;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.large {
  aspect-ratio: 2/3;
}

.grid-item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
  display: block;
}

.grid-container figure {
  position: relative;
}

.grid-item a {
  cursor: pointer;
}

.grid-container figcaption {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}

.grid-container figcaption p {
  font-size: clamp(2rem, 2.4vw, 3rem);
  line-height: 1;
}

.grid-container figure {
  background: lightgrey;
}

.grid-container figure:hover figcaption {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: white;
  width: 100%;
  height: 100%;
}

.flickity-button svg {
  display: none;
}

.flickity-button {
  background: transparent !important;
  height: 100%;
  width: 50%;
  border-radius: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.hero {
  height: 100%;
  width: 100vw;
  min-height: 60vw;
  overflow: visible;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  --svg-height: 0px; /* Define CSS variable */
}
@media only screen and (min-width: 720px) {
  .hero {
    min-height: 25vw;
  }
}
@media only screen and (min-width: 1080px) {
  .hero {
    min-height: 15vw;
  }
}
@media only screen and (min-width: 1480px) {
  .hero {
    min-height: 15vw;
  }
}
@media only screen and (min-width: 1980px) {
  .hero {
    min-height: 15vw;
  }
}

.hero-svg {
  position: absolute;
  top: 0;
  left: 1.5rem;
  display: block;
  fill: none;
  stroke: hsl(279, 50%, 53%);
  overflow: visible !important;
  height: calc(100% - 3.5rem);
  width: calc(100% - 3rem);
  margin-top: 1rem;
}
@media only screen and (min-width: 720px) {
  .hero-svg {
    height: calc(100% - 3rem);
  }
}
@media only screen and (min-width: 1080px) {
  .hero-svg {
    height: calc(100% - 3rem);
  }
}
@media only screen and (min-width: 1480px) {
  .hero-svg {
    height: calc(100% - 4rem);
  }
}
@media only screen and (min-width: 1980px) {
  .hero-svg {
    height: calc(100% - 4rem);
  }
}

.hero-svg path {
  vector-effect: non-scaling-stroke;
  stroke-width: 4px;
  stroke-width: 5;
  stroke-miterlimit: 10;
  stroke-linejoin: miter;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
@media only screen and (min-width: 420px) {
  .hero-svg path {
    stroke-width: 5px;
  }
}
@media only screen and (min-width: 860px) {
  .hero-svg path {
    stroke-width: 6px;
  }
}
@media only screen and (min-width: 1620px) {
  .hero-svg path {
    stroke-width: 7px;
  }
}

.b-wrapper {
  font-size: clamp(2rem, 2.4vw, 3rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  top: 0;
  z-index: 10000;
}
.b {
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  color: hsl(279, 50%, 53%);
  -webkit-font-smoothing: antialiased;
}
.b-wrapper.b-left {
  left: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: calc(var(--svg-height) / 2.5);
}
.b-wrapper.b-right {
  right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0%;
  top: 60px;
  height: calc(100% - 60px);
}
@media only screen and (min-width: 720px) {
  .b-wrapper.b-right {
    margin-bottom: 0%;
  }
}
@media only screen and (min-width: 1080px) {
  .b-wrapper.b-right {
    margin-bottom: 0%;
  }
}
@media only screen and (min-width: 1480px) {
  .b-wrapper.b-right {
    margin-bottom: 0%;
  }
}
@media only screen and (min-width: 1980px) {
  .b-wrapper.b-right {
    margin-bottom: 0%;
  }
}

.b-wrapper.b-center {
  right: 48%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: unset;
  height: 100%;
  padding-bottom: calc(var(--svg-height) / 4);
}
@media only screen and (min-width: 420px) {
  .b-wrapper.b-center {
    right: 49.5%;
  }
}
@media only screen and (min-width: 550px) {
  .b-wrapper.b-center {
    right: 49.5%;
  }
}
@media only screen and (min-width: 720px) {
  .b-wrapper.b-center {
    right: 48.5%;
  }
}
@media only screen and (min-width: 1080px) {
  .b-wrapper.b-center {
    right: 49%;
  }
}
path {
  stroke-width: 4;
  stroke-dasharray: 0 13;
  stroke-linecap: round;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -10;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -10;
  }
}
.logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1rem;
}

.logos li {
  padding-right: clamp(1rem, 0.2vw, 2rem);
  margin: 0;
}

.logos ul li:last-of-type {
  padding-right: 0;
}

.logos h2 + p {
  padding-top: 0;
}

.logos img {
  -o-object-fit: unset;
     object-fit: unset;
  height: clamp(40px, 3vw, 100px);
}

.logos h2 {
  font-weight: normal;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

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

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff #fff #fff transparent;
  -webkit-animation: ml-form-embedSubmitLoad 1.2s linear infinite;
          animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@-webkit-keyframes ml-form-embedSubmitLoad {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#mlb2-3898744.ml-form-embedContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}

#mlb2-3898744.ml-form-embedContainer button,
#mlb2-3898744.ml-form-embedContainer h4,
#mlb2-3898744.ml-form-embedContainer p,
#mlb2-3898744.ml-form-embedContainer span {
  text-transform: none !important;
  letter-spacing: normal !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper {
  border-width: 0;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper.embedDefault,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper.embedPopup {
  width: 500px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 95ch;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  width: 100%;
}

@media only screen and (min-width: 1480px) {
  #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  }
}
#mlb2-3898744.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-align-center {
  text-align: center;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: undefinedpx;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 20px 20px 0 20px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #000;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #000;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul {
  color: #000;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
  list-style-type: lower-alpha;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
  list-style-type: lower-roman;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000;
  text-decoration: underline;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #000;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0 0 20px 0;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #fff !important;
  color: rgba(255, 0, 0, 0.6705882353);
  border-color: hsl(0, 100%, 50%);
  border-radius: 0 !important;
  border-style: solid !important;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 8px;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100% !important;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: rgba(255, 0, 0, 0.6705882353);
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: rgba(255, 0, 0, 0.6705882353);
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.6705882353);
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: rgba(255, 0, 0, 0.6705882353);
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
  background-color: #fff !important;
  color: rgba(255, 0, 0, 0.6705882353);
  border-color: hsl(0, 100%, 50%) !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  border-color: hsl(0, 100%, 50%) !important;
  background-color: #fff !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -24px;
  overflow: visible;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  border-radius: 4px !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-color: #fff;
  mask-image: url(https://cdn.mailerlite.com/images/default/arrow.svg);
  -webkit-mask-image: url(https://cdn.mailerlite.com/images/default/arrow.svg);
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  mask-image: url(https://cdn.mailerlite.com/images/default/circle.svg);
  -webkit-mask-image: url(https://cdn.mailerlite.com/images/default/circle.svg);
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before {
  border-color: hsl(0, 100%, 50%) !important;
  background-color: hsl(0, 100%, 50%) !important;
  color: #fff !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before {
  top: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before {
  top: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  top: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 3px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: absolute;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 5px !important;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  position: absolute;
  top: 3px !important;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 3px !important;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label {
  color: hsl(0, 100%, 50%);
  font-size: 14px;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 400;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  background-color: #fff !important;
  color: rgba(255, 0, 0, 0.6705882353) !important;
  border-color: hsl(0, 100%, 50%) !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url(https://cdn.mailerlite.com/images/default/dropdown.svg) no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 70%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 30%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-right: 10px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #fff;
  color: rgba(255, 0, 0, 0.6705882353);
  border-color: hsl(0, 100%, 50%);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: initial;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: hsl(0, 100%, 50%) !important;
  border-color: hsl(0, 100%, 50%);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-weight: 400;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px !important;
  width: 100%;
  height: auto;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: hsl(0, 100%, 50%) !important;
  border-color: hsl(0, 100%, 50%) !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -24px;
  overflow: visible;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #000;
  display: block;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #000;
  text-decoration: underline;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #000 !important;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: hsl(0, 100%, 50%) !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif !important;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-weight: 400 !important;
  line-height: 21px !important;
  height: auto;
  padding: 10px 10px;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
  letter-spacing: 0.06rem !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: hsl(0, 100%, 50%) !important;
}

.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url(https://cdn.mailerlite.com/images/default/modal_close.png) no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}

.ml-error input {
  border-color: red !important;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: red !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: red !important;
}

@media only screen and (max-width: 500px) {
  .ml-form-embedWrapper.embedDefault,
  .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0 !important;
    padding-bottom: 10px;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0 !important;
  }
}
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow {
  margin-bottom: 20px;
  text-align: left;
  float: left;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox {
  margin: 0 0 10px 0;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox.last-group {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow h4 {
  font-size: px;
  line-height: px;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox label {
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description {
  color: hsl(0, 100%, 50%);
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 400;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .description {
  color: #000;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0 0 0;
  text-align: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -24px;
  overflow: visible;
}

.newsletter {
  height: 100vh;
}

.newsletter .column-right {
  background: white;
  height: 100vh;
}

.newsletter .bb-success {
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-weight: normal;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-size: 1rem;
  color: hsl(0, 100%, 50%);
  -webkit-transition: opacity 700ms ease-in-out;
  transition: opacity 700ms ease-in-out;
}

.nuxt-link-exact-active + .section-content-wrapper > .newsletter {
  opacity: 1;
}

.newsletter input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: inherit;
  padding: 8px !important;
  border-width: 2px !important;
  border-style: solid;
  border-color: hsl(0, 100%, 50%);
  -o-border-image: initial;
     border-image: initial;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif !important;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
  width: 20rem;
  height: 1.4rem;
  color: hsl(0, 100%, 50%);
  margin-bottom: 1rem;
  text-align: center;
}

.form-control {
  padding: 1px ​5px !important;
}

.newsletter input::-webkit-input-placeholder {
  color: hsl(0, 100%, 50%);
}

.newsletter input::-moz-placeholder {
  color: hsl(0, 100%, 50%);
}

.newsletter input:-ms-input-placeholder {
  color: hsl(0, 100%, 50%);
}

.newsletter input::-ms-input-placeholder {
  color: hsl(0, 100%, 50%);
}

.newsletter input::placeholder {
  color: hsl(0, 100%, 50%);
}

.newsletter .primary {
  height: 1.4rem;
  background-color: hsl(0, 100%, 50%);
}

.newsletter button {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: white;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: default;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0em;
  padding: 5px ​10px !important;
  border-width: 2px;
  border-style: none;
  border-color: hsl(0, 100%, 50%);
  -o-border-image: initial;
     border-image: initial;
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif !important;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem) !important;
  -webkit-appearance: none;
  text-align: center;
}

button:focus,
input:focus {
  outline: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  border-radius: 1px !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0 0 1rem 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 1rem 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 28px 0px 0 0px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  color: hsl(0, 100%, 50%);
}

@media only screen and (max-width: 620px) {
  #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
  #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 28px 0 0 0 !important;
    max-width: 100% !important;
  }
}
.alert p {
  padding-top: 0 !important;
  text-align: center;
  width: 100%;
}

.registration .alert {
  margin-top: 1rem !important;
}

.form-elements-wrapper__full {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.registration-button {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
  letter-spacing: 0.05rem !important;
}

.form-control {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
  letter-spacing: 0.05rem !important;
}

.form-elements-wrapper__full .form-element:not(.form-element__full) {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 0.05rem !important;
}

.form-element.form-element__full {
  width: 100%;
}

.form-elements-wrapper__full .form-element.form-element__small {
  min-width: 100px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-elements-wrapper__full .form-element input,
.form-elements-wrapper__full .form-element textarea {
  text-align: left;
}

.form-elements-wrapper__full input::-webkit-input-placeholder {
  text-align: left;
  opacity: 1;
}

.form-elements-wrapper__full input::-moz-placeholder {
  text-align: left;
  opacity: 1;
}

.form-elements-wrapper__full input:-ms-input-placeholder {
  text-align: left;
  opacity: 1;
}

.form-elements-wrapper__full input::-ms-input-placeholder {
  text-align: left;
  opacity: 1;
}

.form-elements-wrapper__full input::placeholder {
  text-align: left;
  opacity: 1;
}

.registration-button {
  cursor: pointer;
}

.newsletter form button,
.newsletter form input {
  width: 100% !important;
  height: 2.4rem !important;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.ml-form-embedContainer {
  margin-top: 1rem;
}

.registration-button:hover,
button[type=submit]:hover {
  background-color: #e20000 !important;
  border-color: #e20000 !important;
  cursor: pointer;
}

#switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.lang-divider:last-of-type {
  display: none;
}

.lang-divider {
  margin-left: 0.13em;
  margin-right: 0.07em;
}

.btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: hsl(0, 100%, 50%);
  z-index: 200000;
  -webkit-box-shadow: rgba(70, 35, 107, 0.2) 0px 6px 7px -2px, rgba(70, 35, 107, 0.2) 0px 3px 7px -3px;
          box-shadow: rgba(70, 35, 107, 0.2) 0px 6px 7px -2px, rgba(70, 35, 107, 0.2) 0px 3px 7px -3px;
}
@media only screen and (min-width: 1640px) {
  .btn {
    right: 25%;
    height: 50px;
    width: 50px;
  }
}

.btn line,
.btn rect,
.btn g {
  stroke: white !important;
}

.btn svg {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1200px) {
  .btn svg {
    height: 50px;
    width: 50px;
  }
}

.mapboxgl-popup-close-button {
  width: 20px;
  height: 20px;
  color: hsl(279, 50%, 53%);
}

.mapboxgl-popup-content p {
  font-family: "BB Typeface", Georgia, Times, "Times New Roman", serif;
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem);
  line-height: 1;
}

.secondary-location .mapboxgl-popup-content {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
  font-size: 0.7rem;
}

.secondary-location .mapboxgl-popup-tip {
  display: none;
}

.mapboxgl-popup-content {
  text-align: center;
  padding: 8px 8px 12px 8px;
}

#map {
  position: fixed;
  left: 40px;
  height: 100vh;
  z-index: 100;
  top: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  background: #aeccba;
}
@media only screen and (min-width: 821px) {
  #map {
    height: 100vh;
    top: 0%;
  }
}

.closed-map {
  top: 100% !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.open-map {
  top: 0% !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  display: block;
}

#map[data-map-width=small] {
  width: calc((100vw - 40px - 30px) / 3);
  width: 33.3333333333vw;
}

#map[data-menu-active=false] {
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 821px) {
  #map[data-menu-active=false] {
    left: 40px;
    width: calc((100vw - 80px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  #map[data-menu-active=false] {
    width: calc((100vw - 60px) / 1.5);
  }
}

#map[data-menu-active=true] {
  width: 100vw;
  left: 0;
}
@media only screen and (min-width: 420px) {
  #map[data-menu-active=true] {
    left: 50vw;
    width: 50vw;
  }
}
@media only screen and (min-width: 1200px) {
  #map[data-menu-active=true] {
    left: 33.3333333333vw;
    width: 33.3333333333vw;
  }
}

body.karte #map[data-menu-active=false],
body.home #map[data-menu-active=false],
body.karte #map[data-menu-active=true],
body.home #map[data-menu-active=true] {
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 420px) {
  #map {
    width: 100vw !important;
    left: 0 !important;
  }
}
button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.download-link {
  width: 100%;
  padding-bottom: 0.75rem;
  color: hsl(0, 100%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#kunstler-innen .download-link {
  padding-top: 0.75rem;
  padding-bottom: 0;
}

.icon {
  height: 20px;
  width: auto;
}

.download a::after {
  background-image: url("/assets/icons/download.svg");
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
}

.external-link a::after {
  background-image: url("/assets/icons/arrow-right.svg");
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
}

.insta-btn {
  position: absolute;
  top: 42%;
  right: 55%;
  z-index: 1002;
}

.swiper-button-prev,
.swiper-button-next {
  height: 100%;
  top: 0;
  margin-top: 0;
}

.swiper-button-prev {
  width: 25%;
  left: 0;
}

.swiper-button-next {
  width: 75%;
  right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.main-menu__sidebar {
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.062745098);
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.062745098);
  background: white;
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
@media only screen and (min-width: 821px) {
  .main-menu__sidebar {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1882352941);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1882352941);
    width: 40px;
    height: 100vh;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 821px) {
  .main-menu__sidebar.active {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
  }
}
.main-menu {
  font-size: clamp(2rem, 2.4vw, 3rem);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1882352941);
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  overflow: scroll;
  height: 100vh;
  height: 100svh;
  width: 100vw;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media only screen and (min-width: 821px) {
  .main-menu {
    width: 50vw;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu {
    width: 33.33333vw;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.main-menu::-webkit-scrollbar {
  display: none;
}

.main-menu__nav-wrapper {
  min-height: 100vh;
  background: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
}
@media only screen and (min-width: 821px) {
  .main-menu__nav-wrapper {
    padding-bottom: 0;
  }
}

.main-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
}

#main-menu__nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

#main-menu__nav ul {
  display: block;
  position: relative;
  list-style: none;
  width: 100%;
  overflow: hidden;
}

.accordion-content {
  -webkit-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  height: 0;
  overflow: hidden;
}

li.active .accordion-content {
  height: auto;
}

.main-menu__subnav {
  margin-left: 2em;
}

.main-menu__subnav li {
  color: hsl(0, 100%, 50%);
}

.main-menu__nav-item.font-large,
.main-menu__nav-item__sub.font-large {
  margin-block: 0;
  color: hsl(279, 50%, 53%);
}

.main-menu__nav-item__sub {
  display: none;
}
@media only screen and (min-width: 420px) {
  .main-menu__nav-item__sub {
    display: block;
  }
}

.main-menu__nav-elements {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-inline: 12px;
}
@media only screen and (min-width: 821px) {
  .main-menu__nav-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main-menu__nav-item__sub {
  display: none;
}
@media only screen and (min-width: 821px) {
  .main-menu__nav-item__sub {
    display: block;
  }
}

#main-menu__nav li.active a {
  color: hsl(0, 100%, 50%);
}

.main-menu__nav-hero {
  position: relative;
  width: 100%;
  padding-inline: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main-menu__button-bbb {
  color: hsl(279, 50%, 53%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.9;
  cursor: pointer;
  margin: 0;
  margin-top: 0.1em;
}
@media only screen and (min-width: 821px) {
  .main-menu__button-bbb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

a.main-menu__button-bbb:hover {
  font-style: normal;
}

.main-menu__button-burger {
  margin: 26px auto;
  width: 26px;
  height: 16px;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}

.main-menu__button-burger span {
  background-color: hsl(279, 50%, 53%);
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu__button-burger span:first-child {
  top: 0;
}

.main-menu__button-burger span:nth-child(2) {
  top: 4px;
}

.main-menu__button-burger span:nth-child(3) {
  top: 8px;
}

.main-menu__button-burger span:nth-child(4) {
  top: 12px;
}

.main-menu__button-burger span:last-child {
  top: 16px;
}

#map-btn {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: -20px;
  left: 70%;
  z-index: 2000000000;
  cursor: pointer;
}
@media only screen and (min-width: 821px) {
  #map-btn {
    top: 220px;
    left: 15px;
  }
}

#map-btn-hero {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: calc(80% - 25px);
  right: calc(17% - 25px);
  z-index: 2000000000;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width: 821px) {
  #map-btn-hero {
    display: block;
  }
}

#insta-btn {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: calc(72% - 25px);
  right: calc(30% - 25px);
  z-index: 2000000000;
  cursor: pointer;
}

.main-menu.active #map-btn {
  left: unset;
  right: 80px;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 821px) {
  .main-menu.active #map-btn {
    left: 200px;
  }
}

#map-btn img,
#map-btn-hero img,
#insta-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map-btn:not(.map-active) img.btn-map-close,
#map-btn-hero:not(.map-active) img.btn-map-close {
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#map-btn.map-active img.btn-map-close,
#map-btn-hero.map-active img.btn-map-close {
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#map-btn.map-active img.btn-map-open,
#map-btn-hero.map-active img.btn-map-open {
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#map-btn:not(.map-active) img.btn-map-open,
#map-btn-hero:not(.map-active) img.btn-map-open {
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#main-menu__close {
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 1000;
  width: 26px;
  height: 44px;
  cursor: pointer;
  z-index: 10000000000000;
}

#main-menu__close span {
  background-color: hsl(279, 50%, 53%);
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}/*# sourceMappingURL=main.css.map */