/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "SF Display";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/SF-Pro-Display-Regular.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/SF-Pro-Display-RegularItalic.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/SF-Pro-Display-Bold.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/SF-Pro-Display-BoldItalic.otf");
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.sr .reveal {
  visibility: hidden;
}

body {
  font-family: "SF Display", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #333333;
  background-color: #eeeeee;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

.h1, .hero .hero-text, .collection-item h2, .kirbytext h1, .kirbytext h2, .kirbytext h3, .title {
  font-family: "Alegreya", serif;
  font-style: italic;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 500px) {
  .h1, .hero .hero-text, .collection-item h2, .kirbytext h1, .kirbytext h2, .kirbytext h3, .title {
    font-size: 2em;
  }
}

.h2 {
  font-family: "Alegreya", serif;
  font-style: italic;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
}

p {
  line-height: 1.6em;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul, ol {
  list-style-position: inside;
}

hr {
  margin: 2em 0;
  border: none;
  height: 2px;
  width: 100%;
  background: #eee;
}

.app {
  background-color: #ffffff;
  padding-bottom: 4em;
  min-height: 66vh;
}
body.collectie .app {
  padding-bottom: 4em;
}

.main-menu-mobile {
  display: none;
  flex: none;
  width: 100%;
  margin: 1em 0 2em 0;
}
@media (min-width: 501px) {
  .main-menu-mobile {
    display: none !important;
  }
}
.main-menu-mobile ul {
  list-style: none;
  font-weight: bold;
}
.main-menu-mobile li {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.main-menu-mobile li + li {
  margin-top: 0.75em;
}
.main-menu-mobile ul ul {
  font-weight: normal;
  margin: 1em;
}
.main-menu-mobile .fade {
  width: 2em;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  z-index: 1;
  right: -1px;
  top: 0;
  pointer-events: none;
}
.main-menu-mobile a {
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
  line-height: 1.25em;
  display: inline-block;
}
.main-menu-mobile a:hover {
  border-bottom-color: #000000;
}

.mobile-menu-btn {
  flex: none;
  display: none;
  padding: 0.5em;
  margin-right: -0.5em;
}
@media (max-width: 500px) {
  .mobile-menu-btn {
    display: block;
  }
}
.mobile-menu-btn img {
  display: block;
  width: 1em;
}

.title {
  color: #000000;
  margin-bottom: 0.75em;
  letter-spacing: -0.0125em;
}
.title:last-child {
  margin-bottom: 0;
}

.kirbytext {
  line-height: 1.5em;
}
.kirbytext p + p,
.kirbytext p + ul,
.kirbytext ul + p {
  margin-top: 1em;
}
.kirbytext figure {
  margin: 1em 0 2em;
}
.kirbytext figure:last-child {
  margin-bottom: 0;
}
.kirbytext figure img {
  max-width: 100%;
  background-color: #ffffff;
}
.kirbytext ul, .kirbytext ol {
  line-height: 1.5em;
}
.kirbytext ul li, .kirbytext ol li {
  margin: 0.5em 0;
}
.kirbytext h1, .kirbytext h2, .kirbytext h3 {
  margin-bottom: 1.5rem;
}
.kirbytext p {
  max-width: 47em;
}
.kirbytext a {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.kirbytext iframe {
  max-width: 100%;
}
.kirbytext figcaption {
  margin-top: 0.5em;
  color: #999999;
}
.kirbytext figure.video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  margin: 1em 0 2em;
}
.kirbytext figure.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.center-wrap {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4em;
}
@media (max-width: 1024px) {
  .center-wrap {
    padding: 0 2em;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .center-wrap {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .center-wrap {
    padding: 0 1em;
  }
}

.main-header {
  border-bottom: 2px solid #eeeeee;
  padding: 1.5em 0;
  margin: 0 0 4em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .main-header {
    padding: 1em 0;
    margin: 0 0 2em 0;
  }
  body.informatieitem .main-header, body.aanboditem .main-header, body.kunstuitleenitem .main-header, body.fotositem .main-header, body.coachingitem .main-header, body.deelnemer .main-header {
    margin: 0;
  }
}
body.homepage .main-header,
.main-header body.kunstwerk {
  margin-bottom: 0;
  border-bottom: none;
}
body.collectie .main-header {
  margin: 0 0 2em 0;
}

.logo a,
.main-menu a {
  line-height: 1.5em;
  text-decoration: none;
  margin: 0.5rem 1rem 0.5rem 0;
  display: inline-block;
  transition: color 0.3s ease-out;
}
.logo a:last-child,
.main-menu a:last-child {
  margin-right: 0;
}
.logo a:hover,
.main-menu a:hover {
  color: #000000;
}

.main-menu {
  color: #999999;
}
@media (max-width: 500px) {
  .main-menu {
    display: none;
  }
}

.logo {
  position: relative;
  font-size: 1.3em;
  font-family: "Alegreya", serif;
  font-weight: 700;
  color: #000000;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .logo {
    font-size: 1.1em;
  }
}
.logo span {
  position: absolute;
  right: 0;
  top: -0.5em;
  color: grey;
  font-size: 0.6em;
  font-weight: 500;
  font-style: italic;
}

body.informatieitem .main-wrap,
body.aanboditem .main-wrap,
body.kunstuitleenitem .main-wrap,
body.fotositem .main-wrap,
body.coachingitem .main-wrap,
body.deelnemer .main-wrap,
body.project .main-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.informatieitem .main-wrap .sidebar,
body.aanboditem .main-wrap .sidebar,
body.kunstuitleenitem .main-wrap .sidebar,
body.fotositem .main-wrap .sidebar,
body.coachingitem .main-wrap .sidebar,
body.deelnemer .main-wrap .sidebar,
body.project .main-wrap .sidebar {
  width: 25%;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.informatieitem .main-wrap .sidebar,
body.aanboditem .main-wrap .sidebar,
body.kunstuitleenitem .main-wrap .sidebar,
body.fotositem .main-wrap .sidebar,
body.coachingitem .main-wrap .sidebar,
body.deelnemer .main-wrap .sidebar,
body.project .main-wrap .sidebar {
    width: 100%;
    margin-bottom: 2em;
    background-color: #eeeeee;
    padding: 1em;
  }
  body.informatieitem .main-wrap .sidebar:last-child,
body.aanboditem .main-wrap .sidebar:last-child,
body.kunstuitleenitem .main-wrap .sidebar:last-child,
body.fotositem .main-wrap .sidebar:last-child,
body.coachingitem .main-wrap .sidebar:last-child,
body.deelnemer .main-wrap .sidebar:last-child,
body.project .main-wrap .sidebar:last-child {
    border: none;
  }
  body.informatieitem .main-wrap .sidebar ul,
body.aanboditem .main-wrap .sidebar ul,
body.kunstuitleenitem .main-wrap .sidebar ul,
body.fotositem .main-wrap .sidebar ul,
body.coachingitem .main-wrap .sidebar ul,
body.deelnemer .main-wrap .sidebar ul,
body.project .main-wrap .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -0.75em;
  }
  body.informatieitem .main-wrap .sidebar li,
body.aanboditem .main-wrap .sidebar li,
body.kunstuitleenitem .main-wrap .sidebar li,
body.fotositem .main-wrap .sidebar li,
body.coachingitem .main-wrap .sidebar li,
body.deelnemer .main-wrap .sidebar li,
body.project .main-wrap .sidebar li {
    flex: none;
    margin-right: 1em;
  }
  body.informatieitem .main-wrap .sidebar a,
body.aanboditem .main-wrap .sidebar a,
body.kunstuitleenitem .main-wrap .sidebar a,
body.fotositem .main-wrap .sidebar a,
body.coachingitem .main-wrap .sidebar a,
body.deelnemer .main-wrap .sidebar a,
body.project .main-wrap .sidebar a {
    border-color: #999999;
  }
}
body.informatieitem .main-wrap .content,
body.aanboditem .main-wrap .content,
body.kunstuitleenitem .main-wrap .content,
body.fotositem .main-wrap .content,
body.coachingitem .main-wrap .content,
body.deelnemer .main-wrap .content,
body.project .main-wrap .content {
  width: 70%;
}
@media (max-width: 768px) {
  body.informatieitem .main-wrap .content,
body.aanboditem .main-wrap .content,
body.kunstuitleenitem .main-wrap .content,
body.fotositem .main-wrap .content,
body.coachingitem .main-wrap .content,
body.deelnemer .main-wrap .content,
body.project .main-wrap .content {
    width: 100%;
  }
}

body.agenda .main-wrap .content {
  width: 100%;
  margin-bottom: 2em;
}
body.agenda .main-wrap .kirbytext {
  width: 70%;
}
@media (max-width: 768px) {
  body.agenda .main-wrap .kirbytext {
    width: 100%;
  }
}

body.homepage .main-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.homepage .main-wrap .home-what {
  width: 60%;
}
@media (max-width: 1024px) {
  body.homepage .main-wrap .home-what {
    width: 45%;
    margin-bottom: 4em;
  }
}
@media (max-width: 768px) {
  body.homepage .main-wrap .home-what {
    width: 100%;
  }
}
body.homepage .main-wrap .home-events {
  width: 30%;
}
@media (max-width: 1024px) {
  body.homepage .main-wrap .home-events {
    width: 45%;
  }
}
@media (max-width: 768px) {
  body.homepage .main-wrap .home-events {
    width: 100%;
  }
}

body.agenda .main-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
body.agenda .main-wrap .calendar {
  width: 48%;
}
@media (max-width: 768px) {
  body.agenda .main-wrap .calendar {
    width: 100%;
    margin-bottom: 4em;
  }
}
body.agenda .main-wrap .calendar:last-child {
  margin-bottom: 0;
}

div.calendar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
div.calendar > h2 {
  width: 100%;
  flex: none;
  font-size: 1em;
  margin-bottom: 1em;
}
div.calendar .event {
  width: 100%;
  margin-bottom: 1em;
}

div.event {
  padding: 2em 1.5em;
  border-radius: 0.5em;
  line-height: 1.5em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
}
div.event span {
  display: block;
}
div.event .date,
div.event .time,
div.event .location {
  display: flex;
  color: #999999;
  text-transform: capitalize;
}
div.event .date a,
div.event .time a,
div.event .location a {
  border-bottom: none;
}
div.event .icon {
  flex: none;
  opacity: 0.3;
  width: 1em;
  display: flex;
  justify-content: center;
  margin-right: 0.5em;
}
div.event .icon img {
  display: block;
  height: 0.9em;
  margin-top: 0.2em;
}
div.event h2 {
  font-size: 1em;
  margin-bottom: 1em;
}
div.event h2::first-letter {
  text-transform: capitalize;
}
div.event .details-btn {
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  color: #999999;
  border-bottom: 1px solid #999999;
}
div.event .details {
  margin-top: 1em;
  display: none;
}

.collection {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5em;
}
@media (min-width: 1025px) {
  .collection .collection-item {
    width: 31%;
    margin-bottom: 4em;
    margin-right: 3.5%;
  }
  .collection .collection-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 501px) and (max-width: 1024px) {
  .collection .collection-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3em;
  }
  .collection .collection-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .collection .collection-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}

.title + .collection {
  margin: 2em 0 0;
}

.collection-item img.thumb-img {
  width: 100%;
  margin-bottom: 1em;
  box-shadow: 0 0.75em 1.5em rgba(0, 0, 0, 0.15);
}
@media (max-width: 500px) {
  .collection-item img.thumb-img {
    margin-bottom: 0.75em;
  }
}
.collection-item h2 {
  font-size: 1.2em;
}
.collection-item h2 a {
  text-decoration: none;
}
.collection-item span {
  color: #999999;
  display: block;
  line-height: 1.5em;
}

.collection-more > h2 {
  margin-bottom: 1.5em;
}

.hero {
  position: relative;
  width: 100%;
  flex: none;
  margin-bottom: 4em;
  background-color: #999999;
  box-shadow: 0 0.75em 1.5em rgba(0, 0, 0, 0.15);
}
@media (max-width: 500px) {
  .hero {
    margin-bottom: 2em;
  }
}
.hero .hero-slide {
  position: relative;
  display: none;
  padding-bottom: 50%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 500px) {
  .hero .hero-slide {
    padding-bottom: 66%;
  }
}
.hero .hero-slide:first-child {
  display: block;
}
.hero .hero-img {
  width: 100%;
  height: auto;
}
.hero .hero-img.hero-img-tall {
  width: 75%;
}
@media (max-width: 500px) {
  .hero .hero-img.hero-img-tall {
    width: 100%;
  }
}
.hero .hero-text {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5em 1.5em 1.5em 1.5em;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  color: #ffffff;
  font-size: 1.2em;
}
.hero .hero-prev-btn,
.hero .hero-next-btn {
  position: absolute;
  z-index: 999;
  color: #ffffff;
  left: 0;
  top: 50%;
  padding: 1em;
  font-size: 1.5em;
  transform: translateY(-50%);
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.hero .hero-next-btn {
  left: auto;
  right: 0;
}

body.kunstwerk .hero {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
body.kunstwerk .hero img {
  box-shadow: 0 0.75em 1.5em rgba(0, 0, 0, 0.15);
}

.kunstwerk-details {
  width: 75%;
}
@media (max-width: 768px) {
  .kunstwerk-details {
    width: 100%;
  }
}
.kunstwerk-details .title {
  margin-bottom: 0.5em;
}
.kunstwerk-details a {
  text-decoration: none;
}
.kunstwerk-details ul {
  list-style: none;
}
.kunstwerk-details ul li {
  line-height: 1.5em;
}
.kunstwerk-details ul li + li {
  margin-top: 0.5em;
}
.kunstwerk-details ul li.leen-btn {
  margin-top: 1em;
}
.kunstwerk-details ul a {
  color: #000000;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  line-height: 1.5em;
  display: inline-block;
}
.kunstwerk-details ul a:hover {
  border-bottom-color: #000000;
}
.kunstwerk-details ul a span {
  font-weight: normal;
}

.kunstwerk-details + hr {
  margin: 4em 0;
}

.sidebar a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
  display: inline;
  line-height: 1.5em;
  padding-bottom: 0px;
}
.sidebar a:hover {
  border-bottom-color: #000000;
}
.sidebar ul {
  list-style: none;
}
.sidebar li {
  margin-bottom: 0.75em;
  position: relative;
}
.sidebar .fade {
  display: none;
  width: 2em;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  z-index: 1;
  right: -1px;
  top: 0;
  pointer-events: none;
}

.main-footer {
  line-height: 1.5em;
  padding: 4em 0;
  background: #eeeeee;
  color: #999999;
}
@media (max-width: 500px) {
  .main-footer {
    padding: 2em 0;
  }
}
.main-footer img {
  height: 2em;
  display: block;
}
@media (max-width: 500px) {
  .main-footer img {
    height: 1.5em;
  }
}
.main-footer ul {
  list-style: none;
  margin-bottom: 1em;
}
.main-footer li {
  display: inline-block;
  margin: 0.5em 2em 0.5em 0;
}
.main-footer span.credits {
  display: block;
  padding-top: 1.5em;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  font-family: "Alegreya", serif;
  font-style: italic;
}

form {
  width: 50%;
  color: #000000;
}
@media (max-width: 768px) {
  form {
    width: 100%;
  }
}
form hr {
  margin: 2em 0;
}
form label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.35em;
}
form input {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.35em;
}
form input[type=text],
form input[type=password],
form input[type=submit],
form select {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: 2px solid #ccc;
  background: #ffffff;
  color: #000000;
  line-height: 1.35em;
}
form input[type=checkbox] {
  cursor: pointer;
}
form select {
  cursor: pointer;
  padding-right: 2em;
  background-image: url("../img/select-chevron.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
}
form input[type=submit] {
  font-weight: bold;
  background: #000000;
  color: white;
  border: none;
  cursor: pointer;
  width: auto;
}
form .input-group {
  margin-bottom: 1.25em;
}
form .input-group-checkbox label {
  display: inline-block;
  padding-left: 0.25em;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  color: #000000;
  margin: 0;
}
form .input-group-checkbox input {
  vertical-align: middle;
  display: inline-block;
}
form .error {
  display: block;
  padding: 1em;
  background-color: rgba(255, 0, 0, 0.075);
  border-radius: 5px;
  margin-bottom: 1.5em;
  color: red;
  line-height: 1.5em;
}

form.filter {
  margin: 2em 0;
  width: 100%;
  flex: none;
  transition: opacity 0.3s 0.1s ease-out;
}
form.filter .input-groups {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  form.filter .input-groups {
    display: none;
  }
}
form.filter .input-group {
  margin: 0.5em 1em 0.5em 0;
  background-color: #eeeeee;
  border-radius: 5px;
}
@media (max-width: 500px) {
  form.filter .input-group {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
form.filter select {
  background-color: #eeeeee;
  border: none;
}
form.filter .input-group-checkbox {
  padding: 1em;
  border-radius: 5px;
}
@media (max-width: 500px) {
  form.filter .input-group-checkbox {
    width: auto;
    display: inline-block;
    margin: 0 0.9em 1em 0;
  }
}
form.filter input[type=submit] {
  margin: 0.5em 1em 0.5em 0;
}
@media (max-width: 500px) {
  form.filter input[type=submit] {
    width: 100%;
    margin: 0 0 0.5em;
  }
}
form.filter a.filter-btn {
  background-color: #000000;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  padding: 1em;
  border-radius: 5px;
  display: none;
  line-height: 1.25em;
  width: 100%;
  background-image: url("../img/select-chevron-white.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  form.filter a.filter-btn {
    display: block;
  }
}
@media (max-width: 500px) {
  form.filter .reset-wrap {
    text-align: center;
    width: 100%;
  }
}
form.filter .reset-btn {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  line-height: 1.5em;
  margin: 0.5em 0 0;
}
form.filter .reset-btn:hover {
  color: #000000;
  border-color: #000000;
}

.session-message {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 999;
  padding: 1em;
  max-width: 90%;
  background-color: #000000;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
.session-message.hide {
  bottom: -25%;
  opacity: 0.5;
}

body.fotositem .thumbnails {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
body.fotositem .thumbnails .thumbnail {
  display: block;
  flex: none;
  width: 22.75%;
  cursor: pointer;
  align-self: start;
  margin: 0 3% 4% 0;
}
body.fotositem .thumbnails .thumbnail:nth-child(4n) {
  margin-right: 0;
}
body.fotositem .thumbnails .thumbnail img {
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.1);
}
body.fotositem .thumbnails .thumbnail em {
  color: #999999;
  margin-top: 0.5em;
  font-style: normal;
  display: block;
}

div.lightbox {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: none;
}
div.lightbox .pics {
  position: relative;
  height: 100vh;
  width: 100%;
}
div.lightbox .pic {
  position: absolute;
  top: 3.5em;
  left: 3.5em;
  right: 3.5em;
  bottom: 3.5em;
  display: none;
}
div.lightbox .pic img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
div.lightbox .pic em {
  position: absolute;
  bottom: -2em;
  left: 10%;
  width: 80%;
  color: #999999;
  margin-top: 0.5em;
  font-style: normal;
  display: block;
  text-align: center;
}
div.lightbox a.lightbox-close-btn {
  position: absolute;
  z-index: 1;
  top: 0em;
  right: 0em;
  background-color: #ffffff;
  padding: 1rem;
  font-size: 1.75em;
  text-decoration: none;
  display: block;
}
div.lightbox a.lightbox-prev-btn,
div.lightbox a.lightbox-next-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 1rem;
  text-decoration: none;
  font-size: 1.5em;
  display: block;
}
div.lightbox a.lightbox-next-btn {
  left: auto;
  right: 0;
}

.collection-intro {
  max-width: 768px;
}
.collection-intro h1, .collection-intro h2, .collection-intro h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.collection-intro p {
  margin-bottom: 1rem;
}

a.logout {
  color: red;
  border-color: red;
}
a.logout:hover {
  border-color: inherit;
}

div.uitstappen {
  margin-top: 3rem;
}

div.uitstap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: none;
}
div.uitstap h2 {
  margin-right: 1rem;
  flex: 1;
}
@media (max-width: 500px) {
  div.uitstap h2 {
    display: block;
    margin-bottom: 0.5rem;
  }
}
div.uitstap .col {
  display: flex;
}
div.uitstap .date {
  margin-left: 1rem;
}

div.uitstap + .uitstap {
  border-top: 1px solid #eeeeee;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/*# sourceMappingURL=index.css.map */
