@charset "UTF-8";
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, main, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

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

ol, ul {
  list-style: none;
}

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

html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

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

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

@font-face {
  font-family: "Mic 32 New";
  src: url("../assets/fonts/mic32new-rg-italic-webfont.woff2") format("woff2"), url("../assets/fonts/mic32new-rg-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mic 32 New";
  src: url("../assets/fonts/mic32new-rg-webfont.woff2") format("woff2"), url("../assets/fonts/mic32new-rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mic 32 New";
  src: url("../assets/fonts/mic32new-bd-webfont.woff2") format("woff2"), url("../assets/fonts/mic32new-bd-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mic 32 New";
  src: url("../assets/fonts/mic32new-bd-italic-webfont.woff2") format("woff2"), url("../assets/fonts/mic32new-bd-italic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
:root {
  font-family: "Mic 32 New", sans-serif;
  line-height: 1.8;
  --text: #000;
  --bg: #fff;
  --box: #F7F7F7;
  --button: #C6B9AA;
  --languagetext: #fff;
  --languagebg: #000;
  --tab-inactive: #ececec;
}

html {
  background-color: var(--bg);
  color: var(--text);
}

@media (prefers-color-scheme: dark) {
  :root {
    --text: #fff;
    --bg: #000;
    --box: #1A1A1D;
    --button: #2b5b85;
    --languagetext: #000;
    --languagebg: #fff;
    --tab-inactive: #202020;
  }
}
h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.25em;
}

h4 {
  font-size: 22px;
  font-weight: 200;
}
h4:not(:first-child) {
  margin-top: 1rem;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.75rem;
}
.text-images .content small {
  display: block;
  opacity: 0.6;
}

a:not([class]) {
  color: var(--text);
  text-decoration-style: dashed;
}
a:not([class]):focus, a:not([class]):hover {
  text-decoration: none;
}

.wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 88rem;
  position: relative;
}
@media (min-width: 53rem) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

html {
  scroll-behavior: smooth;
}

.page-header {
  display: flex;
  background-color: var(--bg);
  color: var(--text);
  width: 100%;
  padding: 0.75rem 1rem;
  position: sticky;
  justify-content: space-between;
  top: 0;
  z-index: 20;
}
@media (min-width: 1450px) {
  .page-header {
    padding: 0 0.5rem;
  }
}
.page-header__logo {
  width: 10rem;
  display: block;
}
@media (min-width: 1450px) {
  .page-header__logo {
    width: 15rem;
    padding: 0.5rem;
  }
}
.page-header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.page-header__logo svg mask,
.page-header__logo svg g,
.page-header__logo svg path {
  fill: var(--text);
}

#menu-trigger {
  display: none;
}

label[for=menu-trigger] {
  cursor: pointer;
  left: 1rem;
  top: 0.5rem;
}
label[for=menu-trigger] svg {
  display: block;
  stroke: var(--text);
}
@media (min-width: 1450px) {
  label[for=menu-trigger] {
    display: none;
  }
}

#menu-trigger:checked + .menu {
  display: block;
}

.menu {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 1rem 2rem;
  background-color: var(--bg);
  width: 100%;
  transform: translateY(100%);
}
.menu__icons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.menu__language {
  display: flex;
  justify-content: center;
  margin-left: 1rem;
  margin-top: 2rem;
  gap: 0.25rem;
}
.menu__language a {
  font-size: 0.875rem;
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: var(--text);
  text-decoration: none;
}
.menu__language a:focus, .menu__language a:hover {
  background-color: var(--bg);
  color: var(--text);
  text-decoration: none;
  border: 1px solid var();
}
.menu__language li.active a {
  background-color: var(--languagebg);
  color: var(--languagetext);
}
@media (min-width: 1450px) {
  .menu {
    position: static;
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    background-color: transparent;
    transform: none;
  }
  .menu a {
    margin-top: 0;
  }
  .menu__icons {
    margin-bottom: 0;
  }
  .menu__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
    padding: 0;
    height: 100%;
  }
  .menu__nav a {
    padding: 0;
    border: none;
  }
  .menu__language {
    margin-top: 0;
  }
}
@media (min-width: 1520px) {
  .menu {
    font-size: 1.125rem;
  }
}
.menu__nav a {
  background-color: var(--bg);
  color: var(--text);
  text-decoration: none;
  display: block;
  border-bottom: 1px rgba(112, 112, 112, 0.36) solid;
  padding: 1rem 0;
}
.menu__nav a:focus, .menu__nav a:hover {
  text-decoration: underline;
  background-color: var(--bg);
  color: var(--text);
}
@media (min-width: 1450px) {
  .menu__nav a {
    margin-top: 0;
    padding: 0.5rem;
    border: none;
  }
}
.menu .paypal {
  background-color: #C6B9AA;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
  width: 100%;
  margin: 1rem 0;
}
.menu .paypal:hover {
  background-color: #b0a194;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .menu .paypal {
    background-color: #2b5b85;
  }
  .menu .paypal:hover {
    background-color: #477ead;
  }
}
@media (min-width: 1450px) {
  .menu .paypal {
    margin: 0;
  }
}
.menu .paypal img {
  height: 28px;
  width: auto;
}
.menu .social-link a,
.menu .logo-link a {
  padding: 0;
  opacity: 0.5;
}
.menu .social-link svg,
.menu .logo-link svg {
  display: block;
  height: 1.25rem;
  width: auto;
}
.menu .social-link svg path,
.menu .logo-link svg path {
  fill: var(--text);
}
.menu .logo-link svg mask,
.menu .logo-link svg g,
.menu .logo-link svg path {
  fill: var(--text);
}
.menu .social-link a:hover {
  opacity: 1;
}
.menu .logo-link {
  margin-left: auto;
  position: absolute;
  top: -2rem;
  right: 2rem;
}
@media (min-width: 1450px) {
  .menu .logo-link {
    margin-left: 1rem;
    position: static;
  }
}
.menu .logo-link a {
  opacity: 1;
}
.menu .logo-link svg {
  height: 2.25rem;
}

