﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500);
/* Base values */
/*I beskrivelsen ser det ud til denne burde være 14pt, men det er alt for stort*/
/* Colors */
/* Maps */
/* Grid values */
/*button values*/
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #787878;
  background: #f2f4f5;
  margin: 0;
  font-weight: 300; }
  @media (min-width: 1128px) {
    body {
      /*margin: 30px 120px;*/
      margin: 0; } }

a {
  font-weight: 400; }
  a:link, a:visited {
    color: #1d94ef;
    text-decoration: none; }
  a:hover, a:active {
    color: #1476c1;
    text-decoration: none; }

h1 {
  font-size: 1.3em;
  color: #006cb7;
  font-weight: 400; }

h2 {
  font-size: 1.2em;
  color: #006cb7;
  font-weight: 400; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #d6d6d6; }

table tr {
  border-top: 1px solid #d6d6d6; }

table td {
  text-align: center; }

.banner {
  display: block;
  width: 100%;
  margin: 0 auto; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

i.material-icons {
  font-size: 1.3em; }

i.material-icons, .button span, .button2 span, .button3 span {
  vertical-align: middle; }

.bold {
  font-weight: 400; }

input, select {
  height: 44px;
  line-height: 44px;
  padding: 5px 10px;
  font-size: 1em;
  margin: 0 0 2px 0;
  border: 1px solid #979797; }

input[type=checkbox] {
  width: 28px;
  height: 28px;
  padding: 0;
  vertical-align: middle; }

input[type=radio] {
  width: 28px;
  height: 28px;
  padding: 0;
  vertical-align: middle;
  margin-top: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

label span {
  vertical-align: middle; }

.button, .button2, a.button2, .button3, a.button3, a.button, a.button2, a.button3 {
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 44px;
  -webkit-justify-content: center;
  /*-ms-flex-justify-content: center;*/
  justify-content: center;
  /*-ms-flex-align-items: center;*/
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background: #52ae2f;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #52ae2f;
  cursor: pointer;
  /*&:hover{
    border: 1px solid $color7;
    color: $color7;
    background-color: $color0;
  }*/ }
  @media (min-width: 552px) {
    .button, .button2, a.button2, .button3, a.button3, a.button, a.button2, a.button3 {
      width: 264px; } }

.button:not(.nohover):hover, .button2:not(.nohover):hover, .button3:not(.nohover):hover, a.button:hover, a.button2:hover, a.button3:hover {
  border: 1px solid #52ae2f;
  color: #52ae2f;
  background-color: #fff; }

@media (min-width: 552px) {
  .button-next {
    width: 300px; } }

.button-back {
  color: #005EB8;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 44px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background: white;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #52ae2f;
  cursor: pointer;
  border: 1px solid #005EB8; }
  .button-back:hover {
    border: none; }
  @media (min-width: 552px) {
    .button-back {
      width: 300px; } }

.button2, a.button2 {
  width: 168px;
  color: #fff;
  border-color: #be9ad7;
  background: #fff; }
  .button2:hover, a.button2:hover {
    border-color: #be9ad7;
    color: #fff;
    background-color: #be9ad7; }

.button3, a.button3 {
  width: 168px;
  color: #faacdc;
  border-color: #faacdc;
  background: none;
  background-color: #006cb7; }
  .button3:hover, a.button3:hover {
    border-color: #fff;
    color: #006cb7;
    background-color: #fff; }

/*.button-pull-to-left{
    float: left;
}*/
i.icon-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /*background: $color7;
    border: 1px solid $color7;*/
  background-color: #005EB8;
  border: 1px solid #005EB8;
  font-size: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none; }
  i.icon-button:hover {
    border: 1px solid #52ae2f;
    color: #52ae2f;
    background-color: #fff; }

.inputContainer {
  min-height: 67px;
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 552px) {
    .inputContainer {
      width: auto;
      width: initial; } }

.warning {
  font-size: 0.9em;
  color: red; }

.input-warning {
  border-color: red; }

.info {
  font-size: 0.9em;
  color: #999; }

/*.button, .button2, a.button2, .button3, a.button3, a.button, a.button2, a.button3 {
    background: #009d2e;
    border: 1px solid #009d2e;
}*/
.flow-buttons-container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px; }
  .flow-buttons-container .next-flow-button {
    height: 44px;
    position: relative;
    display: block; }
  .flow-buttons-container .back-flow-button {
    width: 100%;
    /*@include respond-to('medium') {
            width: 300px;
        }*/
    display: block;
    position: relative;
    height: 44px;
    margin-top: 20px; }

@media screen and (min-width: 950px) {
  .flow-buttons-container .back-flow-button {
    width: 300px; }
  .flow-buttons-container .next-flow-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0; } }

.breadcrumbs {
  display: table;
  height: 44px;
  line-height: 44px;
  font-size: 1em;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #b8c8d3;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed; }

.breadcrumbs ul {
  display: table-row; }

.breadcrumbs ul li {
  display: table-cell; }

/*.show-cursor-pointer {
    cursor: pointer;
}*/
.breadcrumbs ul li.current-step {
  background: #006cb7; }

.breadcrumbs ul li.current-step span:first-child {
  color: #006cb7;
  background: #fff; }

.breadcrumbs ul li.current-step span:last-child {
  color: #fff; }

.show-check-mark {
  background-color: transparent !important; }

.check-mark-img {
  margin-top: 7px;
  background: url("../../../Images/done.svg") no-repeat;
  background-color: transparent;
  width: 28px;
  height: 28px; }

.breadcrumbs div {
  width: 100%;
  font-weight: 300;
  color: #b8c8d3; }

.text-step-done-breadcrumb {
  color: #0848A9;
  font-weight: normal; }

.breadcrumbs span:first-child {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #b8c8d3;
  text-align: center;
  border-radius: 50%;
  color: #fefefe;
  display: inline-block; }

/*.breadcrumbs span img{
  
}*/
.breadcrumbs span:last-child {
  display: none; }
  @media (min-width: 1128px) {
    .breadcrumbs span:last-child {
      display: inline; } }

.datepicker {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none; }

.datepicker-bottom td {
  padding: 10px;
  font-size: 0.8em;
  text-align: left;
  border: 2px solid #d6d6d6; }
  .datepicker-bottom td div {
    display: inline-block; }
  .datepicker-bottom td span {
    /*position: absolute; //todo: align "no available tickets" without magical numbers like these
        top: 8px;
        left: 34px;*/
    /*@include respond-to('medium') {
            top: 8px;
        }*/ }

.datepicker table {
  width: 100%;
  font-size: 1em;
  background: #fff;
  border-spacing: 0;
  border-collapse: separate;
  font-weight: 400; }
  @media (min-width: 552px) {
    .datepicker table {
      width: 300px;
      font-size: 1em; } }

.datepicker th {
  font-weight: 400;
  text-align: center; }

.months-row th {
  padding: 10px;
  color: #fff;
  background: #006cb7; }
  .months-row th span:first-child {
    float: left; }
  .months-row th span:last-child {
    float: right; }
  .months-row th i {
    cursor: pointer; }

.days-headers th {
  font-size: 0.7em;
  padding: 8px 5px;
  border-bottom: 2px solid #d6d6d6; }
  @media (min-width: 552px) {
    .days-headers th {
      padding: 11px; } }
  .days-headers th:first-child {
    border-left: 2px solid #d6d6d6; }
  .days-headers th:last-child {
    border-right: 2px solid #d6d6d6; }

/*.price-diff-spacing{
    padding-bottom: 2px;
}*/
.days-row td {
  padding: 2px 2px;
  vertical-align: top;
  width: calc(100%/7); }
  .days-row td:first-child {
    border-left: 2px solid #d6d6d6; }
  .days-row td:last-child {
    border-right: 2px solid #d6d6d6; }
  .days-row td div {
    padding: 7px 7px 2px 7px;
    cursor: pointer; }
    @media (min-width: 552px) {
      .days-row td div {
        padding: 2px 9px; } }
    .days-row td div:hover {
      color: #fff;
      background: #006cb7; }
    .days-row td div.selected {
      color: #fff;
      background: #52ae2f; }

.tickets-availability-box {
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-right: 10px; }

.tickets-availability-text {
  vertical-align: text-bottom; }

.no-tickets-box {
  /*width: 15px;
    height: 15px;
    margin-top: auto;
    margin-right: 10px;*/
  background: #D70008; }

.no-tickets-text {
  color: #D70008;
  cursor: default !important; }
  .no-tickets-text:hover {
    color: #D70008 !important;
    background: initial !important; }

.tickets-available-box {
  background: #0062AE; }

.available-tickets-text {
  color: #0062AE !important; }

.few-tickets-available-box {
  background: #FFB04E; }

.few-tickets-available-text {
  color: #FFB04E !important; }

.outer-container {
  width: 100%;
  max-width: 100%; }

.price-diff-text {
  color: #787878 !important;
  padding: 0px !important;
  font-size: 0.55em;
  min-height: 20px;
  max-height: 20px;
  line-height: 1.2; }
  @media (min-width: 552px) {
    .price-diff-text {
      max-width: 40px; } }

/*.no-active-timeslots-overlay{
    position:relative;
}
*/
.no-active-timeslots-overlay {
  position: absolute;
  margin-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: rgba(255, 255, 255, 0.8); }

/*.no-active-timeslots-overlay:before{
  content: " ";
  z-index: 100;
  display: block;
  position: absolute;
  height: 190px;
  width:309px;
  //top: 0;
  left: 2px;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}
.no-active-timeslots-overlay2{
    height: 100px;
    width: 100px;
  background: rgba(255, 255, 255, 0.8);
  background-color: red;
  position: absolute;
}

.no-active-timeslots-overlay::before{
    content: " k";
}*/
.loading-time-slot-data {
  opacity: 0.2;
  color: #d6d6d6 !important;
  cursor: default !important; }
  .loading-time-slot-data:hover {
    background: #fff !important; }

.loading-time-slot-data .no-tickets-text {
  color: #d6d6d6; }

.datepicker .pastDate {
  color: #d6d6d6;
  cursor: auto; }
  .datepicker .pastDate:hover {
    color: #d6d6d6;
    background: initial; }

.timeslotpicker {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none; }

.timeslotpicker table {
  width: 100%;
  font-size: 1.1em;
  background: #fff;
  border-spacing: 0;
  border-collapse: separate;
  font-weight: 400; }
  @media (min-width: 552px) {
    .timeslotpicker table {
      width: 370px;
      font-size: 1em; } }

.timeslotpicker-table-with-price-diff-scaling {
  font-size: 0.8em !important; }
  @media (min-width: 552px) {
    .timeslotpicker-table-with-price-diff-scaling {
      font-size: 1em !important; } }

.timeslotpicker th {
  font-weight: 400;
  text-align: center; }

.timeslotpicker-header th {
  padding: 4px;
  color: #fff;
  background: #006cb7; }
  .timeslotpicker-header th span {
    font-size: 0.9em;
    display: block; }
    .timeslotpicker-header th span:last-child {
      font-size: 0.7em;
      font-weight: 300; }

.timeslotpicker-subheader th {
  font-size: 0.7em;
  padding: 11px;
  border-bottom: 2px solid #d6d6d6; }
  .timeslotpicker-subheader th:first-child {
    border-left: 2px solid #d6d6d6; }
  .timeslotpicker-subheader th:last-child {
    border-right: 2px solid #d6d6d6; }

.timeslotpicker-body {
  vertical-align: top; }

.timeslotpicker-body td {
  width: 50%; }
  .timeslotpicker-body td:first-child {
    border-left: 2px solid #d6d6d6;
    border-right: 2px dashed #d6d6d6;
    border-bottom: 2px solid #d6d6d6; }
  .timeslotpicker-body td:last-child {
    border-right: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6; }
  .timeslotpicker-body td .timeslot-list .timeslot-item-default-outer-container {
    padding: 7px 7px;
    margin: 5px 5px;
    cursor: pointer;
    display: inline-flex;
    width: calc(100%-10px); }
    @media (min-width: 552px) {
      .timeslotpicker-body td .timeslot-list .timeslot-item-default-outer-container {
        padding: 7px 15px;
        margin: 5px 0px;
        width: 100%;
        justify-content: center; } }
    .timeslotpicker-body td .timeslot-list .timeslot-item-default-outer-container.selected {
      color: #fff;
      background: #52ae2f; }
  .timeslotpicker-body td .timeslot-list .hover-default:hover {
    color: #fff;
    background: #006cb7; }
  .timeslotpicker-body td .timeslot-list .hover-discount:hover {
    color: #fff;
    background: #006cb7; }
  .timeslotpicker-body td .timeslot-list .timeslot-item-outer-container-with-discount {
    padding: 5px 5px; }
    @media (min-width: 552px) {
      .timeslotpicker-body td .timeslot-list .timeslot-item-outer-container-with-discount {
        padding: 5px 12px; } }
  .timeslotpicker-body td .timeslot-list .timeslot-item-container {
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    display: inline-flex;
    z-index: 2000;
    padding: 2px; }
  .timeslotpicker-body td .timeslot-list .timeslot-item-container-with-discount-inner {
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    display: inline-flex;
    background-color: #FFB04E;
    z-index: 2000;
    padding: 2px;
    color: black; }
    .timeslotpicker-body td .timeslot-list .timeslot-item-container-with-discount-inner > .timeslot-item-container-timeslot {
      position: relative;
      z-index: 2001;
      display: inline-block;
      background-color: white;
      padding-right: 2px;
      padding-left: 2px;
      color: #787878 !important; }
    .timeslotpicker-body td .timeslot-list .timeslot-item-container-with-discount-inner > .timeslot-item-container-with-discount-timeslot {
      position: relative;
      z-index: 2001;
      display: inline-block;
      background-color: white;
      padding-right: 2px; }
    .timeslotpicker-body td .timeslot-list .timeslot-item-container-with-discount-inner > .discount-text {
      font-size: 0.6em;
      font-weight: 600;
      padding: 0 4px;
      display: inline-flex;
      width: 33px;
      justify-content: center;
      align-items: center;
      display: flex;
      line-height: 1.2; }
      .timeslotpicker-body td .timeslot-list .timeslot-item-container-with-discount-inner > .discount-text .discount-text-inner {
        display: block;
        overflow: hidden;
        white-space: nowrap; }

.timeslot-list {
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  column-count: 2;
  column-gap: 0;
  width: 100%;
  margin: auto; }
  @media (min-width: 552px) {
    .timeslot-list {
      width: 200px; } }

.timeslotpicker-bottom td {
  padding: 14px;
  border: 2px solid #d6d6d6; }

.timeslotpicker .button, .timeslotpicker .button2, .timeslotpicker .button3 {
  font-size: 1.2em;
  width: 100px;
  line-height: 50px; }

.timeslotpicker .award {
  background-color: yellow !important; }

/*.fulldaypicker-subheader th {
    font-size: 0.7em;
    padding: 11px;
    border-bottom: 2px solid $frame-color;

}*/
.fulldaypicker-subheader th {
  padding: 11px 22px 11px 22px;
  border-left: 2px solid #d6d6d6;
  border-right: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  font-size: 0.7em; }

.fulldaypicker-body td {
  border-bottom: 2px solid #d6d6d6;
  border-left: 2px solid #d6d6d6;
  border-right: 2px solid #d6d6d6;
  /*border: 2px solid $frame-color;*/
  font-size: 1em; }

.fulldaypicker-body .fullday-button {
  text-align: center; }
  .fulldaypicker-body .fullday-button div {
    padding: 7px 15px;
    margin: 5px 15px;
    cursor: pointer; }
    .fulldaypicker-body .fullday-button div:hover {
      color: #fff;
      background: #006cb7; }

.fulldaypicker-body .fullday-selected {
  color: #fff;
  background: #52ae2f; }

.touts-container {
  width: 100%; }
  @media (min-width: 1128px) {
    .touts-container {
      float: right;
      width: auto; } }

.tout {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 0 15px 15px 15px;
  width: 100%;
  margin-bottom: 24px; }
  @media (min-width: 552px) {
    .tout {
      width: 360px;
      /*border: 1px solid red;*/
      display: inline-block;
      float: left; }
      .tout:first-child {
        margin-right: 24px; } }
  @media (min-width: 1128px) {
    .tout {
      width: 240px;
      /*border: 1px solid blue;*/
      float: none;
      /*margin-left: 2*$column-spacing;*/ }
      .tout:first-child {
        margin-right: 0; } }
  .tout h2 {
    text-align: center; }

.tout-boxes-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 1128px) {
    .tout-boxes-container {
      flex-direction: row; } }

.tout-box, .stand-alone-tout {
  width: 100%;
  padding: 30px;
  display: inline-flex;
  background-color: white; }
  @media (min-width: 1128px) {
    .tout-box, .stand-alone-tout {
      width: 50%; } }
  .tout-box .tout-box-image, .stand-alone-tout .tout-box-image {
    padding-top: 20px;
    margin-right: 40px; }
  .tout-box .tout-box-text, .stand-alone-tout .tout-box-text {
    word-break: break-word; }
    .tout-box .tout-box-text h2, .stand-alone-tout .tout-box-text h2 {
      color: #3B7ADB;
      font-size: 24px;
      font-weight: bold; }

.stand-alone-tout {
  width: 100%;
  padding-left: 0;
  background-color: transparent; }
  @media (min-width: 1128px) {
    .stand-alone-tout {
      width: 100%; } }

.touts-container {
  width: 100%; }
  @media (min-width: 1128px) {
    .touts-container {
      float: right;
      width: auto; } }

.tout {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 0 15px 15px 15px;
  width: 100%;
  margin-bottom: 24px; }
  @media (min-width: 552px) {
    .tout {
      width: 360px;
      /*border: 1px solid red;*/
      display: inline-block;
      float: left; }
      .tout:first-child {
        margin-right: 24px; } }
  @media (min-width: 1128px) {
    .tout {
      width: 240px;
      /*border: 1px solid blue;*/
      float: none;
      /*margin-left: 2*$column-spacing;*/ }
      .tout:first-child {
        margin-right: 0; } }
  .tout h2 {
    text-align: center; }

.tout-boxes-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 1128px) {
    .tout-boxes-container {
      flex-direction: row; } }

.tout-box, .stand-alone-tout {
  width: 100%;
  padding: 30px;
  display: inline-flex;
  background-color: white; }
  @media (min-width: 1128px) {
    .tout-box, .stand-alone-tout {
      width: 50%; } }
  .tout-box .tout-box-image, .stand-alone-tout .tout-box-image {
    padding-top: 20px;
    margin-right: 40px; }
  .tout-box .tout-box-text, .stand-alone-tout .tout-box-text {
    word-break: break-word; }
    .tout-box .tout-box-text h2, .stand-alone-tout .tout-box-text h2 {
      color: #3B7ADB;
      font-size: 24px;
      font-weight: bold; }

.stand-alone-tout {
  width: 100%;
  padding-left: 0;
  background-color: transparent; }
  @media (min-width: 1128px) {
    .stand-alone-tout {
      width: 100%; } }

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  /*RGBa with 0.6 opacity*/
  background-color: rgba(235, 235, 235, 0.8);
  /*For IE 5.5 - 7*/
  /*For IE 8*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/ }

.loading-overlay-enter {
  /*RGBa with 0.6 opacity*/
  background-color: #ebebeb;
  /*For IE 5.5 - 7*/
  /*For IE 8*/ }

.loading-object {
  /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  margin-top: 20px;
  text-align: center; }

.datepicker-calendar-table {
  border-bottom: 2px solid #d6d6d6; }

/*.date-picker-calendar-calendar{
    @include respond-to('large') {
        float: right;
        margin-top:25px;
    }
}*/
.cordura-tooltip {
  display: inline-block;
  position: relative;
  /*.point-up {

        .arrow {
            position: absolute;
            left: 4px;
            top: 42px;
        }

        .arrow::before,
        .arrow::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            z-index: 100000;
        }

        .arrow::after {
            border-color: transparent transparent #fff transparent;
            border-width: 8px;
            top: -15px;
            left: 1px;
        }

        .arrow::before {
            border-color: transparent transparent $color13 transparent;
            border-width: 9px;
            top: -18px;
        }
    }

    .point-down {
        .arrow {
            position: absolute;
            left: 4px;
            top: -15px;
        }

        .arrow::before,
        .arrow::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            z-index: 100000;
        }

        .arrow::after {
            border-color: #fff transparent transparent transparent;
            border-width: 8px;
            bottom: -15px;
            margin-left: 1.5px;
        }

        .arrow::before {
            border-color: $color13 transparent transparent transparent;
            border-width: 9px;
            bottom: -18px;
        }
    }*/ }
  .cordura-tooltip .tooltip-icon {
    width: 25px;
    cursor: pointer; }
    .cordura-tooltip .tooltip-icon img {
      width: 100%; }
  .cordura-tooltip .tooltip-container {
    position: absolute;
    left: -10000px;
    top: 30px;
    background-color: #fff;
    border: 1px solid #979797;
    padding: 20px;
    width: 300px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.16);
    z-index: 100; }
    .cordura-tooltip .tooltip-container .tooltip-header {
      color: #0848A9; }
    .cordura-tooltip .tooltip-container .tooltip-box-idle {
      display: none; }
    .cordura-tooltip .tooltip-container .tooltip-box-active {
      display: block; }
    .cordura-tooltip .tooltip-container i {
      color: #4a4a4a;
      position: absolute;
      right: 8px;
      top: 8px;
      font-size: 1.2em;
      font-weight: bolder;
      cursor: pointer; }
  .cordura-tooltip .initial-values-for-tooltip {
    position: absolute;
    left: -10000px;
    top: -10000px;
    width: 300px; }
  .cordura-tooltip .initial-values-for-tooltip-mobile {
    position: fixed;
    left: 0px;
    top: 110px;
    width: 100%; }
  .cordura-tooltip .arrow_container {
    width: 25px;
    height: 14px;
    position: absolute;
    overflow: hidden;
    /*transform: rotate(180deg);*/
    z-index: 102;
    bottom: -16px; }
  .cordura-tooltip .down {
    transform: rotate(0deg);
    bottom: 29px; }
  .cordura-tooltip .up {
    transform: rotate(180deg); }
  .cordura-tooltip .arrow_inner {
    position: absolute;
    background: white;
    margin: auto;
    top: -8.0px;
    left: 0;
    right: 0;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797; }

.subheader {
  font-size: 18px;
  font-weight: normal; }

.ticket-category-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 5px 0 20px 0; }

.ticket-product-name {
  /*@include respond-to('large') {*/
  display: inline-block;
  width: 144px; }
  .ticket-product-name .product-type {
    display: block;
    color: #0848A9;
    font-size: 20px;
    font-weight: normal; }
  .ticket-product-name .product-description {
    display: block;
    font-size: 12px; }

.ticketAmount {
  display: inline-block; }
  .ticketAmount .toddlers {
    font-size: 12px; }

.ticketAmount input {
  background: #fff;
  border: 1px solid #979797;
  color: #0848A9;
  vertical-align: top;
  text-align: center;
  padding: 0;
  margin: 0 12px;
  width: 34px;
  height: 34px;
  font-size: 1em; }
  @media (min-width: 552px) {
    .ticketAmount input {
      width: 44px;
      height: 44px;
      font-size: 1.4em; } }

i.icon-button {
  background-color: #005EB8;
  border: 1px solid #005EB8;
  width: 34px;
  height: 34px;
  font-size: 1em; }
  @media (min-width: 552px) {
    i.icon-button {
      width: 44px;
      height: 44px;
      font-size: 1.4em; } }
  i.icon-button:hover {
    border: 1px solid #005EB8;
    color: #005EB8;
    background-color: #fff; }

.calendar-icon {
  width: 44px;
  height: 44px;
  background: url("../../../Images/calendar_icon_white.svg") no-repeat;
  background-size: 23px 23px;
  background-position: center; }
  .calendar-icon:hover {
    background: url("../../../Images/calendar_icon_blue.svg") no-repeat;
    background-size: 23px 23px;
    background-position: center; }

/*.calendar button {
    width: 60px;
    border: none;
}*/
.calendar .button, .calendar .button2, .calendar .button3 {
  width: 44px;
  background-color: #005EB8;
  border: 0; }
  .calendar .button:hover, .calendar .button2:hover, .calendar .button3:hover {
    border: 1px solid #005EB8;
    color: #005EB8;
    background-color: #fff; }

.calendar input {
  width: 100%;
  font-weight: normal;
  color: #0848A9;
  /*margin-bottom: 10px;*/ }
  @media (min-width: 552px) {
    .calendar input {
      width: 256px; } }

.calendar input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0848A9; }

.calendar input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0848A9; }

.calendar input:-ms-input-placeholder {
  /* IE 10+ */
  color: #0848A9; }

.calendar input:-moz-placeholder {
  /* Firefox 18- */
  color: #0848A9; }

.calendar {
  /*display: none; hides the timeplot-picker in mobilview,*/
  /*@include respond-to('medium') {
        display: flex;
    }*/
  display: flex; }

.date-timeslot-picker {
  position: initial; }

.date-timeslot-picker > div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }
  @media (min-width: 552px) {
    .date-timeslot-picker > div {
      /*position: absolute;*/ } }

.datepicker-container {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%; }
  @media (min-width: 552px) {
    .datepicker-container {
      width: initial;
      width: auto; } }

.timeslotpicker-container {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  width: 100%; }
  @media (min-width: 552px) {
    .timeslotpicker-container {
      width: initial;
      width: auto;
      display: inline-block; } }

#timeslotpicker {
  display: inline-block; }

.next-btn {
  text-align: center; }

.button-container {
  margin-top: 20px; }

/*.button-container {
    width: 100%;
    //float: left;
    display: flex;
   justify-content:center;
    .next-btn{
        
    }
}*/
/*width: 100%;


  @include respond-to('medium') {
    width: $column-width*4 + $column-spacing*3;
  }*/
/*input, select {
    border: 1px solid $color13;
}*/
.customer-info input, .customer-info select {
  width: 100%; }
  @media (min-width: 552px) {
    .customer-info input, .customer-info select {
      width: 360px; } }
  .customer-info input input:-moz-read-only, .customer-info select input:-moz-read-only {
    /* For Firefox */
    background-color: yellow; }
  .customer-info input input:read-only, .customer-info select input:read-only {
    background-color: yellow; }

.inputContainer {
  display: block; }

.no-product-saved-on-ticket {
  display: inline-block; }

.subheader {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px !important; }

.checkout-ticket {
  margin-bottom: 20px; }

.ticket-info {
  margin-left: 60px;
  position: relative; }

.checkout-ticket input, .checkout-ticket select {
  width: 100%;
  /*margin: 10px 0 2px 0;  PASSBOOKING */ }

@media (min-width: 552px) {
  .checkout-ticket input {
    margin-right: 10px;
    width: 300px !important; } }

@media (min-width: 1128px) {
  .checkout-ticket input {
    width: 300px !important; } }

.checkout-ticket select {
  width: 70%; }
  @media (min-width: 552px) {
    .checkout-ticket select {
      width: 230px; } }

/*.checkout-ticket button {
    margin-top: 15px;
}*/
.checkout-contact-information .inputContainer {
  height: 67px; }

.checkout-contact-information input:-moz-read-only {
  /* For Firefox */
  background-color: #f7f7f7; }

.checkout-contact-information input:read-only {
  background-color: #f7f7f7; }

.checkout-contact-information p {
  margin-bottom: 0; }

/*.checkout-contact-information .inputContainer {
    height: 67px;
}

.checkout-contact-information p {
    margin-bottom: 0;
}*/
.promo-upper-container span {
  cursor: pointer; }

.promo-upper-container a {
  font-size: 18px;
  font-weight: normal;
  color: #787878; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #4a4a4a;
  display: inline-block;
  margin-left: 3px;
  padding-bottom: 3px; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #4a4a4a;
  display: inline-block;
  margin-left: 3px; }

.promo-header {
  font-size: 18px;
  font-weight: normal;
  color: #787878; }

.promo input {
  width: 70%; }
  @media (min-width: 552px) {
    .promo input {
      width: 240px !important; } }

.promo {
  height: 100%; }

.terms-and-conditions-text, .i-want-newsletter-text {
  display: inline-block;
  max-width: 830px;
  font-weight: 300; }

.promo p.promo-succes-text {
  color: #52ae2f; }

.promo-search-text {
  font-size: 0.9em; }

/*.promo button {
    padding: 0;
    width: 90px;
    margin-top: 10px;
    line-height: 26px;
    background-color: transparent;
    border: 0px;
    color: #005eb8;
   // text-decoration: underline;
    border-bottom: 1px solid #005eb8; 
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 2px;


    @include respond-to('medium') {
        margin-left: 16px;
        margin-top: 0;
    }
}*/
.promo .promo-button-link-container {
  width: 90px;
  height: 44px;
  display: flex;
  align-items: center; }
  .promo .promo-button-link-container .promo-button-link {
    padding: 0;
    line-height: 26px;
    display: inline-flex;
    justify-content: center;
    background-color: transparent;
    border: 0px;
    color: #005eb8;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 2px;
    margin-left: 16px;
    margin-top: 0; }
    @media (min-width: 552px) {
      .promo .promo-button-link-container .promo-button-link {
        margin-left: 16px;
        margin-top: 0; } }

.promo-outer-container {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 552px) {
    .promo-outer-container {
      width: 360px; } }

.valid-promos-container {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap; }
  .valid-promos-container .valid-promo {
    width: 115px;
    height: 30px;
    border-radius: 15px;
    background-color: #005EB8;
    color: #fff;
    display: inline-flex;
    justify-content: flex-start;
    padding-left: 12px;
    align-items: center;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px; }
    .valid-promos-container .valid-promo:nth-child(3n) {
      margin-right: 0px; }
    .valid-promos-container .valid-promo i {
      font-size: 1.1em;
      position: absolute;
      top: 8px;
      right: 10px;
      cursor: pointer; }
    .valid-promos-container .valid-promo span {
      width: 80px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.promo-container {
  display: flex;
  margin-top: 10px; }
  @media (min-width: 552px) {
    .promo-container {
      display: flex; } }

/*>> NEW start*/
.pass-expand-transition {
  transition: all 0.6s ease; }

/*<< NEW end*/
.outer-pass-container {
  position: absolute;
  background: transparent;
  width: 100%;
  overflow: hidden;
  margin-top: 65px;
  height: 200px;
  pointer-events: none; }
  @media (min-width: 552px) {
    .outer-pass-container {
      width: 300px; } }
  .outer-pass-container .pass-container {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: white;
    width: 100%;
    height: 200px;
    pointer-events: initial; }
    @media (min-width: 552px) {
      .outer-pass-container .pass-container {
        width: 300px; } }
    .outer-pass-container .pass-container.collapsed {
      border-left: 1px transparent solid;
      border-right: 1px transparent solid;
      border-bottom: 1px transparent solid;
      background: transparent; }
    .outer-pass-container .pass-container .pass-button {
      color: #005eb8;
      text-decoration: underline;
      font-weight: bold;
      font-size: 1.0em;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer; }
    .outer-pass-container .pass-container .add-pass-container {
      margin: 10px; }
      .outer-pass-container .pass-container .add-pass-container input {
        width: 200px !important; }
    .outer-pass-container .pass-container .success-pass-container .success-pass-upper-container {
      text-align: left;
      margin-bottom: 6px;
      font-size: 18px;
      color: #52ae2f;
      padding: 0 10px 0 10px; }
    .outer-pass-container .pass-container .success-pass-container .success-pass-lower-container {
      font-size: 14px;
      text-align: left;
      padding: 0 10px 0 10px;
      margin-bottom: 12px; }
    .outer-pass-container .pass-container .remove-pass-container {
      padding: 10px; }
  .outer-pass-container .pass-expand-collapse-button {
    text-align: right;
    font-size: 14px;
    padding: 6px 6px 0px 6px;
    cursor: pointer; }
    @media (min-width: 552px) {
      .outer-pass-container .pass-expand-collapse-button {
        width: 298px; } }
    .outer-pass-container .pass-expand-collapse-button.collapse-button-hide {
      opacity: 0;
      cursor: default; }

.acceptance-container input {
  width: 19px;
  margin-right: 7px;
  margin-top: 0; }

.acceptance-container tr {
  border: none; }

.acceptance-container td {
  text-align: left;
  vertical-align: top; }

.acceptance-container label {
  margin-top: 3px;
  max-width: none; }

.addTour .tour {
  min-height: 100px;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px; }
  @media (min-width: 1128px) {
    .addTour .tour {
      width: 840px; } }
  .addTour .tour > div:first-child {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 552px) {
      .addTour .tour > div:first-child {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row; } }
  .addTour .tour h2 {
    margin-top: 0; }
  .addTour .tour img {
    width: 100%;
    max-height: 100px; }
  .addTour .tour .tour-image {
    width: 100%;
    display: none; }
    @media (min-width: 552px) {
      .addTour .tour .tour-image {
        display: block;
        width: 20%; } }
  .addTour .tour .tour-overview {
    width: 100%;
    padding: 0 10px 10px 10px;
    overflow: hidden; }
    @media (min-width: 552px) {
      .addTour .tour .tour-overview {
        width: 60%; } }
    .addTour .tour .tour-overview .tour-resume {
      display: block;
      margin-top: 5px; }
  .addTour .tour .tour-tickets {
    width: 100%;
    display: flex;
    align-items: center; }
    @media (min-width: 552px) {
      .addTour .tour .tour-tickets {
        width: 45%;
        justify-content: center; } }
    @media (min-width: 1128px) {
      .addTour .tour .tour-tickets {
        width: 30%;
        justify-content: center; } }
  .addTour .tour .tour-description {
    width: 100%; }

.lego-head {
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
  height: 44px;
  background-image: url("../../../Images/lego-head-off.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px; }
  .lego-head-on {
    background-image: url("../../../Images/lego-head-on.png"); }

.tour-ticketAmount input {
  width: 44px;
  height: 41px;
  font-size: 1.1em;
  background: #fff;
  border: 1px solid #979797;
  color: #b4b4b4;
  text-align: center;
  margin: 0 15px;
  padding: 0;
  vertical-align: top; }

.tour-ticketAmount .icon-button {
  width: 44px;
  height: 41px; }

.calendar-item-sold-out {
  color: red;
  font-size: 1.1em; }

.overlay-content {
  min-height: 300px; }

.checkout-review {
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 20px 20px 0 20px;
  background: #fff;
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 552px) {
    .checkout-review {
      padding: 20px 10px 0 10px;
      text-align: left; } }
  @media (min-width: 1128px) {
    .checkout-review {
      width: 840px; } }

/*.checkout-review > p:first-child, .checkout-review > p:nth-child(2), .tour-start-time {
    padding-left: 15px;
    font-weight: $weight-regular;
    color: $color9;
    font-size: 1.2em;
}*/
.checkout-review > p, .tour-start-time {
  padding-left: 15px;
  font-weight: 400;
  color: #006cb7;
  font-size: 1em; }

.checkout-review > p:first-child {
  font-size: 1.2em; }

.reviewTable {
  width: 100%;
  margin-top: 25px;
  font-weight: 400; }
  @media (min-width: 552px) {
    .reviewTable {
      display: table; } }

.tableBody {
  width: 100%; }
  @media (min-width: 552px) {
    .tableBody {
      display: table-row-group; } }

.tableRow, .tableRowEnd {
  min-height: 10px;
  margin-bottom: 10px; }
  @media (min-width: 552px) {
    .tableRow, .tableRowEnd {
      display: table-row;
      margin-bottom: 0; } }

.tableRowEnd {
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  border-top: 1px solid #d6d6d6;
  margin-top: 20px;
  padding-top: 20px; }
  @media (min-width: 552px) {
    .tableRowEnd {
      display: table;
      margin-top: 5px;
      padding-top: 10px; } }

.tableRowEnd span {
  vertical-align: middle; }
  @media (min-width: 552px) {
    .tableRowEnd span {
      display: table-cell; } }

.tableRowEnd p {
  color: #999;
  font-size: 0.6em; }

.reviewTable .tableRow > span {
  display: block; }
  @media (min-width: 552px) {
    .reviewTable .tableRow > span {
      padding: 10px;
      display: table-cell;
      border-top: 1px solid #d6d6d6; } }

@media (min-width: 552px) {
  .reviewTable .divider-top > span {
    border-top: 1px solid #b4b4b4; } }

.reviewTable .no-border-top > span {
  display: block; }
  @media (min-width: 552px) {
    .reviewTable .no-border-top > span {
      padding: 5px 10px;
      display: table-cell;
      border-top: none; } }

.tableRowEnd .tableRow > span, .reviewTableSub .tableRow > span {
  display: block; }
  @media (min-width: 552px) {
    .tableRowEnd .tableRow > span, .reviewTableSub .tableRow > span {
      padding: 0 10px;
      display: table-cell; } }

.tableBody span {
  text-align: center; }
  .tableBody span:first-child {
    float: left;
    text-align: left; }
    @media (min-width: 552px) {
      .tableBody span:first-child {
        float: none; } }
  .tableBody span:last-child {
    text-align: right; }

.reviewTable .tableBody span:first-child {
  float: none; }

.reviewTable .tableBody span:nth-child(2) {
  float: left;
  font-weight: 300; }
  @media (min-width: 552px) {
    .reviewTable .tableBody span:nth-child(2) {
      float: none;
      font-weight: 400; } }

.reviewTable .tableBody span:last-child {
  position: relative;
  bottom: 22px; }
  @media (min-width: 552px) {
    .reviewTable .tableBody span:last-child {
      position: relative;
      bottom: 0; } }

.font-weight-medium {
  font-weight: 500; }

.reviewTable .tableSubRow span {
  bottom: 0 !important; }

.discount-orderline {
  text-decoration: line-through;
  margin-left: 5px;
  float: right !important;
  position: static !important; }

.order-total {
  color: #0848A9; }

.reviewTableSub {
  width: 100%;
  font-weight: 300;
  padding-top: 5px; }
  @media (min-width: 552px) {
    .reviewTableSub {
      display: table; } }

.borderTop {
  border-top: 1px solid #b4b4b4; }

.subResult {
  font-weight: 500; }

.tableRow > span.lineTab {
  padding-left: 24px; }
  @media (min-width: 552px) {
    .tableRow > span.lineTab {
      padding-left: 48px; } }

.download-button {
  position: relative; }

.confirmation-spinner {
  left: 90% !important;
  color: white !important; }

.disabled {
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6; }

.frontpage-date-and-time {
  background-color: transparent; }
  .frontpage-date-and-time .frontpage-white-box {
    background-color: white;
    width: 360px;
    height: 100%;
    padding: 24px;
    /*border: $border-size solid $frame-color;*/ }
  .frontpage-date-and-time .overlay {
    width: 360px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; }
  .frontpage-date-and-time .super-header {
    color: #52ae2f;
    text-align: center;
    margin: 0;
    margin-bottom: 24px; }
  .frontpage-date-and-time .quantity-input {
    float: right; }
  .frontpage-date-and-time .quantity-input-text {
    line-height: 44px; }
  .frontpage-date-and-time .select-date-input {
    width: 268px; }
  .frontpage-date-and-time .divider {
    border-top: 1px solid #b4b4b4;
    margin: 24px 0; }
  .frontpage-date-and-time .below-timeslot-picker {
    padding-top: 24px; }
  .frontpage-date-and-time .information-text {
    color: #787878;
    font-size: 14px;
    font-weight: 300; }
  .frontpage-date-and-time .frontpage-date-timeslot-picker {
    margin: 0 24px;
    /*margin-top is set in javascript*/ }
  .frontpage-date-and-time .calendar {
    display: flex; }

.daily-calendar {
  min-height: 330px; }
  .daily-calendar .calendar {
    flex-direction: column; }
    @media (min-width: 1128px) {
      .daily-calendar .calendar {
        flex-direction: row; } }
  .daily-calendar .calendar-top-book-button {
    display: block;
    float: left;
    text-align: center;
    padding-top: 7px; }
  @media (min-width: 1128px) {
    .daily-calendar .date-timeslot-picker {
      position: absolute;
      right: 0; } }
  @media (min-width: 1128px) {
    .daily-calendar .date-timeslot-picker .datepicker-container {
      margin-right: 0; } }
  .daily-calendar .datepicker-inner-container {
    display: flex; }
  @media (min-width: 1128px) {
    .daily-calendar .calendar-datepicker-text {
      margin-right: 20px;
      margin-top: 10px; } }
  .daily-calendar .banner {
    margin-top: 20px; }
  .daily-calendar .calendar-filter {
    width: 100%;
    text-align: right;
    margin: 0 0 0 auto; }
    @media (min-width: 1128px) {
      .daily-calendar .calendar-filter {
        width: 60%;
        padding-top: 30px; } }
    .daily-calendar .calendar-filter select {
      width: 90px;
      height: 44px; }
    .daily-calendar .calendar-filter .button, .daily-calendar .calendar-filter .button2, .daily-calendar .calendar-filter .button3 {
      height: 44px;
      line-height: 45px; }
    .daily-calendar .calendar-filter > div {
      margin-bottom: 12px; }
      @media (min-width: 552px) {
        .daily-calendar .calendar-filter > div {
          display: inline; } }
      .daily-calendar .calendar-filter > div span:first-child {
        display: block; }
        @media (min-width: 552px) {
          .daily-calendar .calendar-filter > div span:first-child {
            display: inline; } }
  .daily-calendar .calendar-description {
    font-size: 0.95em;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 1128px) {
      .daily-calendar .calendar-description {
        float: left;
        width: 40%; } }
    .daily-calendar .calendar-description h2 {
      font-size: 1.4em; }
  @media (min-width: 1128px) {
    .daily-calendar .calendar-datepicker-calendar-container {
      float: right;
      margin-top: 25px;
      position: relative;
      right: 0%;
      bottom: 01%;
      z-index: 1000; } }
  @media (min-width: 1128px) {
    .daily-calendar .calendar-items-and-calendar-header-container {
      position: relative;
      z-index: 1; } }
  .daily-calendar .calendar-selectedItem {
    font-size: 0.9em;
    width: 100%;
    display: block;
    padding: 0; }
    .daily-calendar .calendar-selectedItem > div {
      /*width: 50%;
            padding-right: $column-spacing / 2;
            display: inline-block;
            width: 100%;
            //width: 200px;*/ }
    .daily-calendar .calendar-selectedItem .calendarImg {
      margin-top: 20px;
      margin-bottom: 20px;
      display: inline-block;
      float: left;
      max-width: 100%;
      height: auto; }
      @media (min-width: 552px) {
        .daily-calendar .calendar-selectedItem .calendarImg {
          float: right;
          padding-left: 12px; } }
  .daily-calendar .calendar-selectedItem-text {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 552px) {
      .daily-calendar .calendar-selectedItem-text {
        width: 50%;
        display: inline-block;
        float: left; } }
  .daily-calendar .calendar-selectedItem-image {
    width: 100%;
    float: left; }
    @media (min-width: 552px) {
      .daily-calendar .calendar-selectedItem-image {
        width: 50%;
        display: inline-block;
        float: left;
        clear: right; } }
  .daily-calendar .calendar-ticketAmount {
    clear: left;
    float: left;
    margin-bottom: 20px; }
    @media (min-width: 552px) {
      .daily-calendar .calendar-ticketAmount {
        width: 100%; } }
  .daily-calendar .calendar-ticketAmount input {
    width: 34px;
    height: 34px;
    font-size: 1em;
    background: #fff;
    border: 1px solid #979797;
    color: #0848A9;
    vertical-align: top;
    text-align: center;
    padding: 0;
    margin: 0 12px; }
    @media (min-width: 552px) {
      .daily-calendar .calendar-ticketAmount input {
        width: 44px;
        height: 44px;
        font-size: 1.4em; } }
  .daily-calendar .calendar-header {
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #004584;
    text-align: center;
    clear: left; }
    .daily-calendar .calendar-header span:first-child {
      float: left; }
    .daily-calendar .calendar-header span:last-child {
      float: right; }
    .daily-calendar .calendar-header i {
      margin: 5px;
      cursor: pointer;
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -ms-user-select: none;
      /* IE10+ */
      user-select: none; }
  .daily-calendar .calendar-item-container {
    font-size: 0.95em;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-top: none;
    background: #fff;
    padding: 12px;
    min-height: 150px; }
    @media (min-width: 552px) {
      .daily-calendar .calendar-item-container {
        padding: 24px; } }
    .daily-calendar .calendar-item-container > div:first-child {
      width: 100%; }
      @media (min-width: 1128px) {
        .daily-calendar .calendar-item-container > div:first-child {
          display: inline-block;
          width: 69%;
          vertical-align: middle; } }
    .daily-calendar .calendar-item-container > div:last-child {
      display: block;
      width: 100%;
      margin-top: 10px;
      overflow: hidden; }
      @media (min-width: 552px) {
        .daily-calendar .calendar-item-container > div:last-child {
          margin-left: 262px;
          width: auto;
          overflow: visible; }
          .daily-calendar .calendar-item-container > div:last-child a {
            width: 190px; } }
      @media (min-width: 1128px) {
        .daily-calendar .calendar-item-container > div:last-child {
          margin-left: 0;
          display: inline-block; }
          .daily-calendar .calendar-item-container > div:last-child a {
            width: 264px; } }
  .daily-calendar .calendar-item {
    table-layout: fixed;
    border-collapse: separate;
    border: none;
    width: 100%;
    cursor: pointer; }
    .daily-calendar .calendar-item tr {
      vertical-align: top; }
    .daily-calendar .calendar-item-time {
      width: 15%;
      text-align: right;
      padding-right: 12px; }
      @media (min-width: 552px) {
        .daily-calendar .calendar-item-time {
          width: 72px;
          padding-right: 24px; } }
    .daily-calendar .calendar-item-img {
      display: none;
      width: 168px; }
      @media (min-width: 552px) {
        .daily-calendar .calendar-item-img {
          display: table-cell; } }
      .daily-calendar .calendar-item-img .calendarImg {
        width: 100%;
        height: 102px;
        background-size: 168px auto;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
    .daily-calendar .calendar-item-content {
      width: 85%;
      padding-left: 12px;
      padding-right: 12px;
      text-align: left; }
      @media (min-width: 552px) {
        .daily-calendar .calendar-item-content {
          padding-left: 24px;
          padding-right: 24px;
          width: auto; } }
      @media (min-width: 1128px) {
        .daily-calendar .calendar-item-content {
          padding-right: 24px; } }
    .daily-calendar .calendar-item .calendarItem-note p {
      display: inline; }
  .daily-calendar .experienceTickets {
    margin-top: 10px; }
    .daily-calendar .experienceTickets .ticketsBox {
      margin-top: 5px; }
    .daily-calendar .experienceTickets label {
      font-size: 1.1em;
      margin: 0 30px 0 0;
      cursor: pointer; }
    .daily-calendar .experienceTickets input[type=checkbox] {
      cursor: pointer; }
  .daily-calendar .calendar-item-tickets-left {
    color: red;
    font-size: 0.9em;
    display: block;
    padding-bottom: 5px; }
  .daily-calendar .calendar-info-text-at-same-position-as-is-loading {
    text-align: center;
    margin-top: 20px; }

.schools-and-groups textarea {
  width: 100%;
  resize: none;
  border: 2px solid #d6d6d6;
  padding: 5px;
  margin-bottom: 5px; }
  @media (min-width: 552px) {
    .schools-and-groups textarea {
      width: 410px; } }

.schools-and-groups .textarea-input-warning {
  border-color: red; }

.schools-and-groups .input-width, .schools-and-groups .button-width {
  width: 100%; }
  @media (min-width: 552px) {
    .schools-and-groups .input-width, .schools-and-groups .button-width {
      width: 300px; } }
  @media (min-width: 1128px) {
    .schools-and-groups .input-width, .schools-and-groups .button-width {
      width: 300px; } }

.schools-and-groups .form-container {
  float: left;
  width: 100%; }
  @media (min-width: 552px) {
    .schools-and-groups .form-container {
      width: auto; } }

.schools-and-groups .touts-container {
  clear: both; }
  @media (min-width: 552px) {
    .schools-and-groups .touts-container {
      clear: none;
      float: left; } }
  @media (min-width: 1128px) {
    .schools-and-groups .touts-container {
      float: right; } }

.schools-and-groups .button-next-school-group {
  display: block; }

.personalize-visit {
  width: 100%;
  padding-bottom: 20px; }
  .personalize-visit .orderline {
    width: 100%;
    float: left;
    margin-bottom: 2%; }
    @media (min-width: 552px) {
      .personalize-visit .orderline {
        width: 50%; } }
    @media (min-width: 1128px) {
      .personalize-visit .orderline {
        width: 25%; } }
  .personalize-visit input {
    margin: 5% 5% 0 0;
    width: 83%; }
  .personalize-visit .product-name {
    position: relative;
    left: 5px; }
  .personalize-visit span {
    padding-right: 2%;
    min-width: 5%;
    display: inline-block; }
  .personalize-visit button {
    width: 90%;
    display: block; }
    @media (min-width: 552px) {
      .personalize-visit button {
        width: 50%; } }
    @media (min-width: 1128px) {
      .personalize-visit button {
        width: 25%; } }

.main-ticket-area-container {
  width: 100%; }
  .main-ticket-area-container .upper-section-container {
    display: flex;
    width: 100%;
    flex-direction: column; }
    @media (min-width: 1128px) {
      .main-ticket-area-container .upper-section-container {
        display: inline-flex;
        flex-direction: row; } }
    .main-ticket-area-container .upper-section-container .image-container {
      padding: 30px 30px 30px 30px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      /*@include respond-to('medium') {
            }*/ }
      @media (min-width: 1128px) {
        .main-ticket-area-container .upper-section-container .image-container {
          padding-top: 50px; } }
      .main-ticket-area-container .upper-section-container .image-container .image-text {
        color: #fff; }
      .main-ticket-area-container .upper-section-container .image-container .button-container .button, .main-ticket-area-container .upper-section-container .image-container .button-container .button2, .main-ticket-area-container .upper-section-container .image-container .button-container .button3 {
        border: 1px solid #fff;
        margin-top: 30px;
        margin-bottom: 20px; }
        @media (min-width: 1128px) {
          .main-ticket-area-container .upper-section-container .image-container .button-container .button, .main-ticket-area-container .upper-section-container .image-container .button-container .button2, .main-ticket-area-container .upper-section-container .image-container .button-container .button3 {
            margin-top: 40px;
            margin-bottom: 30px; } }
    .main-ticket-area-container .upper-section-container .saying {
      background-color: #4b65b4;
      display: flex;
      justify-content: center;
      align-items: center; }
      .main-ticket-area-container .upper-section-container .saying .saying-text {
        color: #fff;
        width: 80%;
        padding: 20px 0; }
        @media (min-width: 552px) {
          .main-ticket-area-container .upper-section-container .saying .saying-text {
            padding: 60px; } }
  .main-ticket-area-container .combi-container {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    display: inline-flex;
    padding: 30px;
    flex-wrap: wrap;
    align-items: flex-start; }
    @media (min-width: 552px) {
      .main-ticket-area-container .combi-container {
        flex-direction: row; } }
    .main-ticket-area-container .combi-container .combi-image {
      flex-grow: 1;
      margin-bottom: 20px; }
      @media (min-width: 552px) {
        .main-ticket-area-container .combi-container .combi-image {
          margin-right: 50px;
          max-width: 300px; } }
      .main-ticket-area-container .combi-container .combi-image img {
        max-width: 100%;
        display: block;
        height: auto; }
    .main-ticket-area-container .combi-container .combi-text {
      flex-grow: 2; }
      @media (min-width: 552px) {
        .main-ticket-area-container .combi-container .combi-text {
          max-width: 700px; } }
      @media (min-width: 1128px) {
        .main-ticket-area-container .combi-container .combi-text {
          margin-right: 20px; } }
      .main-ticket-area-container .combi-container .combi-text h2 {
        margin-top: 0; }
    .main-ticket-area-container .combi-container .combi-button {
      display: inline-flex;
      justify-content: flex-start;
      flex-grow: 1;
      width: 100%;
      align-self: flex-end; }
      @media (min-width: 1128px) {
        .main-ticket-area-container .combi-container .combi-button {
          width: auto;
          justify-content: flex-end; } }
  .main-ticket-area-container .lower-section-container {
    margin-top: 20px; }
    .main-ticket-area-container .lower-section-container .subheadline {
      color: #0848A9;
      font-size: 24px;
      font-weight: 500; }
    .main-ticket-area-container .lower-section-container .image img {
      max-width: 100%;
      display: block;
      height: auto; }

/*.main-ticket-area {
    @include respond-to('medium') {
    }

    @include respond-to('large') {
        //float: left; incomment if schools groups boxes should be shown
    }
}

.main-ticket-area h2 {
    margin: 0;
}

.clear {
    clear: both;
}


.main-ticket-area-box {
    width: 100%;
    float: left;
    margin-bottom: 1*$column-spacing;
    background-color: #d4e3fc;//this color needs to be confirmed!!

    

    @include respond-to('medium') {
        width: 4*$column-width + 3*$column-spacing;
        margin-right: 1*$column-spacing;
    
    }

    @include respond-to('large') {
        width: 4*$column-width + 5*$column-spacing;
    }
}

.top-box {
    .main-ticket-area-box-upper-section{
        padding-top: 20px;
        padding-bottom: 20px;
        @include respond-to('medium') {
            width: 100%;
            max-width: 8*$column-width + 7*$column-spacing;
        }
        @include respond-to('large') {
            width: 100%;
            max-width: 8*$column-width + 11*$column-spacing;
        }
    }

    .main-ticket-area-box-lower-section{
        background-color: $color9;
    }
    @include respond-to('medium') {
        width: 100%;
        max-width: 8*$column-width + 7*$column-spacing;
    }

    @include respond-to('large') {
        width: 100%;
        max-width: 8*$column-width + 11*$column-spacing;
    }

}

.main-ticket-area-box-upper-section {
    background-color: #d4e3fc;

    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
   
    padding-top: 20px;
    padding-bottom: 20px;
    
    img{
        max-width: 100%;
        height:auto;
        display:block;

        @include respond-to('medium') {
            height:100%;
        }
    }

    @include respond-to('medium') {

        height: 2*$column-width + 2*$column-spacing;
        width: 4*$column-width + 3*$column-spacing;

      
    }

    @include respond-to('large') {
        height: 3*$column-width + 3*$column-spacing;
        width: 4*$column-width + 5*$column-spacing;
    }
}

.main-ticket-area-box-lower-section {
    background-color:$color10;
    padding-top: 1*$column-spacing;
    padding-bottom: 1*$column-spacing;
    text-align: center;
   
}


.main-ticket-area-box p {
    text-align: center;
    color: #d4e3fc;//this color needs to be confirmed
}
.main-ticket-area-box h2{
    color: white;
    text-align: center;
}*/
.error-page {
  margin: 0 auto;
  width: 90%;
  position: relative; }
  @media (min-width: 552px) {
    .error-page {
      width: 50%; } }
  @media (min-width: 1128px) {
    .error-page {
      width: 40%; } }
  .error-page img {
    max-width: 100%;
    display: block;
    height: auto; }
  .error-page .error-page-error-msg {
    margin-top: 20px;
    /*@include respond-to('large') {
            margin-top:20px;
        }*/ }
  .error-page .error-page-additional-msg {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
