@font-face { font-family: ROSans; src: url('fonts/RO-SansWebText-Regular.woff2'); font-weight: normal; }
@font-face { font-family: ROSans; src: url('fonts/RO-SansWebText-Bold.woff2'); font-weight: bold; }
@font-face { font-family: RoSerif; src: url('fonts/RO-SerifWeb-Regular.woff2'); font-weight: normal; }
@font-face { font-family: RoSerif; src: url('fonts/RO-SerifWeb-Italic.woff2'); font-style: italic; }

html, body {
  height: 100%;
  margin: 0 0;
}

.header {
  background-color: #ffffff;
  height: 155px;
  text-align: center;
}

.breadcrumb {
  background-color: #154273;
  min-height: 76px;
  font-family: ROSans, Calibri, sans-serif;
  line-height: 76px;
  @media screen and (max-width: 800px) {
    padding-top: 20px;
    line-height: 28px;
  } 
}

.breadcrumb .link:link, .breadcrumb .link:visited {
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
  @media screen and (max-width: 800px) {
    font-size: 20px;
  }
}

.breadcrumb .link:hover, .breadcrumb .link:active {
  color: #ffffff;
  text-decoration: underline;
  font-size: 25px;
  @media screen and (max-width: 800px) {
    font-size: 20px;
  }
}

.breadcrumb .activelink {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  @media screen and (max-width: 800px) {
    font-size: 20px;
  }
}

.breadcrumb .divider {
  margin-left: 1rem;
  margin-right: 1rem;
  height: 20px;
  @media screen and (max-width: 800px) {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    height: 16px;
  }
}

.eyecatcher {
  background-image: url('images/ministerie-vro-hero.jpg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 480px;
  @media screen and (max-width: 1200px) {
    height: 360px;
  }
}

.eyecatcher .copyrights {
  position: relative;
  top: 450px;
  color: #ffffff;
  text-shadow: 0px 0px 1px rgba(0,0,0,.5),-1px 0px 1px rgba(0,0,0,.5),1px 0px 1px rgba(0,0,0,.5),0px -1px 1px rgba(0,0,0,.5),0px 1px 1px rgba(0,0,0,.5),2px 2px 6px rgba(0,0,0,.5);
  font-size: 0.8888888889rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-left: 20px;

  @media screen and (max-width: 1200px) {
    top: 330px;
  }
}

.content {
  padding-top: 20px;
  background-color: #ffffff;
}

.content .introtext h1 {
  font-family: ROSans, Calibri, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  @media screen and (max-width: 1200px) {
    font-size: 28px;
    line-height: 32px;
  }
}

.content .introtext p {
  font-family: ROSans, Calibri, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  @media screen and (max-width: 1200px) {
    font-size: 20px;
    line-height: 28px;
  }
}

.footer {
  background-color: #154273;
  height: 300px;
  padding-top: 40px;
}

.footer .payoff {
  color: #ffffff;
  font-family: ROSerif, Calibri, sans-serif;
  font-size: 32.4366px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.viewport {
  max-width: 1200px;
  margin: 0 auto;
  @media screen and (max-width: 1200px) {
    padding: 0 20px;
  }
}

.buttonbar {
  margin-top: 40px;
  margin-bottom: 40px;
}

.clear {
  clear: both;
}

.buttonbar a, .buttonbar a:hover {
  float: left;
  margin-right: 10px;
  text-decoration: none;
}

.button {
  width: 200px;
  height: 160px;
  box-shadow: 5px 5px 10px #cccccc;
  border-radius: 20px;
  border: 1px solid #cccccc;
  margin: 0 5px;
  @media screen and (max-width: 800px) {
    width: 150px;
    height: 120px;
  }
}

.buttonbar a:hover .button {
  box-shadow: 2px 2px 5px #cccccc;
}

.bblonline.button .bwlogo {
  width: 40px;
  margin-left: 16px;
  margin-top: 16px;
  margin-bottom: 6px;
  @media screen and (max-width: 800px) {
    width: 30px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
}

.bblonline.button .caption {
  color: #28397E;
  font-family: ROSans, Calibri, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  @media screen and (max-width: 800px) {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.bblonline.button .description {
  color: #000000;
  font-family: ROSans, Calibri, sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  @media screen and (max-width: 800px) {
    font-size: 12px;
  }
}

.wettenbank.button {
  background-color: #eeeeee;
}

.wettenbank.button .wblogo {
  width: 160px;
  margin-left: 16px;
  margin-top: 68px;
  margin-bottom: 32px;
  @media screen and (max-width: 800px) {
    width: 120px;
    margin-top: 50px;
    margin-left: 14px;
    margin-bottom: 18px;
  }
}

.wettenbank.button .description {
  color: #000000;
  font-family: ROSans, Calibri, sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  @media screen and (max-width: 800px) {
    font-size: 12px;
  }
}

.buttonbar a:hover .button .description {
  text-decoration: underline;
}