:root {
  --sitecolor: #FCE441;
  --textcolor: #EDEDED;
  --titlecolor: #EDEDED;
  --bgcolor-pri: #2a1b34;
  --bgcolor-sec: #D0CECE;
  --linkcolor: #FCE441;
  --linkcolor-hov: #EDEDED;
  --s-slider-prev: url('/images/arrow-left-brown.svg');
  --s-slider-next: url('/images/arrow-right-brown.svg');
}
:root {
  --deskWidth: 1280px;
  --deskSpace: 6vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 30px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .button {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    background-color: var(--linkcolor-hov);
  }
}
.button-hover {
  background-color: var(--linkcolor-hov);
}
.button-tag {
  --textcolor: #2a1b34;
  --linkcolor: #EDEDED;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  padding: 4px 15px 3px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .button-tag {
    padding: 2px 8px 1px;
  }
}
@font-face {
  font-family: "BERNIERDistressed";
  font-style: normalix;
  font-weight: normal;
  src: url("/extras/fonts/bernier/BERNIERDistressed-Regular.woff2") format("woff2"), url("/extras/fonts/bernier/BERNIERDistressed-Regular.woff") format("woff"), url("/extras/fonts/bernier/BERNIERDistressed-Regular.ttf") format("truetype");
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/nunito/nunito-sans-v15-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/extras/fonts/nunito/nunito-sans-v15-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: var(--sitecolor);
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.33333333;
}
.unit caption {
  display: none;
}
.flag {
  background: var(--sitecolor);
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--textcolor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.partAlign--center .list--bullet {
  align-items: center;
}
.list--bullet li {
  display: flex;
  gap: 5px;
  list-style: none;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  color: var(--textcolor);
  display: inline-block;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.layout1 #slides img {
  object-fit: contain;
  object-position: top center;
}
#slides img.lazyimage {
  visibility: initial;
  filter: blur(2px);
  opacity: 0;
  transition: all 1s;
}
.layout1 #slides img.lazyimage {
  transform: translateY(-50px);
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: var(--sitecolor);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: var(--sitecolor);
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.42857143;
  color: var(--textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #2a1b34;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 24px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--sitecolor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--sitecolor);
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
  line-height: 1.42857143;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    background-color: var(--linkcolor-hov);
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Nunito Sans', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  border-radius: 5px;
  padding: 5px 10px;
  appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 24px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 8px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 1.33333333;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid var(--textcolor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .unit.form .submit {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    background-color: var(--linkcolor-hov);
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .two-step-verification-container a {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    background-color: var(--linkcolor-hov);
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media screen and (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  ::view-transition-group(*) {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  }
  /* View transition animations */
  ::view-transition-old(page),
  ::view-transition-new(page) {
    animation-duration: 0.5s;
    animation-timing-function: ease;
  }
  ::view-transition-old(page) {
    animation-name: slideOut;
  }
  ::view-transition-new(page) {
    animation-name: slideIn;
  }
  @keyframes slideOut {
    to {
      transform: translateX(-100%);
      opacity: 0;
      scale: 0.5;
    }
  }
  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
      scale: 0.5;
    }
    to {
      transform: translateX(0);
      opacity: 1;
      scale: 1;
    }
  }
}
html {
  view-transition-name: page;
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: var(--bgcolor-pri);
}
#home {
  float: left;
  height: clamp(1.25rem, 0.938rem + 1.56vw, 2.188rem);
  margin-bottom: 2px;
}
@media (min-width: 1279px) {
  #home {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.layout5 #head {
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.layout6 #head {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: var(--bgcolor-pri);
  font-family: 'Nunito Sans', sans-serif;
  font-size: clamp(1rem, 0.938rem + 0.31vw, 1.188rem);
  line-height: 1.63157895;
  color: var(--textcolor);
  overflow: hidden;
  hyphens: none;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.1s 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--header .desk {
  width: 100%;
}
.mobile-navigation .desk {
  --deskWidth: 700px;
}
.section--festival .desk {
  --deskWidth: 1600px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.wrapper {
  display: flex;
  flex-direction: column;
}
.section--header {
  position: fixed;
  z-index: 2000;
  top: 0;
  padding: var(--spacePart) 0;
  box-sizing: border-box;
}
.cb-scroll-triggered--active .section--header {
  background-color: #2a1b34;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.container--head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.naviContent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacePart) * 3);
}
.cbdModule--ctaButton {
  width: auto;
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.section--primaryColor {
  background-color: #4f2777;
}
.section--grey {
  --titlecolor: #2a1b34;
  --textcolor: #2a1b34;
  background-color: #D0CECE;
}
.section--yellow {
  background-color: #FCE441;
  --titlecolor: #2a1b34;
  --linkcolor: #2a1b34;
  --linkcolor-hov: #201728;
  --textcolor: #2a1b34;
}
.section--content {
  z-index: 1000;
}
.section--backgroundForm {
  z-index: 999;
  isolation: isolate;
  position: relative;
  box-sizing: border-box;
  padding-bottom: calc(var(--spaceTotal) * 4);
}
.section--backgroundForm:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: calc(var(--spaceTotal) * 2);
  z-index: -1;
  height: clamp(100% + 200px, 100% + 25vh, 100% + 300px);
  background-color: #201728;
  clip-path: polygon(0 clamp(30px, 12vh, 130px), 100% 0%, 100% 100%, 0 calc(100% - clamp(30px, 12vh, 130px)));
}
.container--followus {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: var(--spacePart) calc(var(--spaceTotal) * 2);
  margin-top: calc(var(--spacePart) * 2);
  margin-bottom: calc(var(--spacePart) * 2);
}
.part--iconLinks {
  width: auto;
  margin: 0;
}
.container--followus .part--iconLinks {
  margin: 0;
}
@media (max-width: 1279px) {
  .container--head .part--iconLinks {
    display: none;
  }
}
.container--festival {
  display: grid;
  grid-template-columns: 1fr 600px;
  align-items: center;
  padding-top: calc(var(--spaceTotal) * 3);
  padding-bottom: calc(var(--spaceTotal) * 4);
  box-sizing: border-box;
  gap: var(--spaceTotal) calc(var(--spaceTotal) * 2);
}
@media (min-width: 1279px) {
  .container--festival {
    min-height: 100vh;
    min-height: 100svh;
  }
}
@media (max-width: 960px) {
  .container--festival {
    grid-template-columns: 1fr;
    padding-top: calc(var(--spaceTotal) * 2);
  }
}
.container--festival .content {
  text-align: center;
}
.downlink {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  cursor: pointer;
  animation-name: pulseAnim;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
@keyframes pulseAnim {
  0%,
  25%,
  75%,
  100% {
    bottom: 30px;
  }
  50% {
    bottom: 15px;
  }
}
.container--moodNews {
  min-height: 70vh;
  min-height: 70svh;
  position: relative;
  isolation: isolate;
}
.container--moodNews .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to bottom, #2a1b34 50%, transparent 100%);
          mask-image: linear-gradient(to bottom, #2a1b34 50%, transparent 100%);
}
.container--mood {
  min-height: 40vh;
  min-height: 40svh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  padding: calc(var(--spaceTotal) * 1) 0;
  box-sizing: border-box;
  --titlecolor: #FCE441;
}
.container--mood.container--moodSlim {
  min-height: clamp(150px, 20vh, 300px);
  padding-top: 8vh;
  background-color: #201728;
}
.container--mood .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to bottom, #2a1b34 50%, transparent 100%);
          mask-image: linear-gradient(to bottom, #2a1b34 50%, transparent 100%);
}
.container--mood .mood #slides img {
  opacity: 0.3;
  filter: grayscale(1);
}
.container--mood .content {
  text-align: center;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.breadcrump {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  font-family: 'BERNIERDistressed', sans-serif;
  font-weight: normal;
  font-size: clamp(1.375rem, 1.292rem + 0.42vw, 1.625rem);
  line-height: 1.38461538;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .breadcrump {
    display: none;
  }
}
.breadcrump a:not(.here) {
  --linkcolor: #ffffff;
  --linkcolor-hov: #FCE441;
}
.breadcrump__arrow {
  width: 10px;
  height: 13px;
  background-color: var(--textcolor);
  -webkit-mask-image: var(--s-slider-next);
          mask-image: var(--s-slider-next);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 99%;
          mask-size: 99%;
}
.columns {
  float: left;
  width: 100%;
  position: relative;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  display: grid;
  gap: 0 calc(var(--spaceTotal) * 2);
  --titlecolor: #FCE441;
}
.columns__column--1fr {
  padding-top: calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
}
.columns--reverse {
  margin-bottom: calc(var(--spaceTotal) * 3);
}
.columns--marginTop {
  margin-top: calc(var(--spaceTotal) * 6);
}
@media (max-width: 767px) {
  .columns--marginTop {
    margin-top: calc(var(--spaceTotal) * 3);
  }
}
.columns .mood {
  position: relative;
  float: right;
  width: 100%;
  margin-top: calc(var(--spaceUnit) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  padding-bottom: clamp(100px, 12vh, 225px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.columns .mood__content {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.columns .mood #expo {
  aspect-ratio: 1.5;
}
.columns .mood #expo img {
  border-radius: 15px;
}
.columns .mood .part--logoBand {
  width: auto;
  z-index: 222;
  position: absolute;
  bottom: 0;
  min-width: 100px;
}
.columns .mood .part--logoBand img {
  aspect-ratio: 1.25;
  object-fit: contain;
  object-position: center;
  width: clamp(200px, 24vh, 450px);
  max-width: unset!important;
  max-height: unset!important;
}
.bandFurtherInfo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bandinfo {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.bandinfo__live {
  float: left;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.bandinfo__live:after {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  width: 20px;
  height: 35px;
  background-color: var(--sitecolor);
  -webkit-mask-image: url('/images/icon-rock-black.svg');
          mask-image: url('/images/icon-rock-black.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 99%;
          mask-size: 99%;
}
.bandinfo__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.bandinfo__stage {
  color: var(--sitecolor);
  font-size: 85%;
  text-transform: uppercase;
  font-weight: bold;
}
.section--footer {
  z-index: 1000;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1279px) {
  .footarea {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footarea {
    grid-template-columns: 1fr;
  }
}
.footpart {
  float: left;
  width: 100%;
}
@media (max-width: 1279px) {
  .footpart--logo {
    order: -1;
    padding: 0 25%;
    box-sizing: border-box;
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .footpart--logo {
    padding: 0 15%;
    box-sizing: border-box;
    grid-column: unset;
  }
}
.container--footColumns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--spacePart) * 2);
  padding-left: var(--spaceTotal);
  box-sizing: border-box;
}
.logoEmblem {
  float: left;
  width: 100%;
}
.section--footer .logoEmblem .cb-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--footer .logoEmblem img {
  max-height: 300px !important;
}
.section--festivalIntro .logoEmblem {
  transform: rotateX(0deg) rotateY(0deg);
  perspective: 500px;
  transform-style: preserve-3d;
  animation-name: logoEmblemMove;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
.section--festivalIntro .logoEmblem img {
  max-height: 700px !important;
}
@media (max-width: 960px) {
  .section--festivalIntro .logoEmblem {
    padding: 0 14vw;
    box-sizing: border-box;
  }
}
.section--footer .logoEmblem {
  margin-top: calc(var(--spaceTotal) * -3);
}
@keyframes logoEmblemMove {
  0% {
    transform: perspective(500px) rotateX(0deg) rotateY(0deg);
  }
  20% {
    transform: perspective(500px) rotateX(-7deg) rotateY(6deg);
  }
  40% {
    transform: perspective(500px) rotateX(-5deg) rotateY(-6deg);
  }
  60% {
    transform: perspective(500px) rotateX(5deg) rotateY(-8deg);
  }
  80% {
    transform: perspective(500px) rotateX(4deg) rotateY(7deg);
  }
  100% {
    transform: perspective(500px) rotateX(0deg) rotateY(0deg);
  }
}
.section--festival {
  padding-top: calc(var(--spaceTotal) * 3);
  padding-bottom: calc(var(--spaceTotal) * 3);
  box-sizing: border-box;
  isolation: isolate;
}
.section--festivalIntro {
  isolation: isolate;
}
.section--festivalIntro .moodBackground {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoBackground {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.getintouch {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacePart) * 2);
}
@media (max-width: 1279px) {
  .getintouch {
    justify-content: center;
    align-items: center;
  }
}
.cbdModule--followUsTitle,
.cbdModule--ctaFootButton {
  width: auto;
}
.footColumns .navi {
  display: flex;
  flex-direction: column;
  font-family: 'BERNIERDistressed', sans-serif;
  --linkcolor: #EDEDED;
  --linkcolor-hov: #FCE441;
}
.vcardemail {
  font-family: 'BERNIERDistressed', sans-serif;
  --linkcolor: #EDEDED;
  --linkcolor-hov: #FCE441;
}
.iconLinks {
  float: left;
  width: 100%;
  position: relative;
}
.iconLinks__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacePart) * 2);
}
.part--socialBand .iconLinks__content {
  justify-content: center;
}
.iconLinks__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.iconLinks__icon {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  transition: background-color 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  width: clamp(1.5rem, 1.375rem + 0.63vw, 1.875rem);
  height: clamp(1.5rem, 1.375rem + 0.63vw, 1.875rem);
  background-color: var(--linkcolor);
  -webkit-mask-image: url('/images/instagram.svg');
          mask-image: url('/images/instagram.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 99%;
          mask-size: 99%;
  display: inline-block;
}
.container--followus .iconLinks__icon {
  transform: scale(1.2);
}
.iconLinks__icon--facebook {
  -webkit-mask-image: url('/images/facebook.svg');
          mask-image: url('/images/facebook.svg');
}
.iconLinks__icon--linkedin {
  -webkit-mask-image: url('/images/linkedin.svg');
          mask-image: url('/images/linkedin.svg');
  -webkit-mask-size: 90%;
          mask-size: 90%;
}
.iconLinks__icon--tiktok {
  -webkit-mask-image: url('/images/tiktok.svg');
          mask-image: url('/images/tiktok.svg');
}
.iconLinks__icon--youtube {
  -webkit-mask-image: url('/images/youtube.svg');
          mask-image: url('/images/youtube.svg');
}
.iconLinks__icon--spotify {
  -webkit-mask-image: url('/images/spotify.svg');
          mask-image: url('/images/spotify.svg');
}
@media (hover: hover) and (pointer: fine) {
  .iconLinks__icon:hover,
  .iconLinks__icon:focus {
    background-color: var(--linkcolor-hov);
  }
}
.socialWrapper {
  float: left;
  display: flex;
  flex-direction: row;
  gap: calc(var(--spacePart) * 2);
}
.socialWrapper .social {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  transition: background-color 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  width: clamp(1.5rem, 1.375rem + 0.63vw, 1.875rem);
  height: clamp(1.5rem, 1.375rem + 0.63vw, 1.875rem);
  background-color: var(--linkcolor);
  -webkit-mask-image: url('/images/instagram.svg');
          mask-image: url('/images/instagram.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 99%;
          mask-size: 99%;
}
.socialWrapper .social--facebook {
  -webkit-mask-image: url('/images/facebook.svg');
          mask-image: url('/images/facebook.svg');
}
.socialWrapper .social--linkedin {
  -webkit-mask-image: url('/images/linkedin.svg');
          mask-image: url('/images/linkedin.svg');
  -webkit-mask-size: 90%;
          mask-size: 90%;
}
.socialWrapper .social--tiktok {
  -webkit-mask-image: url('/images/tiktok.svg');
          mask-image: url('/images/tiktok.svg');
}
.socialWrapper .social--youtube {
  -webkit-mask-image: url('/images/youtube.svg');
          mask-image: url('/images/youtube.svg');
}
@media (hover: hover) and (pointer: fine) {
  .socialWrapper .social:hover,
  .socialWrapper .social:focus {
    background-color: var(--linkcolor-hov);
  }
}
a {
  color: var(--linkcolor);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkcolor-hov);
  }
}
.btn--primary .goto,
.btn--primary .open {
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn--primary .goto,
  .btn--primary .open {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .goto:hover,
  .btn--primary .open:hover,
  .btn--primary .goto:focus,
  .btn--primary .open:focus {
    background-color: var(--linkcolor-hov);
  }
}
.btn--secondary .open {
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn--secondary .open {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--secondary .open:hover,
  .btn--secondary .open:focus {
    background-color: var(--linkcolor-hov);
  }
}
.btn--tag {
  --textcolor: #2a1b34;
  --linkcolor: #EDEDED;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  padding: 4px 15px 3px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn--tag {
    padding: 2px 8px 1px;
  }
}
.cbdModule--bandsBackButton {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  text-align: center;
}
h1,
h2 {
  color: var(--titlecolor);
  font-family: 'BERNIERDistressed', sans-serif;
  font-weight: normal;
  font-size: clamp(2.25rem, 1.542rem + 3.54vw, 4.375rem);
  line-height: 1.07142857;
}
.layout1 h1 {
  font-size: clamp(1.625rem, 1.438rem + 0.94vw, 2.188rem);
  line-height: 1.28571429;
  text-align: center;
}
.layout5 h1 {
  font-size: clamp(1.875rem, 1.354rem + 2.6vw, 3.438rem);
  line-height: 1.18181818;
  --titlecolor: #FCE441;
}
.layout6 h1 {
  hyphens: auto;
}
h3 {
  color: var(--titlecolor);
  font-family: 'BERNIERDistressed', sans-serif;
  font-weight: normal;
  font-size: clamp(1.875rem, 1.354rem + 2.6vw, 3.438rem);
  line-height: 1.18181818;
}
h4 {
  color: var(--textcolor);
  font-family: 'BERNIERDistressed', sans-serif;
  font-weight: normal;
  font-size: clamp(1.625rem, 1.438rem + 0.94vw, 2.188rem);
  line-height: 1.28571429;
}
h5 {
  color: var(--textcolor);
  font-family: 'BERNIERDistressed', sans-serif;
  font-weight: normal;
  font-size: clamp(1.375rem, 1.292rem + 0.42vw, 1.625rem);
  line-height: 1.38461538;
}
.loud {
  color: var(--textcolor);
  font-size: clamp(1.125rem, 1.063rem + 0.31vw, 1.313rem);
  line-height: 1.55555556;
}
.norm {
  color: var(--textcolor);
}
.pale {
  color: var(--textcolor);
  font-size: 14px;
  line-height: 1.57142857;
}
.cbdModule--titleStartpageGuide,
.cbdModule--titleStartpageNews {
  margin-top: calc(var(--spaceTotal) * 3);
  margin-bottom: calc(var(--spaceTotal) * 3);
  text-align: center;
}
.area--one {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 3);
  display: grid;
  grid-template-columns: 2vw 1fr 1fr 2vw;
  grid-template-rows: auto;
  gap: 0 calc(var(--spaceTotal) * 2);
}
.layout1 .area--one {
  margin-top: calc(var(--spaceTotal) * 3);
}
.layout5 .area--one {
  margin-top: 0;
}
.layout7 .area--one.area1 {
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.layout7 .area--one.area4 {
  margin: 0;
}
.area--one .unit {
  grid-column: span 4;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unit.unit--isAnchor:hover .part.pict:first-child img,
  .area--one .unit.unit--isAnchor:focus .part.pict:first-child img {
    transform: scale(1.05);
  }
}
.area--one .unitOne--1-3-indent {
  grid-column: 2 / span 2;
}
.area--one .unitOne--1-4 {
  grid-column: span 2;
}
.area--one .unit.gap--big {
  margin-bottom: calc(var(--spaceTotal) * 5);
}
.area--one .unitTwo .unit__background {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.area--one .unitTwo .unit__background .unit__backgroundImage {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.area--one .unitThree {
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  isolation: isolate;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-template-areas: "slides";
  align-items: center;
  justify-items: center;
  --s-titlegap: 0;
}
.area--one .unitThree .unit__content {
  grid-area: slides;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  padding: var(--spacePart) 0;
  box-sizing: border-box;
}
.area--one .unitThree .unit__background {
  grid-area: slides;
  z-index: -1;
  aspect-ratio: 2.33333333;
  height: 100%;
}
@media (max-width: 1279px) {
  .area--one .unitThree .unit__background {
    aspect-ratio: 1.5;
  }
}
@media (max-width: 767px) {
  .area--one .unitThree .unit__background {
    aspect-ratio: 1;
  }
}
.area--one .unitThree .unit__backgroundImage {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.area--one .unitThree .unit__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area--one .unitThree .part {
  text-align: center;
  padding: calc(var(--spacePart) - 0.5em) var(--spacePart);
  box-sizing: border-box;
  width: auto;
  background-color: rgba(var(--s-bgcolor-one), 1);
}
.area--one .unitFour:has(+.unit--fold) {
  margin-bottom: -16px !important;
}
@media (max-width: 1279px) {
  .area--one .unitFour:has(+.unit--fold) {
    margin-bottom: -11px !important;
  }
}
.area--one .unitFour .unit__content {
  border-top: 1px solid #FCE441;
  border-bottom: 1px solid #FCE441;
}
.area--one .unitFour .fold-toggle {
  padding-top: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  padding-bottom: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  padding-left: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  padding-right: clamp(2.25rem, 1.568rem + 2.91vw, 3.75rem);
  box-sizing: border-box;
  font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
  line-height: 1.66666667;
  position: relative;
  width: 100%;
  color: var(--textcolor);
  display: inline-block;
  text-decoration: none!important;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unitFour .fold-toggle:hover,
  .area--one .unitFour .fold-toggle:focus {
    background-color: #201728;
  }
}
.area--one .unitFour .fold-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0;
  width: clamp(2.25rem, 1.568rem + 2.91vw, 3.75rem);
  height: 30px;
  background-color: #FCE441;
  -webkit-mask-size: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
          mask-size: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/arrow-right-brown.svg);
          mask-image: url(/images/arrow-right-brown.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.area--one .unitFour .fold-toggle--open:after {
  transform: translateY(-50%) rotate(-90deg);
}
.area--one .unitFour div.less .part {
  margin: 0;
}
.area--one .unitFour div.more {
  padding-left: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  box-sizing: border-box;
  padding-bottom: calc(var(--spacePart) * 1);
}
.area--one .unitFour .unit__foot {
  display: none;
}
@media screen and (prefers-reduced-motion: no-preference) {
  #view:not(.layout1) #head {
    opacity: 0;
    transform: scaleY(0.9) translateY(50px);
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  }
  #view:not(.layout1) #head.is-intersecting {
    opacity: 1;
    transform: scaleY(1) rotateX(0deg) translateY(0);
  }
  #view .unit:not(.unit--articleFestivalIntro) {
    opacity: 0;
    transform: scaleY(0.9) translateY(50px);
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  }
  #view .unit:not(.unit--articleFestivalIntro).is-intersecting {
    opacity: 1;
    transform: scaleY(1) rotateX(0deg) translateY(0);
  }
}
.area--bandStartpage .unit {
  --spacePart: 0;
  --spaceUnit: 15px;
}
.area--one .unitOne--bg:not(.unitOne--bgOff) {
  border-radius: 15px;
  overflow: hidden;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.area--one .unitOne--bg:not(.unitOne--bgOff) .unit__content {
  isolation: isolate;
  padding: var(--spacePart) calc(var(--spacePart) * 2);
  box-sizing: border-box;
  position: relative;
}
.area--one .unitOne--bg:not(.unitOne--bgOff) .unit__content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 15px;
  height: 100%;
  z-index: -1;
  background-color: rgba(237, 237, 237, 0.15);
}
.section--grey .area--one .unitOne--bg:not(.unitOne--bgOff) .unit__content:after {
  background-color: rgba(237, 237, 237, 0.25);
}
.area--one .unitOne--bg:not(.unitOne--bgOff).unitOne--bgBrown {
  --textcolor: #EDEDED;
  --titlecolor: #FCE441;
}
.area--one .unitOne--bg:not(.unitOne--bgOff).unitOne--bgBrown .unit__content:after {
  background-color: #201728;
}
.section--grey .area--one .unitOne--bg:not(.unitOne--bgOff).unitOne--bgBrown .unit__content:after {
  background-color: #2a1b34;
}
.area--one .unitOne--bg:not(.unitOne--bgOff).unitOne--bgSitecolor .unit__content:after {
  background-color: rgba(252, 228, 65, 0.15);
}
.section--grey .area--one .unitOne--bg:not(.unitOne--bgOff).unitOne--bgSitecolor .unit__content:after {
  background-color: rgba(252, 228, 65, 0.25);
}
.area--one .unitOne--bg:not(.unitOne--bgOff).unitOne--bgRRF26 {
  --textcolor: #EDEDED;
  --titlecolor: #FCE441;
  animation: glow 1.5s infinite ease-in-out;
}
.area--one .unitOne--bg:not(.unitOne--bgOff).unitOne--bgRRF26 .unit__content:after {
  background-color: #6a1222;
}
.section--grey .area--one .unitOne--bg:not(.unitOne--bgOff).unitOne--bgRRF26 .unit__content:after {
  background-color: #6a1222;
}
.area--one .unitOne--bg:not(.unitOne--bgOff) .part.pict:first-child {
  overflow: hidden;
  aspect-ratio: 1.6;
  width: calc(100% + (var(--spacePart) * 4));
  margin-top: calc(var(--spacePart) * -1);
  margin-left: calc(var(--spacePart) * -2);
}
.area--one .unitOne--bg:not(.unitOne--bgOff) .part.pict:first-child * {
  height: 100%;
}
.area--one .unitOne--bg:not(.unitOne--bgOff) .part.pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitOne--bg:not(.unitOne--bgOff) .part.pict:first-child img {
  border-radius: unset;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@keyframes glow {
  0% {
    box-shadow: 0 0 8px #d00f3b, 0 0 16px #d00f3b;
  }
  50% {
    box-shadow: 0 0 16px #d00f3b, 0 0 32px #d00f3b;
  }
  100% {
    box-shadow: 0 0 8px #d00f3b, 0 0 16px #d00f3b;
  }
}
.part.pict img {
  border-radius: 15px;
}
.partAlign--center {
  text-align: center;
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .section {
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  }
  body.cb-toggle-target-active .section {
    transform: translateY(200px);
  }
  body.cb-toggle-target-active .section.section--header {
    transform: none;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  display: inline-block;
  position: relative;
  z-index: 2001;
  width: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
  height: clamp(1.5rem, 1.33rem + 0.73vw, 1.875rem);
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
  height: clamp(0.25rem, 0.193rem + 0.24vw, 0.375rem);
  background-color: var(--sitecolor);
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
.togglenavigation[aria-expanded="true"] .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
.togglenavigation[aria-expanded="true"] .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
.togglenavigation[aria-expanded="true"] .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
.togglenavigation[aria-expanded="true"] .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: var(--bgcolor-pri);
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.mobile-navigation.is-visible {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.is-visible .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
  transform: translateY(0);
  opacity: 1;
}
.navigation {
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--spaceTotal) * 2) calc(var(--spacePart) * 2);
  align-items: center;
}
@media (max-width: 1279px) {
  .navigation {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.navigation div.navi {
  --linkcolor: #EDEDED;
  --linkcolor-hov: #FCE441;
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.navigation div.navi > .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation div.navi > .item > .menu {
  display: block;
  color: var(--linkcolor);
  font-family: 'BERNIERDistressed', sans-serif;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .navigation div.navi > .item > .menu:hover,
  .navigation div.navi > .item > .menu:focus {
    color: var(--linkcolor-hov);
  }
}
.navigation div.navi > .item > .menu.path {
  color: var(--linkcolor-hov);
}
.navigation__main div.sub1 {
  display: flex;
  flex-direction: column;
  gap: var(--spacePart);
}
.navigation__main div.sub1 > .item > .menu {
  font-size: clamp(2.25rem, 1.542rem + 3.54vw, 4.375rem);
  line-height: 1.17142857;
}
.navigation__second div.sub1 {
  display: flex;
  flex-direction: column;
  gap: var(--spacePart);
}
.navigation__second div.sub1 > .item > .menu {
  font-size: clamp(1.625rem, 1.438rem + 0.94vw, 2.188rem);
  line-height: 1.28571429;
}
.part.payp .name {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.part.payp.tile .name {
  width: auto;
  padding: 0;
  min-height: 30px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.payp {
  padding: 10px;
  box-sizing: border-box;
  background: #fff1;
  border-radius: 10px;
  --spacePart: 10px;
  display: flex;
  flex-wrap: wrap;
}
.part.payp .papc {
  float: left;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .part.payp .papc {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
  .part.payp .papc .name {
    margin-left: 0;
  }
}
.part.payp input.numb {
  float: left;
  background-color: #F0F0F0;
  padding: 5px 5px 5px 10px;
  min-height: 30px;
  box-sizing: border-box;
  width: 60px;
  text-align: right;
  border-radius: 5px;
}
.part.payp div.ctrl {
  float: right;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.part.payp.tile div.ctrl {
  max-width: 100%;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .part.payp.tile div.ctrl .name {
    order: 1;
    margin-left: 0;
  }
  .part.payp.tile div.ctrl .submit {
    float: right;
    margin-left: 0;
  }
}
.part.payp div.ctrl > div {
  float: left;
  min-height: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.part.payp .prix {
  text-align: right;
  line-height: 1.33333333;
  padding-right: 3px;
}
#edit .part.payp .prix {
  width: 70px;
}
.part.payp div.ctrl form {
  float: left;
}
.part.payp div.ctrl form fieldset {
  float: left;
}
.part.payp div.ctrl .submit {
  float: left;
  cursor: pointer;
  border-radius: 0 0 10px 0;
  margin-bottom: -10px;
  margin-right: -10px;
  width: 54px;
  height: 54px;
  background-color: #FCE441;
  background-size: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/shoppingcart.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  view-transition-name: shopCart-1;
}
@media (hover: hover) and (pointer: fine) {
  .part.payp div.ctrl .submit:hover,
  .part.payp div.ctrl .submit:focus {
    animation-name: shake;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
}
.part.payp div.ctrl .submit:active {
  background-color: #201728;
}
@keyframes shake {
  0%,
  50%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: calc(50% - 2px) 50%;
  }
  75% {
    background-position: calc(50% + 2px) 50%;
  }
}
#disp.cb-shoppingcart table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
#disp.cb-shoppingcart .cury {
  font-size: 10px;
  margin-left: 3px;
}
#disp.cb-shoppingcart tr {
  border-bottom: 1px solid #201728;
  border-top: 1px solid #201728;
}
#disp.cb-shoppingcart thead tr {
  border-top: none;
  border-bottom-color: #000;
}
#disp.cb-shoppingcart th,
#disp.cb-shoppingcart td {
  padding: 5px;
  vertical-align: top;
}
#disp.cb-shoppingcart th {
  text-align: left;
}
#disp.cb-shoppingcart .cb-cart-item-count {
  padding-left: 0;
}
#disp.cb-shoppingcart .cb-cart-item-count input.numb {
  width: 54px;
  padding: 0px 2px 0px 5px;
  background: #F0F0F0;
  text-align: right;
  box-sizing: border-box;
  height: 20px;
  min-height: 0;
}
#disp.cb-shoppingcart .cb-cart-value,
#disp.cb-shoppingcart .cb-cart-item-sum,
#disp.cb-shoppingcart .cb-cart-item-price {
  text-align: right;
}
#disp.cb-shoppingcart .cb-cart-item-action {
  padding-right: 0;
}
#disp.cb-shoppingcart .cb-cart-item-action a {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-trash-black.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#disp.cb-shoppingcart .cb-cart-item-action a:hover {
  transform: scale(1.2);
}
#disp.cb-shoppingcart .cb-cart-item-action a:active {
  transform: scale(1);
}
#disp.cb-shoppingcart .cb-cart-subtotals {
  background: rgba(252, 252, 252, 0.1);
}
#disp.cb-shoppingcart .cb-cart-totals {
  background: rgba(240, 240, 240, 0.1);
  font-weight: bold;
}
#cb-footnotes {
  float: left;
  width: 100%;
  font-weight: bold;
  margin-top: 20px;
  text-align: right;
}
#disp.cb-shoppingcart h3 {
  float: left;
  width: 100%;
}
#disp.cb-shoppingcart .form-group {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart .form-group {
    flex-wrap: wrap;
  }
}
#disp.cb-shoppingcart .form-group label.name {
  float: left;
  width: auto;
  margin-right: 0;
  flex-shrink: 0;
  font-weight: bold;
}
#disp.cb-shoppingcart .form-group .submit {
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
  line-height: 1.42857143;
}
@media (max-width: 767px) {
  #disp.cb-shoppingcart .form-group .submit {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #disp.cb-shoppingcart .form-group .submit:hover,
  #disp.cb-shoppingcart .form-group .submit:focus {
    background-color: var(--linkcolor-hov);
  }
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart .form-group .submit {
    margin-top: 10px;
    width: 100%;
  }
}
#disp.cb-shoppingcart .form-input {
  float: left;
  margin: 0 40px;
  flex-grow: 1;
}
#disp.cb-shoppingcart .form-input input {
  width: 100%;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart .form-input {
    margin-right: 0;
  }
}
#disp.cb-shoppingcart .concession-code-input {
  float: left;
  width: 100%;
}
#disp.cb-shoppingcart #cb-footnotes {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart table {
    float: left;
    width: 100%;
    display: block;
  }
  #disp.cb-shoppingcart table * {
    float: left;
    display: block;
  }
  #disp.cb-shoppingcart thead {
    display: none;
  }
  #disp.cb-shoppingcart tbody,
  #disp.cb-shoppingcart tfoot {
    width: 100%;
  }
  #disp.cb-shoppingcart tr {
    width: 100%;
    padding: 10px 0;
    margin-bottom: -1px;
  }
  #disp.cb-shoppingcart td {
    width: 100%;
    position: relative;
    padding: 3px 0 3px 100px !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #disp.cb-shoppingcart td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: bold;
  }
  #disp.cb-shoppingcart .cb-cart-subtotals td,
  #disp.cb-shoppingcart .cb-cart-totals td {
    padding: 0 !important;
  }
  #disp.cb-shoppingcart .cb-cart-subtotals tr,
  #disp.cb-shoppingcart .cb-cart-totals tr {
    padding: 3px 6px;
    box-sizing: border-box;
  }
}
#disp.cb-shoppingcart .cb-address,
#disp.cb-shoppingcart .cb-additional-information,
#disp.cb-shoppingcart .cb-payment,
#disp.cb-shoppingcart .cb-agb,
#disp.cb-shoppingcart .cb-order {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#disp.cb-shoppingcart .cb-address:first-child h3:first-child {
  padding-top: 0;
}
.cb-address p {
  display: block;
  width: 100%;
}
.cb-address .submit {
  float: left;
  margin-top: 20px;
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
  line-height: 1.42857143;
}
@media (max-width: 767px) {
  .cb-address .submit {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cb-address .submit:hover,
  .cb-address .submit:focus {
    background-color: var(--linkcolor-hov);
  }
}
#disp.cb-shoppingcart a.agbs {
  float: left;
  margin-bottom: 20px;
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
  line-height: 1.42857143;
}
@media (max-width: 767px) {
  #disp.cb-shoppingcart a.agbs {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #disp.cb-shoppingcart a.agbs:hover,
  #disp.cb-shoppingcart a.agbs:focus {
    background-color: var(--linkcolor-hov);
  }
}
.cb-cart-icon-holder {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FCE441;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 66px;
  aspect-ratio: 1;
  box-shadow: 0 0 15px rgba(32, 23, 40, 0.1);
  z-index: 1000;
  view-transition-name: shopCart-1;
}
@media (max-width: 767px) {
  .cb-cart-icon-holder {
    width: 40px;
  }
}
.cb-cart-icon-holder .meta {
  width: 55px;
  height: 31px;
  background: url(/images/shoppingcart.svg) no-repeat;
  background-position: center;
  background-size: contain;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  box-sizing: border-box;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .cb-cart-icon-holder .meta {
    width: 45px;
    height: 25px;
  }
}
.cb-cart-icon-holder .cb-cart-icon-count {
  position: relative;
  top: -8px;
  left: 50%;
  right: -10px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #ffffff;
  font-size: 12px;
  border-radius: 20px;
  color: #201728;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .cb-cart-icon-holder .cb-cart-icon-count {
    scale: 0.8;
  }
}
.ns-countdown {
  float: left;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.ns-countdown.is-hidden {
  display: none !important;
}
.ns-countdown__section {
  float: left;
  width: 100%;
}
.ns-countdown__section--head {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.ns-countdown__clock {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 1279px) {
  .ns-countdown__clock {
    gap: 12px;
  }
}
.ns-countdown__part {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  min-width: clamp(4.063rem, 2.917rem + 5.73vw, 7.5rem);
  align-items: center;
  position: relative;
  border-radius: 15px;
  background-color: rgba(237, 237, 237, 0.05);
  padding: 10px 0;
  box-sizing: border-box;
}
.ns-countdown__part.ns-countdown__part--seconds:before,
.ns-countdown__part.ns-countdown__part--seconds:after {
  display: none;
}
.ns-countdown__value {
  float: left;
  font-size: clamp(2.25rem, 1.542rem + 3.54vw, 4.375rem);
  line-height: 1.17142857;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: var(--sitecolor);
  font-family: 'BERNIERDistressed', sans-serif;
  font-weight: normal;
}
.ns-countdown__type {
  float: left;
  color: var(--textcolor);
  font-family: 'BERNIERDistressed', sans-serif;
  font-weight: normal;
  font-size: 15px;
}
.cbdModule--guideSlider {
  margin-bottom: calc(var(--spaceTotal) * 4);
}
.ns-slider--guideSlider.ns-slider {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider--guideSlider .ns-slider__stage {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider--guideSlider .ns-slider__area {
  float: left;
  display: flex;
  width: calc(100% + (var(--spaceTotal) * 2));
  margin-left: calc(var(--spaceTotal) * -1);
}
.ns-slider--guideSlider .ns-slider__section {
  float: left;
  width: 100%;
}
.ns-slider--guideSlider .ns-slider__cover {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.ns-slider--guideSlider .ns-slide {
  float: left;
  background-color: rgba(237, 237, 237, 0.15);
  border-radius: 15px;
  overflow: hidden;
  margin-left: calc(var(--spaceTotal) * 1);
  margin-right: calc(var(--spaceTotal) * 1);
  width: calc(100% - (var(--spaceTotal) * 2));
  flex-shrink: 0;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  scale: 0.8;
  transform-origin: right;
}
@media (max-width: 767px) {
  .ns-slider--guideSlider .ns-slide {
    grid-template-columns: 1fr;
  }
}
.ns-slider--guideSlider .ns-slide.is-active {
  scale: 1;
}
.ns-slider--guideSlider .ns-slide.is-active + .ns-slide {
  transform-origin: left;
}
.ns-slider--guideSlider .ns-slide__content {
  padding: calc(var(--spaceTotal) * 2 - (var(--spacePart))) calc(var(--spaceTotal) * 2);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ns-slider--guideSlider .ns-slide__content {
    padding: calc(var(--deskSpace) / 2) var(--deskSpace);
  }
}
.ns-slider--guideSlider .ns-slider__part {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.ns-slider--guideSlider .ns-slider__part--image {
  margin: 0;
}
.ns-slider--guideSlider .ns-slider__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1.33333333;
}
@media (max-width: 767px) {
  .ns-slider--guideSlider .ns-slider__part--image img {
    aspect-ratio: 1.5;
  }
}
.ns-slider__controls {
  padding-right: max();
  box-sizing: border-box;
  position: relative;
  float: right;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: calc(var(--spacePart) * 1);
}
.ns-slider .ns-sliderControl {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-size: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: var(--textcolor);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
#view .ns-slider .ns-sliderControl.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ns-slider .ns-sliderControl--prev {
  left: -15px;
  background-image: var(--s-slider-prev);
}
.ns-slider .ns-sliderControl--next {
  right: -15px;
  background-image: var(--s-slider-next);
}
.ns-slider--guideSlider .ns-sliderIndex {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.ns-slider--guideSlider .ns-sliderIndex__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.ns-slider--guideSlider .ns-sliderIndex__item {
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 10000px;
  background-color: var(--textcolor);
}
.ns-slider--guideSlider .ns-sliderIndex__item.is-active {
  background-color: var(--sitecolor);
}
.timetableWrapper {
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 4);
}
.timetableInfo {
  margin-top: 40px;
  color: #FCE441;
  font-family: 'BERNIERDistressed', sans-serif;
  font-weight: normal;
  font-size: clamp(1.375rem, 1.292rem + 0.42vw, 1.625rem);
  line-height: 1.38461538;
}
.timetableArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.timetableDay {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.timetableDay__stages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1279px) {
  .timetableDay__stages {
    grid-template-columns: 1fr;
  }
}
.stage {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stage__title {
  --textcolor: #FCE441;
  border-bottom: 2px solid var(--textcolor);
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .stage__title {
    padding-left: 25px;
  }
}
.stage__title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 30px;
  background-color: var(--textcolor);
  -webkit-mask-image: url('/images/icon-rock-black.svg');
          mask-image: url('/images/icon-rock-black.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 99%;
          mask-size: 99%;
}
@media (max-width: 767px) {
  .stage__title:after {
    top: 4px;
    width: 15px;
    height: 25px;
  }
}
.band {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;
  align-items: center;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  color: var(--textcolor);
  position: relative;
}
.band:nth-child(odd) {
  background-color: #201728;
}
.band:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-mask-image: url('/images/arrow-right-brown.svg');
          mask-image: url('/images/arrow-right-brown.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .band:hover,
  .band:focus {
    background-color: rgba(252, 228, 65, 0.25);
    --textcolor: #2a1b34;
  }
  .band__name {
    color: var(--titlecolor);
    font-family: 'BERNIERDistressed', sans-serif;
    font-weight: normal;
    font-size: clamp(1.375rem, 1.292rem + 0.42vw, 1.625rem);
    line-height: 1.38461538;
  }
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
}
.ns-teaserArea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 3);
  margin-bottom: calc(var(--spaceTotal) * 6);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: calc(var(--spaceTotal) * 2);
}
.ns-teaserWrapper--bandsTeaser .ns-teaserArea {
  grid-template-columns: repeat(auto-fit, minmax(min(clamp(18.75rem, 6.25rem + 26.04vw, 37.5rem), 100%), 1fr));
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ns-teaserOnboarding {
  float: left;
  min-height: 100px;
  width: 100%;
  background-color: lightgrey;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}
.ns-teaser {
  float: left;
  width: 100%;
}
.ns-teaser--bandsTeaser {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  aspect-ratio: 1.33333333;
  overflow: hidden;
  position: relative;
  --titlecolor: #FCE441;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--bandsTeaser:hover .ns-teaser__part--pict,
  .ns-teaser--bandsTeaser:focus .ns-teaser__part--pict {
    transform: scale(1.05);
  }
}
.ns-teaser--bandsTeaser .ns-teaser__content {
  padding: 50px 20px 20px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, #201728, rgba(32, 23, 40, 0));
}
.ns-teaser--bandsTeaser .ns-teaser__part--pict {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: 50%;
}
.ns-teaser--bandsTeaser .ns-teaser__part--pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ns-teaser--bandsTeaser .ns-teaser__part--stage {
  width: auto;
  color: var(--sitecolor);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ns-teaser--bandsTeaser .ns-teaser__part--stage {
    font-size: 14px;
  }
}
.ns-teaser--bandsTeaser .ns-teaser__part--playtime {
  width: auto;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .ns-teaser--bandsTeaser .ns-teaser__part--playtime {
    font-size: 14px;
  }
}
.ns-teaser--bandsTeaser .ns-teaser__info {
  margin-top: 5px;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .ns-teaser--bandsTeaser .ns-teaser__info {
    padding-left: 18px;
  }
}
.ns-teaser--bandsTeaser .ns-teaser__info:after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 25px;
  background-color: var(--sitecolor);
  -webkit-mask-image: url('/images/icon-rock-black.svg');
          mask-image: url('/images/icon-rock-black.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 99%;
          mask-size: 99%;
}
@media (max-width: 767px) {
  .ns-teaser--bandsTeaser .ns-teaser__info:after {
    width: 12px;
    height: 20px;
  }
}
.ns-teaser__part--title {
  color: var(--titlecolor);
}
.ns-teaser__part--text,
.ns-teaser__part--date {
  color: var(--textcolor);
}
.ns-teaserWrapper--news .ns-teaserArea {
  margin-top: calc(var(--spaceTotal) * 0);
}
.ns-teaserWrapper--news.ns-teaserWrapper--newsTeaser .ns-teaserArea {
  margin-top: calc(var(--spaceTotal) * 4);
}
.ns-teaser--news {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  --titlecolor: #FCE441;
  background-color: rgba(237, 237, 237, 0.15);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--news:hover .ns-teaserLink,
  .ns-teaser--news:focus .ns-teaserLink {
    background-color: var(--linkcolor-hov);
  }
  .ns-teaser--news:hover .ns-teaser__image,
  .ns-teaser--news:focus .ns-teaser__image {
    transform: scale(1.05);
  }
}
.ns-teaser--news .ns-teaser__content {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ns-teaser--news .ns-teaser__part--pict {
  aspect-ratio: 1.6;
  overflow: hidden;
}
.ns-teaser--news .ns-teaser__part--pict .ns-teaser__image {
  height: 100%;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  object-fit: cover;
  object-position: center;
}
.ns-teaser__content {
  float: left;
  width: 100%;
}
.ns-teaser__authorTitle {
  text-transform: uppercase;
  color: var(--accentcolor);
  font-weight: bold;
}
.ns-teaser__authorSubTitle {
  font-weight: bold;
}
.ns-teaser__section {
  float: left;
  width: 100%;
}
.ns-teaser__partGroup {
  float: left;
  width: 100%;
}
.ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-teaser__part--link .ns-teaserLink {
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  cursor: pointer;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .ns-teaser__part--link .ns-teaserLink {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser__part--link .ns-teaserLink:hover,
  .ns-teaser__part--link .ns-teaserLink:focus {
    background-color: var(--linkcolor-hov);
  }
}
.ns-loadMore {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ns-loadMore__link {
  float: left;
  --textcolor: #2a1b34;
  background-color: var(--linkcolor);
  line-height: 1.33333333;
  padding: 4px 15px 3px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'BERNIERDistressed', sans-serif;
  color: var(--textcolor);
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ns-loadMore__link {
    padding: 2px 8px 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-loadMore__link:hover,
  .ns-loadMore__link:focus {
    background-color: var(--linkcolor-hov);
  }
}
.ns-teaserWrapper--bandsFrontTeaser .ns-teaserArea {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: unset;
  justify-content: center;
  align-items: center;
  gap: 5px 15px;
  margin: 0;
  margin-bottom: calc(var(--spaceUnit) * 1);
}
.ns-teaser--bandsFrontTeaser {
  width: auto;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0);
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--bandsFrontTeaser:hover,
  .ns-teaser--bandsFrontTeaser:focus {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  }
}
.ns-teaser--bandsFrontTeaser:nth-child(2n+1) {
  --textcolor: #FCE441;
}
.ns-teaser--bandsFrontTeaser:nth-child(1) p,
.ns-teaser--bandsFrontTeaser:nth-child(2) p {
  font-size: clamp(2.25rem, 1.542rem + 3.54vw, 4.375rem);
  line-height: 1.05;
}
.ns-teaser--bandsFrontTeaser:nth-child(3),
.ns-teaser--bandsFrontTeaser:nth-child(4) {
  width: calc(58% - 10px);
  display: flex;
  justify-content: flex-end;
}
.ns-teaser--bandsFrontTeaser:nth-child(3) p,
.ns-teaser--bandsFrontTeaser:nth-child(4) p {
  width: auto;
  font-size: clamp(1.875rem, 1.354rem + 2.6vw, 3.438rem);
}
.ns-teaser--bandsFrontTeaser:nth-child(4) {
  width: calc(42% - 10px);
  justify-content: flex-start;
}
.ns-teaser--bandsFrontTeaser .ns-teaser__part--title {
  color: var(--textcolor);
  font-family: 'BERNIERDistressed', sans-serif;
  font-weight: normal;
  font-size: clamp(1.625rem, 1.438rem + 0.94vw, 2.188rem);
  line-height: 1.28571429;
}
/*# sourceMappingURL=./screen-small.css.map */