body {
  min-height: 100vh;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  background-image: linear-gradient(90deg, #f3c145 0%, #e2893c 100%);
}
body .body-container {
  min-height: 100vh;
  padding-top: 30px;
  background-image: url("../images/v2/bg.png?v2");
  position: relative;
}
body .body-container .basket-container {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.21));
  background-color: #ffffff;
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
body .body-container .basket-container img {
  width: 34px;
  height: 34px;
}
body .body-container .basket-container .count {
  font-family: "Bungee", serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 24px;
  position: absolute;
  bottom: 37px;
  right: -24px;
  background-color: #c11c23;
}
body.webview .body-container .basket-container {
  top: 20px;
}
body.checkout .body-container .basket-container, body.payment-result .body-container .basket-container, body.orders .body-container .basket-container {
  display: none;
}

.main-header-container {
  /*background-image: url("../images/v2/home-main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;*/
  height: calc(100vh - 164px);
  position: relative;
  /*min-height: 750px;*/
}
.main-header-container .main-callout {
  min-height: 449px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/v2/main-top-separator.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -270px;
}
.main-header-container .main-callout .callout-button {
  font-family: "Bungee", serif;
  margin: 0 auto;
  border-radius: 29px;
  background-color: #1a2e4e;
  font-size: 21px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 18px 50px;
  display: inline-block;
  max-width: 90%;
  position: relative;
  top: 20px;
}
.main-header-container .main-callout .callout-button a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .main-header-container .main-callout {
    bottom: -200px;
    min-height: 350px;
  }
}
@media (max-width: 600px) {
  .main-header-container .main-callout {
    bottom: -140px;
    min-height: 250px;
  }
  .main-header-container .main-callout .callout-button {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
  }
}

.sales-menu {
  margin-top: -30px;
  background-color: #192e4d;
  color: white;
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 10px;
}
.sales-menu a {
  color: white;
}

