﻿
body{
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Century Gothic', CenturyGothic, sans-serif, Arial, 'Helvetica Neue', Helvetica, Verdana;
  font-size: 2em;
  letter-spacing: .01em;
  word-spacing: .1em;
}

p  { font-size: 100%; padding-bottom: 20px;}
h1 { font-size: 150%;}
h2 { font-size: 135%;}
h3 { font-size: 125%;}
h4 { font-size: 120%;}
h5 { font-size: 115%;}
h6 { font-size: 110%;}

h1, h2, h3, h4, h5, h6 { padding-bottom: 20px; font-weight: bold;}

@media only screen and (orientation: landscape) {
  h1 {
    font-size: 175%;
  }
}

a {
  color: #006EC7;
  text-decoration: underline;
}
a:hover {
  color: #1188DF;
  text-decoration: underline;
}

.w-100 {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.overlay-logo {
  position: absolute;
  left: 0px;
  top: 0px;      
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
}
.overlay-logo img {
  width: 33%;
  height: auto;
  opacity: 0.8;
}

.logo-header2 {
  text-align: right;
  border-top: 24px solid;
  padding: 10px;
  background-color: #006EC7;
}
.logo-header2 img {
  width: 15%;
  height: auto;
}
.logo-header2 div {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4rem;
  padding-left: 4rem;
  font-size: 2.7vw;
  font-weight: 700;
  color: #FFF;
}

nav.navbar {
  background-color: #f8f8f8;
  background-image: linear-gradient(to right, #f8f8f8, #ffffff);
}
.navbar li {
  font-weight: 800;
}
.navbar li a {
  text-decoration: none;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #f8f8f8;
  background-image: linear-gradient(to right, #f8f8f8, #ffffff);
  padding-top: 2rem;
  padding-right: 3rem;
  padding-left: 3rem;
  border-top: 1px #e7e7e7 solid;
  font-size: 80%;
}

.float-right {
  float: right;
}
.align-center {
  text-align: center;
}

a.knop, a.btn {
  color: #FFF;
  font-weight: 800;
  text-decoration: none;
}
a.knop {
  background-color: #006EC7;
}
a.knop:hover {
  background-color: #1188DF;
}

.vet {
  font-weight: 800;
}

.lijn-onder {
  background-image: linear-gradient(to bottom, #eee, #ffffff);
  margin-bottom: 20px;
}
.bg-tint-1 {
  background-color: #eeeeee;
}
.bg-tint-2 {
  background-color: #f7f7f7;
}
.pointer:hover {
  cursor: pointer;
}
div.calc {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius:9px;
}
div.calc div.row div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hofr:hover {
  border: 1px solid #f7f7f7;
}
.hofr:hover {
  background-color: #eee;
  border: 1px solid #ddd;
}
