.logo_container{
  position: fixed;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

.logo {
  margin-left: -260px;  /***  width / 2   ***/
  top: -57px;          /***  height / 2   ***/
  left: 50%;
  position: relative;
  left: 0px;
  width: 520px;
  height: 114px;
  background-color: #fff;
  margin: auto;
}

.adresgegevens_cont{
  position: fixed;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

.adresgegevens {
  margin-left: -225px;  /***  width / 2   ***/
  top: 260px;          /***  height / 2   ***/
  left: 50%;
  position: relative;
  left: -60px;
  width: 700px;
  height: 114px;
  background-color: #fff;
  margin: auto;
  height: 15px;
}


b.green{
  color: #7fbe1f;
}

b{
  color: #939393;
}