.page-section .wrapper {
  padding-top: 3rem;
  padding-bottom: 7rem;
}
@media (min-width: 53rem) {
  .page-section .wrapper {
    padding-top: 7rem;
  }
}
.page-section:not(:last-of-type) .wrapper {
  border-bottom: 1px rgba(112, 112, 112, 0.36) solid;
}

.page-footer {
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.page-footer .legals a {
  display: inline-block;
}
.page-footer .legals a:not(:last-child) {
  margin-right: 1rem;
}
.page-footer a {
  color: var(--text);
  text-decoration: none;
}
.page-footer a:focus, .page-footer a:hover {
  text-decoration: underline;
}
@media (min-width: 53rem) {
  .page-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

.button {
  display: inline-block;
  background-color: var(--button);
  border: none;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  color: var(--text);
  text-decoration: none;
  font-size: 1rem;
  margin-top: 0.5rem;
}

@media (min-width: 53rem) {
  .columns {
    columns: 2;
    column-gap: 10%;
  }
  .columns li {
    break-inside: avoid;
  }
}

.content {
  margin-top: 2rem;
}
.content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1rem;
}

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

.iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  min-height: 520px;
}
.iframe .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.video {
  position: relative;
  padding-bottom: 56%; /* 16/9 Video */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 16px;
}

table tr:first-of-type {
  font-weight: 600;
  font-size: 16px;
}

table tr:first-of-type td {
  padding: 0.75rem 0;
}

table tr {
  width: 100%;
  text-align: left;
  vertical-align: top;
}

table tr:not(:first-of-type) td {
  padding: 0.75rem 0;
}

table tbody {
  width: 100%;
  display: block;
}

table tr td:first-of-type {
  min-width: 100px;
}

table tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.2);
}
@media (prefers-color-scheme: light) {
  table tbody tr:nth-child(2n) {
    background: #f3f3f3;
  }
}

