* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html,
body {
  font-size: 15px;
  font-family: "Nunito", Arial;
}
.dark-backdrop {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.toevoegen a {
  text-decoration: none;
}
.toevoegen a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.kaarttype-select .tickettype {
  overflow: auto;
}
.kaarttype-select select {
  float: right;
}
.kaarttype-select label {
  display: block;
  float: left;
}
#voorstellingLijst {
  margin-bottom: 10px;
  color: #333;
}
#voorstellingLijst li a {
  color: #fff;
}
#voorstellingLijst li b {
  font-size: 18px;
}
#voorstellingLijst li {
  list-style: none;
  margin-bottom: 3px;
  padding: 20px;
  background: #F6F6F6;
  position: relative;
}
#voorstellingLijst li .toevoegen {
  font-size: 16px;
  position: absolute;
  padding: 0;
  bottom: 20px;
  right: 20px;
}
#voorstellingLijst li .subtext {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid black;
  display: inline-block;
}
#voorstellingLijst li .subtext .inner-padding {
  width: 50px;
  display: inline-block;
}
#voorstellingLijst li .subtext img.availability {
  width: 18px;
  position: absolute;
}
.calendar-type {
  margin-top: 30px;
  margin-bottom: 30px;
}
.calendar-type a {
  padding: 10px;
  opacity: 0.5;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
}
.calendar-type a:after {
  content: " ";
  position: absolute;
  left: 50%;
  border-top: 10px solid #CF0F0F;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid transparent;
  bottom: -5px;
  margin-left: -20px;
  opacity: 0.5;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.calendar-type a:hover,
.calendar-type a.active {
  opacity: 1;
  text-decoration: none;
}
.calendar-type a:hover:after,
.calendar-type a.active:after {
  opacity: 1;
  bottom: -18px;
  transform: scale(1);
}
.calendar-type a.voorstelling {
  background: #CF0F0F;
}
.calendar-type a.film {
  background: #0C53A6;
}
.calendar-type a.film:after {
  border-top-color: #0C53A6;
}
.calendar-type a.overig {
  background: #F5A623;
}
.calendar-type a.overig:after {
  border-top-color: #F5A623;
}
#voorstellingLijst span.subtext {
  font-size: 14px;
  font-style: italic;
}
span.beschikbaarheid {
  display: inline-block;
  background: url(images/beschikbaarheid.png) no-repeat;
  height: 12px;
  width: 12px;
  margin-bottom: -2px;
  margin-right: 10px;
}
span.beschikbaarheid.a3 {
  background-position: 0px -24px;
}
span.beschikbaarheid.a2 {
  background-position: 0px -12px;
}
h2 {
  font-weight: bold;
  font-size: 18px;
}
.title {
  border-bottom: 2px solid black;
  margin-bottom: 10px;
}
.title h2 {
  font-weight: 800;
  font-size: 17px;
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 7px 12px;
}
.order-screen {
  max-width: 1200px;
  margin: 0 auto;
}
#submit label {
  display: inline-block;
  width: 200px;
}
#submit input,
textarea,
select {
  margin-bottom: 3px;
  border: 1px solid #000;
  padding: 6px;
  font: inherit;
}
#submit textarea {
  height: 60px;
  width: 200px;
  margin-top: 30px;
}
#submit input:focus,
#submit textarea:focus {
  border: 1px solid royalblue;
}
#submit select {
  margin-bottom: 3px;
}
#submit a[href="#submitForm"] {
  margin-top: 20px;
  margin-left: 200px;
}
#submit label.gelrelabel {
  width: 400px;
  font-size: 13px;
  font-style: italic;
}
#gelrepas {
  display: inline-block;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