/* Begin top menu */
.top-menu-container {
  max-width: 1410px !important;
  position: sticky;
  top: 33px;
  z-index: 99;
  margin-top: 30px;
}
.top-menu-container .top-menu {
  max-width: 1410px !important;
  display: flex;
  flex-direction: column;
  margin-left: 98px;
  width: calc(100% - 98px);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  font-family: "Bungee", serif;
}
.top-menu-container .top-menu-sales {
  top: 40px;
}
.top-menu-container .top-menu > div:first-child {
  height: 61px;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.21));
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  background-color: #9b428e;
  z-index: 3;
}
.top-menu-container .top-menu h1 {
  font-size: 53px;
  line-height: 55px;
  text-transform: uppercase;
  color: #192e4d;
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 1300px) {
  .top-menu-container .top-menu h1 {
    font-size: 33px;
    line-height: 35px;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 1301px) {
  .top-menu-container .top-menu .hamburger-container {
    display: none !important;
  }
}
.top-menu-container .top-menu .hamburger {
  margin-right: 40px;
  display: none;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px 10px;
}
.top-menu-container .top-menu .logo {
  position: absolute;
  left: -14px;
  top: -77px;
  z-index: 5;
}
.top-menu-container .top-menu .menu {
  display: flex;
  margin-left: 185px;
}
.top-menu-container .top-menu .menu.mindfeszt {
  margin-left: 140px;
}
.top-menu-container .top-menu .menu .item {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-right: 15px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}
.top-menu-container .top-menu .menu .item a {
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  padding: 12px 15px;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
.top-menu-container .top-menu .menu .item a.active {
  color: #f3c145;
}
.top-menu-container .top-menu .menu .item a.tickets {
  background-color: #e693ae;
  color: white;
}
.top-menu-container .top-menu .menu .item a.tickets:hover {
  background-color: #EC65A1;
}
.top-menu-container .top-menu .menu .item a.tickets.active {
  background-color: #EC65A1;
}
.top-menu-container .top-menu .social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.top-menu-container .top-menu .social-container img {
  margin-right: 17px;
}
@media (max-width: 1600px) {
  .top-menu-container .top-menu .social-container {
    display: none;
  }
}
.top-menu-container .top-menu .location, .top-menu-container .top-menu .language {
  width: 458px;
  max-width: 458px;
  height: 43px;
  border-bottom-left-radius: 23px;
  border-top-right-radius: 23px;
  background-color: #fabf00;
  font-size: 15px;
  line-height: 15px;
  font-family: "Bungee", serif;
  text-transform: uppercase;
  color: #9b428e;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 20px;
  font-weight: 400;
  z-index: 4;
  position: relative;
  top: -10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.top-menu-container .top-menu .location a, .top-menu-container .top-menu .language a {
  color: white;
}
.top-menu-container .top-menu .language {
  background-color: white;
  margin-left: 55px;
  padding-right: 15px;
  top: -53px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1700px) {
  .top-menu--- {
    margin: 30px 4% 0 10%;
    width: 86%;
  }
}
@media (max-width: 1400px) {
  .top-menu--- {
    margin: 30px 5% 0 13%;
    width: 82%;
  }
  .top-menu--- .menu .item {
    margin-right: 10px;
  }
  .top-menu--- .menu .item a {
    padding: 15px 27px;
  }
}
@media (max-width: 1300px) {
  .header-container {
    /*top: -132px !important;*/
  }
  .main-content {
    /*top: -132px !important;
    margin-bottom: -132px !important;*/
  }
  .top-menu-container .top-menu {
    margin: 0 !important;
    width: 100% !important;
    padding-left: 65px;
  }
  .top-menu-container .top-menu .logo {
    left: -14px;
  }
  .top-menu-container .top-menu > div:first-child {
    height: 62px;
    border-bottom-right-radius: 20px;
  }
  .top-menu-container .top-menu .location, .top-menu-container .top-menu .language {
    height: 37px;
    width: 480px;
    max-width: 480px;
  }
  .top-menu-container .top-menu .language {
    top: -47px;
  }
  .top-menu-container .top-menu .hamburger {
    display: block;
    z-index: 2;
  }
  .top-menu-container .top-menu > div.w-100 > .menu {
    display: none;
  }
  .top-menu-container .top-menu .navbar-collapse {
    width: 100%;
    position: absolute;
    left: 0;
    top: 31px;
    z-index: 0;
    background-color: #9B428E;
    border-bottom-left-radius: 37px;
    border-bottom-right-radius: 37px;
  }
  .top-menu-container .top-menu .navbar-collapse .menu {
    flex-direction: column;
    padding: 1rem;
    margin-left: 0;
    margin-top: 55px;
  }
}
@media (max-width: 800px) {
  .top-menu-container .top-menu .logo {
    left: -6px;
    top: -30px;
  }
  .top-menu-container .top-menu .logo img {
    width: 200px;
  }
  .top-menu-container .top-menu .location, .top-menu-container .top-menu .language {
    height: 26px;
    width: 26xpx;
    max-width: 265px;
    font-size: 9px;
    line-height: 9px;
  }
  .top-menu-container .top-menu .language {
    top: -26px;
    display: none;
  }
}
@media (max-width: 515px) {
  .top-menu-container .top-menu .location, .top-menu-container .top-menu .language {
    height: 26px;
    width: 265px;
    max-width: 265px;
    font-size: 9px;
    line-height: 9px;
  }
  .top-menu-container .top-menu .language {
    top: -26px;
    display: none;
  }
}
@media (max-width: 430px) {
  .top-menu-container .top-menu .language {
    display: none;
  }
}
@media (max-width: 370px) {
  .top-menu-container .top-menu .location, .top-menu-container .top-menu .language {
    display: none;
  }
}
/* End of top menu */
.header-container {
  display: flex;
  justify-content: center;
  position: relative;
  top: -218px;
}
.header-container .header-callout {
  background-color: #0191cc;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}
.header-container .header-callout .callout-text {
  font-size: 53px;
  line-height: 53px;
  text-transform: uppercase;
  color: #fefeff;
}
.header-container .header-callout .callout-button {
  margin: 0 auto;
  border-radius: 41px;
  background-color: #f2c54d;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 17px 28px;
  display: inline-block;
  max-width: 90%;
}
.header-container .header-callout .callout-button a {
  color: inherit;
  text-decoration: none;
}
.header-container header {
  margin-top: 200px;
  max-width: 1550px;
  margin-left: 110px;
  margin-right: 110px;
  width: 100%;
  position: relative;
}
.header-container header h1 {
  font-size: 38px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Bungee", serif;
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 1300px) {
  .header-container header h1 {
    font-size: 33px;
    line-height: 35px;
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.lineup-container .lineup-main {
  position: relative;
  top: -121px;
  background-color: #0191cc;
  padding: 10px 15%;
}
.lineup-container .lineup-main .lineup-title {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bungee", serif;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 3rem;
}
.lineup-container .lineup-main .performer {
  padding: 10px 35px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bungee", serif;
  font-size: 17px;
}
.lineup-container .lineup-main .bg-1 {
  background-color: #f18d13;
}
.lineup-container .lineup-main .bg-2 {
  background-color: #da5f9e;
}
.lineup-container .lineup-main .bg-3 {
  background-color: #eabf3d;
}
.lineup-container .lineup-main .bg-4 {
  background-color: #1c2e4d;
}
@media (max-width: 900px) {
  .lineup-container .lineup-main {
    padding: 40px 10%;
  }
  .lineup-container .lineup-main .performer {
    padding: 8px 25px;
    font-size: 16px;
  }
  .lineup-container .lineup-main .lineup-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 750px) {
  .lineup-container .lineup-main {
    padding: 30px 5%;
  }
  .lineup-container .lineup-main .performer {
    padding: 7px 15px;
    font-size: 16px;
  }
  .lineup-container .lineup-main .lineup-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 570px) {
  .lineup-container .lineup-main {
    padding: 30px 5%;
  }
  .lineup-container .lineup-main .performer {
    padding: 6px;
    font-size: 14px;
  }
  .lineup-container .lineup-main .lineup-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 450px) {
  .lineup-container .lineup-main {
    padding: 30px 5%;
  }
  .lineup-container .lineup-main .performer {
    font-size: 13px;
  }
  .lineup-container .lineup-main .lineup-title {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.tickets-description-container .tickets-description-text-container {
  padding: 50px 0;
  color: #192e4d;
  font-weight: 500;
}
.tickets-description-container .tickets-description-text-container .description-text {
  z-index: 3;
  font-size: 16px;
  line-height: 20px;
}
.tickets-description-container .tickets-description-text-container .description-text .title {
  font-size: 20px;
  line-height: 26px;
  font-family: "Bungee", serif;
  text-transform: uppercase;
}
.tickets-description-container .tickets-description-text-container .tickets-description-layer {
  right: 20%;
  z-index: 2;
  bottom: -8%;
}
@media (max-width: 900px) {
  .tickets-description-container .tickets-description-text-container {
    min-height: auto;
  }
  .tickets-description-container .tickets-description-layer {
    display: none;
  }
}
.tickets-description-container .next {
  font-family: "Bungee", serif;
  border-radius: 19px;
  background-color: #1a2e4e;
  padding: 12px 35px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 10%;
  text-decoration: none;
  font-size: 13px;
  line-height: 14px;
  display: inline-block;
}

@media (max-width: 1500px) and (min-width: 1200px) {
  .tickets-container .col-xl-3 {
    width: 50%;
  }
}
.tickets-container .tickets-title {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #192e4d;
  font-weight: 400;
  font-family: "Bungee", serif;
}
.tickets-container .more-tickets-button {
  padding-bottom: 6rem;
}
.tickets-container .more-tickets-button a {
  border-radius: 28px;
  background-color: #192e4d;
  font-size: 20px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Bungee", serif;
  padding: 20px 50px;
  text-decoration: none;
  cursor: pointer;
}
.tickets-container .more-tickets-button a:hover {
  color: #ffffff;
}
.tickets-container .ticket-container {
  margin-bottom: 3rem;
  height: calc(100% - 3rem);
  border-radius: 40px;
  background-color: #f4ebd2;
  border: 7px solid #192e4d;
  padding: 22px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tickets-container .ticket-container .info {
  width: 28px;
  height: 27px;
  background-image: url("../images/info-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 11px;
  right: 14px;
  cursor: help;
}
.tickets-container .ticket-container .title {
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
  text-transform: uppercase;
  color: #192e4d;
}
.tickets-container .ticket-container .category {
  font-family: "Bungee", serif;
  font-size: 30px;
  line-height: 30px;
  color: #192e4d;
}
.tickets-container .ticket-container .price {
  font-size: 28px;
  line-height: 30px;
  color: #192e4d;
  font-weight: 700;
  margin-top: 27px;
}
.tickets-container .ticket-container .price-striked {
  font-size: 22px;
  line-height: 24px;
  text-decoration: line-through;
  color: #eb67a2;
  font-weight: 700;
  margin-top: 12px;
}
.tickets-container .ticket-container .cart-button {
  border-radius: 17px;
  background-color: #192e4d;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 400;
  padding: 5px 29px;
  margin-top: 20px;
  border: 0;
  font-family: "Bungee", serif;
}

@media (max-width: 900px) {
  .tickets-container {
    padding-top: 50px;
  }
}
.tickets-bottom-container {
  width: 100%;
  line-height: 0;
  position: absolute;
}

.news-container .news-text-container {
  background-color: #ec65a1;
  padding-bottom: 200px;
}
.news-container .news-text-container .news-layer {
  margin: 57px 55px 41px 0;
}
@media (max-width: 900px) {
  .news-container .news-text-container .news-layer {
    display: none;
  }
  .news-container .news-text-container .news-text {
    margin-top: 50px;
  }
}
.news-container .news-text-container .news-text {
  color: #192e4d;
}
.news-container .news-text-container .news-text .title {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  text-transform: uppercase;
}
.news-container .news-text-container .news-more {
  height: 34px;
  border-radius: 17px;
  background-color: #192e4d;
  padding: 6px 28px;
  margin-bottom: 163px;
  color: #fefefe;
  font-weight: 700;
  margin-right: 10%;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 900px) {
  .news-container .news-text-container {
    padding-bottom: 100px;
  }
}
.news-container .news-image-container {
  background-image: url("../images/news-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.checkout-container, .payment-result-container, .menuitem-container {
  max-width: 1410px;
  width: 100%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #ffffff;
  padding: 55px 73px;
}
.checkout-container.fullwidth, .payment-result-container.fullwidth, .menuitem-container.fullwidth {
  margin: 0;
  padding: 50px 0;
  max-width: 100%;
}
.checkout-container .steps-container, .payment-result-container .steps-container, .menuitem-container .steps-container {
  margin-top: 15px;
  height: 1px;
  background-color: #192e4d;
  border: 2px solid #192e4d;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.checkout-container .steps-container > *, .payment-result-container .steps-container > *, .menuitem-container .steps-container > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: -32px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #192e4d;
  font-weight: 400;
  font-family: "Bungee", serif;
  cursor: pointer;
}
.checkout-container .steps-container .selected, .payment-result-container .steps-container .selected, .menuitem-container .steps-container .selected {
  color: #ffffff;
}
.checkout-container .steps-container .selected.done, .payment-result-container .steps-container .selected.done, .menuitem-container .steps-container .selected.done {
  color: initial;
}
.checkout-container .steps-container .step-1, .payment-result-container .steps-container .step-1, .menuitem-container .steps-container .step-1 {
  background-image: url("../images/step-1.png");
  left: -10px;
}
.checkout-container .steps-container .step-1.selected:not(.done), .payment-result-container .steps-container .step-1.selected:not(.done), .menuitem-container .steps-container .step-1.selected:not(.done) {
  background-image: url("../images/step-1-active.png");
}
.checkout-container .steps-container .step-2, .payment-result-container .steps-container .step-2, .menuitem-container .steps-container .step-2 {
  background-image: url("../images/step-2.png");
}
.checkout-container .steps-container .step-2.selected:not(.done), .payment-result-container .steps-container .step-2.selected:not(.done), .menuitem-container .steps-container .step-2.selected:not(.done) {
  background-image: url("../images/step-1-active.png");
}
.checkout-container .steps-container .step-3, .payment-result-container .steps-container .step-3, .menuitem-container .steps-container .step-3 {
  background-image: url("../images/step-3.png");
  right: -10px;
  cursor: initial;
}
.checkout-container .steps-container .step-3.selected:not(.done), .payment-result-container .steps-container .step-3.selected:not(.done), .menuitem-container .steps-container .step-3.selected:not(.done) {
  background-image: url("../images/step-1-active.png");
}
.checkout-container .steps-text-container, .payment-result-container .steps-text-container, .menuitem-container .steps-text-container {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  line-height: 29px;
  text-transform: uppercase;
  color: #192e4d;
  font-weight: 700;
}
.checkout-container .steps-text-container > *, .payment-result-container .steps-text-container > *, .menuitem-container .steps-text-container > * {
  width: 162px;
  min-width: 162px;
}
.checkout-container .steps-text-container > div:nth-child(1), .payment-result-container .steps-text-container > div:nth-child(1), .menuitem-container .steps-text-container > div:nth-child(1) {
  text-align: left;
  position: relative;
  left: -60px;
}
.checkout-container .steps-text-container > div:nth-child(2), .payment-result-container .steps-text-container > div:nth-child(2), .menuitem-container .steps-text-container > div:nth-child(2) {
  position: relative;
  right: -12px;
}
.checkout-container .steps-text-container > div:nth-child(3), .payment-result-container .steps-text-container > div:nth-child(3), .menuitem-container .steps-text-container > div:nth-child(3) {
  text-align: right;
  position: relative;
  right: -15px;
}
.checkout-container .step-container, .payment-result-container .step-container, .menuitem-container .step-container {
  font-size: 16px;
  line-height: 26px;
  color: #192e4d;
  font-weight: 700;
}
.checkout-container .step-container .L-select, .payment-result-container .step-container .L-select, .menuitem-container .step-container .L-select {
  border: 2px solid #192d4d;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.checkout-container .step-container input, .checkout-container .step-container select, .payment-result-container .step-container input, .payment-result-container .step-container select, .menuitem-container .step-container input, .menuitem-container .step-container select {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #0191cc;
  font-size: 18px;
  line-height: 31px;
  text-transform: uppercase;
  color: #192e4d;
  font-weight: 700;
  width: 100%;
}
.checkout-container .step-container input::placeholder, .checkout-container .step-container input.color-placeholder, .checkout-container .step-container select::placeholder, .checkout-container .step-container select.color-placeholder, .payment-result-container .step-container input::placeholder, .payment-result-container .step-container input.color-placeholder, .payment-result-container .step-container select::placeholder, .payment-result-container .step-container select.color-placeholder, .menuitem-container .step-container input::placeholder, .menuitem-container .step-container input.color-placeholder, .menuitem-container .step-container select::placeholder, .menuitem-container .step-container select.color-placeholder {
  color: #d1d5db;
}
.checkout-container .step-container input option[disabled], .checkout-container .step-container select option[disabled], .payment-result-container .step-container input option[disabled], .payment-result-container .step-container select option[disabled], .menuitem-container .step-container input option[disabled], .menuitem-container .step-container select option[disabled] {
  display: none;
}
.checkout-container .step-container input option, .checkout-container .step-container select option, .payment-result-container .step-container input option, .payment-result-container .step-container select option, .menuitem-container .step-container input option, .menuitem-container .step-container select option {
  color: #192e4d;
}
.checkout-container .L-button, .payment-result-container .L-button, .menuitem-container .L-button {
  height: 50px;
  border-radius: 25px;
  background-color: #ef99bc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  border: 0;
  font-size: 19px;
  line-height: 31px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.main-page.main-content {
  margin-top: 200px;
}

@media (max-width: 1300px) {
  .main-page.main-content {
    margin-top: 150px;
  }
}
@media (max-width: 600px) {
  .main-page.main-content {
    margin-top: 50px;
  }
}
.main-content {
  position: relative;
  top: -218px;
  margin-bottom: -218px;
  max-width: 1410px !important;
}
.main-content-no-header {
  top: initial;
  margin-bottom: initial;
  padding-top: 15vh;
}
.main-content .floating-image {
  position: relative;
  top: -30px;
}
@media (max-width: 750px) {
  .main-content .callout-button {
    font-size: 18px;
    line-height: 26px;
    padding: 14px 40px;
  }
}
@media (max-width: 400px) {
  .main-content .callout-button {
    font-size: 15px;
    line-height: 21px;
    padding: 8px 25px;
  }
}

.tickets-page-container .category {
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  color: #192e4d;
  font-family: "Bungee", serif;
  font-weight: 400;
  margin-bottom: 35px;
  margin-top: 60px !important;
}
.tickets-page-container .ticket-container {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 8px solid #192e4d;
  background-color: #ffffff;
  padding: 22px 30px;
}
.tickets-page-container .ticket-container .pe-4 {
  margin-right: 1em;
}
.tickets-page-container .ticket-container .title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #192e4d;
  font-weight: 700;
}
.tickets-page-container .ticket-container .info {
  font-size: 15px;
  line-height: 20px;
  color: #192e4d;
}
.tickets-page-container .ticket-container img.accomodation {
  width: 100%;
  height: auto;
  border-radius: 17px;
  margin-top: 20px;
  max-width: 300px;
  cursor: pointer;
  display: none;
}
@media (max-width: 600px) {
  .tickets-page-container .ticket-container img.accomodation {
    display: block;
  }
}
.tickets-page-container .ticket-container .line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  position: relative;
}
.tickets-page-container .ticket-container .line-clamp-3 .read-more-layout {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50px;
  background: white;
  opacity: 0.6;
  height: 50px;
}
.tickets-page-container .ticket-container .line-clamp-3 .read-more-button-container {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 60px;
  background-color: transparent;
}
.tickets-page-container .ticket-container .line-clamp-3 .read-more-button {
  background-color: #EC65A1;
  color: white;
  border-radius: 14px;
  white-space: nowrap;
  border: 0;
  padding: 5px 20px;
}
.tickets-page-container .ticket-container .price-basket img {
  width: 100%;
  height: auto;
  border-radius: 17px;
  margin-top: 20px;
  max-width: 300px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .tickets-page-container .ticket-container .price-basket img {
    display: none;
  }
}
.tickets-page-container .ticket-container .price {
  font-size: 28px;
  line-height: 28px;
  color: #192e4d;
  font-weight: 700;
  white-space: nowrap;
}
.tickets-page-container .ticket-container .price-striked {
  font-size: 22px;
  line-height: 22px;
  text-decoration: line-through;
  color: #eb67a2;
}
.tickets-page-container .ticket-container .inputs {
  white-space: nowrap;
}
.tickets-page-container .ticket-container .cart-button, .tickets-page-container .ticket-container .more-button, .tickets-page-container .ticket-container .simple-shop-add-minus {
  border-radius: 17px;
  background-color: #ff9600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 700;
  padding: 8px 30px;
  margin-top: 20px;
  border: 0;
  white-space: nowrap;
}
.tickets-page-container .ticket-container .cart-button.disabled, .tickets-page-container .ticket-container .more-button.disabled, .tickets-page-container .ticket-container .simple-shop-add-minus.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tickets-page-container .ticket-container .more-button {
  background-color: #192e4d;
  padding: 8px 10px;
}
.tickets-page-container .ticket-container .simple-shop-add-minus {
  width: 28px;
  border-radius: 50%;
  padding: 3px;
}
.tickets-page-container .ticket-container .ticket-input {
  border: 1px solid #192e4d;
}
@media (max-width: 768px) {
  .tickets-page-container .ticket-container .cart-button, .tickets-page-container .ticket-container .more-button {
    margin-top: 5px;
    display: block;
  }
}
@media (max-width: 600px) {
  .tickets-page-container .ticket-container .cart-button, .tickets-page-container .ticket-container .more-button, .tickets-page-container .ticket-container .simple-shop-add-minus {
    font-size: 15px;
    line-height: 16px;
    padding: 8px 5px;
  }
}
@media (max-width: 700px) {
  .tickets-page-container .ticket-container .title {
    font-size: 16px;
    line-height: 21px;
  }
  .tickets-page-container .ticket-container .price {
    font-size: 22px;
    line-height: 22px;
  }
  .tickets-page-container .ticket-container .price-striked {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 400px) {
  .tickets-page-container .ticket-container .pe-4 {
    max-width: 60%;
  }
  .tickets-page-container .ticket-container .price {
    font-size: 20px;
    line-height: 20px;
  }
  .tickets-page-container .ticket-container .price-striked {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .tickets-page-container .ticket-container {
    padding: 14px;
  }
}
.tickets-page-container .cart-container {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #192e4d;
  color: #ffffff;
  padding: 40px;
}
.tickets-page-container .cart-container table td, .tickets-page-container .cart-container table th {
  color: #ffffff;
}
.tickets-page-container .cart-container .title {
  font-size: 18px;
  line-height: 31px;
  text-transform: uppercase;
  font-weight: 700;
}
.tickets-page-container .cart-container .ticket, .tickets-page-container .cart-container .summary, .tickets-page-container .cart-container .empty-basket {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tickets-page-container .cart-container button {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #192e4d;
  font-weight: 700;
  padding: 3px 16px;
  background-color: #f0c34c;
  border-radius: 10px;
  border: 0;
}
.tickets-page-container .cart-container .info {
  font-size: 15px;
  line-height: 19px;
  position: relative;
}
.tickets-page-container .cart-container .cart-bottom-image {
  position: absolute;
  bottom: -30px;
  right: 10px;
}
.tickets-page-container .cart-container input {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  border-bottom: 2.5px solid #ffffff;
  width: 100%;
  padding: 5px 0;
}
.tickets-page-container .cart-container input::placeholder {
  color: #ffffff;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 700;
}
.tickets-page-container .cart-container input:focus-visible {
  outline: none;
}
.tickets-page-container .cart-container ul {
  list-style-type: none;
  padding: 0;
}
.tickets-page-container .cart-container ul li {
  font-size: 18px;
  line-height: 31px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .tickets-page-container .cart-container {
    padding: 35px;
  }
}

@media (max-width: 1250px) {
  .cookie {
    display: block;
    text-align: center;
  }
  .checkout-container, .payment-result-container, .menuitem-container {
    margin: 0 40px 40px 40px;
  }
}
@media (max-width: 992px) {
  .checkout-container, .payment-result-container, .menuitem-container {
    padding: 40px;
  }
  .checkout-container .steps-text-container, .payment-result-container .steps-text-container, .menuitem-container .steps-text-container {
    display: none;
  }
  .checkout-container .steps-container, .payment-result-container .steps-container, .menuitem-container .steps-container {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .checkout-container, .payment-result-container, .menuitem-container {
    padding: 20px;
    border-radius: 0;
    margin: 0 20px 20px 20px;
  }
  .checkout-container .steps-text-container, .payment-result-container .steps-text-container, .menuitem-container .steps-text-container {
    display: none;
  }
  .checkout-container .steps-container, .payment-result-container .steps-container, .menuitem-container .steps-container {
    margin-bottom: 50px;
  }
  .checkout-container .step-container input, .checkout-container .step-container select, .payment-result-container .step-container input, .payment-result-container .step-container select, .menuitem-container .step-container input, .menuitem-container .step-container select {
    height: 45px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 29px;
  }
  .checkout-container {
    padding-top: 40px;
  }
  h1 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
}
.footer-adjuster {
  background-color: #192e4d;
}
.footer-adjuster .footer-container {
  background-color: #192e4d;
  min-height: 200px;
}
.footer-adjuster .footer-container .social-container {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
}
.footer-adjuster .footer-container .social-container img {
  margin-right: 17px;
}
.footer-adjuster .footer-container .footer-layer {
  right: 5%;
  bottom: -100px;
}
.footer-adjuster .footer-container .footer-column {
  padding: 50px 0;
  font-size: 20px;
  line-height: 26px;
  color: #fefefe;
  font-weight: 400;
}
.footer-adjuster .footer-container .footer-column .footer-title {
  font-size: 24px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 42px;
}
.footer-adjuster .footer-container .footer-column .newsletter-input {
  width: 100%;
  height: 44px;
  font-size: 20px;
  line-height: 33px;
  border-radius: 22px;
  background-color: #feffff;
  color: #192e4d;
  font-weight: 700;
  padding: 0 33px;
  text-transform: uppercase;
  border: 0;
}
.footer-adjuster .footer-container .footer-column .newsletter-input::placeholder {
  color: #d0d5db;
}
.footer-adjuster .footer-container .footer-column .newsletter-submit {
  border-radius: 20px;
  background-color: #d2bfdd;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 700;
  padding: 10px 19px;
  border: 0;
}
.footer-adjuster .footer-container .logo-container img {
  width: 100%;
  max-width: 100%;
  z-index: 1;
  position: relative;
}
.footer-adjuster .footer-container a {
  color: white;
}
.footer-adjuster .footer-container a:hover {
  color: #EAA989;
}

.cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #192E4D;
  color: #ffffff;
  padding: 10px;
  text-align: justify;
  font-size: 15px;
  z-index: 100;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.cookie .L-button {
  display: inline-block;
  border-radius: 21px;
  background-color: #ec65a1;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 11px 33px;
  border: 0;
  margin-left: 20px;
}

.lineup .main-content .stage {
  font-family: "Bungee", serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 40px;
  text-align: center;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  font-weight: 400;
  display: inline-block;
}
.lineup .main-content .stage-color-1 {
  background-color: #dd564f;
}
.lineup .main-content .stage-color-2 {
  background-color: #9d4390;
}
.lineup .main-content .stage-color-3 {
  background-color: #22b8c7;
}
.lineup .main-content .dropdown-toggle {
  background-color: #335292;
  border: 0;
  padding: 15px;
  border-radius: 20px;
}
.lineup .main-content .dropdown-menu .dropdown-item {
  color: var(--bs-dropdown-link-active-color);
}
.lineup .main-content .dropdown-menu .dropdown-item.active {
  background-color: #192e4d;
}
.lineup .main-content .dropdown.day-selector {
  width: 100%;
  margin-bottom: 20px;
}
.lineup .main-content .dropdown.day-selector button, .lineup .main-content .dropdown.day-selector .dropdown-menu {
  width: 75%;
}
.lineup .main-content .dropdown.day-selector .d-inline-table {
  display: inline-table;
  position: relative;
  left: 1.5em;
  margin-right: 1.5em;
}
.lineup .main-content .lineup-container {
  background-color: white;
  padding: 20px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: 80px;
}
.lineup .main-content .lineup-container .signlang {
  height: 26px;
  margin-left: 2px;
}
@media (max-width: 500px) {
  .lineup .main-content .lineup-container .signlang-desc {
    font-size: 80%;
  }
  .lineup .main-content .lineup-container .signlang-desc .signlang {
    height: 30px;
  }
}
@media (max-width: 400px) {
  .lineup .main-content .lineup-container .signlang-desc {
    font-size: 70%;
  }
  .lineup .main-content .lineup-container .signlang-desc .signlang {
    height: 25px;
  }
}
.lineup .main-content .lineup-container table {
  width: 100%;
}
.lineup .main-content .lineup-container table th, .lineup .main-content .lineup-container table td {
  font-weight: 300;
  padding: 20px;
  text-align: center;
  width: 20%;
  padding-bottom: 0;
}
.lineup .main-content .lineup-container table th.performer, .lineup .main-content .lineup-container table td.performer {
  vertical-align: top;
  font-weight: 700;
}
.lineup .main-content .lineup-container table th.performer p, .lineup .main-content .lineup-container table td.performer p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup .main-content .lineup-container table thead th {
  font-family: "Bungee", serif;
}
.lineup .main-content .lineup-container table thead th .stage {
  padding: 10px;
  font-size: 24px;
  line-height: 26px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.lineup .main-content .lineup-container table thead th .day-name {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #192e4d;
}
.lineup .main-content .lineup-container table thead th .day-date {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ff9600;
}
.lineup .main-content .lineup-container table tbody td {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1b2e4c;
}
.lineup .main-content .lineup-container table tbody td small {
  font-size: 0.675em;
  color: #1c2e4d;
}
.lineup .main-content .lineup-container table tbody td .desc {
  font-size: 80%;
  font-weight: 300;
}
.lineup .main-content .lineup-container table tbody td .info {
  background-image: url("../images/lineup-info.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
.lineup .main-content .lineup-container table tbody td .time {
  opacity: 0.69;
  border-radius: 11px;
  background-color: #192e4d;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  padding: 7px 10px;
  white-space: nowrap;
}
.lineup .main-content .lineup-container table tbody td .start {
  font-size: 0.675em;
}
.lineup .main-content .lineup-container table tbody .tba {
  opacity: 0.502;
}
.lineup .main-content .lineup-container table tbody td.time {
  font-family: "Bungee", serif;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #192e4d;
}
@media (max-width: 600px) {
  .lineup .main-content .lineup-container {
    padding: 10px;
    width: calc(100% - 20px);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.lineup .main-content .L-button {
  display: inline-block;
  border-radius: 21px;
  background-color: #f18d13;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 11px;
  border: 0;
  width: 60vw;
}
.lineup .main-content .B-button {
  display: inline-block;
  border-radius: 21px;
  background-color: #192e4d;
  font-size: 23px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 12px 40px;
  border: 0;
  margin: 0 20px;
}

@media (min-width: 992px) {
  .d-lg-contents {
    display: contents !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-contents {
    display: contents !important;
  }
}
@media (max-width: 600px) {
  .lineup .main-content .lineup-container table thead th .stage {
    font-size: 75%;
  }
  .lineup .main-content .lineup-container table tbody th, .lineup .main-content .lineup-container table tbody td {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 500px) {
  .lineup .main-content .lineup-container table thead th .stage {
    font-size: 60%;
  }
  .lineup .main-content .lineup-container table thead th [class^=stage-] {
    padding: 5px;
  }
  .lineup .main-content .lineup-container table tbody th, .lineup .main-content .lineup-container table tbody td {
    font-size: 14px;
    line-height: 16px;
  }
  .lineup .main-content .lineup-container table tbody th .stage, .lineup .main-content .lineup-container table tbody td .stage {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 400px) {
  .lineup .main-content .lineup-container table thead th {
    font-size: 73%;
  }
  .lineup .main-content .lineup-container table thead th [class^=stage-] {
    padding: 5px;
  }
  .lineup .main-content .lineup-container table tbody th, .lineup .main-content .lineup-container table tbody td {
    font-size: 13px;
    line-height: 15px;
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  .lineup .main-content .lineup-container {
    margin-bottom: 20px;
  }
  .lineup .main-content .lineup-container table th, .lineup .main-content .lineup-container table td {
    padding: 7px;
  }
  .lineup .main-content .lineup-container table th {
    font-size: 150%;
    line-height: 120%;
  }
}
/* Popup */
.G-upticket-container, .G-basket-container {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.659);
  width: 100%;
  height: 100%;
  z-index: 1002;
  transform: translate(0, -100%) translateZ(0);
  -webkit-transform: translate(0, -100%) translateZ(0);
  transition: all 800ms;
  visibility: hidden;
}
.G-upticket-container .custom-message, .G-basket-container .custom-message {
  color: #192E4D;
  background-color: white;
  padding: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.G-upticket-container .L-checkbox, .G-basket-container .L-checkbox {
  margin-bottom: 22px;
}
.G-upticket-container .L-checkbox input, .G-upticket-container .L-checkbox .L-radio input, .G-basket-container .L-checkbox input, .G-basket-container .L-checkbox .L-radio input {
  display: initial;
  width: 25px !important;
  margin-bottom: 0 !important;
  margin-right: 5px;
}
.G-upticket-container .L-checkbox a, .G-basket-container .L-checkbox a {
  display: none !important;
}
.G-upticket-container .popup, .G-basket-container .popup {
  width: 700px;
  max-width: 95%;
  background: #0191cc;
  margin: 150px auto;
  position: relative;
  padding: 40px 110px;
  border-radius: 20px;
}
.G-upticket-container .popup header, .G-basket-container .popup header {
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Bungee", serif;
  text-align: center;
  margin-bottom: 50px;
}
.G-upticket-container .popup input, .G-upticket-container .popup textarea, .G-upticket-container .popup select, .G-basket-container .popup input, .G-basket-container .popup textarea, .G-basket-container .popup select {
  width: 100%;
  /*height: 34px;*/
  border-radius: 13px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  color: #192e4d;
  font-weight: 700;
  margin-bottom: 22px;
  border: 0;
  padding: 9px 21px;
}
.G-upticket-container .popup input:focus, .G-upticket-container .popup textarea:focus, .G-upticket-container .popup select:focus, .G-basket-container .popup input:focus, .G-basket-container .popup textarea:focus, .G-basket-container .popup select:focus {
  box-shadow: none;
  outline: none;
}
.G-upticket-container .popup input::placeholder, .G-upticket-container .popup textarea::placeholder, .G-upticket-container .popup select::placeholder, .G-basket-container .popup input::placeholder, .G-basket-container .popup textarea::placeholder, .G-basket-container .popup select::placeholder {
  color: #d0d5db;
}
.G-upticket-container .popup .next, .G-basket-container .popup .next {
  margin-top: 18px;
  padding: 6px 24px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Bungee", serif;
  background-color: #d2bfdd;
  border-radius: 13px;
  border: 0;
}
.G-upticket-container .popup .exit, .G-basket-container .popup .exit {
  position: absolute;
  background-image: url("../images/exit-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Bungee", serif;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -12px;
  top: -12px;
  cursor: pointer;
}

.G-basket-container .popup {
  margin: 80px auto;
  padding: 40px;
}
.G-basket-container .popup .basket-entry, .G-basket-container .popup .summary {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
.G-basket-container .popup .basket-entry .info-container, .G-basket-container .popup .summary .info-container {
  flex-grow: 1;
}
.G-basket-container .popup .basket-entry .price, .G-basket-container .popup .summary .price {
  margin: 0 40px;
  text-align: right;
  white-space: nowrap;
}
.G-basket-container .popup .basket-entry .delete img, .G-basket-container .popup .summary .delete img {
  width: 50px;
  cursor: pointer;
}
.G-basket-container .popup .basket-entry.template, .G-basket-container .popup .summary.template {
  display: none;
}
.G-basket-container .popup .basket-entry .muted, .G-basket-container .popup .summary .muted {
  opacity: 0.6;
}
.G-basket-container .popup .basket-entry .strike, .G-basket-container .popup .summary .strike {
  color: #EF99BB;
  text-decoration: line-through;
  font-size: 90%;
}
.G-basket-container .popup .L-button {
  padding: 7px 21px;
  font-size: 21px;
  line-height: 21px;
  color: #0191cc;
  font-weight: 400;
  font-family: "Bungee", serif;
  background-color: #f2c54d;
  border: 0;
  border-radius: 13px;
  text-decoration: none;
}
.G-basket-container .popup .summary {
  border-top: 2px solid white;
  margin-bottom: 45px;
}

@media (max-width: 700px) {
  .G-upticket-container .popup, .G-basket-container .popup {
    padding: 15px;
    max-width: 90vw;
  }
  .G-upticket-container .popup .basket-entry, .G-upticket-container .popup .summary, .G-basket-container .popup .basket-entry, .G-basket-container .popup .summary {
    font-size: 16px;
    padding: 0;
  }
  .G-upticket-container .popup .basket-entry .price, .G-upticket-container .popup .summary .price, .G-basket-container .popup .basket-entry .price, .G-basket-container .popup .summary .price {
    margin: 0 20px;
  }
  .G-upticket-container .popup .basket-entry .info-container, .G-upticket-container .popup .summary .info-container, .G-basket-container .popup .basket-entry .info-container, .G-basket-container .popup .summary .info-container {
    max-width: 70%;
    overflow: auto;
  }
}
a {
  color: #ef99bc;
  text-decoration: none;
}

h1 {
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #0191cc;
  font-weight: 400;
  font-family: "Bungee", serif;
  text-align: center;
}

h2 {
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #009884;
  font-weight: 700;
}

/* --- ALERT --- */
.L-alert {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  bottom: 40px;
  left: 40px;
  max-width: 500px;
  box-sizing: border-box;
  padding: 19px 36px;
  background: #4b5c68;
  border-radius: 5px;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.27);
  font-size: 14px;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%) translateZ(0);
  transform: translateY(100%) translateZ(0);
  transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0.4s, background 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s, background 0.4s;
  z-index: 19999;
}

.L-alert.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

.L-alert[data-type=info] {
  background: #4b5c68;
}

.L-alert[data-type=success] {
  background: #81c870;
}

.L-alert[data-type=error] {
  background: #dc5b5b;
}

.L-alert[data-type=notification] {
  background: #ffffff;
  color: #4b5c68;
}

.L-alert[data-type=loading] {
  background: #FFD600;
  color: #545454;
}

/* text */
.L-alert .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 20px;
}

/* action */
.L-alert .action {
  color: #64bfff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.4s;
}

.L-alert[data-type=info] .action {
  color: #64bfff;
}

.L-alert[data-type=success] .action {
  color: #c6ffb8;
}

.L-alert[data-type=error] .action {
  color: #ffd1d1;
}

.L-alert[data-type=notification] .action {
  color: #009ed3;
}

.L-alert[data-type=loading] .action {
  color: #64bfff;
}

/* close */
.L-alert .close {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin-left: 15px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  opacity: 0.75;
  transition: opacity 0.2s;
}

.L-alert .close:hover {
  opacity: 1;
}

.L-alert .close svg {
  display: block;
  width: 100%;
  stroke: #79a0bc;
  stroke-width: 2;
  transition: stroke 0.4s;
}

.L-alert[data-type=info] .close svg {
  stroke: #79a0bc;
}

.L-alert[data-type=success] .close svg {
  stroke: #e1ffda;
}

.L-alert[data-type=error] .close svg {
  stroke: #ffadad;
}

.L-alert[data-type=notification] .close svg {
  stroke: #afb8bf;
}

@media screen and (max-width: 600px) {
  .L-alert {
    width: 100%;
    max-width: none;
    left: 0;
    bottom: 0;
    border-radius: 0;
    padding: 20px 15px;
  }
}
/* Input */
.L-input:disabled {
  opacity: 0.5;
  border-color: #d1d5db !important;
}

.L-input.invalid {
  border-color: #d44c44;
}

.L-input.validate:invalid {
  border-color: #d44c44;
}

.L-checkbox, .L-radio {
  display: flex;
}

.freemail {
  display: block;
  margin-left: 20px;
  font-size: 14px;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
  color: red;
}

/* invalid hint */
.L-input-hint {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 30px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 21px;
  color: #d44c44;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: visibility 0.5s, opacity 0.5s, height 0.5s, margin 0.5s;
}

.L-input.invalid + .L-input-hint {
  visibility: visible;
  opacity: 1;
  height: 21px;
  margin: 10px 0;
}

.ell_aszf, .ell_efottaszf, .ell_dataprotection, .ell_efottdataprotection, .ell_age, .ell_policy {
  display: block;
  color: white;
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
  padding: 15px;
  background: #d44c44;
}

/* --- CHECKBOX --- */
.L-checkbox, .L-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.L-checkbox input, .L-radio input {
  display: none;
}
.L-checkbox input:checked, .L-radio input:checked {
  border: 1px solid red;
}
.L-checkbox input:checked + a:not(.link), .L-radio input:checked + a:not(.link) {
  background: url("../images/checked.png") no-repeat 0 0;
}
.L-checkbox a:not(.link), .L-radio a:not(.link) {
  display: block;
  width: 56px;
  min-width: 56px;
  height: 46px;
  background: url("../images/unchecked.png") no-repeat 0 0;
  background-size: contain;
  margin-right: 23px;
}
.L-checkbox:nth-child(1) a:not(.link), .L-radio:nth-child(1) a:not(.link) {
  transform: rotate(30deg);
}
.L-checkbox:nth-child(2) a:not(.link), .L-radio:nth-child(2) a:not(.link) {
  transform: rotate(60deg);
}
.L-checkbox:nth-child(3) a:not(.link), .L-radio:nth-child(3) a:not(.link) {
  transform: rotate(90deg);
}

.checkout_sales_popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.checkout_sales_popup .L-button {
  display: inline-flex;
}

.checkout_sales_popup .popup {
  background: white;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkout_sales_popup .popup .fizetendo {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.checkout_sales_popup .popup .price {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.checkout_sales_popup .popup .L-button.red {
  margin-left: 20px;
}

/* Bootstrap */
.progress {
  height: 40px;
}
.progress .progress-bar {
  background-color: #0191cc;
}

.tooltip-inner {
  max-width: 550px !important;
  text-align: left;
}

/**
Daytime tickets
 */
.daytime-tickets {
  background-image: linear-gradient(90deg, #3fa87b 0%, #d1c84d 100%);
}
.daytime-tickets .button {
  border-radius: 29px;
  background-color: #1a2e4e;
  font-size: 21px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Bungee", serif;
  text-align: center;
  padding: 13px 40px;
}
.daytime-tickets .main-header-container {
  background-image: url("../images/daytime-ticket/main.png");
  background-position: center bottom;
  min-height: 1000px;
  background-size: cover;
}
.daytime-tickets .main-header-container-text {
  position: absolute;
  top: 250px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.daytime-tickets .main-header-container-text-title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Bungee", serif;
  text-align: center;
  filter: drop-shadow(0px 5px 20px rgba(3, 4, 2, 0.9));
}
.daytime-tickets .main-header-container-text-title-small {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: initial;
}
@media (max-width: 1650px) {
  .daytime-tickets .main-header-container-text {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .daytime-tickets .main-header-container-text {
    width: 80%;
  }
  .daytime-tickets .main-header-container-text-title {
    font-size: 30px;
    line-height: 35px;
  }
  .daytime-tickets .main-header-container-text-title-small {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 800px) {
  .daytime-tickets .main-header-container-text {
    width: 90%;
  }
  .daytime-tickets .main-header-container-text-title {
    font-size: 25px;
    line-height: 30px;
  }
  .daytime-tickets .main-header-container-text-title-small {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .daytime-tickets .main-header-container-text {
    width: 90%;
  }
  .daytime-tickets .main-header-container-text-title {
    font-size: 25px;
    line-height: 30px;
  }
  .daytime-tickets .main-header-container-text-title-small {
    font-size: 18px;
    line-height: 22px;
  }
}
.daytime-tickets .main-header-container-button {
  position: absolute;
  bottom: 160px;
}
.daytime-tickets .main-content, .daytime-tickets .forgatag, .daytime-tickets .universum {
  max-width: 100% !important;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.daytime-tickets .main-content .color-blue, .daytime-tickets .forgatag .color-blue, .daytime-tickets .universum .color-blue {
  color: #1a2e4e;
}
.daytime-tickets .main-content .highlight, .daytime-tickets .forgatag .highlight, .daytime-tickets .universum .highlight {
  color: #1a2e4e;
  font-weight: 700;
}
.daytime-tickets .main-content .highlight-20, .daytime-tickets .forgatag .highlight-20, .daytime-tickets .universum .highlight-20 {
  font-size: 20px;
  line-height: 25px;
}
.daytime-tickets .main-content .highlight-25, .daytime-tickets .forgatag .highlight-25, .daytime-tickets .universum .highlight-25 {
  font-size: 25px;
  line-height: 30px;
}
.daytime-tickets .main-content .highlight-30, .daytime-tickets .forgatag .highlight-30, .daytime-tickets .universum .highlight-30 {
  font-size: 30px;
  line-height: 35px;
}
.daytime-tickets .main-content .small, .daytime-tickets .forgatag .small, .daytime-tickets .universum .small {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}
.daytime-tickets .main-content .bule-container, .daytime-tickets .forgatag .bule-container, .daytime-tickets .universum .bule-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.daytime-tickets .main-content .bule-container .bule, .daytime-tickets .forgatag .bule-container .bule, .daytime-tickets .universum .bule-container .bule {
  font-size: 24px;
  letter-spacing: 1px;
  color: #fefeff;
  font-weight: 400;
  font-family: "Bungee", serif;
  text-align: center;
  border-radius: 34px;
  border: 12px solid #ffffff;
  padding: 22px;
  margin: 15px;
}
@media (max-width: 1400px) {
  .daytime-tickets .main-content .bule-container .bule, .daytime-tickets .forgatag .bule-container .bule, .daytime-tickets .universum .bule-container .bule {
    font-size: 20px;
    border-width: 10px;
    padding: 20px;
    margin: 14px;
  }
}
@media (max-width: 1000px) {
  .daytime-tickets .main-content .bule-container .bule, .daytime-tickets .forgatag .bule-container .bule, .daytime-tickets .universum .bule-container .bule {
    font-size: 18px;
    border-width: 9px;
    padding: 16px;
    margin: 13px;
  }
}
@media (max-width: 800px) {
  .daytime-tickets .main-content .bule-container .bule, .daytime-tickets .forgatag .bule-container .bule, .daytime-tickets .universum .bule-container .bule {
    font-size: 16px;
    border-width: 8px;
    padding: 14px;
    margin: 12px;
  }
}
@media (max-width: 600px) {
  .daytime-tickets .main-content .bule-container .bule, .daytime-tickets .forgatag .bule-container .bule, .daytime-tickets .universum .bule-container .bule {
    font-size: 14px;
    border-width: 6px;
    padding: 10px 12px;
    margin: 8px;
  }
}
@media (max-width: 800px) {
  .daytime-tickets .main-content {
    font-size: 16px;
    line-height: 20px;
  }
  .daytime-tickets .main-content .highlight-25 {
    font-size: 20px;
    line-height: 25px;
  }
  .daytime-tickets .main-content .highlight-30 {
    font-size: 25px;
    line-height: 30px;
  }
}
.daytime-tickets .forgatag {
  background-color: #1a2e4e;
}
.daytime-tickets .callout-top {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
}
.daytime-tickets .callout {
  background-color: #ffffff;
}
.daytime-tickets .callout .text {
  font-size: 35px;
  line-height: 40px;
  color: #192e4d;
  font-weight: 400;
  font-family: "Bungee", serif;
}
.daytime-tickets .callout .button {
  color: #192e4d;
  background-color: #f1c54d;
}
@media (max-width: 800px) {
  .daytime-tickets .callout .text {
    font-size: 25px;
    line-height: 30px;
  }
}
.daytime-tickets .w-80 {
  width: 80%;
}

/**
OE customs
 */
.oe .oe-efott-logo, .sze .oe-efott-logo {
  width: 39%;
}
@media (max-width: 1200px) {
  .oe .oe-efott-logo, .sze .oe-efott-logo {
    width: 80%;
  }
}
.oe .main-header-container, .sze .main-header-container {
  background-image: url("../images/oe/home-main.png?v3");
  background-position: center bottom;
  height: 100vh !important;
  background-size: cover;
}
.oe .main-content, .sze .main-content {
  max-width: 100% !important;
  top: -185px;
  margin-bottom: -185px;
  margin-right: auto;
  margin-left: auto;
}
.oe .main-content .floating-image, .sze .main-content .floating-image {
  position: absolute;
  left: 40px;
  top: -120px;
}
.oe .main-content .description-text-container, .sze .main-content .description-text-container {
  color: #192e4d;
  font-weight: 400;
  font-size: 16px;
}
.oe .main-content .description-text-container .title, .sze .main-content .description-text-container .title {
  font-size: 23px;
  font-family: "Bungee", serif;
  font-weight: 400;
  color: #1a2e4e;
}
.oe .main-content .description-text-container .white-url, .sze .main-content .description-text-container .white-url {
  font-family: "Bungee", serif;
  font-weight: 400;
  color: #1a2e4e;
  padding: 14px 80px;
  background-color: white;
  border-radius: 30px;
  text-transform: uppercase;
}
.oe .main-content .description-text-container .description-text, .sze .main-content .description-text-container .description-text {
  font-size: 16px;
  line-height: 20px;
}
.oe .main-content .description-text-container .description-text .title, .sze .main-content .description-text-container .description-text .title {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Bungee", serif;
}
@media (max-width: 768px) {
  .oe .main-content .description-text-container .description-text .title, .sze .main-content .description-text-container .description-text .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.oe .main-content .kozos-ertekeink-container, .sze .main-content .kozos-ertekeink-container {
  padding: 0;
  color: white;
  background-color: #1A2E4E;
  font-weight: 400;
  font-size: 20px;
}
.oe .main-content .kozos-ertekeink-container .title, .sze .main-content .kozos-ertekeink-container .title {
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Bungee", serif;
}
.oe .main-content .kozos-ertekeink-container .subtitle, .sze .main-content .kozos-ertekeink-container .subtitle {
  color: #fcbd11;
  font-size: 20px;
  line-height: 24px;
}
.oe .main-content .kozos-ertekeink-container .text, .sze .main-content .kozos-ertekeink-container .text {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .oe .main-content .kozos-ertekeink-container .title, .sze .main-content .kozos-ertekeink-container .title {
    font-size: 28px;
    line-height: 32px;
  }
  .oe .main-content .kozos-ertekeink-container .subtitle, .sze .main-content .kozos-ertekeink-container .subtitle {
    color: #fcbd11;
    font-size: 22px;
    line-height: 26px;
  }
  .oe .main-content .kozos-ertekeink-container .text, .sze .main-content .kozos-ertekeink-container .text {
    font-size: 16px;
    line-height: 20px;
  }
}
.oe .main-content .kozos-ertekeink-container #carouselControls, .sze .main-content .kozos-ertekeink-container #carouselControls {
  padding-bottom: 130px;
}
.oe .main-content .kozos-ertekeink-container #carouselControls .carousel-control-next img, .oe .main-content .kozos-ertekeink-container #carouselControls .carousel-control-prev img, .sze .main-content .kozos-ertekeink-container #carouselControls .carousel-control-next img, .sze .main-content .kozos-ertekeink-container #carouselControls .carousel-control-prev img {
  width: 22px;
}
.oe .main-content .kozos-ertekeink-container #carouselControls .carousel-indicators [data-bs-target], .sze .main-content .kozos-ertekeink-container #carouselControls .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 7px;
  margin-left: 7px;
}
.oe .main-content .kozos-ertekeink-container #carouselControls .carousel-indicators [data-bs-target].active, .sze .main-content .kozos-ertekeink-container #carouselControls .carousel-indicators [data-bs-target].active {
  background-color: #fcbd11;
}
@media (max-width: 768px) {
  .oe .main-content .kozos-ertekeink-container #carouselControls .carousel-indicators [data-bs-target], .sze .main-content .kozos-ertekeink-container #carouselControls .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    margin-left: 7px;
  }
}
.oe .main-content .kozos-ertekeink-container .w-70, .sze .main-content .kozos-ertekeink-container .w-70 {
  width: 70%;
}

/**
SZE customs
 */
.sze {
  background-color: #254A8F;
  background-image: none;
}
.sze .body-container {
  background-image: none !important;
}
.sze .main-header-container {
  background-image: url("../images/sze/block-0-bg.jpg");
  background-position: center top;
  height: 95vh !important;
  background-size: cover;
  max-height: 960px;
}
.sze .footer-separator {
  display: none;
}
.sze .header-logo {
  position: absolute;
  top: 45%;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
}
.sze .header-logo .button {
  background-color: #8571ab;
  color: #ffffff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sze .separator-wrapper {
  position: relative;
  height: 0;
}
.sze .separator-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 100%;
  z-index: 10;
  max-height: 383px;
}
.sze .main-content-wrapper {
  top: -218px;
}
.sze .main-content {
  max-width: 1920px !important;
  top: 0;
  margin-bottom: -218px;
  margin-right: auto;
  margin-left: auto;
}
.sze .main-content .horizontal-separator {
  height: 14px;
}
.sze .main-content .horizontal-separator-1 {
  background-color: #8571ab;
}
.sze .main-content .horizontal-separator-2 {
  background-color: #254a8f;
}
.sze .main-content .button {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #e73b3e;
  font-size: 20px;
  line-height: 20px;
  padding: 21px;
  color: #f4e6cc;
  font-weight: 700;
  font-family: "Archivo", serif;
  text-align: center;
  text-transform: none;
}
@media (max-width: 600px) {
  .sze .main-content .button {
    padding: 15px;
  }
}
.sze .main-content .description-text-container {
  color: #192e4d;
  font-weight: 700;
  line-height: 31px !important;
  font-size: 16px;
  max-width: 100% !important;
}
.sze .main-content .description-text-container .description-text {
  line-height: 31px !important;
  font-size: 18px;
}
.sze .main-content .description-text-container .description-text .title {
  font-size: 34px;
  line-height: 47px;
  font-weight: 700;
  font-family: "Archivo", serif;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .sze .main-content .description-text-container .description-text .title {
    font-size: 24px;
    line-height: 37px;
  }
}
.sze .main-content .description-text-container.block-1 {
  background-color: #FABF00;
  color: #222222;
}
.sze .main-content .description-text-container.block-1 .title {
  color: #9b428e;
}
@media (min-width: 1200px) {
  .sze .main-content .description-text-container.block-1 .title {
    padding-top: 70px;
  }
}
.sze .main-content .description-text-container.block-1 .block-1-image {
  background-image: url("../images/sze/block-1.png");
  background-size: cover;
}
.sze .main-content .description-text-container.block-2 {
  background-color: #254A8F;
  color: #f4e6cc;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  padding: 90px 0;
}
.sze .main-content .description-text-container.block-2 .icon-card {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f4e6cc;
  width: 166px;
  height: 166px;
  padding: 20px;
  margin: 30px;
  margin-bottom: 20px;
}
.sze .main-content .description-text-container.block-2 .icon-text {
  bottom: 0;
  font-weight: 700;
}
.sze .main-content .description-text-container.block-3 {
  background-color: #E73B3E;
  color: #f4e6cc;
}
.sze .main-content .description-text-container.block-3 .title {
  color: #fabf00;
}
.sze .main-content .description-text-container.block-3 > div {
  max-width: 1410px;
}
@media (min-width: 992px) {
  .sze .main-content .description-text-container.block-3 .description-text-1 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sze .main-content .description-text-container.block-3 .description-text-2 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.sze .main-content .description-text-container.block-3 .block-3-1-image {
  background-image: url("../images/sze/block-3-1.png");
  background-size: cover;
  background-position: center;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 400px;
}
.sze .main-content .description-text-container.block-3 .block-3-2-image {
  background-image: url("../images/sze/block-3-2.png");
  background-size: cover;
  background-position: center;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 400px;
}
.sze .main-content .description-text-container.block-4 {
  background-color: #FABF00;
  color: #192e4d;
}
.sze .main-content .description-text-container.block-4 > div {
  max-width: 1410px;
}
.sze .main-content .description-text-container.block-4 .title {
  color: #e73b3e;
}
.sze .main-content .description-text-container.block-4 .block-4-image {
  /*background-image: url("../images/sze/block-4.png");
  background-size: cover;
  background-position: center;
  height: 100%;*/
}
.sze .main-content .description-text-container.block-4 .block-4-image img {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
}
.sze .main-content .description-text-container.block-4 .carousel-indicators {
  position: initial;
}
.sze .main-content .description-text-container.block-4 .carousel-indicators [data-bs-target] {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 7px;
  margin-left: 7px;
  border: 2px solid #e73b3e;
  background-color: transparent;
}
.sze .main-content .description-text-container.block-4 .carousel-indicators [data-bs-target].active {
  background-color: #e73b3e;
}
.sze .main-content .description-text-container.block-5 {
  background-color: #806DA4;
  color: #f4e6cc;
}
.sze .main-content .description-text-container.block-5 .title {
  color: #fabf00;
}
.sze .main-content .description-text-container.block-6 {
  background-color: #F4E6CC;
}
.sze .main-content .description-text-container.block-7 {
  background-color: #254A8F;
  color: #f4e6cc;
  padding: 50px 0;
}
.sze .main-content .description-text-container.block-7 > div {
  max-width: 1410px;
}
.sze .main-content .description-text-container.block-7 .title {
  color: #e73b3e;
}
.sze .main-content .description-text-container.block-7 a {
  font-size: 21px;
  color: #f4e6cc;
}
.sze .bg-block-5 {
  background-color: #806DA4;
}
.sze .bg-block-7 {
  background-color: #254A8F;
}

/**
Wishlist, Hero
 */
.wishlist, .hero {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
.wishlist form, .hero form {
  font-family: "Bungee", serif;
  font-weight: 400;
}
.wishlist .color-blue, .hero .color-blue {
  color: #1a2e4e;
}
.wishlist .text-big, .hero .text-big {
  font-size: 24px;
  line-height: 28px;
}
.wishlist input, .hero input {
  background-color: #ffffff;
  border-top-left-radius: 46px;
  border-bottom-right-radius: 46px;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
  border: 0;
  color: #606060;
  font-size: 14px;
}
.wishlist input::placeholder, .hero input::placeholder {
  color: #cac2c2;
}
.wishlist .checkbox, .hero .checkbox {
  background-color: #ffffff;
  width: 31px;
  height: 31px;
  min-width: 31px;
  min-height: 31px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist .checkbox .checked, .hero .checkbox .checked {
  background-color: #5abbc6;
  width: 19px;
  height: 19px;
  min-width: 19px;
  min-height: 19px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wishlist #addPerformer, .hero #addPerformer {
  margin-top: 1.1rem;
  margin-bottom: 1.5rem;
}

.hero {
  text-transform: none;
  background-image: linear-gradient(90deg, #e693ae 0%, #dd564f 100%);
  font-size: 18px;
  line-height: 20px;
}
.hero .invalid-feedback {
  color: white;
  padding: 5px;
}

@media (max-width: 800px) {
  .wishlist, .hero {
    font-size: 16px;
    line-height: 19px;
  }
  .wishlist .text-big, .hero .text-big {
    font-size: 16px;
    line-height: 19px;
  }
  .wishlist input, .hero input {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 14px;
    padding: 13px 20px;
  }
  .wishlist button, .hero button {
    width: 100%;
  }
  .wishlist #addPerformer, .hero #addPerformer {
    margin: 0;
    margin-bottom: 2rem;
  }
}
/**
PE customs
 */
.pe .mt--2 {
  margin-top: -2rem !important;
}
.pe .header-container .bottom-0 {
  bottom: -2px !important;
}
.pe .main-header-container {
  background-image: url("../images/pe/pe-main-header-bg.jpg?v5");
  background-position: top;
  height: 90vh;
}
.pe .main-header-container .header-logo {
  position: absolute;
  top: 80%;
  transform: translateY(-80%);
  max-width: 586px;
  width: 50%;
  right: 15%;
}
.pe .main-header-container .header-logo img {
  width: 100%;
}
@media (max-width: 1200px) {
  .pe .main-header-container .header-logo {
    width: 70%;
  }
}
.pe .description-text-container {
  padding: 70px 0 0 0;
  color: #192e4d;
  font-weight: 500;
}
.pe .description-text-container .description-text .title {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  text-transform: uppercase;
}
.pe .description-text-container .description-text .next {
  border-radius: 17px;
  background-color: #192e4d;
  padding: 10px 28px;
  margin-bottom: 163px;
  color: #fefefe;
  font-weight: 700;
  margin-right: 10%;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1550px) {
  .pe .description-text-container .description-text .next {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 1400px) {
  .pe .description-text-container .description-text .next {
    font-size: 19px;
    line-height: 19px;
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .pe .description-text-container .description-text .next {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .pe .description-text-container .description-text .next {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    height: auto;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }
}
.pe .pe-sponsors .sponsors-container {
  max-width: 70%;
}
.pe .pe-sponsors .sponsors-container img {
  width: 100%;
  max-width: 12vw;
}
@media (max-width: 800px) {
  .pe .pe-sponsors .sponsors-container img {
    max-width: 15vw;
  }
}
@media (max-width: 500px) {
  .pe .pe-sponsors .sponsors-container img {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .pe .pe-sponsors .sponsors-container {
    max-width: 90%;
  }
}
.pe .pe-footer {
  background-image: url("../images/body-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 200px 0 200px 0;
  margin-top: 50px;
}
.pe .pe-footer .slogen {
  font-family: "Bungee", serif;
  font-size: 45px;
  line-height: 65px;
  text-transform: uppercase;
  color: #192e4d;
  text-align: center;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
.pe .pe-footer .slogen strong {
  font-size: 150%;
}
.pe .pe-footer .socials a img {
  width: 94px;
}
@media (max-width: 1200px) {
  .pe .pe-footer .slogen span {
    display: block;
  }
}
@media (max-width: 900px) {
  .pe .pe-footer .slogen {
    font-size: 35px;
  }
}
@media (max-width: 800px) {
  .pe .pe-footer .socials a img {
    width: 80px;
  }
}
@media (max-width: 700px) {
  .pe .pe-footer .slogen {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .pe .pe-footer .socials a img {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .pe .pe-footer {
    padding: 300px 0 300px 0;
  }
}

.dropdown-toggle::after {
  margin-left: 0.5em;
}

.dropdown-menu {
  background: #335292;
}
.dropdown-menu a {
  border-radius: 0;
}
.dropdown-menu a:hover {
  border-radius: 0 !important;
  background-color: #5abbc6;
}

.color-purple {
  color: #964A98;
}

.color-yellow {
  color: #F59C1A;
}

.bg-purple {
  background-color: #F16C7D;
  border-color: #F16C7D;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bg-purple:hover {
  background-color: #F16C7D;
  border-color: #F16C7D;
}

.bg-yellow {
  background-color: #F59C1A;
  border-color: #F59C1A;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bg-yellow:hover {
  background-color: #DE8C19;
  border-color: #DE8C19;
}

.bg-light-blue {
  background-color: #C080AC;
  border-color: #C080AC;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bg-light-blue:hover {
  background-color: #C080AC;
  border-color: #C080AC;
}

.bg-light-red {
  background-color: #F0606B;
  border-color: #F0606B;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bg-light-red:hover {
  background-color: #F0606B;
  border-color: #F0606B;
}

div[class^=bg-] a {
  color: initial;
  font-weight: bold;
}
div[class^=bg-] a:hover {
  color: initial;
}

.color-primary {
  color: #192e4d;
}

.color-white {
  color: #ffffff;
}
.color-white:hover {
  color: #ffffff;
}

@media (max-width: 900px) {
  .menuitem-container {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .menuitem-container {
    padding: 20px;
  }
  .orders .menuitem-container {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
/* accomodation */
.menuitem-container.accomodation h2 {
  font-size: 36px;
}
.menuitem-container.accomodation a.button {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 14px;
  background-color: #eb67a2;
  display: inline-block;
  border: 0;
}
.menuitem-container.accomodation .glamping {
  margin-top: 128px;
}
.menuitem-container.accomodation .column1 {
  width: 27%;
  text-align: center;
}
.menuitem-container.accomodation .column1 img {
  width: 60%;
}
.menuitem-container.accomodation .column2 {
  width: 48%;
  padding: 0 3%;
  font-weight: bold;
}
.menuitem-container.accomodation .column3 {
  width: 25%;
  padding-right: 1%;
}
.menuitem-container.accomodation .column4 {
  display: none;
}
@media (max-width: 1024px) {
  .menuitem-container.accomodation h2 {
    font-size: 36px;
    margin: 30px 0;
    text-align: center;
  }
  .menuitem-container.accomodation .camping, .menuitem-container.accomodation .glamping {
    margin: 0;
    flex-direction: column;
  }
  .menuitem-container.accomodation .camping .column1, .menuitem-container.accomodation .camping .column2, .menuitem-container.accomodation .camping .column3, .menuitem-container.accomodation .glamping .column1, .menuitem-container.accomodation .glamping .column2, .menuitem-container.accomodation .glamping .column3 {
    width: 100%;
  }
  .menuitem-container.accomodation .camping .column1 img, .menuitem-container.accomodation .glamping .column1 img {
    width: 30%;
  }
  .menuitem-container.accomodation .camping .column2, .menuitem-container.accomodation .glamping .column2 {
    padding: 0 5%;
  }
  .menuitem-container.accomodation .camping .column2 a.button, .menuitem-container.accomodation .glamping .column2 a.button {
    display: none;
  }
  .menuitem-container.accomodation .camping .column3, .menuitem-container.accomodation .glamping .column3 {
    display: flex;
    padding: 0 2%;
  }
  .menuitem-container.accomodation .camping .column3 img, .menuitem-container.accomodation .glamping .column3 img {
    width: 50% !important;
  }
  .menuitem-container.accomodation .camping .column4, .menuitem-container.accomodation .glamping .column4 {
    display: block;
    padding: 75px 0;
    text-align: center;
  }
}

.hidden {
  display: none;
}

.m-x-100 {
  max-width: 100%;
}

.strike {
  color: red;
  text-decoration: line-through;
  font-size: 80%;
}

.cursor-pointer {
  cursor: pointer;
}

/**
Fonts
 */
.font-bungee {
  font-family: "Bungee", serif;
}

/**
buttons
 */
.button {
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Bungee", serif;
  text-align: center;
  padding: 15px 20px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  display: inline-block;
  border: 0;
}
.button-large {
  font-size: 48px;
  line-height: 50px;
}
.button-purple {
  background-color: #9d4390;
}
.button-purple-v2 {
  background-color: #8a4586;
}
.button-red {
  background-color: #e84042;
}
.button:hover {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .button {
    font-size: 18px;
    line-height: 21px;
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .button {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 20px;
  }
}
.webview .header-container {
  position: initial;
  top: initial;
}
.webview .header-container header {
  margin-top: 0;
}
.webview .header-container header h1 {
  margin-top: 25px;
  margin-bottom: 0;
}
.webview .main-content {
  position: initial;
  top: initial;
  margin-bottom: 0;
}

.payment-banners {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 20px;
  flex-wrap: wrap;
}
.payment-banners img {
  max-height: 35px;
}

.simplepay-logo {
  max-width: 400px;
  width: 100%;
}

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