
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-display: auto;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-display: auto;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}


body {
  font-family: "Roboto",sans-serif;
  color: #444444;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  font-size: 20px
}
.top-logo {
  position: absolute;
  top: 3px;
  left: 4px;
  display: none;
}
.show-logo {
  display: block;
}
.story-logo {
  float: right;
}
.menu {
  text-align: center;
  width: 100%;
  background: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 5px #cecece;
  -moz-box-shadow: 0 3px 5px #cecece;
  box-shadow: 0 3px 5px #cecece;
}
.sticky + main {
  padding-top: 102px;
}
a {
  font-weight: 400;
  color: #0D7576;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.active {
  color: #000;
}
.menu a {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .top-logo {
    width: 80px;
    height: auto;
    top: 20px;
    left: 4px;
  }
  .menu {
    text-align: right;
  }
  .menu a {
    margin-right: 12px;
    font-size: 0.7em;
  }

  .story-logo {
    float: none;
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .top-logo {
    width: 80px;
    height: auto;
    top: 20px;
    left: 4px;
  }
  .menu {
    text-align: right;
  }
  .menu a {
    margin-right: 6px;
    font-size: 0.7em;
  }


}

.container {
  display: flex;
  flex-direction: column;
}

.container .content {
  margin:auto;
  max-width: 1024px;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.container .content-left {
  align-items: start;
}
.container .logo-container img {
  width: 280px;
}
.container .logo-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding-top: 50px;
}
.container .logo-container img.logo {
  padding: 8px;
  width: 140px;
}


.pt-40 {
  padding-top: 40px;
}
h1 {
  padding-top: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin-top: 12px;
}
h1 span {
  font-weight: lighter;
  font-size: 32px;
}
h2 {
  font-size: 24px;
}

h1, h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
p {
  text-align: center;
}
.container .content-left p {
  text-align: left;
}
p strong {
  font-size: 1.2em;
}

table.experience tr td {
  padding-bottom: 12px;
}

footer {
  margin-top: 80px;
  background-color: #0D7576;
  font-size: 0.8em;
  color: #fff;
}
.meer-info-button {
  color: #000;
  padding: 8px 32px;
  border: 1px solid #000;
  text-decoration: none;
}
footer a.small-link {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
.company-role {
  color: #6A6A6A;
}
.smaller {
  font-size: 0.8em;
}
.italic {
  font-style: italic;
}

.pt-20 {
    padding: 20px;
}
.pdt0 {
    padding-top: 0px;
}

.vatop {
    vertical-align: top;
}
