/*@import url("//hello.myfonts.net/count/4ce84e");*/
@font-face {
  font-family: "UniversLTPro-55Roman";
  src: url("../fonts/font.woff2") format("woff2"),
    url("../fonts/font.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "UniversLTPro-55Roman", Univers, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

table td,
table th {
  border: 1px solid #000;
  padding: 0.2em 0.3em;
  text-align: left;
  vertical-align: top;
}

table ul,
table ol {
  margin: 0;
  padding-left: 1em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-image: linear-gradient(
    to top,
    rgba(220, 0, 0, 0),
    rgba(253, 237, 37)
  );
  z-index: 2;
}

header > .brand {
  text-transform: uppercase;
  padding: 3.5em 0 1.5em 2em;
  display: inline-block;
}

header > .brand > .logotype {
  width: 8em;
}

header > .mobile {
  display: none;
}

header > .lang {
  float: right;
  margin: 3.5em 2em 0 0;
}

main {
  width: 100%;
  padding: 8rem 3em 0 20%;
  box-sizing: border-box;
}

main > section {
  min-height: 50vh;
  padding: 0 50% 20em 1em;
  position: relative;
}

main > section > h2 {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  top: 3.5em;
}

main > section > .photo {
  position: absolute;
  top: 0;
  right: 1em;
  width: 30%;
}

main > section > .dancing {
  position: fixed;
  bottom: 2em;
  right: 30em;
  width: 10%;
  z-index: 999;
}

main > section > .gezicht {
  position: fixed;
  bottom: 1em;
  left: 10em;
  width: 10%;
  height: 10%;
  /*transform: rotate(-18deg);*/
}

aside {
  font-size: 0.9em;
  position: fixed;
  top: 8rem;
  left: 0;
  width: 20%;
  padding: 0 3rem 0 2rem;
  box-sizing: border-box;
}

aside > figure {
  margin: 4em 2em 4em 0;
  opacity: 1;
  transition: 0.2s opacity;
}

aside > figure.hide {
  opacity: 0;
}

aside > figure > blockquote,
aside > figure > blockquote > p {
  margin: 0;
}

aside > nav > ul {
  list-style-type: none;
  padding: 0;
  margin: 2em 0;
}

.floating-address {
  display: none;
}

/* PHONE */

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }

  header {
    display: flex;
    position: fixed;
    text-align: left;
    padding: 0 2em 0 2em;
    justify-content: space-between;
  }

  header > .mobile {
    display: block;
    text-transform: uppercase;
    padding-top: 1.5em;
  }

  header > .mobile > a {
    margin-left: 1em;
  }

  header > .brand {
    padding: 1.5em 0;
  }

  header > .brand > .logotype {
    width: 8em;
  }

  header > .lang {
    position: fixed;
    bottom: 1.4em;
    left: 2em;
  }

  main {
    padding: 8rem 2em 2em 2em;
    overflow: hidden;
  }

  main > section {
    min-height: auto;
    padding: 4em 0 0 0;
    position: relative;
  }

  main > section#introductie > h2 {
    display: none;
  }

  main > section > .dancing {
    position: relative;
    bottom: 0;
    left: 50%;
    width: 30%;
    transform: translate(-50%, 2em);
  }

  main > section > .photo {
    position: static;
    width: 100%;
    margin: 3em 0;
  }

  main > section > .gezicht {
    position: relative;
    left: 50%;
    width: 25vw;
    height: 25vw;
    transform: translate(-50%, 2em);
  }

  aside {
    font-size: 1em;
    position: static;
    width: 100%;
    padding: 2rem 2em 30vw 2em;
  }

  aside > figure.hide {
    opacity: 1;
  }

  .floating-address {
    display: block;
    text-align: right;
    position: fixed;
    box-sizing: border-box;
    padding: 3.2em 2em;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-image: linear-gradient(
      to bottom,
      rgba(220, 0, 0, 0),
      rgba(253, 237, 37)
    );
  }

  table {
    font-size: 7pt;
  }
}
