body {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 16px;
  background: #191919;
  margin-top: 0;
}
p {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 1.75em;
}
li {
  line-height: 1.75em;
  margin-bottom: 2em;
}
a {
  color: #0d90b8;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #c9effb;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.footer p,
.footer a {
  color: #fff;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  background: #0d90b8;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.button:hover {
  background: #0a6b88;
  color: #fff;
}
.button.bruin {
  background: #000;
}
.button.bruin:hover {
  background: #1a1a1a;
  color: #fff;
}
h1 {
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
}
h2 {
  font-weight: 900;
  font-size: 36px;
  color: #0d90b8;
}
h3 {
  font-weight: 900;
  font-size: 18px;
  color: #000;
}
.publicaties h3 {
  text-align: center;
}
.footer h2 {
  color: #fff;
}
.navigatie {
  padding: 20px 0 40px 0;
  background: #191919;
}
#stickyheader img {
  width: auto;
  max-width: 100%;
  -webkit-transition-property: width;
  /* Safari */
  -webkit-transition-duration: 1s;
  /* Safari */
  transition-property: width;
  transition-duration: 1s;
}
.header,
.over-ons,
.diensten,
.accountants,
.footer,
.disclaimer,
.visie,
.publicaties {
  padding: 100px 0;
}
.publicaties p {
  text-align: center;
}
.publicaties p img {
  padding: 4px;
  border: 1px solid #DFD6D5;
}
.header {
  background: #000 url(../images/RA.jpg) no-repeat right center;
  background-size: cover;
  height: auto;
  padding: 20px 0;
}
.foto-top,
.foto-bottom {
  background: #000 url(../images/RA.jpg) no-repeat center top;
  background-size: cover;
  height: 80px;
}
.foto-bottom {
  background-position: center bottom;
}
.visie,
.accountants {
  background: #333333;
}
.footer {
  background: #000;
}
.footer2 {
  background: #000;
  padding-top: 10px;
}
.footer2 p,
.footer2 a {
  color: #fff;
  margin-bottom: 10px;
}
.dienst {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #74c4d6;
}
.dienst:last-child {
  border-bottom-color: #fff;
}
div.subnavigatie a {
  padding: 5px 10px;
  margin: 10px;
  background: #0d90b8;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
div.subnavigatie a:hover {
  background: #0a6b88;
}
.navbar-toggle {
  border: 1px solid #000;
}
.navbar {
  margin-bottom: 0;
}
span.icon-bar {
  background: #000;
}
.menu {
  padding-left: 0;
  margin-top: 20px;
  float: right;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.menu li {
  display: inline-block;
  padding: 0 30px 0 0;
  list-style: none;
  margin-bottom: 20px;
}
.menu li:first-child {
  padding-left: 0;
}
.menu li:last-child {
  padding-right: 0;
}
.menu > li > a {
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  padding: 15px 0px;
}
.menu > li > a:hover {
  background: transparent;
  color: #74c4d6;
}
.menu > li > a:focus,
.nav > li > a:hover {
  background: transparent;
}
.menu > li.active > a {
  color: #0d90b8;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 767px) {
  h1 {
    font-size: 48px;
  }
  #navbar {
    margin-top: 35px;
    -webkit-transition-property: margin;
    /* Safari */
    -webkit-transition-duration: 1s;
    /* Safari */
    transition-property: margin;
    transition-duration: 1s;
  }
  .menu > li > a {
    font-size: 16px;
    padding: 15px 5px;
  }
  div.subnavigatie a {
    font-size: 14px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .nav > li > a {
    padding: 15px;
  }
  .navbar-nav > li > a {
    padding-bottom: 0;
  }
  .header {
    background: #000 url(../images/bg-header-sm.jpg) no-repeat right center;
    padding: 60px 0;
  }
  .publicaties h3 {
    min-height: 58px;
  }
  .publicatiesbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .publicatiesbox .publicatie {
    width: 200px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    margin: 80px 0;
  }
  .menu {
    margin-top: 105px;
  }
  .menu li {
    padding: 0 10px;
  }
  .menu > li > a {
    padding: 15px 3px;
  }
  .header {
    background: #000 url(../images/RA.jpg) no-repeat right center;
    padding: 80px 0;
  }
  .publicaties h3 {
    min-height: 38px;
  }
}
@media (min-width: 1170px) {
  .menu {
    margin-top: 25px;
  }
  .menu > li > a {
    padding: 15px 10px;
  }
  .header {
    background: #000 url(../images/RA.jpg) no-repeat right center;
    padding: 0;
  }
  .publicatiesbox .publicatie {
    width: 250px;
  }
}
