html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background-color: #424242;
  font-family: Verdana;
  font-size: 12px;
  color: #ffffff;
}
a {
  color: #ffffff;
}
.menu-bar {
  height: 43px;
  border-radius: 5px;
  background-repeat: repeat;
}
#content-header {
  margin-left: 10px;
  margin-right: 10px;
}
#content-main {
  margin-left: 10px;
  margin-right: 10px;
}
#website-link a {
  padding: 10px 10px;
  font-size: 12px;
  display: block;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  text-align: center;
}
#logo {
  background-color: #FFF;
  border-radius: 0;
  overflow: hidden;
  display: block;
  width: auto;
  flex-wrap: wrap;
  margin: 0px;
}
#logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 90px;
  max-width: 277px;
}
#phone {
  position: relative;
  width: 279px;
  height: 82px;
  margin: 10px auto;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
#phone a {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 15px;
  text-decoration: none;
}
#phone a span {
  display: block;
  padding-top: 32px;
}
#content-buttons {
  color: #eeeeee;
  margin-top: 20px;
  text-align: center;
}
#content-buttons ul {
  display: flex;
  width: auto;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 8px;
}
#content-buttons ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  background-position: -5px -5px;
  margin-bottom: 10px;
  min-height: 85px;
  width: 85px;
  vertical-align: top;
}
#content-buttons ul li:after {
  position: absolute;
  display: block;
  height: 35px;
  left: 0;
  top: 31px;
  background: none rgba(255, 255, 255, 0.3);
  content: ' ';
  z-index: 1;
}
#content-buttons ul li:hover:after {
  background: none rgba(255, 255, 255, 0.7);
  z-index: 2;
}
#content-buttons ul li a {
  position: relative;
  display: block;
  min-height: 85px;
  width: 85px;
  box-sizing: border-box;
  vertical-align: middle;
  background-position: center -14px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 15px;
  text-decoration: none;
  z-index: 9;
}
#content-buttons ul li a span {
  display: block;
  padding: 0;
  padding-top: 50px;
  text-align: center;
  color: #ffffff;
}
#content-buttons ul li a img {
  max-width: 95px;
}
#btn-verstuur {
  font-size: 14px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}
.panel {
  background-color: inherit;
}
.form-group label {
  font-weight: normal;
}
.form-group input,
.form-group textarea {
  border: solid 1px #ffffff;
  border-radius: 0;
  background-color: #6f6f6f;
  color: #ffffff;
}
.form-horizontal .control-label {
  text-align: left;
}
.modal .modal-content {
  overflow: hidden;
}
.modal .modal-header {
  border-bottom: 1px solid #E81717;
  background-color: #E81717;
}
.modal .modal-body {
  background-color: #4A4A4A;
}
a {
  color: #FFF;
  text-decoration: underline;
}
table {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
}
table td,
table th {
  text-align: left;
  padding: 5px;
  padding-left: 0;
  vertical-align: top;
}
.title {
  font-size: 22px;
  margin-bottom: 8px;
}
.relatie_79 #logo {
  background: transparent;
}
.relatie_79 #content-buttons ul li a span {
  color: #000;
}
.relatie_79 #phone a {
  color: #000;
}
#rente-verwachting-wrapper a {
  color: #000000;
  text-decoration: none;
}
#rente-verwachting-wrapper:not(.active) > a {
  background-color: #eeeeee;
  color: #333;
}
#rente-verwachting-wrapper .dropdown-menu {
  width: 100%;
}
#rente-verwachting-wrapper .dropdown-menu ul {
  background-color: #d3d3d3;
}
#rente-verwachting-wrapper .dropdown-menu a {
  color: #000000 !important;
  border-color: #cccccc;
}
#rente-verwachting-wrapper .dropdown-menu a:hover {
  background-color: gray;
}
.nieuws-overzicht-header {
  color: #FFF;
  font-size: 15px;
  margin: -15px -15px 15px;
  padding: 10px;
  border: 1px solid #6592A0;
  border-left: 0px;
  border-right: 0px;
}
.nieuws-header {
  margin-bottom: 21px;
  font-weight: bold;
}
.nieuws-header h2 {
  font-size: 15px;
  color: #4fa9cc;
  /* text color */
  display: inline;
  font-size: 20px;
  margin-left: 15px;
}
.nieuws-body a {
  font-weight: bold;
}
.nieuws-overzicht {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.nieuws-overzicht li {
  border-bottom: 1px solid #DCDCDC;
}
.nieuws-overzicht li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}
.nieuws-overzicht li a .datum {
  font-weight: bold;
  margin-right: 10px;
}
.nieuws-overzicht li a .nieuws-title {
  color: #4fa9cc;
  /* text color */
  font-size: 16px;
}
.nieuws-overzicht li a .read_more {
  font-weight: bold;
}
.nieuws-overzicht li a:hover {
  color: #fff;
  background-color: #E2F7FF;
  text-decoration: none;
}
body #content-main .nieuws-title,
body .nieuws-header h2 {
  color: #FFF !important;
}
#content-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
}
#content-footer hr {
  border-top-style: dotted;
}
#content-footer #footer-buttons ul {
  padding: 0px 30px;
}
#content-footer #footer-buttons ul li {
  padding: 5px 0px 5px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#content-footer #footer-buttons .btn-lg {
  font-size: 24px;
  color: #FFF !important;
}
#content-footer #footer-buttons .btn-lg.active {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
#content-buttons ul li:nth-child(3n+0):before {
  display: none;
}

#rente-verwachting-wrapper .nav > li {
  padding-left: 2px;
}
#rente-verwachting-wrapper .nav > li a {
  border: none;
  color: #eeeeee;
}
#rente-verwachting-wrapper .nav > li a:hover {
  color: #ffffff;
}
#rente-verwachting-wrapper .nav > li:not(.active) > a {
  background-color: #eeeeee;
  color: #333;
}
#rente-verwachting-wrapper .nav .dropdown-menu {
  width: 100%;
}
#rente-verwachting-wrapper .nav .dropdown-menu ul {
  background-color: #d3d3d3;
}
#rente-verwachting-wrapper .nav .dropdown-menu a {
  color: inherit;
  border-color: #cccccc;
}
#rente-verwachting-wrapper .nav .dropdown-menu a:hover {
  background-color: gray;
}
#rente-verwachting-wrapper #rente-verwachting img {
  height: 150px;
}
#rente-verwachting-wrapper #rente-verwachting table {
  margin: 30px auto;
}
#rente-verwachting-wrapper #rente-verwachting table td {
  width: 50%;
  vertical-align: middle;
}
#rente-verwachting-wrapper #rente-verwachting .title {
  margin: 20px 0;
}
#rente-verwachting-wrapper #rente-verwachting .image {
  margin: 20px 0;
}
#rente-verwachting-wrapper #rente-verwachting .value {
  margin: 20px 0;
  font-size: 3em;
  display: table-cell;
  vertical-align: middle;
}
#rente-verwachting-wrapper #rente-verwachting .value .percentage.down {
  color: #5fb04b;
}
#rente-verwachting-wrapper #rente-verwachting .value .percentage.equal {
  color: #808080;
}
#rente-verwachting-wrapper #rente-verwachting .value .percentage.up {
  color: #ba2830;
}
#rente-verwachting-wrapper .ruler {
  background-image: url("/media/rente-verwachting/streep.png");
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
#rente-verwachting-wrapper .chart {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
