html,
body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: url("../images/bg-body.jpg") top left repeat;
}
body {
  min-height: 100%;
  font: 400 18px/1.5em 'Open Sans', sans-serif;
  color: #FFF;
  text-shadow: 0 0 5px #000;
}
#wrapper {
  position: relative;
  height: 100%;
  max-width: 1465px;
  margin: 0 auto;
}
img {
  position: relative;
  display: block;
}
#links {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 35%;
  min-width: 350px;
  margin: 0 0 0 35px;
}
#links .table {
  display: table;
}
#links .table .center {
  display: table-cell;
  vertical-align: middle;
}
#links #logo {
  position: relative;
  height: 25%;
}
#links #logo img {
  margin: 0 0 20px -35px;
}
#links .spacer {
  height: 10%;
}
#links #informatie {
  position: relative;
  height: 35%;
  padding: 20px 0;
}
#links #informatie h1 {
  font: 36px/1.5em 'Rochester', cursive;
  margin: 0px 0px 0px 0px;
}
#links #informatie hr {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: 1px;
  width: 100px;
  border: none;
  background: #404040;
}
#links #informatie hr:first-child {
  top: 0px;
}
#links #informatie hr:last-child {
  bottom: 0px;
}
#links #informatie p {
  margin: 10px 0 0 0;
  color: #bfbfbf;
}
#links #informatie p a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #404040;
}
#links #informatie p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}
#links #informatie strong {
  color: #FFF;
}
#links #informatie i {
  display: block;
  float: left;
  margin: 5px 0 0 0;
  width: 35px;
  color: #FFF;
}
#links #copyright {
  height: 20%;
  font-size: 12px;
  line-height: 1.5em;
  color: #808080;
}
#links #copyright a {
  color: #808080;
  text-decoration: none;
  border-bottom: 1px solid #404040;
}
#links #copyright a:hover {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}
#links #copyright .dot {
  display: inline-block;
  margin: 0 10px;
}
#links #copyright .break {
  float: left;
}
#rechts {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  height: 100%;
  width: 65%;
  background: url("../images/alsjeniksgewendband-foto.png") no-repeat center center;
  background-size: contain;
}
#rechts img {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body {
    min-height: 100%;
    font-size: 14px;
  }
  #links {
    position: relative;
    float: left;
    min-width: initial;
    width: 90%;
    margin: 0 5%;
    top: initial;
    left: initial;
    height: auto;
  }
  #links .table {
    display: initial;
  }
  #links .table .center {
    display: initial;
    vertical-align: initial;
  }
  #links .spacer {
    height: 0px;
  }
  #links #logo,
  #links #informatie,
  #links #copyright {
    height: auto;
    width: 100%;
    float: left;
  }
  #links #logo {
    margin: 30px 0 30px 0;
  }
  #links #logo img {
    height: auto;
    width: 100%;
    max-width: 349px;
    margin: 0px 0px 0px 0px;
  }
  #links #informatie {
    padding: 20px 0 30px 0;
  }
  #links #informatie h1 {
    font-size: 24px;
  }
  #links #informatie i {
    width: 20px;
    color: #FFF;
  }
  #links #copyright {
    padding: 20px 0 20px 0;
  }
  #rechts {
    position: relative;
    float: left;
    width: 100%;
    top: initial;
    left: initial;
    height: 0;
    padding-top: 100%;
  }
}
