/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/ibm_plex_sans/ibm_plex_sans_200.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/ibm_plex_sans/ibm_plex_sans_400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/ibm_plex_sans/ibm_plex_sans_400_italic.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/ibm_plex_sans/ibm_plex_sans_500.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/ibm_plex_sans/ibm_plex_sans_700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/**
// Use the following syntax for loading the different types:
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('ibm_plex_sans_400_italic.eot');
    src: url('ibm_plex_sans_400_italic.woff2') format('woff2'),
    url('ibm_plex_sans_400_italic.woff') format('woff'),
    url('ibm_plex_sans_400_italic.ttf') format('truetype'),
    url('ibm_plex_sans_400_italic.svg#ibm_plan_sans_400_italic') format('svg'),
    url('ibm_plex_sans_400_italic.eot?#iefix') format('embedded-opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
*/
body {
  overflow-x: hidden; }

.section {
  width: 100%; }

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px; }

.page-section {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px; }

.highlight {
  font-size: 0.9rem; }

img {
  max-width: 100%; }

ul {
  padding: 0 0 0 30px; }

/* For "large" mobiles: */
@media only screen and (min-width: 375px) {
  .container {
    padding: 0 20px; } }

/**
 * Fonts used:
 * IBM Plex Sans ExtraLight 200
 * IBM Plex Sans Regular 400
 * IBM Plex Sans Regular 400 Italic
 * IBM Plex Sans Medium 500
 * IBM Plex Sans Bold 700
 */
html {
  font-size: 14px; }

body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h3, h4, h5, h6 {
  padding: 5rem 0 1rem 0; }

h3 {
  /* this is the page header*/
  padding-top: 0;
  font-size: 3em;
  font-weight: 200; }

h4 {
  font-size: 2.25em;
  font-weight: 200;
  position: relative;
  padding: 10rem 0 0 0; }
  h4::before {
    content: " ";
    width: 116px;
    height: 15px;
    position: absolute;
    top: 11.9rem;
    left: -30px;
    z-index: -1;
    background-color: #faebd7; }

h5 {
  font-size: 1.5em;
  font-weight: 200;
  padding: 5rem 0 0.5rem 0;
  position: relative; }
  h5::before {
    content: " ";
    width: 200px;
    height: 15px;
    position: absolute;
    top: 6rem;
    left: -30px;
    z-index: -1;
    background-color: #f5f5f5; }

h6 {
  font-size: 1em;
  font-weight: 500;
  padding: 1.5rem 0 0.2rem 0;
  color: #bfbfbf; }

p, ul, li {
  font-weight: 400;
  line-height: 175%; }

p {
  padding: 1rem 0 1rem 0; }

/* For "large" mobiles: */
@media only screen and (min-width: 375px) {
  html {
    font-size: 16px; } }

/* For laptops and desktop: */
@media only screen and (min-width: 768px) {
  html {
    font-size: 18px; } }

a {
  border-bottom: 1px dotted #000;
  text-decoration: none;
  color: #3e3e3e; }

.external-link {
  display: inline-block;
  position: relative; }

.adres-tonen {
  background-color: lightgrey;
  border-radius: 0 20px;
  padding: 0 20px; }

.header {
  padding: 20px 0; }
  .header h1 {
    font-size: 1.25rem;
    font-weight: 300; }
  .header h2 {
    font-size: 0.75rem;
    font-weight: 500; }

/* For "large" mobiles: */
footer {
  padding: 40px 0;
  margin: 100px 0 0 0;
  background-color: #f5f5f5; }

.footer {
  font-family: 'IBM Plex Sans', sans-serif;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400; }
  .footer li.links {
    margin: 20px 0 0 0; }
  .footer a {
    display: block; }
    .footer a.footer-link {
      text-decoration: underline;
      font-size: 10px;
      border: 0; }
