/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
Media queries variables
*********************/
@import url(https://fonts.googleapis.com/css?family=Tenor+Sans);
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

input:focus {
  outline: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-tap-highlight-color: transparent; }

h2 {
  font-size: 27pt;
  color: #d6a21d;
  text-transform: uppercase; }
  @media all and (max-width: 640px) {
    h2 {
      font-size: 21pt; } }

p {
  margin-bottom: 16px; }

p.small {
  font-size: 12pt;
  margin-top: 8px; }

a {
  color: #e0e8ea; }

body {
  font-family: 'Tenor Sans', sans-serif;
  color: #e0e8ea;
  font-size: 14pt;
  line-height: 1.5;
  font-weight: 400;
  background-color: #070d18; }

.hide {
  display: none; }

.transform3d {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.container, .wrapper .main .over {
  display: block;
  width: 650px;
  margin-left: 350px; }
  @media all and (max-width: 980px) and (min-width: 641px) {
    .container, .wrapper .main .over {
      margin-left: 0;
      width: 100%;
      padding: 0 30px; } }
  @media all and (max-width: 640px) {
    .container, .wrapper .main .over {
      margin-left: 0;
      width: 100%;
      padding: 0 15px; } }

.mobile {
  display: none; }
  @media all and (max-width: 640px) {
    .mobile {
      display: block; } }

img {
  width: 100%;
  height: auto; }

.logo {
  background-image: url(../../images/logo-ilona.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100px;
  display: block;
  text-indent: -9999px;
  margin-bottom: 32px; }
  .logo.mobile {
    width: 85%;
    vertical-align: middle;
    display: none;
    text-align: right;
    background-position: top left;
    height: 94px; }
    .logo.mobile a {
      vertical-align: middle; }
    @media all and (max-width: 980px) and (min-width: 641px) {
      .logo.mobile {
        display: block;
        margin-left: 32px !important; } }
    @media all and (max-width: 640px) {
      .logo.mobile {
        display: block;
        margin: 40px 24px !important; } }

.sidebar {
  background-color: black;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 275px; }
  .sidebar .nav {
    padding: 56px 24px;
    display: block;
    text-align: right;
    width: 100%;
    font-size: 18pt; }
    @media all and (max-width: 980px) and (min-width: 641px), all and (max-width: 640px) {
      .sidebar .nav {
        display: none; } }
    .sidebar .nav li a {
      color: #e0e8ea;
      text-decoration: none; }
      .sidebar .nav li a:hover {
        text-decoration: underline; }
  @media all and (max-width: 980px) and (min-width: 641px) {
    .sidebar {
      display: none; } }
  @media all and (max-width: 640px) {
    .sidebar {
      display: none; } }

.wrapper {
  clear: both; }
  .wrapper .main > * {
    margin: 56px 0; }
  .wrapper .main .over {
    width: 960px; }
    @media all and (max-width: 980px) and (min-width: 641px) {
      .wrapper .main .over {
        width: 100%; } }
    @media all and (max-width: 640px) {
      .wrapper .main .over {
        width: 100%; } }
    .wrapper .main .over .text {
      display: inline-block;
      max-width: 650px; }
    .wrapper .main .over .portret {
      max-width: 300px;
      border-radius: 300px;
      display: inline-block;
      vertical-align: top; }
  .wrapper .main .prijzen {
    background-color: #091120;
    margin: 32px 0;
    padding: 56px 0;
    color: #e0e8ea; }
    .wrapper .main .prijzen table {
      width: 100%; }
      .wrapper .main .prijzen table tr td:first-child {
        padding: 0 24px 8px 0; }
      .wrapper .main .prijzen table tr td:nth-child(2) {
        width: 20px;
        font-size: 120%; }
      .wrapper .main .prijzen table tr td:last-child {
        text-align: right;
        font-size: 120%; }
  .wrapper .main .tijden table {
    width: 100%;
    margin-bottom: 16px; }
    .wrapper .main .tijden table tr td:last-child {
      text-align: right;
      width: 140px; }
  .wrapper .main .contact {
    margin-bottom: 32px; }
    .wrapper .main .contact form {
      margin-top: 24px; }
      .wrapper .main .contact form input {
        border: 1px solid #e0e8ea;
        width: 100%;
        height: 44px;
        padding: 0 7px;
        margin-bottom: 16px;
        color: #070d18; }
    .wrapper .main .contact button {
      background-color: #e0e8ea;
      color: #ffffff;
      padding: 8px;
      height: 50px;
      width: 100%;
      margin: 8px 0 24px; }
      .wrapper .main .contact button:hover {
        background-color: #e0e8ea; }
      .wrapper .main .contact button:active {
        background-color: #e0e8ea; }
    .wrapper .main .contact table {
      margin-top: 24px;
      width: 100%; }
      .wrapper .main .contact table tr td:last-child {
        padding: 0 0 8px 16px; }
      @media all and (max-width: 640px) {
        .wrapper .main .contact table tr td {
          display: block; }
          .wrapper .main .contact table tr td:last-child {
            padding: 0 0 8px 0; } }

.footer {
  margin-left: 275px;
  width: calc(100% - 275px);
  display: block;
  clear: both;
  font-size: 12pt;
  padding: 16px 72px;
  background-color: #091120;
  color: #e0e8ea; }
  @media all and (max-width: 980px) and (min-width: 641px) {
    .footer {
      margin-left: 0px;
      width: 100%;
      padding: 16px; } }
  @media all and (max-width: 640px) {
    .footer {
      margin-left: 0px;
      width: 100%;
      padding: 16px; } }
