@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
  content: '';
  content: none; }

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

.button {
  background-image: url("sprites.png");
  background-repeat: no-repeat;
  text-indent: -999999em;
  border: none;
  zoom: 1; }

body {
  background-image: url("bg.png");
  font-family: "minion-pro",serif;
  font-size: 1.25em;
  line-height: 30px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  margin-left: auto;
  margin-right: auto; }

h1, h2, h3, h4, h5 {
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }

h1 {
  font-size: 1.7em;
  line-height: 1; }

h2 {
  font-size: 1.4em;
  line-height: 1; }

h3 {
  font-size: 1.2em;
  line-height: 1; }

h4 {
  text-align: left; }

.front-title {
  color: #333; }

.front-h1 {
  font-size: 1.4em;
  margin-bottom: 30px; }

.front-h2 {
  margin-top: 45px;
  font-size: 2.2em; }

a {
  color: #303098;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #1d1de3; }

strong {
  font-weight: bold;
  font-weight: 600;
  color: #444; }

em {
  font-style: italic; }

p, ul, ol, .contact, table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 90%; }

table {
  width: 90%; }

ul {
  list-style: disc inside none; }

ol {
  list-style: decimal inside none; }

img {
  max-width: 100%; }

.name-title {
  font-size: 90px;
  line-height: 90px;
  margin-top: 50px; }

.subtitle {
  font-size: 32px;
  line-height: 64px; }

.button {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .button:hover, .button:focus {
    background-color: #ccc; }

.button-separate {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.button-active {
  background-color: #ccc; }

.button-menu {
  background-position: 0 0; }

.button-linkedin {
  background-position: 0 -120px; }

.download-button {
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  width: auto;
  height: 46px;
  padding-left: 60px;
  padding-right: 17px;
  padding-top: 14px;
  background-position: 0 -60px; }

.navigation-container {
  height: 60px;
  height: auto;
  background-color: #ededed;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.navigation-container-top {
  margin-bottom: 30px; }

.navigation {
  display: block;
  position: relative;
  width: 90%;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .navigation ul {
    margin-bottom: 0;
    padding-top: 19px; }
  .navigation li {
    display: inline; }
  .navigation a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .navigation a:hover, .navigation a:focus {
      text-decoration: underline; }

.menu ul {
  text-align: center;
  width: 100%;
  padding: 0; }
.menu li {
  margin-right: 40px;
  margin-right: 0;
  height: 28px;
  padding: 16px 0;
  display: block;
  border-top: 1px solid #ccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .menu li:hover, .menu li:focus {
    background-color: #ccc; }

.lang {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  text-align: right;
  font-size: .75em; }
  .lang ul {
    width: 100%; }
  .lang li {
    margin-left: 5px; }
    .lang li:last-child {
      margin-right: 10px; }

.download {
  text-align: center; }

.language-list {
  list-style-type: none; }
  .language-list li {
    margin-bottom: 30px;
    width: 45%;
    float: left; }
    .language-list li:nth-of-type(2n) {
      padding-left: 10%; }
    .language-list li:last-child {
      clear: right; }
  .language-list img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  .language-list h3 {
    font-size: 1em; }

.hero-image {
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  background-image: url("hero-mobile.jpg");
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.contact label {
  display: block;
  margin-bottom: 15px;
  padding: 0; }
.contact input {
  font-family: "minion-pro",serif;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  color: #333;
  display: block;
  width: 90%; }
.contact input[type="text"], .contact input[type="textarea"] {
  height: 30px;
  padding: 15px 5%;
  background-color: #ededed;
  border: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 30px; }
.contact input[type="textarea"] {
  height: 200px; }
.contact input[type="submit"] {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  padding: 0 15px;
  border: none;
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  .contact input[type="submit"]:hover, .contact input[type="submit"]:focus {
    background-color: #ccc; }

.what-i-do {
  clear: left;
  padding-top: 30px; }

th {
  vertical-align: middle;
  text-align: left;
  background-color: #eee; }
  th:first-child {
    text-indent: 12px; }

tr {
  border-bottom: 1px dotted #999;
  height: 45px;
  font-size: 1.125rem; }

td {
  vertical-align: middle; }

.contact-link {
  font-size: 1.5em;
  text-align: center; }

@media all and (min-width: 481px) {
  .hero-image {
    background-image: url("hero-mobile@2x.jpg");
    height: 350px; } }
@media all and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6, p, ul, ol, .contact, table {
    width: 100%; }

  .navigation-container-top {
    margin-bottom: 0; }

  .navigation, .content-container, .front-title-container {
    width: 720px;
    margin-left: auto;
    margin-right: auto; }

  .menu ul {
    text-align: left; }
  .menu li {
    margin-right: 40px; }
    .menu li:hover {
      background-color: transparent; }

  .lang li:last-child {
    margin-right: 0; }

  .front-title {
    color: white;
    position: absolute;
    text-align: left;
    z-index: 5; }
    .front-title h1, .front-title h2 {
      text-align: left;
      width: 100%; }
    .front-title h1 {
      font-size: 1.8em; }
    .front-title h2 {
      font-size: 3.4em; }

  .hero-image {
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: -4;
    background-image: url("hero-desktop-small.jpg");
    height: 340px; }

  .language-list li {
    width: 22%;
    padding-left: 0;
    padding-right: 4%; }
    .language-list li:nth-of-type(2n) {
      padding-left: 0; }
    .language-list li:last-child {
      padding-right: 0; }

  .contact-name, .contact-email {
    float: left;
    width: 47%; }
    .contact-name:nth-of-type(2n), .contact-email:nth-of-type(2n) {
      margin-left: 6%;
      clear: right; } }
@media all and (min-width: 1025px) {
  .hero-image {
    background-image: url("hero-desktop-medium.jpg");
    height: 440px; }

  .front-title h1 {
    font-size: 2em; }
  .front-title h2 {
    font-size: 4em; } }
@media all and (min-width: 1601px) {
  .hero-image {
    background-image: url("hero-desktop-big.jpg");
    height: 700px; }

  .front-title {
    margin-top: 40px; }
    .front-title h1 {
      font-size: 2.4em; }
    .front-title h2 {
      font-size: 5em; } }
@media all and (max-width: 660px) {
  td, th, tr {
    display: block;
    height: auto; }

  th {
    display: none; }

  .translation-table.nl td:nth-of-type(1):before {
    font-weight: 600;
    content: "Brontaal: "; }
  .translation-table.nl td:nth-of-type(2):before {
    font-weight: 600;
    content: "Doeltaal: "; }
  .translation-table.nl td:nth-of-type(3):before {
    font-weight: 600;
    content: "Prijs per woord (in brontaal): "; }

  .revisions-table.nl td:nth-of-type(1):before {
    font-weight: 600;
    content: "Taal: "; }
  .revisions-table.nl td:nth-of-type(2):before {
    font-weight: 600;
    content: "Prijs per woord: "; }

  .example-table.nl td:nth-of-type(1):before {
    font-weight: 600;
    content: "Aantal woorden: "; }
  .example-table.nl td:nth-of-type(2):before {
    font-weight: 600;
    content: "Overeenkomst %: "; }
  .example-table.nl td:nth-of-type(3):before {
    font-weight: 600;
    content: "Prijs %: "; }
  .example-table.nl td:nth-of-type(4):before {
    font-weight: 600;
    content: "Prijs: "; }

  .translation-table.en td:nth-of-type(1):before {
    font-weight: 600;
    content: "Source language: "; }
  .translation-table.en td:nth-of-type(2):before {
    font-weight: 600;
    content: "Target language: "; }
  .translation-table.en td:nth-of-type(3):before {
    font-weight: 600;
    content: "Price per word (source lang.): "; }

  .revisions-table.en td:nth-of-type(1):before {
    font-weight: 600;
    content: "Language: "; }
  .revisions-table.en td:nth-of-type(2):before {
    font-weight: 600;
    content: "Price per word: "; }

  .example-table.en td:nth-of-type(1):before {
    font-weight: 600;
    content: "Number of words: "; }
  .example-table.en td:nth-of-type(2):before {
    font-weight: 600;
    content: "Repetition/Match %: "; }
  .example-table.en td:nth-of-type(3):before {
    font-weight: 600;
    content: "Price %: "; }
  .example-table.en td:nth-of-type(4):before {
    font-weight: 600;
    content: "Price: "; }

  .translation-table.fr td:nth-of-type(1):before {
    font-weight: 600;
    content: "Langue source	: "; }
  .translation-table.fr td:nth-of-type(2):before {
    font-weight: 600;
    content: "Langue cible : "; }
  .translation-table.fr td:nth-of-type(3):before {
    font-weight: 600;
    content: "Prix par mot (lang. src.) : "; }

  .revisions-table.fr td:nth-of-type(1):before {
    font-weight: 600;
    content: "Langue : "; }
  .revisions-table.fr td:nth-of-type(2):before {
    font-weight: 600;
    content: "Prix par mot : "; }

  .example-table.fr td:nth-of-type(1):before {
    font-weight: 600;
    content: "Nombre de mots : "; }
  .example-table.fr td:nth-of-type(2):before {
    font-weight: 600;
    content: "% de répétition : "; }
  .example-table.fr td:nth-of-type(3):before {
    font-weight: 600;
    content: "% de prix : "; }
  .example-table.fr td:nth-of-type(4):before {
    font-weight: 600;
    content: "Prix : "; }

  .translation-table.de td:nth-of-type(1):before {
    font-weight: 600;
    content: "Quellsprache: "; }
  .translation-table.de td:nth-of-type(2):before {
    font-weight: 600;
    content: "Zielsprache: "; }
  .translation-table.de td:nth-of-type(3):before {
    font-weight: 600;
    content: "Wortpreis (Quellsprache): "; }

  .revisions-table.de td:nth-of-type(1):before {
    font-weight: 600;
    content: "Sprache: "; }
  .revisions-table.de td:nth-of-type(2):before {
    font-weight: 600;
    content: "Wortpreis: "; }

  .example-table.de td:nth-of-type(1):before {
    font-weight: 600;
    content: "Anzahl der Worte: "; }
  .example-table.de td:nth-of-type(2):before {
    font-weight: 600;
    content: "Wiederholung %: "; }
  .example-table.de td:nth-of-type(3):before {
    font-weight: 600;
    content: "Preis %: "; }
  .example-table.de td:nth-of-type(4):before {
    font-weight: 600;
    content: "Preis: "; } }
