@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: rgb(35, 31, 32);
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tenso", "tenso","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}

hr {
  margin: 30px;
}

em.brush {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 22'%3E%3Cstyle%3E@keyframes brush{to{stroke-dashoffset:0}}%3C/style%3E%3Cdefs%3E%3CclipPath id='mask'%3E%3Cpath class='stroke' d='M68 14l1 1-12-1c9 2 19 4 26 0 1 2 10 3 10 2l6-1-4 1 4-1h37l35 2h3l-3-1 12-1-2-1h2l8-1 3 1-1-1h23c-1 1 3 1 1 1l10-1 36-2 13-1c4-1 9-1 10-3l11-1 2-1-6-1h1l-33-2-23 1-25 1-4-1-22 1-10-1-1 1c-1-1-23 2-24 1h-1l-24-2-4 1-3 1-4-1h-9l-4 1-2-1h-5l-8 1h1l-9-2H52l2 1-15-1-2-1h-3l-4-1h-1-2-1l-7 2h-1v1h-2l-1-1h-2l6 2h-3l-4-1h-2-1 2L8 3H6 4c0-1-1 0 0 0 0 0 2 0 1 1H3s1 0 0 0H1h1l4-2-5 2v1l1-1 1 1 3-1H4 2L1 5c4 0-2 3 1 3-1-1 1-1 2-1l2 1 1-1 1 1h6l1 1h-1-2l2 1h3s1 0 0 0h1s1 0 0 0h2l6-1h2l-7 1 10-1h1v1h7l-2 1h-1 3c1 0 0 0 0 0h7l5 1v-1h2c-2 1 2 1 1 2h2l1-1 3 1v1h3l4-1 1 1z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath clip-path='url(%23mask)' d='M11 16s86 14 278 1' id='mask' style='animation-delay:256ms;animation-duration:1064ms;animation-fill-mode:forwards;animation-name:brush;animation-timing-function:cubic-bezier(.85,0,.25,1)' fill='none' stroke='%23d70071' stroke-dasharray='278 280' stroke-dashoffset='279' stroke-linecap='round' stroke-width='50' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom:8px;
  font-style: inherit;
}

.aanmeldformulier {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.formulier {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

p {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.starter-template .content {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  min-width: 75%;
}
.starter-template .content h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 45px;
}
.starter-template .content h1 .smaller {
  font-size: 40px;
  color: #121212;
}
.starter-template .content .lead {
  font-size: 25px;
  margin-bottom: 40px;
  color: #121212;
}
.starter-template .content .lead .font-normal {
  color: #020202;
}
.starter-template .links {
  float: right;
  right: 0;
  margin-top: 125px;
}
.starter-template .links ul {
  display: block;
  padding: 0;
  margin: 0;
}
.starter-template .links ul li {
  list-style: none;
  display: inline;
  margin: 0 10px;
}
.starter-template .links ul li:first-child {
  margin-left: 0;
}
.starter-template .links ul li:last-child {
  margin-right: 0;
}
.starter-template .links ul li.current-version {
  color: #f2b7bd;
  font-weight: 400;
}
.starter-template .links ul li a, a {
  color: #3e7fe8;
}
.starter-template .links ul li a:hover, a:hover {
  color: #020202;
  text-decoration: underline;
}
.starter-template .links ul li .icon-muted {
  color: #3e7fe8;
  margin-right: 5px;
}
.starter-template .links ul li:hover .icon-muted {
  color: #020202;
}

.starter-template .logo {
  margin: 4% auto;
  padding: 4%;
  width: 60%;
  display: block;
}

@media (max-width: 1199px) {
  .starter-template .content h1 {
    font-size: 45px;
  }
  .starter-template .content h1 .smaller {
    font-size: 30px;
  }
  .starter-template .content .lead {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .starter-template {
    margin-top: 0;
  }
  .starter-template .links {
    float: none;
    margin-top: 60px;
  }
  .starter-template .copyright {
    float: none;
  }
}
@media (max-width: 767px) {
  .starter-template .content h1 .smaller {
    font-size: 25px;
    display: block;
  }
  .starter-template .content .lead {
    font-size: 16px;
  }
  .starter-template .links {
    margin-top: 40px;
  }
  .starter-template .links ul li {
    display: block;
  }
  .starter-template .links ul li .icon-muted {
    display: none;
  }
  .starter-template .copyright {
  }
}

#aanvraag .form-group {
  margin-top: 1rem;
}

.form-check {
    margin-left: 20px;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

.add-knop {
    text-align: right;
    margin: 15px;
}

h4 {
  margin-bottom: 10px;
}

i {
 margin-right: 10px;
}

.d-flex{
  margin-left: 15px;
}

.auteursinfo {
  float: right;
}

.btn-primary {
  background-color: #1b5a9a;
  border-color: #1b5a9a;
}

.btn-annuleer {
  background-color: #db524c;
  border-color: #db524c;
  color: #ffffff;
}

.btn > a {
  text-decoration: none;
}

.alert-header {
  font-size: large;
  color: #1b5a9a;
}

.row-link {
  display: block;
}

.navbar-brand > img {
}

pre {
  font-family: inherit;
  font-size: inherit;
  font weight: inherit;  
}
