body {
  font-family: 'Lato', sans-serif;
}

.vioolles-poster {
  width: 100%;
}

h1 {
  margin-left: 24px;
}

.cursus-01, .cursus-02 {
  width: 100%;
}

.cursus {
  border: 2px solid #5095b8;
  padding: 0.75em;
  margin: 1em;
}

.cursus h3 {
  margin-top: 0.25em;
  font-size: 1.2em;
  font-weight: bold;
}

.cursuslink {
  /*color: #528199;*/
    color: white;
    background-color: #528199;
    text-decoration: none;
    padding: 0.75em;
    border-radius: 0.5em;
    display: inline-flex;
    line-height: 1;
    margin-bottom: 0.25em;
}

.cursuslink:hover {
  background-color: #2f5c72;
}

.text {
  margin: 0 24px;
}

.photos {
  width: calc(100% - 48px);
  margin: 0 24px;
}

.column {
  display: flex;
  flex-direction: column;
}

.photos img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid #555;
  box-sizing: border-box;
}

.mandy {
  text-align: center;
  font-size: 14px;
  margin-bottom: 3em;
}

.mandy a {
  color: #751f11;
}

@media (max-width: 768px) {
  .vioolles-poster {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
  }

  .column:nth-child(2) img:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .photos {
    display: flex;
  }

  .column {
    width: calc(50% - 16px);
  }

  .column:first-child {
    margin-right: 32px;
  }

  h1 {
    margin-left: 32px;
  }

  .text {
    border: 2px solid #dc900e;
    padding: 0.5em 1.5em;
    margin-bottom: 32px;
  }

  .cursus {
    padding: 1em 1.5em;
    margin: 1em 1.5em;
  }

  .cursus-01, .cursus-02 {
    border: 1px solid #555;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  body.page-cursus {
    margin-top: 40vw;
  }

  .vioolles-poster {
    display: block;
    width: auto;
    height: calc(100vh - 256px);
    margin: 0 auto;
  }

  .cursus-01, .cursus-02 {
    position: absolute;
    top: 0;
    width: calc(50% - 24px);
    border: 1px solid #555;
    margin-top: 16px;
  }

  .cursus-01 {
    left: 16px;
  }

  .cursus-02 {
    left: calc(50% + 8px);
  }
}

@media (min-width: 768px) and (orientation: landscape) {
  .vioolles-poster {
    position: fixed;
    top: 0;
    left: 16px;
    width: auto;
    height: 100%;
  }

  .cursus-01 {
    position: fixed;
    top: 16px;
    left: 16px;
    max-width: 70.65vh;
    max-height: calc(50% - 24px);
  }

  .cursus-02 {
    position: fixed;
    top: calc(50% + 8px);
    left: 16px;
    max-width: 70.65vh;
    max-height: calc(50% - 24px)
  }

  body {
    margin-left: calc(70.65vh + 32px);
    margin-top: 32px;
    margin-right: 16px;
  }

  .text {
    font-size: 18px;
  }

  .cursus {
    font-size: 18px;
    margin: 0 24px 1.5em;
  }

  .mandy {
    position: fixed;
    bottom: 10px;
    left: 16px;
    width: calc(70.65vh);
    margin: 0;
    padding: 0.5em 0;
    background-color: #fff;
  }
}