/* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #c23f47;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar .menu-item a:hover {
  background: #ddd;
  border-radius: 10px;
  color: #511131;
}

/* Main content */
.main {
  margin-top: 165px; /* Add a top margin to avoid content overlay */
}

.nav-picture {
  //background-image: url(pictures/handen.jpg);
  //height: 200px;
}

.nav-center {
  font-family: 'Jost';
  font-size: 17pt;
  text-align: center;
  color: #c23f47;
}

.title-kop{
  font-family: 'Jost';
  font-size: 30pt;
  text-align: center;
  color: #c23f47;
  margin-bottom:10px;
  margin-top: 10px;
}

.statement-body {
  margin-top: -65px;
}

.statements {
  background: white;
  border: 1px solid black;
  border-radius: 10px;
  padding-top: 0px;
  vertical-align: top;
}

.statements img {
  margin-top: 10px;
}
.statements p {
  margin-bottom: 2px;
}

.ervaringen-blok {
  border: 1px solid black;
  border-radius: 10px;
  vertical-align: top
}

.kop{
  font-family: 'Jost';
  font-size: 30pt;
  text-align: center;
  color: #c23f47;
}

.body {
  font-family: 'Jost';
  font-size: 12pt;
}

.body-center {
  font-family: 'Jost';
  font-size: 12pt;
  text-align: center;
}

.aanpak-body-center {
  font-family: 'Jost';
  font-size: 16pt;
  text-align: center;
  color: #c23f47;
  margin: 10px 0px 0px 0px;
}

.table-aanpak .aanpak-picture{
  text-align: center;
}

.table-aanpak .aanpak-picture img {
  width:300px;
  height:200px;
}

.body-italic {
  font-family: 'Jost';
  font-size: 12pt;
  text-align: center;
  font-style: italic;
}

.body-italic-red {
  font-family: 'Jost';
  font-size: 12pt;
  text-align: center;
  color: #c23f47;;
  font-style: italic;
}

.table-body {
  font-family: 'Jost';
  font-size: 12pt;
  margin-bottom: 10px;
  width: 100%;
}

.table-body td {
  vertical-align:top;
}

.table-kleur{
  background: #f4ebec;
  border-radius: 15px;
}

.table-overons {
  margin-left: auto;
  margin-right: auto;
}

.contact-icon {
  width:40px;
  height:40px;
  margin-left: 5px;
  margin-right: 5px;
}

.contact-icon-overons {
  width:30px;
  height:30px;
  margin-left: 5px;
  margin-right: 5px;
}

.overons-cell {
  font-family: 'Jost';
  text-align: center;
  margin-top:3px;
  margin-bottom:3px;
}

:target:before {
  content:"";
  display:block;
  height:165px; /* fixed header height*/
  margin:-165px 0 0; /* negative fixed header height */
}

.footer {
  background: black;
  margin-left: -75px;
  margin-right: -75px;
  margin-bottom: -10px;
  margin-top: 50px;
}
