/*
Template: Billetsalg.dk
Version: 1.0.0
*/
/* # 001 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
.spanh3 {
    color: #000023;
}
/*image*/
.iconusercss {
    content: url(https://www.billetsalg.dk/images/iconprofile.png);
}
/*link button*/
.enewlnksu {
    background: url(https://www.billetsalg.dk/images/iconsearch.png) right center no-repeat;
}

.samletordre {
    content: url(https://www.billetsalg.dk/images/basket.png);
}

.newsmsiconsh {
    content: url(https://www.billetsalg.dk/images/plus_img.png);
}

.backbuttonbs {
    background: url(https://www.billetsalg.dk/images/smallbillback.png) no-repeat;
}
.iarrowbil {
    content: url(https://www.billetsalg.dk/images/brarrow.png);
}
#gbackicon {
    content: url(https://www.billetsalg.dk/images/smallbillback.png);
}
.contentnewcus {
    background: white;
}
    .contentnewcus p {
        color: black;
    }
    .contentnewcus p a {
        color: black;
    }

tr.vmulcolor:nth-child(2n+1) {
    background: #fafafa;
}

tr.vmulcolor:nth-child(2n) {
    /*background: #f3f3f3;*/
    background: white;
}
.wrcolornew {
    border: 1px solid #ccc;
}
.termslink, .termslink:hover, .termslink:visited {
    color: black;
    text-decoration: none;
    font-weight: normal;
}
.step_box {
    min-width: 250px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 230, 230);
    line-height: 2.7em;
    color: #000000;
}
.contentpop2 {
    border: 2px solid rgb(135, 170, 68);
}
    .step_box:hover, #selected_step_box, .QuickStartLong:hover {
        background: none repeat scroll 0 0 #87AA44;
        color: #FFFFFF;
        text-decoration: none;
    }

.selected {
    background: none repeat scroll 0 0 #87AA44;
    color: #FFFFFF;
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ## Responsive objects
--------------------------------------------- */
embed, iframe, img, object, video {
  height: auto;
  max-width: 100%;
}

/* 002 Screen Reader
---------------------------------------------------------------------------------------------------- */
.skip-link {
  margin: 0;
}

.skip-link li {
  height: 0;
  width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.screen-reader-shortcut,
.screen-reader-text {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  visibility: hidden;
}

.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  z-index: 100000;
  text-decoration: none;
  visibility: hidden;
}

/* # 003 MIXINS
---------------------------------------------------------------------------------------------------- */
/* ## Typography
---------------------------------------------------------------------- */
/* Basic Font Sizes mixin */
/* ## Responsive Typography
---------------------------------------------------------------------- */
/* ## Tint and shade colors
---------------------------------------------------------------------- */
/* # 004 Variables
---------------------------------------------------------------------------------------------------- */
/* ## Colour palette
---------------------------------------------------------------------- */
/* Shade */
/* Tint */
/* Primary */
/* Secondary */
/* Active - Active/Focused*/
/* Accent 1 - Error/Alert */
/* Accent 2 - Warning */
/* Accent 3 - Succes */
/* ## Defaults Globals
---------------------------------------------------------------------- */
/* ## Typography
---------------------------------------------------------------------- */
/* ### Responsive typography
---------------------------------------------------------------------- */
/* ### Global Font Faminly
---------------------------------------------------------------------- */
/* ## Site Structure
---------------------------------------------------------------------- */
/* ## Media Queries
---------------------------------------------------------------------- */
/* 592 pixel */
/* 768 pixel */
/* 1024 pixel */
/* 1280 pixel */
/* 1600 pixel */
/* 1920 pixel */
/* # 005 SVG Icons
---------------------------------------------------------------------------------------------------- */
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  color: #000023;
  fill: currentColor;
}

.icon-arrow-down {
  width: 20px;
  height: 20px;
}

.icon-search {
  width: 20px;
  height: 20px;
}

.icon-shopping-cart {
  width: 20px;
  height: 20px;
}

.icon-link-arrow-right {
  width: 20px;
  height: 20px;
}

.icon-facebook {
  width: 20px;
  height: 20px;
}

.icon-linkedin {
  width: 20px;
  height: 20px;
}

.icon-facebook-messenger {
  width: 20px;
  height: 20px;
}

.icon-mail {
  width: 20px;
  height: 20px;
}

.icon-minus {
  width: 20px;
  height: 20px;
}

.icon-plus {
  width: 20px;
  height: 20px;
}

.icon-info {
  width: 20px;
  height: 20px;
}

.icon-location {
  width: 20px;
  height: 20px;
}

.icon-calendar {
  width: 20px;
  height: 20px;
}

.icon-home {
  width: 20px;
  height: 20px;
}

.icon-ticket {
  width: 20px;
  height: 20px;
}

/* # 006 Default
---------------------------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  background-color: #FAFAFA;
  height: 100%;
  display: block;
}

body {
  margin: 0;
  background-color: #FAFAFA;
  color: #000023;
  min-height: 100%;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-left: 2em;
}

ol li {
  counter-increment: li;
  max-width: 80ch;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #d1dee2;
  clear: both;
  margin: calc(1.38em + (1.125vw)) 0;
}

hr.line__horizontal--small {
  margin: calc(calc(1.38em + (1.125vw)) / 2) 0;
}

figure {
  position: relative;
}
figure img {
  display: block;
}

figcaption {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5em 1em;
  font-size: calc(1.38rem + (1.125vw / 10));
  line-height: 1.265625;
  color: #FAFAFA;
  background-color: rgba(0, 0, 0, 0.5);
}

/* ## Forms
---------------------------------------------------------------------- */
label {
    display: inline-block;
    font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
    font-size: calc(1.0903703704rem + (1.125vw / 10));
    line-height: 1.265625;
    margin-bottom: calc(calc(1.38em + (1.125vw)) / 3);
    width: 100%;
}

input,
textarea,
select,
select[multiple] {
    font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
    font-size: calc(1.38rem + (1.125vw / 10));
    line-height: 1.265625;
    border: 2px solid #185970;
    background-color: #FAFAFA;
    border-radius: 2em;
    padding: 0.5em 1em;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
input:hover,
textarea:hover,
select:hover,
select[multiple]:hover {
  background-color: #dce6ea;
}
input:focus,
textarea:focus,
select:focus,
select[multiple]:focus {
  border: 2px solid #749ba9;
}

textarea {
  border-radius: 0.6em;
  height: 10em;
}

select[multiple] {
  height: auto;
}
select[multiple] option:checked {
  background-color: #ecf7fe;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

.required {
  font-size: calc(1.5525rem + (1.125vw / 10));
  font-weight: bold;
  color: #AA4444;
  margin-left: 0.125em;
}

*:focus {
  outline: 1px solid rgba(24, 89, 112, 0.1);
  border: none;
  box-shadow: 0 0 10px 1px rgba(24, 89, 112, 0.25), 0 0 0 0px rgba(24, 89, 112, 0.1);
}

.button,
input[type=button],
input[type=reset],
input[type=submit] {
  position: relative;
  display: inline-block;
  border-radius: 2em;
  border: none;
  background-color: #97BF4C;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  color: #FAFAFA;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  transition: all 0.3s ease-in-out;
}
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #79993d;
}

.button {
  margin-top: calc(1.38em + (1.125vw));
}
.button__giftcard {
  background-color: #185970;
}
.button__giftcard:hover {
  background-color: #13475a;
}

select {
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #185970 50%), linear-gradient(135deg, #185970 50%, transparent 50%), linear-gradient(to right, #185970, #185970);
  background-position: calc(100% - 20px) calc(.9em + 2px), calc(100% - 15px) calc(.9em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, #185970 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #185970 50%), linear-gradient(to right, #185970, #185970);
  background-position: calc(100% - 15px) 0.9em, calc(100% - 20px) 0.9em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

/* # 007 Typography
---------------------------------------------------------------------------------------------------- */
/* ## Font Family
---------------------------------------------------------------------- */
@font-face {
    font-family: "Roboto-Regular";
    src: url("fonts/Roboto-Regular.eot");
    /* IE9 Compat Modes */
    src: url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-ExtraBold";
    src: url("fonts/Roboto-ExtraBold.eot");
    /* IE9 Compat Modes */
    src: url("fonts/Roboto-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-ExtraBold.woff") format("woff"), url("fonts/Roboto-ExtraBold.ttf") format("truetype"), url("fonts/Roboto-ExtraBold.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Black";
    src: url("fonts/Roboto-Black.eot");
    /* IE9 Compat Modes */
    src: url("fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Black.woff") format("woff"), url("fonts/Roboto-Black.ttf") format("truetype"), url("fonts/Roboto-Black.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-display: swap;
    font-weight: 900;
    font-style: normal;
}
/* ## Site
---------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
    font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
    font-size: calc(1.38rem + (1.125vw / 10));
    line-height: 1.265625;
    color: #000023;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit] {
  transition: all 0.3s ease-in-out;
}

    a:not([class]) {
        color: #185970;
        font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-decoration: none;
    }
a:not([class]):hover, a:not([class]):focus {
  text-decoration: underline;
}
.vmulcolor td a {
    color: black;
}
.vselected {
    background-color: rgb(135, 170, 68) !important;
}
.vstep_box:hover {
    opacity: 0.7;
    background-color: rgb(135, 170, 68) !important;
}

p {
  margin-top: 0;
}

mark {
  background: #185970;
  color: #FAFAFA;
  padding: 0 2px;
}

b,
strong {
    font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

blockquote,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: calc(1.7465625rem + (1.125vw / 10));
  line-height: 1.265625;
  margin: 0;
  padding-left: calc(1.38em + (1.125vw));
  padding-right: calc(1.38em + (1.125vw));
  margin-bottom: calc(1.38em + (1.125vw));
}

cite {
  font-size: calc(1.38rem + (1.125vw / 10));
  line-height: 1.265625;
  font-weight: 300;
  font-style: normal;
}

/* ### Headings
---------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto-Black", Helvetica, Arial, sans-serif;
    color: #185970;
    margin-top: 0;
}

h1 {
  font-size: calc(2.7976554108rem + (1.125vw / 10));
  line-height: 1;
  font-weight: 900;
}

h2 {
  font-size: calc(2.4868048096rem + (1.125vw / 10));
  line-height: 1;
  font-weight: 900;
}

h3 {
  font-size: calc(2.2104931641rem + (1.125vw / 10));
  line-height: 1;
  font-weight: 900;
}

h4 {
  font-size: calc(1.9648828125rem + (1.125vw / 10));
  line-height: 1;
  font-weight: 900;
}

h5 {
  font-size: calc(1.7465625rem + (1.125vw / 10));
  line-height: 1;
  font-weight: 900;
}

h6 {
  font-size: calc(1.5525rem + (1.125vw / 10));
  line-height: 1;
  font-weight: 900;
}

h1 a:not([class]),
h2 a:not([class]),
h3 a:not([class]),
h4 a:not([class]),
h5 a:not([class]),
h6 a:not([class]) {
  text-decoration: none;
}

/* ### Site Inner
---------------------------------------------------------------------- */
.site__inner {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* # 008 Struckture and layout
---------------------------------------------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.site__footer {
  grid-row-start: 2;
  grid-row-end: 3;
}

.site__container {
  position: relative;
}

.site__header {
  position: relative;
}

.site__inner {
  position: relative;
}

.site__footer {
  position: relative;
}

/*
.site__container{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:
		"site-header"
		"site-inner"
		"site-footer"
		;
	min-height: 100%;
	.site__header{
		grid-area:site-header;
	}
	.site__inner{
		grid-area:site-inner;
	}
	.site__footer{
		grid-area:site-footer;
	}
}
*/
/* ## Site Inner
---------------------------------------------------------------------- */
.site__inner {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .site__inner {
    margin-top: 87px;
  }
}
.site__inner .content {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
.site__inner .content > * + * {
  margin-top: calc(calc(1.38em + (1.125vw)) / 2);
}

/* ## Site Footer
---------------------------------------------------------------------- */
.site__footer {
  width: 100%;
}

/* # 009 Site Header
---------------------------------------------------------------------------------------------------- */
.site__header {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FAFAFA;
  transition: all 0.3s ease-in-out;
  z-index: 300;
}
.site__header--navigation {
  display: none;
  align-items: center;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  top: -100vh;
}
.site__header--navigation.open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: white;
  z-index: 100;
  padding-top: 110px;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (min-width: 64em) {
  .site__header--navigation.open {
    position: relative;
    display: flex;
    width: unset;
    height: auto;
    min-height: unset;
    padding: unset;
  }
}
@media only screen and (min-width: 64em) {
  .site__header--navigation {
    display: flex;
    height: auto;
    overflow: unset;
  }
}
@media only screen and (min-width: 64em) {
  .site__header {
    position: fixed;
    top: 0;
  }
}

.site__header > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 90%;
}
@media only screen and (min-width: 64em) {
  .site__header > .wrap {
    max-width: calc(100% - ((calc(1.38em + (1.125vw))) * 2));
  }
}

.fixed {
  position: fixed;
  width: 100%;
}

/* ## Title Area
---------------------------------------------------------------------- */
.site__title--area {
  width: 140px;
  z-index: 200;
}

.site__id img {
  display: block;
}

.site__title {
  margin: 0;
  font-size: 0;
  line-height: 0;
  height: 0;
  text-indent: -999em;
}

/* ## Search Area
---------------------------------------------------------------------- */
.search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  background-color: transparent;
  border: 2px solid #185970;
  border-radius: 2em;
}
.search__input {
  font-size: calc(1.2266666667rem + (1.125vw / 10));
  background-color: transparent;
  border: 0;
  padding-left: 1em;
  width: 100%;
}
.search__input:focus {
  outline: none;
  box-shadow: none;
}
.search__button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.search .icon-search {
  margin-right: 8px;
  margin-left: 8px;
  height: 16px;
  fill: #185970;
}

/* ## Navigation Area
---------------------------------------------------------------------- */
/* Responsive menu toggle button */
.menu__toggle {
  position: relative;
  display: block;
  height: 26px;
  width: 25px;
  padding: 0;
  background-color: transparent;
  border: none;
  text-indent: -999em;
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 200;
}
.menu__toggle::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  top: 4px;
  left: 0;
  border-radius: 2px;
  background-color: #185970;
  transition: all 0.3s ease-in-out;
}
.menu__toggle::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  bottom: 4px;
  left: 0;
  border-radius: 2px;
  background-color: #185970;
  transition: all 0.3s ease-in-out;
}
.menu__toggle span {
  position: relative;
  display: block;
}
.menu__toggle span::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  top: 34%;
  left: 0;
  border-radius: 2px;
  background-color: #185970;
  transition: all 0.3s ease-in-out;
}
.menu__toggle.active::before {
  transform: rotate(-45deg);
  top: 11px;
}
.menu__toggle.active::after {
  transform: rotate(45deg);
  bottom: 11px;
}
.menu__toggle.active span::before {
  opacity: 0;
}
@media only screen and (min-width: 64em) {
  .menu__toggle {
    display: none;
  }
}

/* Primary menu */
.menu {
  list-style: none;
  /* Sub Menu */
  /* Login button */
  /* Language Menu */
}
.menu--primary {
  margin-top: calc(1.38em + (1.125vw));
}
@media only screen and (min-width: 64em) {
  .menu--primary {
    display: flex;
    align-items: center;
    height: 20px;
    margin-top: 0;
  }
}
.menu__item {
  display: block;
  margin-top: 3px;
  margin-left: calc(calc(1.38em + (1.125vw)) / 2);
  min-height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu__item img {
  display: block;
  width: 20px;
  margin-bottom: 5px;
}
.menu__item .menu__item img {
  margin-bottom: 0;
}
.menu__item.current > a {
  color: #87AA44;
}
.menu__item.current > .icon-arrow-down {
  fill: #87AA44;
}
@media only screen and (min-width: 64em) {
  .menu__item {
    display: flex;
    align-items: center;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.menu a {
  color: #185970;
  text-decoration: none;
}
.menu a:hover {
  color: #87AA44;
}
.menu .icon-arrow-down {
  position: absolute;
  top: 12px;
  right: 0;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-bottom: 3px;
  fill: #185970;
}
@media only screen and (min-width: 64em) {
  .menu .icon-arrow-down {
    position: relative;
    top: unset;
    right: unset;
  }
}
.menu--sub {
  background-color: #e6e6e9;
  padding: 3px calc(calc(1.38em + (1.125vw)) / 3);
  margin-top: 12px;
}
.menu--sub .menu__item {
  margin-top: 0;
  margin-left: 0;
  height: 42px;
  min-width: 200px;
  border-top: 1px solid #a3bdc6;
}
.menu--sub .menu__item:first-child {
  border-top: none;
}
@media only screen and (min-width: 64em) {
  .menu--sub .menu__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .menu--sub {
    margin-top: unset;
  }
}
.menu__login::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: -2px;
  left: 0;
  background-color: #185970;
}
@media only screen and (min-width: 64em) {
  .menu__login {
    position: relative;
    padding-left: calc(calc(1.38em + (1.125vw)) / 2);
  }
  .menu__login::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 23px;
    top: 10px;
    left: 0;
    background-color: #185970;
  }
}
.menu__language .menu__item {
  min-width: unset;
  width: 50px;
}

.menu--primary {
    font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
    font-size: calc(1.0903703704rem + (1.125vw / 10));
    text-transform: uppercase;
}

/* Superfish Menu Styles */
.sf-menu, .sf-menu * {
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: relative;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
@media only screen and (min-width: 64em) {
  .sf-menu ul {
    position: absolute;
  }
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/* ## Cart Area
---------------------------------------------------------------------- */
.shop__cart {
  display: flex;
  align-items: center;
  height: 32px;
  width: 32px;
  margin-left: calc(calc(1.38em + (1.125vw)) / 2);
  background-color: transparent;
  border: 2px solid #185970;
  border-radius: 2em;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.shop__cart:hover {
  background-color: #e8eef1;
}
.shop__cart--quantity, .shop__cart--price, .shop__cart--countdown {
  display: none;
}
.shop__cart .icon-shopping-cart {
  margin-left:-5px;
  height: 16px;
  fill: #185970;
}

/* # 010 Site Content
---------------------------------------------------------------------------------------------------- */
.content p {
  max-width: 80ch;
}

/* ## Content Grid
---------------------------------------------------------------------- */
.content {
  padding-top: calc(calc(1.38em + (1.125vw)) / 2);
}
.content__grid {
  position: relative;
}
.content__grid--header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: calc(calc(1.38em + (1.125vw)) / 2);
}
@media only screen and (min-width: 48em) {
  .content__grid--header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.content__grid .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: calc(calc(1.38em + (1.125vw)) / 2);
}
@media only screen and (min-width: 37em) {
  .content__grid .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 64em) {
  .content__grid .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
    .content__grid .vwrap {
        grid-template-columns: repeat(3, 1fr);
    }
}
.content__grid.card__button--big {
  margin-top: calc(calc(1.38em + (1.125vw)) / 2);
}
@media only screen and (min-width: 37em) {
  .content__grid .card__button {
    grid-column: 2/span 1;
  }
}
@media only screen and (min-width: 64em) {
  .content__grid .card__button {
    grid-column: 4/span 1;
  }
}
@media only screen and (min-width: 64em) {
  .content__grid .coll__2 {
    grid-column: span 2;
  }
  .content__grid .coll__2.card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    padding: 0;
  }
  .content__grid .coll__2.card .card__image--gradient {
    background: linear-gradient(to right, transparent 0, transparent 30%, rgba(0, 0, 0, 0.65) 100%);
  }
  .content__grid .coll__2.card .card__content {
    padding: calc(calc(1.38em + (1.125vw)) / 2);
    grid-column: 3/span 3;
    align-self: end;
  }
  .content__grid .coll__2 a.button {
    max-width: 260px;
  }
}
@media only screen and (min-width: 100em) {
  .content__grid .coll__2.card {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(calc(1.38em + (1.125vw)) / 2);
  }
  .content__grid .coll__2.card .card__content {
    grid-column: 2/span 1;
  }
}

h2.content__grid--header {
  position: relative;
  display: block;
  font-size: calc(2.7976554108rem + (1.125vw / 10));
  margin-bottom: 0;
  width: 100%;
}
h2.content__grid--header::after {
  display: none;
  position: absolute;
  content: "";
  width: 20%;
  min-width: 5ch;
  height: 2px;
  background-color: #185970;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 48em) {
  h2.content__grid--header {
    width: auto;
  }
}

.content__grid--header a.button__big {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 2em;
  border: 3px solid #185970;
  background-color: #FAFAFA;
  font-size: calc(1.38rem + (1.125vw / 10));
  line-height: 1.265625;
  color: #185970;
  text-decoration: none;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 20px;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.content__grid--header a.button__big .icon-link-arrow-right {
  fill: #185970;
  width: 25px;
  margin-left: calc(1.38em + (1.125vw));
}
.content__grid--header a.button__big:hover {
  background-color: #e8eef1;
}
@media only screen and (min-width: 48em) {
  .content__grid--header a.button__big {
    width: auto;
  }
}

/* ## Cards
---------------------------------------------------------------------- */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FAFAFA;
  height: 360px;
  background-color: transparent;
  border-radius: 23px;
  overflow: hidden;
  padding: calc(calc(1.38em + (1.125vw)) / 2);
  transition: 0.75s transform cubic-bezier(0.23, 1, 0.32, 1);
}
.card:hover {
  box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.038), 0 22.3px 17.9px rgba(0, 0, 0, 0.066), 0 100px 80px rgba(0, 0, 0, 0.07);
  transform: scale(1.025) translateY(0px) rotate(0deg);
  transition-delay: 0s;
}
@media (orientation: portrait) and (min-width: 64em) {
  .card {
    max-height: 450px;
  }
}
.card__image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.card__image--gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
}
.card__image img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card header {
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.card__header {
  color: #FAFAFA;
  margin-bottom: 0;
}
.card__meta {
  position: relative;
  font-size: calc(1.38rem + (1.125vw / 10));
  line-height: 1.265625;
}
.card__meta p {
  margin-top: 0;
}
.card__category--link {
  text-decoration: none;
}
.card__category {
  padding: calc(calc(1.38em + (1.125vw)) / 2);
}
.card__category .card__header {
  font-size: calc(2.7976554108rem + (1.125vw / 10));
  line-height: 1;
  font-weight: 900;
  margin-bottom: calc(calc(1.38em + (1.125vw)) / 3);
}
.card a.button {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 2em;
  background-color: #97BF4C;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  color: #FAFAFA;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  margin-top: calc(calc(1.38em + (1.125vw)) / 2);
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.card a.button:hover {
  background-color: #79993d;
}

/* # 010 Site Content Event
---------------------------------------------------------------------------------------------------- */
.event .site__container {
  overflow: unset;
}
.event .site__inner {
  position: relative;
}
.event .site__inner .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  z-index: 20;
}
.event .site__inner .wrap main {
  order: 2;
}
@media only screen and (min-width: 48em) {
  .event .site__inner .wrap main {
    padding-top: 0;
    order: 1;
    grid-column: 1/span 1;
  }
}
.event .site__inner .wrap aside {
  margin-top: calc(calc(1.38em + (1.125vw)) / 2);
  order: 1;
  width: 100%;
  z-index: 20;
}
.event .site__inner .wrap aside h3 {
  display: none;
}
@media only screen and (min-width: 48em) {
  .event .site__inner .wrap aside h3 {
    display: block;
    color: #000023;
    font-size: calc(1.7465625rem + (1.125vw / 10));
    margin-bottom: calc(calc(1.38em + (1.125vw)) / 3);
  }
}
@media only screen and (min-width: 48em) {
  .event .site__inner .wrap aside {
    margin-top: 0;
    order: 2;
    grid-column: 2/span 1;
    grid-row: 1/span 2;
  }
}
@media only screen and (min-width: 48em) {
  .event .site__inner .wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    gap: calc(1.38em + (1.125vw));
  }
}
.event .site__inner .content {
  width: 100%;
}

/* ## Featured Image
---------------------------------------------------------------------- */
.event__featured {
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 48em) {
  .event__featured {
    grid-column: 1/span 1;
  }
}
@media only screen and (min-width: 64em) {
    .event__featured {
        display: flex;
        /*justify-content: center;*/
        justify-content: left;
    }
}

.event__featured--header {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: calc(calc(1.38em + (1.125vw)) / 2);
  color: #FAFAFA;
  z-index: 100;
}
.event__featured--header h2 {
  position: relative;
  font-size: calc(3.5407826293rem + (1.125vw / 10));
  font-size: clamp(3rem, 2.5vw, 6rem);
  color: #FAFAFA;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 48em) {
  .event__featured--header h2 {
    margin-bottom: 0.2em;
  }
}
@media only screen and (min-width: 100em) {
  .event__featured--header h2 {
    margin-bottom: 0.1em;
  }
}
@media only screen and (min-width: 64em) {
    .event__featured--header {
        /*padding-left: 0;*/
        padding-left: 20px;
        padding-right: 0;
        padding-bottom: calc(calc(1.38em + (1.125vw)) / 2);
        width: 90%;
        max-width: 1280px;
    }
}

.event__image {
  position: relative;
  display: block;
  box-shadow: 0 0.6px 0.6px rgba(0, 0, 0, 0.02), 0 1.3px 1.3px rgba(0, 0, 0, 0.028), 0 2.5px 2.5px rgba(0, 0, 0, 0.035), 0 4.5px 4.5px rgba(0, 0, 0, 0.042), 0 8.4px 8.4px rgba(0, 0, 0, 0.05), 0 20px 20px rgba(0, 0, 0, 0.07);
  z-index: 20;
}
.event__image--gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
}
.event__image img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ## Tabs
---------------------------------------------------------------------- */
.tab-panels ul {
  display: flex;
  margin: 0;
  padding: 0;
}

    .tab-panels ul li {
        display: block;
        list-style-type: none;
        background: #f2f2f4;
        margin: 0;
        width: 100%;
        max-width: 80ch;
        padding: 0.8em 1.2em 0.7em 1em;
        border-right: 2px solid #FAFAFA;
        font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
        font-size: calc(1.2266666667rem + (1.125vw / 10));
        color: #185970;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }
.tab-panels ul li:first-child {
  border-top-left-radius: 11px;
}
.tab-panels ul li:last-child {
  border-top-right-radius: 11px;
  border-left: 0;
}
@media only screen and (min-width: 48em) {
  .tab-panels ul li {
    font-size: calc(1.38rem + (1.125vw / 10));
  }
}
@media only screen and (min-width: 64em) {
  .tab-panels ul li {
    font-size: calc(1.5525rem + (1.125vw / 10));
  }
}

.tab-panels ul li:hover {
  background: #d9d9de;
}

.tab-panels ul li.active {
  background: #d9d9de;
}

.tab-panels .panel {
  display: none;
  padding-top: calc(calc(1.38em + (1.125vw)) / 2);
}

.tab-panels .panel.active {
  display: block;
}

/* ## Aside
---------------------------------------------------------------------- */
.event__buttons {
  align-self: flex-start;
}
.event__buttons .button__event {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50%;
  border-radius: 0;
  z-index: 1000;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 48em) {
  .event__buttons .button__event {
    position: relative;
    border-radius: 2em;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: calc(calc(1.38em + (1.125vw)) / 2);
    width: 100%;
  }
}
.event__buttons .button__giftcard {
  position: fixed;
  left: 0;
  bottom: 0;
  margin-top: 0;
  width: 50%;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #185970;
  border-radius: 0;
  border: 2px solid #185970;
  background-color: white;
  text-shadow: none;
  z-index: 1000;
}
.event__buttons .vbutton__giftcard {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 0;
   
    padding-top: 14px;
    padding-bottom: 14px;
    color: #185970;
   
    border: 2px solid #185970;
    background-color: #e6e6e9;
    text-shadow: none;
    z-index: 1000;
}
.event__buttons .button__giftcard:hover {
  background-color: #d1dee2;
}
.event__buttons .vbutton__giftcard:hover {
    background-color: #d1dee2;
}
@media only screen and (min-width: 48em) {
  .event__buttons .button__giftcard {
    position: relative;
    border-radius: 2em;
    padding-top: 10px;
    padding-bottom: 9px;
    margin-bottom: calc(calc(1.38em + (1.125vw)) / 2);
    width: 100%;
  }
    .event__buttons .vbutton__giftcard {
        position: relative;
        border-radius: 2em;
        padding-top: 10px;
        padding-bottom: 9px;
      
        width: 100%;
    }
}
.event__buttons .some {
  margin-bottom: calc(1.38em + (1.125vw));
  justify-content: center;
}
.event__buttons .some__header {
    color: #185970;
    font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
    font-size: calc(1.38rem + (1.125vw / 10));
    line-height: 1.265625;
    text-align: center;
    margin-top: calc(1.38em + (1.125vw));
    margin-bottom: calc(calc(1.38em + (1.125vw)) / 3);
}
.event__buttons .some .some__icon--facebook {
  background-color: #43609C;
}
.event__buttons .some .some__icon--facebook-messenger {
  background: #00b2ff;
  background: linear-gradient(180deg, #00b2ff 0%, #006aff 100%);
}
.event__buttons .some .some__icon--linkedin {
  background-color: #0072B1;
}
@media only screen and (min-width: 48em) {
  .event__buttons {
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
  }
}
@media only screen and (min-width: 64em) {
  .event__buttons {
    top: 6em;
  }
}

.event__meta--prices {
  font-size: calc(1.38rem + (1.125vw / 10));
}

.event__icon--location,
.event__icon--dates,
.event__icon--website {
  display: flex;
  align-items: center;
  margin-bottom: calc(calc(1.38em + (1.125vw)) / 2);
}
.event__icon--location p,
.event__icon--dates p,
.event__icon--website p {
  margin-top: 3px;
  margin-bottom: 0;
}
.event__icon--location svg,
.event__icon--dates svg,
.event__icon--website svg {
  margin-right: 10px;
  fill: #185970;
}
    .event__icon--location a,
    .event__icon--dates a,
    .event__icon--website a {
        font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
        font-weight: 300;
    }

/* # 010 Site Content Event Tickets
---------------------------------------------------------------------------------------------------- */
.contact--header,
.event__tickets--header {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: calc(calc(1.38em + (1.125vw)) / 2);
  padding-bottom: calc(calc(1.38em + (1.125vw)) / 2);
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
}
.contact--header-area,
.event__tickets--header-area {
  display: flex;
  align-items: center;
  color: #185970;
}
.contact--header-area img,
.event__tickets--header-area img {
  height: 80px;
  width: auto;
  margin-right: calc(calc(1.38em + (1.125vw)) / 2);
}
.contact--header-area h2,
.event__tickets--header-area h2 {
  display: block;
  margin-bottom: 0.1em;
}
.contact--header-area p,
.event__tickets--header-area p {
  font-size: calc(1.38rem + (1.125vw / 10));
  line-height: 1.265625;
  margin-bottom: 0.1em;
}
@media only screen and (min-width: 48em) {
  .contact--header-area,
.event__tickets--header-area {
    max-width: calc(63% - calc(calc(1.38em + (1.125vw)) / 2));
  }
}
.contact--header .wrap,
.event__tickets--header .wrap {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1280px;
}
@media only screen and (min-width: 48em) {
  .contact--header .wrap,
.event__tickets--header .wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.contact--header .button__big,
.event__tickets--header .button__big {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 2em;
  border: 2px solid #185970;
  background-color: #FAFAFA;
  font-size: calc(1.38rem + (1.125vw / 10));
  line-height: 1.265625;
  color: #185970;
  text-decoration: none;
  text-shadow: none;
  margin: calc(calc(1.38em + (1.125vw)) / 2) auto 0;
  padding: 8px 20px;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.contact--header .button__big .icon-link-arrow-right,
.event__tickets--header .button__big .icon-link-arrow-right {
  fill: #185970;
  width: 25px;
  margin-left: calc(1.38em + (1.125vw));
}
.contact--header .button__big:hover,
.event__tickets--header .button__big:hover {
  background-color: #e8eef1;
}
@media only screen and (min-width: 48em) {
  .contact--header .button__big,
.event__tickets--header .button__big {
    margin: 0;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .contact .site__inner > .wrap,
.event__tickets .site__inner > .wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    gap: calc(calc(1.38em + (1.125vw)) / 2);
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
    padding-top: calc(1.38em + (1.125vw));
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .contact .site__inner > .wrap,
.event__tickets .site__inner > .wrap {
    grid-template-columns: 5fr 2fr;
  }
}

@media only screen and (min-width: 64em) and (min-width: 80em) {
  .contact .site__inner > .wrap,
.event__tickets .site__inner > .wrap {
    grid-template-columns: 3fr 1fr;
  }
}

@media only screen and (min-width: 64em) {
  .contact .site__inner .content,
.event__tickets .site__inner .content {
    padding-top: 0;
    width: 100%;
  }
}
.contact--notes,
.event__tickets--notes {
  margin-top: calc(1.38em + (1.125vw));
}

.event__tickets--tocart {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: flex-start;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  padding: calc(calc(1.38em + (1.125vw)) / 2);
  background-color: #e6e6e9;
  z-index: 1000;
}
.event__tickets--tocart-item {
  display: none;
}
@media only screen and (min-width: 48em) {
  .event__tickets--tocart-item {
    display: block;
  }
}
.event__tickets--tocart dl {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: auto;
  margin: calc(calc(1.38em + (1.125vw)) / 3) 0 0 0;
  width: 100%;
  font-size: calc(1.2266666667rem + (1.125vw / 10));
  line-height: 1.265625;
  order: 1;
}
.event__tickets--tocart dl:first-child {
  margin-top: 0;
}
    .event__tickets--tocart dl a {
        font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: #000023;
    }
.event__tickets--tocart dd {
  margin: 0 0 calc(calc(1.38em + (1.125vw)) / 4) 0;
}
.event__tickets--tocart .button {
  width: 48%;
  margin-top: calc(calc(1.38em + (1.125vw)) / 2);
  order: 3;
 
}
@media only screen and (min-width: 48em) {
  .event__tickets--tocart .button {
    order: 2;
  }
}
.event__tickets--tocart .button.button__giftcard {
  color: #185970;
  border: 2px solid #185970;
  background-color: transparent;
  text-shadow: none;
  order: 2;
}
.event__tickets--tocart .button.button__giftcard:hover {
  background-color: #d1dee2;
}
@media only screen and (min-width: 48em) {
  .event__tickets--tocart .button.button__giftcard {
    margin-top: calc(calc(1.38em + (1.125vw)) / 2);
    order: 3;
  }
}
@media only screen and (min-width: 48em) {
  .event__tickets--tocart .button {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .event__tickets--tocart {
    position: -webkit-sticky;
    position: sticky;
    top: 5em;
    border-radius: 11px;
  }
}
.event__tickets--price {
  text-align: right;
}
.event__tickets--currency {
  margin-left: 10px;
}
.event__tickets .event__tickets--total {
    font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
    margin-bottom: calc(calc(1.38em + (1.125vw)) / 2);
    margin-top: calc(calc(1.38em + (1.125vw)) / 3);
}
@media only screen and (min-width: 48em) {
  .event__tickets .event__tickets--total {
    margin-bottom: calc(1.38em + (1.125vw));
  }
}

.event__tickets--tocart-item.event__tickets--currency,
.event__tickets--total.event__tickets--currency {
  text-align: right;
}

.event__tickets--accordion.event__tickets--accordion-info li {
  padding-top: unset;
}

/* # 010 Site Content Accordion
---------------------------------------------------------------------------------------------------- */
.event__tickets--accordion .transition,
.event__tickets--accordion ul li i:before,
.event__tickets--accordion ul li i:after,
.event__tickets--accordion .contact--list,
.event__tickets--accordion .event__tickets--list,
.contact__faq--accordion .transition,
.contact__faq--accordion ul li i:before,
.contact__faq--accordion ul li i:after,
.contact__faq--accordion .contact--list,
.contact__faq--accordion .event__tickets--list {
  transition: all 0.25s ease-in-out;
}
.event__tickets--accordion .flipIn, .event__tickets--accordion ul li, .event__tickets--accordion h1,
.contact__faq--accordion .flipIn,
.contact__faq--accordion ul li,
.contact__faq--accordion h1 {
  -webkit-animation: flipdown 0.5s ease both;
          animation: flipdown 0.5s ease both;
}
.event__tickets--accordion .no-select, .event__tickets--accordion h2,
.contact__faq--accordion .no-select,
.contact__faq--accordion h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.event__tickets--accordion h2,
.contact__faq--accordion h2 {
    font-size: calc(1.38rem + (1.125vw / 10));
    line-height: 1.265625;
    font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: #e6e6e9;
    border-radius: 11px;
    padding: 12px 50px 8px 20px;
}
.event__tickets--accordion-info h2,
.contact__faq--accordion-info h2 {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0px 50px 8px 0px;
}
.event__tickets--accordion-info h2 span,
.contact__faq--accordion-info h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #e6e6e9;
  border-radius: 6px;
  margin-right: calc(calc(1.38em + (1.125vw)) / 4);
}
.event__tickets--accordion-info h2 span .icon-info,
.contact__faq--accordion-info h2 span .icon-info {
  fill: #185970;
  width: 12px;
  height: 12px;
}
.event__tickets--accordion .contact--list,
.event__tickets--accordion .event__tickets--list,
.contact__faq--accordion .contact--list,
.contact__faq--accordion .event__tickets--list {
  position: relative;
  /*overflow: hidden;*/
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
}
.event__tickets--accordion ul,
.contact__faq--accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.event__tickets--accordion ul li,
.contact__faq--accordion ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
}
.event__tickets--accordion ul li:nth-of-type(1),
.contact__faq--accordion ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.event__tickets--accordion ul li:nth-of-type(2),
.contact__faq--accordion ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.event__tickets--accordion ul li:nth-of-type(3),
.contact__faq--accordion ul li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
    .event__tickets--accordion ul li:nth-of-type(4),
    .contact__faq--accordion ul li:nth-of-type(4) {
        -webkit-animation-delay: 1.25s;
        animation-delay: 1.25s;
    }
    .event__tickets--accordion ul li:nth-of-type(5),
    .contact__faq--accordion ul li:nth-of-type(5) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
.event__tickets--accordion ul li:last-of-type,
.contact__faq--accordion ul li:last-of-type {
  padding-bottom: 0;
}
.event__tickets--accordion ul li i,
.contact__faq--accordion ul li i {
  position: absolute;
  margin-top: 14px;
  right: 20px;
}
.event__tickets--accordion ul li i .icon-minus,
.event__tickets--accordion ul li i .icon-plus,
.contact__faq--accordion ul li i .icon-minus,
.contact__faq--accordion ul li i .icon-plus {
  fill: #185970;
  height: 16px;
  width: 16px;
}
.event__tickets--accordion ul li i .icon-plus,
.contact__faq--accordion ul li i .icon-plus {
  display: none;
}
.event__tickets--accordion ul li input[type=checkbox],
.contact__faq--accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.event__tickets--accordion ul li input[type=checkbox]:checked ~ .contact--list,
.event__tickets--accordion ul li input[type=checkbox]:checked ~ .event__tickets--list,
.contact__faq--accordion ul li input[type=checkbox]:checked ~ .contact--list,
.contact__faq--accordion ul li input[type=checkbox]:checked ~ .event__tickets--list {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.event__tickets--accordion ul li input[type=checkbox]:checked ~ i .icon-minus,
.contact__faq--accordion ul li input[type=checkbox]:checked ~ i .icon-minus {
  display: none;
}
.event__tickets--accordion ul li input[type=checkbox]:checked ~ i .icon-plus,
.contact__faq--accordion ul li input[type=checkbox]:checked ~ i .icon-plus {
  display: block;
}
.event__tickets--accordion ul li input[type=checkbox]:checked ~ i:before,
.contact__faq--accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.event__tickets--accordion ul li input[type=checkbox]:checked ~ i:after,
.contact__faq--accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.event__tickets--accordion.event__tickets--accordion-info ul li i {
  margin-top: 5px;
}

.contact__faq--accordion ul li {
  padding-top: unset;
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.event__tickets--list-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: calc(calc(1.38em + (1.125vw)) / 3);
  font-size: calc(1.2266666667rem + (1.125vw / 10));
}
@media only screen and (min-width: 48em) {
  .event__tickets--list-content {
    grid-template-columns: 3fr 1fr 1fr 1fr;
    row-gap: calc(calc(1.38em + (1.125vw)) / 2);
  }
}
@media only screen and (min-width: 80em) {
  .event__tickets--list-content {
    grid-template-columns: 4fr 1fr 1fr 1fr;
    row-gap: calc(calc(1.38em + (1.125vw)) / 2);
  }
}

.event__tickets--name {
  display: flex;
  align-items: center;
  grid-column: span 3;
}
@media only screen and (min-width: 48em) {
  .event__tickets--name {
    grid-column: unset;
  }
}

.event__tickets--numbers {
  display: flex;
  align-items: center;
  margin-bottom: calc(1.38em + (1.125vw));
}
.event__tickets--numbers input {
  background-color: transparent;
  text-align: center;
  width: 40px;
  border: none;
  border-radius: 0;
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .event__tickets--numbers {
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 64em) {
  .event__tickets--numbers {
    justify-content: center;
  }
}

.event__tickets--limited {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(1.38em + (1.125vw));
}
@media only screen and (min-width: 48em) {
  .event__tickets--limited {
    grid-column: unset;
    margin-bottom: unset;
  }
}

.event__tickets--costs {
    display: flex; /*flex*/
    align-items: center;
    justify-content: flex-end; /*flex-end*/
    grid-column: 3/span 1;
    margin-bottom: calc(1.38em + (1.125vw));
}
@media only screen and (min-width: 48em) {
  .event__tickets--costs {
    grid-column: unset;
    margin-bottom: unset;
  }
}

.event__tickets--minus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  border-radius: 20em;
  background-color: #ccccd3;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.event__tickets--minus svg {
  fill: #FAFAFA;
  height: 12px;
  width: 12px;
}
.event__tickets--minus:last-child {
  margin-right: 0;
}
.event__tickets--minus:hover {
  background-color: #AA4444;
}
@media only screen and (min-width: 80em) {
  .event__tickets--minus {
    height: 38px;
    width: 38px;
  }
  .event__tickets--minus svg {
    fill: #FAFAFA;
    height: 16px;
    width: 16px;
  }
}

.active .event__tickets--minus {
  background-color: #AA4444;
}
.active .event__tickets--minus:hover {
  background-color: #883636;
}

.event__tickets--plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  border-radius: 20em;
  background-color: #185970;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.event__tickets--plus svg {
  fill: #FAFAFA;
  height: 12px;
  width: 12px;
}
.event__tickets--plus:last-child {
  margin-right: 0;
}
.event__tickets--plus:hover {
  background-color: #97BF4C;
}
@media only screen and (min-width: 80em) {
  .event__tickets--plus {
    height: 38px;
    width: 38px;
  }
  .event__tickets--plus svg {
    fill: #FAFAFA;
    height: 16px;
    width: 16px;
  }
}

.event__tickets--info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  border-radius: 20em;
  border: none;
  background-color: #749ba9;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.event__tickets--info svg {
  fill: #FAFAFA;
  height: 10px;
  width: 10px;
  -webkit-filter: drop-shadow(0px 0px 5px #000023);
          filter: drop-shadow(0px 0px 5px #000023);
}
.event__tickets--info:last-child {
  margin-right: 0;
}
.event__tickets--info:hover {
  background-color: #467a8d;
}
    .event__tickets--info:before {
        content: attr(data-tooltip);
        position: absolute;
        width: 180px;
        background-color: #000023;
        /*font-size: calc(1.0903703704rem + (1.125vw / 10));*/
        font-size: 12px;
        color: #FAFAFA;
        text-align: left;
        padding: 12px;
        border-radius: 6px;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.6s;
        bottom: 125%;
        left: 50%;
        margin-left: -84px;
    }
.event__tickets--info:after {
  content: "";
  position: absolute;
  bottom: 75%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s;
  border-color: #000023 transparent transparent transparent;
}
.event__tickets--info:hover:before, .event__tickets--info:hover:after, .event__tickets--info:active:before, .event__tickets--info:active:after {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.limited {
    display: block;
    font-size: calc(1.0903703704rem + (1.125vw / 10));
    font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #185970;
    background-color: #E6B85C;
    padding: 8px 8px 5px 8px;
    border-radius: 4px;
}

.extra {
    display: block;
    font-size: calc(1.0903703704rem + (1.125vw / 10));
    font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #FAFAFA;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
    width: 100%;
    background-color: #97BF4C;
    margin-right: 5px;
    padding: 8px 8px 5px 8px;
    border-radius: 4px;
}

.soldout {
    display: block;
    font-size: calc(1.2266666667rem + (1.125vw / 10));
    font-family: "Roboto-Black", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #AA4444;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.waitinglist {
    display: block;
    font-size: calc(1.0903703704rem + (1.125vw / 10));
    font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #FAFAFA;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
    width: 100%;
    background-color: #185970;
    padding: 8px 8px 5px 8px;
    border-radius: 4px;
}
.waitinglist:hover {
  background-color: #13475a;
}

/* # 010 Site Content Contact
---------------------------------------------------------------------------------------------------- */
.contact__form .wrap {
  margin: 0 auto;
  width: 90%;
}
.contact__icon--ticket, .contact__icon--faq, .contact__icon--form {
  display: flex;
  align-items: center;
  font-size: calc(1.38rem + (1.125vw / 10));
  line-height: 1;
  color: #000023;
}
.contact__icon--ticket svg, .contact__icon--faq svg, .contact__icon--form svg {
  margin-right: calc(calc(1.38em + (1.125vw)) / 4);
  width: 1em;
  height: 1em;
  fill: #66667b;
}
.contact--notes {
  margin-top: unset;
  margin-bottom: calc(1.38em + (1.125vw));
}
@media only screen and (min-width: 48em) {
  .contact .site__inner > .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: calc(calc(1.38em + (1.125vw)) / 2);
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
  }
  .contact .site__inner > .wrap .content {
    width: 100%;
  }
  .contact__form {
    padding-top: calc(calc(1.38em + (1.125vw)) / 2);
  }
  .contact__form .wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .contact .site__inner > .wrap {
    grid-template-columns: 2fr 1fr;
  }
  .contact__form {
    padding-top: unset;
  }
  .contact__form input[type=submit] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
  }
}

/* # 010 Site Content Login
---------------------------------------------------------------------------------------------------- */
.login--header {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: calc(calc(1.38em + (1.125vw)) / 2);
  padding-bottom: calc(calc(1.38em + (1.125vw)) / 2);
  border-top: 1px solid #d1dee2;
}
.login--header-area {
  display: flex;
  align-items: center;
  color: #185970;
}
.login--header-area h2 {
  display: block;
  margin-bottom: 0;
}
.login--header .wrap {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 380px;
}
.login--main {
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
.login--main input[type=submit] {
  margin-top: calc(calc(1.38em + (1.125vw)) / 4);
}
.login--main input[type=submit],
.login--main input[type=text],
.login--main input[type=password] {
  border-radius: 6px;
  border-color: #749ba9;
}
.login--main input[type=submit].login__password--forgotten {
  padding: 0;
  background-color: transparent;
  color: #185970;
  text-shadow: none;
  margin-top: calc(calc(1.38em + (1.125vw)) / 2);
  text-align: left;
}
.login--main input[type=submit].login__password--forgotten:hover {
  text-decoration: underline;
}
.login--main input[type=submit].login__new {
  background-color: #185970;
  margin-top: 0;
}
.login--main input[type=submit].login__new:hover {
  background-color: #0e3543;
}
.login .content {
  padding-top: 0;
}
.login .tool--tips {
  display: inline-block;
}
.login p {
  font-size: calc(1.2266666667rem + (1.125vw / 10));
}
.login__partner {
    display: flex;
    align-items: center;
    font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
    color: #185970;
    font-size: calc(1.38rem + (1.125vw / 10));
    text-decoration: none;
}
.login__partner svg {
  fill: #185970;
  margin-left: calc(calc(1.38em + (1.125vw)) / 4);
  transition: all 0.3s ease-in-out;
}
.login__partner:hover {
  text-decoration: underline;
}
.login__partner:hover svg {
  margin-left: calc(calc(1.38em + (1.125vw)) / 3);
}

.botton__facebook {
  display: flex;
  align-items: center;
  margin-top: unset;
  width: 100%;
  background-color: #43609C;
  border-radius: 6px;
}
.botton__facebook:hover {
  background-color: #43609C;
}
.botton__facebook span {
  position: relative;
  margin-top: 4px;
  padding-left: calc(calc(1.38em + (1.125vw)) / 2);
}
.botton__facebook span::after {
  position: absolute;
  content: "";
  top: -7px;
  left: 0;
  height: 28px;
  width: 1px;
  background-color: #FAFAFA;
}
.botton__facebook svg {
  position: relative;
  height: 18px;
  width: 18px;
  fill: #FAFAFA;
  margin-right: calc(calc(1.38em + (1.125vw)) / 2);
}

/* # 011 Struckture and layout
---------------------------------------------------------------------------------------------------- */
.site__footer {
  position: relative;
  background-color: #d9d9de;
  margin-top: calc(1.38em + (1.125vw));
}
.site__footer .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: calc(1.38em + (1.125vw));
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(calc(1.38em + (1.125vw)) * 2);
  padding-bottom: calc(calc(1.38em + (1.125vw)) * 2);
  width: 90%;
  max-width: 1280px;
}
@media only screen and (min-width: 37em) {
  .site__footer .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 64em) {
  .site__footer .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site__footer h4 {
  font-size: calc(1.5525rem + (1.125vw / 10));
  line-height: 1;
  font-weight: 900;
  color: #000023;
}

.menu__footer .menu__item {
  margin-left: 0;
  min-height: unset;
  padding: unset;
}
.menu__footer .menu__item a {
  color: #000023;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.menu__footer .menu__item a:hover {
  font-weight: 800;
}

.some {
  display: flex;
}
.some__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 20em;
  background-color: #185970;
  margin-right: calc(calc(1.38em + (1.125vw)) / 2);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.some__icon svg {
  fill: #FAFAFA;
  height: 15px;
  width: 15px;
}
.some__icon:last-child {
  margin-right: 0;
}
.some__icon:hover {
  background-color: #749ba9;
}

.socket {
  position: relative;
  padding: 14px 0 1px 0;
  font-size: calc(1.0903703704rem + (1.125vw / 10));
  color: #FAFAFA;
  text-align: center;
  background-color: #185970;
}

/* # 012 Flickity v2.2.2 - https://flickity.metafizzy.co
---------------------------------------------------------------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* # 013 Flikity Billetsalg
---------------------------------------------------------------------------------------------------- */
/* carousel height */
.carousel {
  height: 40vh;
  min-height: 500px;
}
@media only screen and (min-width: 64em) {
  .carousel {
    min-height: 350px;
  }
}
@media only screen and (min-width: 100em) {
  .carousel {
    min-height: 500px;
  }
}

/* cell inherit height from carousel */
.carousel-cell {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .carousel-cell {
    width: 50%;
  }
}

.flickity-page-dots {
  position: absolute;
  bottom: calc(calc(1.38em + (1.125vw)) / 2);
}

.flickity-page-dots .dot {
  background: #A2D6F9;
}

.carousel-cell .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  padding-bottom: calc(calc(1.38em + (1.125vw)) + 10px);
  width: 90%;
  height: 100%;
  color: #FAFAFA;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  z-index: 500;
}

.carousel-cell .button {
  margin-top: calc(calc(1.38em + (1.125vw)) / 4);
  max-width: 180px;
}

h2.carousel-cell__header {
  position: relative;
  font-size: calc(3.5407826293rem + (1.125vw / 10));
  font-size: clamp(3.6rem, 3vw, 18rem);
  color: #FAFAFA;
  margin-bottom: 0;
  margin-bottom: calc(calc(1.38em + (1.125vw)) / 4);
}
