@charset "utf-8";
/* Meten is Weten | Custom CSS Document */

#bg {
  position: fixed;
  top: 0;
  left: 0;
  max-height: 100%;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100% !important;
  font: inherit !important;
  vertical-align: baseline;
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 1 !important;
  overflow-x: hidden !important;
}
.wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 345px;
}
.wrap a {
  height: 203px;
  width: 642px;
  text-align: center;
  display: block;
}
.logo {
  background-image: url("https://brightwaters.nl/images/brightwaters_logo_wit_600x183px.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 600px 183px;
  height: 183px;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}
body {
  font-family: "Open Sans", sans-serif !important;
}
h1 {
  font-size: 60px !important;
  text-align: left;
  width: 100% !important;
  margin-block-end: 0px;
}
h2 {
  font-size: 30px !important;
  text-align: left;
  width: 100% !important;
  margin-block-end: 0px;
}
h3 {
  font-size: 25px !important;
  text-align: left;
  width: 100% !important;
  margin-block-end: 0px;
}
.titel-1 {
    color: white;
    font-size : 30px !important;
    margin-top: 0px;
    margin-left: 0px;
    overflow-wrap: break-word;
}
.titel-2 {
    color: white;
    font-size : 33px !important;
    margin-top: 10px;
    text-transform: uppercase;
    margin-left: 0px;
}
.titel-3 {
    color: white;
    margin-top: 10px;
    font-size : 23px !important;
    margin-left: 0px;
}
.description {
  position: absolute;
  bottom: 50px;
  left: 50px;
  text-align: left;
  width: 100% !important;
  font-size: 17px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.message {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 364px;
  text-align: left;
  background: #0073AA;
  border-radius: 0px 15px 15px 15px;
  padding: 0px 40px 40px 40px;
}
.informatie {
  color: white;
  width: 220px;
  font-size: 19px !important;
  background: #0073AA;
  border-radius: 15px 15px 15px 0px;
  padding: 20px 40px;
}
.socialmedia {
  font-size: 13px !important;
}
p.socialmedia a {
  color: #222 !important;
}
.line {
  display: block;
  width: 360px;
  height: 6px;
  margin: 27px 0px 0px 0px;
  background-color: white;
}
.informatie a {
  color: white !important;
}
.fa-facebook, .fa-linkedin, .fa-instagram {
  color: #ffffff !important;
}
.fa-facebook:hover, .fa-linkedin:hover, .fa-instagram:hover {
  color: #0073aa !important;
}
a:-webkit-any-link {
  color: #000000;
}
@media screen and (max-height:650px) {
  .description {
    position: absolute;
    bottom: 50px;
    right: 50px !important;
    text-align: left;
    font-size: 17px;
    width: auto !important;
    left: auto;
  }
}




















