main.site-main select {
  width: auto; }
main.site-main div.actions-menu {
  margin: auto;
  padding-bottom: 1em;
  border-bottom: rgba(0, 0, 0, 0.25) 1px solid; }
  @media screen and (max-width: 800px) {
    main.site-main div.actions-menu a {
      text-decoration: none;
      color: black;
      font-size: large;
      margin-right: 1em;
      display: block; } }
  @media screen and (min-width: 800px) {
    main.site-main div.actions-menu a {
      text-decoration: none;
      color: black;
      font-size: large;
      margin-right: 1em; } }
@media screen and (min-width: 1024px) {
  main.site-main div.actions {
    display: grid;
    grid-template-columns: 10em 1fr;
    gap: 1em; } }
@media screen and (max-width: 1024px) {
  main.site-main div.actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em; } }
main.site-main div.actions div:nth-child(odd) h2 {
  margin: 0;
  font-size: large;
  font-weight: bold;
  color: black; }
main.site-main div.actions div:nth-child(even) * {
  font-family: "GT Walsheim Pro", Sans-serif;
  font-size: large; }
main.site-main div.actions div:nth-child(even) > .actions-content {
  position: relative; }
  main.site-main div.actions div:nth-child(even) > .actions-content span {
    float: right; }
    main.site-main div.actions div:nth-child(even) > .actions-content span svg {
      width: 1.5em;
      height: 1.5em;
      vertical-align: bottom;
      fill: #78992B; }
  main.site-main div.actions div:nth-child(even) > .actions-content > .dropdown {
    opacity: 0;
    transition: opacity 0.25s, all 0.25s ease-in-out;
    position: absolute;
    background-color: white;
    visibility: hidden;
    right: 0;
    z-index: 1000;
    border-radius: 0.5em; }
    main.site-main div.actions div:nth-child(even) > .actions-content > .dropdown > div {
      border: #78992B 1px solid;
      padding: 0.5em; }
      main.site-main div.actions div:nth-child(even) > .actions-content > .dropdown > div a {
        color: black; }
      main.site-main div.actions div:nth-child(even) > .actions-content > .dropdown > div:nth-child(1) {
        border-radius: 0.5em 0.5em 0 0; }
      main.site-main div.actions div:nth-child(even) > .actions-content > .dropdown > div:nth-last-child(1) {
        border-radius: 0 0 0.5em 0.5em; }
  main.site-main div.actions div:nth-child(even) > .actions-content:hover > .dropdown {
    opacity: 1;
    visibility: visible; }
    main.site-main div.actions div:nth-child(even) > .actions-content:hover > .dropdown > div:hover {
      background-color: #78992B;
      color: white; }
      main.site-main div.actions div:nth-child(even) > .actions-content:hover > .dropdown > div:hover > strong {
        color: white; }
      main.site-main div.actions div:nth-child(even) > .actions-content:hover > .dropdown > div:hover a {
        color: white; }
main.site-main div.actions div:nth-child(even) h2,
main.site-main div.actions div:nth-child(even) h3,
main.site-main div.actions div:nth-child(even) h4 {
  margin: 0;
  margin-bottom: 1em;
  font-weight: bold;
  color: #78992B; }
main.site-main div.actions div:nth-child(even) h4 {
  margin: 0;
  margin-top: 8px;
  text-align: center; }
main.site-main div.actions div:nth-child(even) header {
  margin-bottom: 1em;
  text-align: center; }
main.site-main div.actions div:nth-child(even) hr {
  border: gray 1px solid; }
main.site-main div.actions div:nth-child(even) div.grid {
  padding: 1em;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    main.site-main div.actions div:nth-child(even) div.grid div.actions {
      margin-bottom: 1em; }
      main.site-main div.actions div:nth-child(even) div.grid div.actions select {
        width: 100%;
        border: lightgray 1px solid;
        border-radius: 0.5em;
        padding: 0.5em; }
      main.site-main div.actions div:nth-child(even) div.grid div.actions p {
        display: none; } }
  @media screen and (min-width: 800px) {
    main.site-main div.actions div:nth-child(even) div.grid {
      display: grid;
      grid-template-columns: 250px 1fr;
      gap: 10px; }
      main.site-main div.actions div:nth-child(even) div.grid div.actions p {
        margin: 0; }
      main.site-main div.actions div:nth-child(even) div.grid div.actions select {
        display: none; } }
  main.site-main div.actions div:nth-child(even) div.grid div.actions strong {
    display: block;
    margin-bottom: 0.5em; }
  main.site-main div.actions div:nth-child(even) div.grid div.actions a,
  main.site-main div.actions div:nth-child(even) div.grid div.actions a:active,
  main.site-main div.actions div:nth-child(even) div.grid div.actions a:visited {
    text-decoration: none;
    display: block;
    color: blue;
    margin-bottom: 0.5em; }
  @media screen and (min-width: 800px) {
    main.site-main div.actions div:nth-child(even) div.grid div:nth-child(even) hr {
      display: none; } }
  main.site-main div.actions div:nth-child(even) div.grid div:nth-child(even) h1,
  main.site-main div.actions div:nth-child(even) div.grid div:nth-child(even) h2 {
    color: #78992B;
    margin: 0;
    margin-bottom: 1em; }
main.site-main div.actions div:nth-child(even) div.details {
  margin-bottom: 0.5em; }
  main.site-main div.actions div:nth-child(even) div.details span.keyspan {
    display: inline-block;
    width: 10em;
    margin-bottom: 0.1em; }
main.site-main div.actions div:nth-child(even) button {
  margin-top: 1em;
  border: #49762E 1px solid;
  font-size: medium;
  padding: 1em;
  border-radius: 2em;
  background-color: #78992B;
  color: white; }
  main.site-main div.actions div:nth-child(even) button:hover {
    background-color: #49762E; }
  main.site-main div.actions div:nth-child(even) button:disabled {
    background-color: lightgray;
    color: darkgray;
    border-color: darkgray;
    cursor: not-allowed; }
main.site-main div.actions div:nth-child(even) div.btns {
  display: grid;
  grid-template-columns: 2em 8em 1fr 2em;
  gap: 1em;
  background-color: #F3EEE2;
  border: 0;
  border-radius: 2em;
  padding: 5px; }
  main.site-main div.actions div:nth-child(even) div.btns h3 {
    margin: 0;
    text-align: center;
    align-content: center;
    color: #78992B; }
  main.site-main div.actions div:nth-child(even) div.btns button {
    border: 0;
    background-color: white;
    padding: 0;
    padding-top: 5px;
    margin: 0; }
  main.site-main div.actions div:nth-child(even) div.btns button[data=today] {
    margin: 0;
    padding: 0;
    background-color: white;
    color: #49762E; }
main.site-main div.actions div:nth-child(even) div.days {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 1em;
  margin-bottom: 1em; }
  main.site-main div.actions div:nth-child(even) div.days div {
    display: inline-block;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    min-width: 2em;
    max-width: 8em;
    height: 2em; }
main.site-main div.actions div:nth-child(even) div.verhuur {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 1em; }
  main.site-main div.actions div:nth-child(even) div.verhuur > div {
    padding: 1em;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 5em;
    border: 1px solid lightgray;
    background-color: rgba(120, 153, 43, 0.25);
    color: #78992B;
    transition: background-color 0.25s; }
  main.site-main div.actions div:nth-child(even) div.verhuur > div.past {
    background-color: white; }
  main.site-main div.actions div:nth-child(even) div.verhuur > div.verhuurd {
    background-color: rgba(217, 106, 59, 0.25);
    color: #853F21; }
  main.site-main div.actions div:nth-child(even) div.verhuur > div.niettehuur {
    background: none;
    color: black; }
  main.site-main div.actions div:nth-child(even) div.verhuur > div.none {
    background: none;
    cursor: pointer; }
  main.site-main div.actions div:nth-child(even) div.verhuur > div.optie {
    background-color: white; }
  main.site-main div.actions div:nth-child(even) div.verhuur > div.today {
    position: relative;
    font-weight: bold; }
    main.site-main div.actions div:nth-child(even) div.verhuur > div.today > div.today {
      position: absolute;
      font-size: medium;
      top: 32px;
      left: -25px;
      transform: rotate(-90deg); }
  main.site-main div.actions div:nth-child(even) div.verhuur > div.selected {
    opacity: 1;
    background-color: green;
    color: white; }
  main.site-main div.actions div:nth-child(even) div.verhuur > div.ik {
    background-color: red;
    opacity: 1; }
main.site-main div.actions form label {
  display: inline-block;
  width: 12em; }
main.site-main div.actions form input,
main.site-main div.actions form select {
  border: lightgray 1px solid;
  border-radius: 0.5em;
  padding: 0.5em;
  display: inline-block;
  margin-bottom: 0.25em; }
  main.site-main div.actions form input:hover,
  main.site-main div.actions form select:hover {
    border-color: gray; }
main.site-main div.actions form input {
  width: 50%; }
main.site-main div.actions form input[type=checkbox] {
  width: auto; }
main.site-main div.actions form span.error {
  font-style: italic;
  color: red;
  margin-left: 1em; }
@media screen and (max-width: 800px) {
  main.site-main div.actions form input,
  main.site-main div.actions form select {
    display: block; } }

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