@font-face {
  font-family: 'Slate W01';
  font-style: normal;
  font-weight: normal;
  src: local("Slate W01"), url("https://robintepe.nl/assets/slatew01/000ce4b4252ddad9fae589f5dab448b5.woff") format("woff"); }
@font-face {
  font-family: 'Slate W01 Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Slate W01 Medium"), url("https://robintepe.nl/assets/slatew01/1fef7d1af7889bee6c72b76d49ca53c3.woff") format("woff"); }
@font-face {
  font-family: 'Slate W01 Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Slate W01 Bold"), url("https://robintepe.nl/assets/slatew01/b81bb83abecd8eb743a1c7f9183d3047.woff") format("woff"); }
body, html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Slate W01", "Open Sans Regular", "SF UI Text Regular", Helvetica, Arial, sans-serif;
  vertical-align: baseline; }

.site {
  max-width: 1186px;
  margin: 0 auto;
  padding: 30px 30px 0px; }

h1 {
  font-family: "Slate W01 Bold", "Open Sans Bold Bold", "SF UI Text Bold", Helvetica, Arial, sans-serif;
  font-size: 60px;
  margin-bottom: 0;
  color: #3C424F; }

h2 {
  font-family: "Slate W01 Bold", "Open Sans Bold Bold", "SF UI Text Bold", Helvetica, Arial, sans-serif;
  font-size: 35px;
  margin: 0;
  color: #3C424F; }

h3 {
  font-family: "Slate W01 Medium", "Open Sans Regular", "SF UI Text Medium", Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.3em;
  color: #616875; }

h4 {
  font-family: "Slate W01 Medium", "Open Sans Regular", "SF UI Text Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin: 40px 0 0;
  color: #3C424F; }

p, li, td {
  font-size: 20px;
  line-height: 1.3em;
  color: #616875; }

li {
  font-size: 16px;
  margin-top: 0.5em;
  color: #616875; }

a:link, ul li:link, i:link {
  color: #2EAFF0;
  text-decoration: none; }
  a:link:hover, ul li:link:hover, i:link:hover {
    color: #0782BF !important;
    text-decoration: underline; }
a:visited, ul li:visited, i:visited {
  color: #0782BF;
  text-decoration: none; }

@media screen and (max-width: 900px) {
  h1 {
    font-size: 50px; }

  h2 {
    font-size: 30px !important; }

  h3 {
    font-size: 23px; } }
@media screen and (max-width: 750px) {
  h1 {
    font-size: 40px; }

  h3 {
    font-size: 20px; } }
@media screen and (max-width: 630px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.5em !important; }

  h3 {
    font-size: 1.2em; } }
@media screen and (max-width: 550px) {
  h1 {
    font-size: 1.8em; } }
@media screen and (max-width: 450px) {
  h1 {
    font-size: 1.6em; }

  .site {
    padding: 30px 5% 0px; } }
button {
  height: 50px;
  padding: 0px 20px;
  margin: 15px 20px 0px 0px;
  font-family: "Slate W01 Bold", "Open Sans Bold Bold", "SF UI Text Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer; }

@media screen and (max-width: 550px) {
  button {
    width: 100%;
    margin-right: 0px; } }
.btn-cta {
  color: #FFFFFF;
  background-color: #2EAFF0;
  border: none; }
  .btn-cta:hover {
    color: #F8F8F8;
    background-color: #0782BF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.btn-sa {
  color: #616875;
  background-color: #FFF;
  border: solid #616875; }
  .btn-sa:hover {
    color: #FFFFFF;
    background-color: #616875;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#btns-center {
  margin: 0px 50px 30px;
  text-align: center; }
  #btns-center button {
    margin: 10 0 !important; }

.header a, .header h2 {
  text-decoration: none !important;
  color: #616875;
  transition: 0.3s; }
.header #name:hover {
  color: #2EAFF0; }
.header .lang {
  position: relative;
  float: right;
  margin: -24px 30px 0px 0px; }
  .header .lang a {
    transition: 0.3s;
    font-size: 20px; }
    .header .lang a:hover {
      color: #2EAFF0; }
.header .btn-sa {
  position: relative;
  float: right;
  margin: -40px 0px 0px;
  width: auto; }

.intro {
  padding-top: 20vh;
  height: 60vh; }
  .intro h3 {
    color: #616875;
    margin-top: 10px; }

@media screen and (max-width: 450px) {
  .header .lang {
    display: none; }

  .intro {
    height: 40vh; }

  .intro #brake {
    display: block; }
    .intro #brake p {
      margin: 0; } }
.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0; }
  .b-lazy .b-loaded {
    opacity: 1; }

.contact {
  background-color: #3C424F;
  text-align: center;
  padding: 60px 20px;
  margin-top: 30px; }
  .contact h2 {
    font-family: "Slate W01 Bold", "Open Sans Bold Bold", "SF UI Text Bold", Helvetica, Arial, sans-serif !important;
    font-size: 2.5em;
    color: #FFFFFF; }
  .contact .contactText {
    font-family: "Slate W01 Medium", "Open Sans Regular", "SF UI Text Medium", Helvetica, Arial, sans-serif; }
    .contact .contactText p, .contact .contactText span {
      color: #FFFFFF;
      margin: 0;
      margin-top: 30px; }
    .contact .contactText a {
      color: #2EAFF0;
      transition: 0.3s;
      text-decoration: none; }
      .contact .contactText a:hover {
        color: #0782BF; }

footer {
  display: grid;
  grid-template-columns: auto auto;
  padding: 6px 2% 6px;
  width: 96%;
  background-color: #616875;
  box-shadow: inset 0 0 10px #333; }
  footer p, footer a, footer span {
    font-family: "Slate W01", "Open Sans Regular", "SF UI Text Regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #A2A6B1 !important; }
  footer .businessCredentials {
    text-align: right; }
  footer .footerCopyright {
    text-align: left; }
    footer .footerCopyright a, footer .footerCopyright span {
      transition: 0.3s;
      text-decoration: underline; }
    footer .footerCopyright a:hover {
      color: #EDF0FA !important; }

@media screen and (max-width: 670px) {
  footer {
    display: inline-block;
    padding-bottom: env(safe-area-inset-bottom); }
    footer .footerNav, footer .footerCopyright, footer .businessCredentials {
      text-align: center;
      line-height: 0; } }