p {
  margin-bottom: 10px;
}
div.right {
  float: right;
}
div.left {
  float: left;
}
.sub-order {
  margin-top: 30px;
}
.sub-order .availability {
  float: left;
  width: 50%;
}
.sub-order .availability img {
  width: 20px;
  margin-right: 10px;
  float: left;
}
.sub-order .availability span {
  overflow: auto;
  display: block;
  margin-bottom: 10px;
}
.sub-order .diner-voucher {
  width: 50%;
  float: left;
  padding-left: 20px;
  margin-bottom: 50px;
}
a {
  color: royalBlue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.button,
button {
  display: inline-block;
  background: #000;
  width: auto;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background 0.4s ease 0s;
  border: 2px solid black;
  padding: 12px 6px;
  cursor: pointer;
}
a.button.inverse,
button.inverse {
  background: #fff;
  color: #000;
}
a.button.inverse:hover,
button.inverse:hover {
  background: #eee;
}
button {
  width: auto;
}
a.button:hover {
  background: #333;
}
a.button:active {
  background-position: 0px -66px;
}
.orderBlock {
  margin-bottom: 15px;
  border-radius: 0px 0px 5px 5px;
  z-index: -1;
}
#bestelSamenvatting .order-line {
  overflow: auto;
}
#bestelSamenvatting .left {
  margin-bottom: 5px;
  overflow: auto;
  width: 50%;
}
#bestelSamenvatting .left .description {
  margin-top: 10px;
}
#bestelSamenvatting .left .label {
  padding: 10px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  background: #CF0F0F;
}
#bestelSamenvatting .left .label.film {
  background: #0C53A6;
}
form {
  max-width: 800px;
}
.columns.two {
  overflow: auto;
}
.columns.two .column {
  width: 50%;
  float: left;
}
#aantalKaarten {
  display: block;
  position: absolute;
  z-index: 100;
  background: #F8F8F8;
  border: 1px dotted #fff;
  text-align: center;
  top: 300px;
  width: 300px;
  left: 50%;
  margin-left: -160px;
  min-height: 80px;
  padding: 10px;
}
span.kortingsactie {
  padding: 5px;
  display: block;
  background: #D9FDDD;
  border: 1px solid #39D20D;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
i.small {
  font-size: 13px;
}
.mobile {
  display: none;
}
.continue-popup {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 600px;
  left: 50%;
  margin-left: -200px;
  border: 2px solid black;
  margin-top: 200px;
  background: #fff;
  padding: 50px 80px;
  z-index: 999;
}
.waitlist {
  position: fixed;
  max-width: 500px;
  background: #fff;
  padding: 20px;
  left: 50%;
  margin-left: -250px;
  width: 100%;
  z-index: 3;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.waitlist .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 22px;
}
.waitlist input {
  padding: 6px;
  margin-bottom: 6px;
}
.waitlist label {
  display: inline-block;
  width: 200px;
}
.waitlist button {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #seatpicker .legenda .seatFake {
    width: 16px;
    float: none;
    margin-bottom: -3px;
  }
  .waitlist {
    margin-left: 0;
    left: 0;
  }
  body {
    width: 100%;
  }
  #bestelSamenvatting .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .columns.two {
    overflow: auto;
    margin-bottom: 10px;
  }
  .columns.two .column {
    width: 100%;
    float: left;
  }
  .mobile {
    display: inherit;
  }
  .order-line .left {
    width: 100%;
  }
  .order-line .right {
    display: none;
  }
  .order-line .description {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .dark-backdrop {
    position: fixed;
    overflow: auto;
  }
  #voorstellingLijst li .toevoegen {
    position: static;
    margin-top: 10px;
    display: inline-block;
  }
  td {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  input,
  select {
    max-width: 90%;
  }
  #submit label.gelrelabel {
    width: 70%;
    float: left;
    margin-bottom: 20px;
  }
  #submit a[href="#submitForm"] {
    margin-top: 20px;
    margin-left: 0;
  }
  a.button,
  button {
    margin-bottom: 10px;
    margin-right: 7px;
  }
  .calendar-type a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
