body {
  margin: 0;
  line-height: 1.25em;
  background-color: #000;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 17px;
  color: #000; }

h1 {
  margin: .67em 0;
  font-size: 2em;
  line-height: initial; }

h2 {
  margin: .75em 0;
  font-size: 1.5em; }

h3 {
  margin: .83em 0;
  font-size: 1.17em; }

input, textarea, select {
  width: 100%;
  margin-bottom: 10px;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid #DADADA;
  background-color: #fff;
  color: #000; }

input[type="submit"] {
  color: #fff;
  background-color: #632727; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #d52824; }

input[type="text"][name="suggest-email"],
input[type="text"][name="contact-email"] {
  display: none; }

.container {
  background-color: #fab703; }

footer {
  color: #fab703;
  margin: 0 -15px;
  padding: 15px;
  background-color: #632727;
  text-align: center; }
  @media screen and (max-width: 480px) {
    footer {
      text-align: right; } }
  footer a {
    text-decoration: underline;
    color: inherit; }
    footer a:hover, footer a:focus, footer a:active {
      color: inherit; }
    @media screen and (max-width: 480px) {
      footer a:first-child {
        display: block; } }

main {
  margin-bottom: 30px; }
  main a {
    text-decoration: underline;
    color: #10377a; }
  @media screen and (min-width: 768px) {
    main .screenshot {
      margin: 0 auto;
      width: 80%; } }

nav {
  margin: 0 -15px;
  background-color: #632727;
  text-align: center; }
  nav .navbar-toggle {
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 4px; }
    nav .navbar-toggle .icon-bar {
      border: 2px solid #fab703; }
  nav ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none; }
    nav ul a {
      display: block;
      padding: 15px;
      font-weight: 700;
      color: #fab703; }
      nav ul a:hover, nav ul a:focus {
        color: #d52824; }
  nav li {
    width: 100%;
    display: inline-block;
    padding: 0; }

@media screen and (min-width: 768px) {
  nav li {
    width: auto; }
  .page-menu-positie-links ul.menu-main {
    float: left; }
  .page-menu-positie-rechts ul.menu-main {
    float: right; }
  .page-menu-positie-midden ul.menu-main {
    width: 100%;
    text-align: center; } }

.page-portal-allpages ul {
  padding-left: 0;
  list-style-type: none; }

.page-portal-page.page-portal-page-index main > div:not(#portal-page-stats) {
  -webkit-column-width: 350px;
  -moz-column-width: 350px;
  column-width: 350px; }

.page-portal-page main > div > div {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #632727; }
  .page-portal-page main > div > div iframe {
    margin-bottom: -4px; }
  .page-portal-page main > div > div a.add-link {
    font-weight: normal;
    text-decoration: none;
    font-style: italic; }
  .page-portal-page main > div > div > h2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 5px;
    background-color: #632727;
    font-size: 17px;
    min-height: 20px;
    box-sizing: content-box;
    color: #fab703; }
    .page-portal-page main > div > div > h2 a {
      color: #fab703; }
  .page-portal-page main > div > div div h1,
  .page-portal-page main > div > div div h2,
  .page-portal-page main > div > div div h3 {
    margin-left: 5px;
    margin-right: 5px; }
  .page-portal-page main > div > div div ul {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px; }
    .page-portal-page main > div > div div ul li {
      display: list-item; }
  .page-portal-page main > div > div div + p {
    margin-top: 10px; }
  .page-portal-page main > div > div p {
    margin: 5px;
    overflow-x: hidden; }

.page-portal-page main ul#nav-footer {
  text-align: center;
  padding-left: 0; }
  .page-portal-page main ul#nav-footer li {
    display: inline; }
    .page-portal-page main ul#nav-footer li a {
      font-weight: bold;
      text-decoration: none; }
    .page-portal-page main ul#nav-footer li:after {
      margin: 0 5px;
      content: '|'; }
    .page-portal-page main ul#nav-footer li:last-child:after {
      content: ''; }

.page-portal-page main > p {
  color: #632727; }
  .page-portal-page main > p a:hover {
    text-decoration: underline; }

.page-portal-page main a {
  text-decoration: none; }
  .page-portal-page main a.underlined {
    text-decoration: underline; }

.page-portal-page main #portal-page-stats p {
  margin: 0;
  text-align: center;
  font-size: 15px; }

.page-register label {
  display: block; }