@media (max-width: 53rem) {
  table tr {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  table tr:nth-of-type(1) {
    display: none;
  }
  table tr td {
    display: block;
    width: 100%;
    line-height: 1.5;
  }
  table tr td:nth-of-type(3) {
    padding-top: 1rem !important;
    display: block;
  }
  table tr td:first-of-type {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
  table tr:not(:first-of-type) td {
    padding: 0;
  }
}
@media (min-width: 53rem) {
  table {
    width: 100%;
    display: block;
    font-size: 18px;
  }
  table tr:first-of-type {
    font-weight: 600;
    font-size: 20px;
  }
  table tr td:first-of-type {
    min-width: 250px;
  }
}
.masthead-link {
  color: #FFF;
  text-decoration: none !important;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
.masthead-link__badge {
  position: relative;
  background-color: #000;
  padding: 0.3em 0.75em 0.25em 1.75em;
  line-height: 1;
  border-radius: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid;
  font-size: 15px;
  color: #FFF;
}
.masthead-link__badge:before {
  position: absolute;
  z-index: 2;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: red;
  animation: 1s ease infinite blink;
}
.masthead-link__content--desktop {
  display: none;
}
@media (min-width: 768px) {
  .masthead-link__content--desktop {
    display: inline-block;
  }
  .masthead-link__content--mobile {
    display: none;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.additional-hint {
  font-size: 18px;
  border: 1px solid;
  padding: 1rem;
  margin: 2rem 0 4rem;
  display: block;
  overflow: hidden;
}

.mobile-live {
  position: absolute;
  right: 4rem;
  top: 0.6rem;
}
@media (min-width: 1450px) {
  .mobile-live {
    display: none;
  }
}

.contest .text-sidebar__inner {
  align-items: center;
}
@media (min-width: 53rem) {
  .contest .text-sidebar__sidebar {
    max-width: 50%;
  }
}

#fan-momente, #ruckblick, #live-cam {
  display: none;
}

.hero img,
.hero svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.hero__image {
  display: block;
  width: 100%;
  height: auto;
}
.hero__image img {
  width: 100%;
  display: block;
}
.hero__headline-image {
  display: block;
  margin: -1.5rem auto 1rem;
  width: 70%;
  height: auto;
}
@media (min-width: 53rem) {
  .hero__headline-image {
    margin-top: -3rem;
    width: 60%;
  }
}
@media (min-width: 66rem) {
  .hero__headline-image {
    width: 40%;
  }
}
.hero__subtitle {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: clamp(1.5rem, 0.8628rem + 3.1858vw, 3.75rem);
}

.quotes figure {
  text-align: center;
  font-size: 1.25rem;
}
@media (min-width: 53rem) {
  .quotes figure {
    max-width: 60%;
    width: max-content;
    text-align: left;
    font-size: 2rem;
    margin: 0 auto;
  }
}
.quotes figcaption {
  margin-top: 0.5em;
  font-size: 1.125rem;
  color: #919191;
}
.quotes blockquote p:before {
  content: open-quote;
}
.quotes blockquote p:after {
  content: close-quote;
}

[data-mode=gallery] .tns-item {
  opacity: 0;
  transition: 0.75s opacity;
}
[data-mode=gallery] .tns-slide-active {
  opacity: 1;
}

.last-journey .title p {
  margin-top: 1rem;
  font-size: 2.25rem;
}
.last-journey .tabcontent {
  padding: 1rem;
}
.last-journey .tabcontent .title {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.2;
}
@media (min-width: 53rem) {
  .last-journey .tabcontent .title {
    margin-top: 0;
  }
}
.last-journey .tabcontent h3 {
  font-size: 1.75rem;
}
.last-journey .tabcontent p {
  font-size: 1rem;
  margin-top: 1rem;
}

.container .content-image {
  margin: 0.5rem 0 0.5rem 0;
}
.container .content-image img {
  width: 100%;
}
.container .slider-container {
  cursor: pointer;
  margin-top: 2rem;
}
@media (min-width: 53rem) {
  .container .slider-container {
    max-width: 50%;
    margin: 3rem 0 0 3rem;
  }
}
@media (min-width: 53rem) {
  .container {
    display: flex;
    margin-right: 2rem;
  }
  .container .content {
    margin: 3rem 0 0 3rem;
  }
}
@media (min-width: 53rem) and (min-width: 53rem) {
  .container .content {
    text-align: left;
  }
}

.tabs {
  overflow: hidden;
  background-color: var(--bg);
  color: var(--text);
  margin: 0.5rem;
}
.tabs .timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0;
}
.tabs .timeline > p {
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 1.125rem;
  font-weight: 700;
}
.timeline .tabs__nav {
  flex-grow: 1;
  margin: 0 1rem;
}
.timeline .tabs__nav a {
  position: relative;
  z-index: 6;
  display: block;
  background-color: #707070;
  height: 1rem;
  width: 1em;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.timeline .tabs__nav a.active {
  background-color: transparent;
}
.timeline .tabs__nav a.active::after {
  content: url(../assets/icons/u-boot.svg);
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media (prefers-color-scheme: light) {
  .timeline .tabs__nav a.active::after {
    content: url(../assets/icons/u-boot-light.svg);
    background-color: #FFF;
  }
}
.timeline .tabs__nav::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background-color: #707070;
  width: 100%;
  z-index: 1;
}
.tabs__nav {
  display: flex;
  gap: 0.5rem;
  position: relative;
}
@media (min-width: 53rem) {
  .tabs__nav {
    gap: 1.5rem;
  }
}

.tabcontent {
  background-color: var(--box);
}

.card {
  margin-top: 3rem;
}
.card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.card__subheading {
  font-size: 1rem;
  color: #A0A0A0;
}
.card img {
  display: block;
  margin: 0.5rem auto 1rem;
  width: 100%;
}

@media (min-width: 1125px) {
  .card-container {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}

.about {
  border-top: 1px rgba(112, 112, 112, 0.36) solid;
  text-align: center;
}
.about img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.about li {
  margin-top: 0.5rem;
}
@media (min-width: 53rem) {
  .about {
    text-align: left;
  }
}

.together {
  text-align: center;
}
.together h3 {
  font-size: 2rem;
  line-height: 1;
}
.together img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.together .tabs .tabs__navigation a,
.together .contact-nav {
  display: block;
  text-decoration: none;
  background-color: var(--tab-inactive);
  color: color-mix(in srgb, var(--text) 50%, transparent);
  padding: 0.5em 1em;
  height: auto;
  width: auto;
  border-radius: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.together .tabs .tabs__navigation a.active,
.together .contact-nav.active {
  color: #FFF;
  background-color: var(--button);
}
.together .tabs__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 53rem) {
  .together .tabs__list {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.together .content-container {
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: var(--box);
  margin-top: 0.5rem;
}
@media (min-width: 53rem) {
  .together .content-container {
    margin-top: 0;
  }
}
@media (min-width: 66rem) {
  .together .content-container {
    flex-direction: row;
  }
}
.together .content-container .contact-content {
  margin: 0.5rem;
}
.together .content-container .contact-content p {
  margin-top: 1rem;
}
.together .content-container .contact-content button {
  margin-top: 1.5rem;
  background-color: var(--button);
  border: none;
  border-radius: 50px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  color: #919191;
  text-decoration: 1.5px underline dotted;
  font-size: 1rem;
}
@media (min-width: 66rem) {
  .together .content-container .contact-content {
    width: 60%;
    margin: 2rem 2rem 4rem 2rem;
  }
}
.together .content-container .contact {
  margin: 3rem 1rem 2rem 1rem;
}
@media (min-width: 66rem) {
  .together .content-container .contact {
    width: 40%;
    margin: 2rem 2rem 4rem 2rem;
  }
}
.together .content-container .tabcontent-together {
  background-color: var(--box);
  width: 100%;
  height: auto;
}
@media (min-width: 53rem) {
  .together {
    text-align: left;
  }
}

.thanks {
  border-top: 1px rgba(112, 112, 112, 0.36) solid;
  text-align: center;
}
@media (min-width: 53rem) {
  .thanks {
    text-align: left;
  }
}

.noteofthanks {
  margin-top: 4rem;
  font-size: 0.75rem;
  opacity: 0.65;
}
@media (min-width: 53rem) {
  .noteofthanks {
    display: flex;
    text-align: left;
    gap: 4rem;
  }
}

.shop .fanshop__list a {
  color: var(--text);
  text-decoration: none;
}
.shop .product-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.shop a:hover .product-title,
.shop a:focus .product-title {
  text-decoration: underline;
}
.shop .button {
  margin-top: 1rem;
}
.shop .product-image {
  display: block;
  margin-bottom: 0.5rem;
}
.shop .product-image img {
  display: block;
  width: 100%;
}

.tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.tns-controls button {
  margin: 1rem 0.5rem;
  border: none;
  background-color: transparent;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin: 1.5rem 0 !important;
  list-style-type: none !important;
}
.social-links .social-link a {
  padding: 0;
  opacity: 0.8;
}
.social-links .social-link a:hover, .social-links .social-link a:focus {
  opacity: 1;
}
.social-links .social-link svg {
  display: block;
  height: 2rem;
  width: auto;
}
.social-links .social-link svg path {
  fill: var(--text);
}

.text-sidebar__content {
  margin-bottom: 3rem;
}
@media (min-width: 53rem) {
  .text-sidebar__inner {
    display: flex;
    gap: 5rem;
  }
  .text-sidebar__content {
    margin-bottom: 0;
    width: 55%;
  }
}

.form {
  max-width: 820px;
  margin: 0 auto;
}
.form h1 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 53rem) {
  .form h1 {
    font-size: 52px;
  }
}
.form h2 {
  font-size: 20px;
  margin: 3rem 0;
  display: block;
}
.form h2 p:first-of-type {
  margin-bottom: 1.5rem;
}
@media (min-width: 53rem) {
  .form h2 {
    font-size: 28px;
  }
}
.form strong, .form em {
  font-weight: 600;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery picture {
  width: 48%;
  margin-bottom: 2%;
}
.gallery picture img {
  width: 100%;
}

.masonry {
  padding: var(--spacer-lg) 0;
}

.masonry-item {
  width: 100%;
  display: block;
  margin-bottom: 2%;
  position: relative;
  text-decoration: none;
  padding: 0.5rem 0.5rem 1rem;
  background: rgba(198, 185, 170, 0.1);
}
@media (min-width: 53rem) {
  .masonry-item {
    width: 48%;
    padding: 2rem;
  }
}
.masonry-item picture, .masonry-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.masonry-item article {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-style: italic;
  margin-top: 1rem;
}
@media (min-width: 53rem) {
  .masonry-item article {
    font-size: 19px;
  }
}
.masonry-item article:first-of-type::before {
  content: "„";
  font-size: 18px;
  line-height: 1;
  padding-right: 0.25rem;
}
@media (min-width: 53rem) {
  .masonry-item article:first-of-type::before {
    font-size: 28px;
  }
}
.masonry-item article:last-of-type::after {
  content: "“";
  font-size: 18px;
  line-height: 1;
  padding-left: 0.25rem;
}
@media (min-width: 53rem) {
  .masonry-item article:last-of-type::after {
    font-size: 28px;
  }
}

@media (prefers-color-scheme: dark) {
  .masonry-item {
    background: rgba(255, 255, 255, 0.1);
  }
}
.masonry-sizer {
  width: 100%;
}
@media (min-width: 53rem) {
  .masonry-sizer {
    width: 48%;
  }
}

.gutter-sizer {
  width: 0;
}
@media (min-width: 53rem) {
  .gutter-sizer {
    width: 2%;
  }
}

.live h1 {
  line-height: 1;
  font-size: 42px;
  margin: 6rem auto 0;
  display: block;
  text-align: left;
}
@media (min-width: 53rem) {
  .live h1 {
    font-size: 72px;
  }
}

.live-article {
  padding: 0 0 4rem 0;
}
.live-article:not(:last-of-type) {
  border-bottom: 1px solid rgba(87, 87, 87, 0.2);
}
.live-article:not(:first-of-type) {
  padding: 4rem 0 4rem 0;
}
.live-article article {
  max-width: 820px;
  margin: 0 auto 4rem;
  display: block;
}
.live-article .button {
  margin-top: 2rem;
  color: #FFF;
}
.live-article .masonry {
  margin-top: 2rem;
}

@media (prefers-color-scheme: dark) {
  .live-article:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.accordion {
  margin: 0 auto;
  padding: var(--spacer-xl) 0;
}

summary {
  padding: 1rem;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid #777777;
}
@media only screen and (min-width: 53rem) {
  summary {
    font-size: 22px;
  }
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  display: none;
  padding-right: 0;
  content: "+ ";
  float: right;
  font-size: 30px;
  font-weight: 100;
  color: var(--button);
  line-height: 0.85;
}
@media only screen and (min-width: 53rem) {
  summary::after {
    font-size: 41px;
    padding-right: 2rem;
    display: block;
  }
}

details[open] summary::after {
  padding-right: 0;
  content: "- ";
}
@media only screen and (min-width: 53rem) {
  details[open] summary::after {
    padding-right: 2rem;
  }
}

.details-content {
  margin: 0;
  padding: 2rem;
}
.details-content .images picture {
  margin-bottom: 2rem;
  display: block;
}

.faq-multi .tabs .tabs__navigation a,
.faq-multi .contact-nav {
  display: block;
  text-decoration: none;
  background-color: var(--tab-inactive);
  color: color-mix(in srgb, var(--text) 50%, transparent);
  padding: 0.5em 1em;
  height: auto;
  width: auto;
  border-radius: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.faq-multi .tabs .tabs__navigation a.active,
.faq-multi .contact-nav.active {
  color: #FFF;
  background-color: var(--button);
}
.faq-multi .tabs__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 53rem) {
  .faq-multi .tabs__list {
    flex-direction: row;
    gap: 0.5rem;
  }
}