@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

body {
  font: 18px/1.4 'Inter', sans-serif;
  padding: 16px 16px 64px 16px;
  background-color: #fff;
  color: #000;
}

a {
  text-decoration: none;
  color: #0077ff;
}

div.flex {
  column-count: 2;
  column-gap: 10%;
  padding: 0 5%;
}

div.flex div {
  width: 100%;
  break-inside: avoid-column;
}

div#logo {
  display: inline-block;
  margin-left: 5%;
}

div#logo a {
  transition: all .1s;
  position: relative;
  background: url('//escaperoomthebasement.nl/resources/img/logo-the-basement-black.svg') no-repeat center center;
  width: 400px;
  height: 200px;
  display: inline-block;
  background-size: 400px;
}

form.hidden {
  display: none;
}

h2 {
  font-size: 36px;
  padding: 32px 0;
}

h2:after { content: "Turven |||"; float: right; font-family: 'Shadows into Light'; color: purple; font-weight: 400; font-size: 24px; display: inline-block;  margin-right: 20px; }

table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0px;
  border-top: 1px solid #ccc;
}

tr { position: relative; }

th {
  text-align: left;
  white-space: nowrap;
  padding: 8px;
}

td {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
  padding: 8px;
}

td:first-child {
  padding: 0;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #ccc;
}

td.wide {
  width: 100%;
  padding-left: 90px;
  white-space: nowrap;
}

td.price {
  font-family: 'Roboto Mono';
  font-weight: 700;
  position: absolute;
  left: 0;
  border: 0;
  padding-right: 30px;
  padding-top: 24px
}

th.wide {
  width: 100%;
  white-space: normal;
  padding: 0;
}

td a {
  color: #000;
  display: block;
  padding: 16px;
}

td a span.status {
  text-decoration: none;
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}

td a span.status.nieuw {
  background: #f00;
  color: #fff;
  padding: 4px 6px;
  margin-top: -2px;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
}

td a span.status.actie {
  background: #f90;
  color: #fff;
  padding: 4px 6px;
  margin-top: -2px;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
}

input {
  font-size: 17px;
  color: #000;
}

input[type="number"] {
  display: none;
}

a.button {
  display: none;
}

table.overview td {
  padding: 10px;
}

table.overview tr.total td {
  font-weight: 700;
}

div.hide_orders {
  margin: 0 0 16px 0;
}

div.hide_orders input {
  margin-right: 10px;
}

div.hide_orders label {
  font-weight: 700;
}

@media all and (max-width: 600px) {
  body {
    font: 14px/1.2 'Inter', sans-serif;
  }
  div.flex {
    column-count: 1;
    column-gap: 0;
    padding: 0;
  }
  div#logo {
    display: none;
  }
}
