section.contact {
  display: flex;
}
section.contact article {
  margin-left: 480px;
}
section.contact article img {
  width: 640px;
  height: auto;
  margin-bottom: 8px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
section.contact p {
  text-align: center;
}

section.home {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  section.home {
    flex-direction: column;
  }
}
section.home .content {
  display: block;
  position: relative;
  max-width: 100%;
  background-repeat: no-repeat;
  margin-bottom: 36px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
section.home .content span.lees-meer {
  font-family: "dtlpromedium", sans-serif;
  color: white;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-55%) translateX(-50%);
  transition: all 0.3s;
  z-index: 100;
  font-size: 26px;
}
section.home .content img {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
}
section.home .content .text {
  position: absolute;
  top: 8px;
  font-family: Georgia, sans-serif;
  font-size: 11px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  transform: translateX(1px);
  opacity: 0;
}
section.home .content .text span {
  background-color: #ffeb00;
  margin-right: 10px;
  padding: 8px 10px;
  text-transform: uppercase;
}
section.home .content:hover img {
  transform: translateY(5%);
  opacity: 0.8;
}
section.home .content:hover .text {
  transform: translateY(-125%);
  opacity: 100;
}
section.home .content:hover span.lees-meer {
  opacity: 100;
}

section.detail {
  display: flex;
}
@media (max-width: 800px) {
  section.detail {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  section.detail article {
    margin-left: 304px;
  }
}
section.detail article img {
  max-width: 640px;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.row {
  display: flex;
}

.spacer {
  flex-grow: 1;
}

.col-10 {
  flex-basis: 10%;
}

.col-20 {
  flex-basis: 20%;
}

.col-25 {
  flex-basis: 25%;
}

.col-30 {
  flex-basis: 30%;
}

.col-35 {
  flex-basis: 35%;
}

.col-40 {
  flex-basis: 40%;
}

.col-50 {
  flex-basis: 50%;
}

.col-60 {
  flex-basis: 60%;
}

.col-65 {
  flex-basis: 60%;
}

.col-70 {
  flex-basis: 70%;
}

.col-75 {
  flex-basis: 75%;
}

.col-80 {
  flex-basis: 80%;
}

.col-90 {
  flex-basis: 90%;
}

@font-face {
  font-family: "dtlpromedium";
  src: url("../fonts/dtlprokyonstmedium-webfont.eot");
  src: url("../fonts/dtlprokyonstmedium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dtlprokyonstmedium-webfont.woff") format("woff"), url("../fonts/dtlprokyonstmedium-webfont.ttf") format("truetype"), url("../fonts/dtlprokyonstmedium-webfont.svg#toonishregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dtlprolight";
  src: url("../fonts/dtlprokyonstlight-webfont.eot");
  src: url("../fonts/dtlprokyonstlight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dtlprokyonstlight-webfont.woff") format("woff"), url("../fonts/dtlprokyonstlight-webfont.ttf") format("truetype"), url("../fonts/dtlprokyonstlight-webfont.svg#dtlprokyonstlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  line-height: 1.625;
  font-family: Georgia, sans-serif;
  font-size: 11px !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #171617;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  text-rendering: optimizelegibility;
}

h1 {
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.25;
}
h1 span {
  font-size: 14px;
  font-family: "dtlpromedium", sans-serif;
  text-transform: lowercase;
}

footer {
  background-color: black;
  color: white;
  padding: 0 60px;
}
@media (max-width: 800px) {
  footer {
    padding: 0 24px 24px 24px;
  }
}
footer .back-to-top {
  cursor: pointer;
  text-align: center;
  transform: translateY(-12px);
}
@media (max-width: 800px) {
  footer .back-to-top {
    display: none;
  }
}

body {
  margin: 0;
}

section {
  border: 18px solid black;
  min-height: calc(100vh - 156px);
  padding: 60px;
}
@media (max-width: 800px) {
  section {
    padding: 24px;
  }
}

a {
  color: black;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 4px solid #ffeb00;
  text-decoration: none;
}

p {
  margin: 0;
}

::selection {
  background-color: #ffeb00;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

#flipbook {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
}

#flipbook .shadow {
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}

.main-menu {
  margin-bottom: 142px;
}
@media (max-width: 800px) {
  .main-menu {
    margin-bottom: 42px;
  }
}
.main-menu.open span:first-child {
  transform: rotate(45deg) translate(3px, 4px);
  background: black;
}
.main-menu.open span:last-child {
  transform: rotate(-45deg) translate(5px, -5px);
  background: black;
}
.main-menu.open span:nth-child(2) {
  opacity: 0;
}
.main-menu.open .menu-content {
  display: block;
}
.main-menu a.logo {
  display: block;
  background-image: url("/assets/images/logo.svg");
  background-size: contain;
  width: 120px;
  height: 180px;
  border-bottom: none;
}
.main-menu .menu-icon {
  margin-top: 24px;
  cursor: pointer;
}
.main-menu .menu-icon span {
  height: 3px;
  width: 22px;
  display: block;
  background: #777777;
  margin: 3px 0;
  transition: all 0.4s ease;
}
.main-menu .menu-content, .main-menu .sub-menu-content {
  background: white;
  max-width: 100px;
  display: none;
  margin: -24px 24px 16px 36px;
  color: black;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  border-radius: 3px;
  font-family: "dtlpromedium", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px;
}
@media (max-width: 800px) {
  .main-menu .menu-content, .main-menu .sub-menu-content {
    margin: 32px 24px 16px 0;
  }
}
@media (min-width: 800px) {
  .main-menu .menu-content, .main-menu .sub-menu-content {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  }
}
.main-menu .menu-content li, .main-menu .sub-menu-content li {
  zoom: 1;
  line-height: 20px;
  margin: 20px 0;
  cursor: pointer;
}
.main-menu .menu-content li a, .main-menu .sub-menu-content li a {
  border-bottom: none;
}
.main-menu .menu-content li:first-of-type, .main-menu .sub-menu-content li:first-of-type {
  margin: 0;
}
.main-menu .menu-content li:last-of-type, .main-menu .sub-menu-content li:last-of-type {
  margin: 0;
}
.main-menu .menu-content li:hover, .main-menu .sub-menu-content li:hover {
  background-color: #ffeb00;
}
.main-menu .sub-menu-content.open {
  display: block;
  margin-left: 120px;
  margin-top: -90px;
  z-index: 20;
}

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