@charset "UTF-8";
*, body {
  font-family: "Open Sans", sans-serif !important;
}

.content a {
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}

.alert {
  padding: 20px;
  border-radius: 0.25rem;
}
.alert ul {
  margin-bottom: 0 !important;
}
.alert-danger {
  color: #842029;
  background-color: #F8D7DA;
  border: solid 1px #F5C2C7;
}

.alert-success {
  color: #0F5132;
  background-color: #D1E7DD;
  border-color: #BADBCC;
}

.flags {
  text-align: right;
  padding: 25px;
  padding-bottom: 15px;
}
.flags img {
  width: 24px;
}

#menu {
  margin-left: -8px;
  margin-bottom: 14px;
}

#menu > li {
  display: inline-block;
  color: #ee9c00;
  padding: 8px;
  margin-right: 20px;
  font-size: 16px;
}

#menu > li a {
  color: #ee9c00;
}

#menu > li.active {
  text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .content h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  #menu {
    text-align: center;
  }

  #menu li {
    padding: 4px;
    margin-right: 10px;
    font-size: 11px;
  }
}
#menu .submenu {
  position: absolute;
  display: none;
  background: #FFF;
  margin-left: -8px;
  margin-top: 0;
  z-index: 999;
  opacity: 0.9;
  padding: 2px;
}

#menu .submenu li {
  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  list-style-type: none;
  border-bottom: solid 1px #EEE;
}

#menu .submenu li.active {
  background: #EEE;
}

.submenu-link {
  cursor: default;
}

.talen img {
  margin-left: 6px;
  padding: 1px;
}

.content h1 {
  margin-bottom: 5px;
}

.content h1:first-child {
  margin-top: -4px;
  padding-top: 0px;
}

.content li {
  margin-left: 18px;
}

.content h1 {
  font-size: 20px;
}

.content h2 {
  font-size: 14px;
  font-weight: bold;
}

.content-right h2 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: normal;
}

.content p, .content ul {
  margin-bottom: 30px;
}

.content p + ul {
  margin-top: -25px;
  margin-bottom: 30px;
}

.content-center p img {
  float: right;
  max-width: 180px;
}

.content a {
  color: #ee9c00;
}

.content a:hover {
  color: #ee9c00;
}

.content-right img {
  width: 100%;
  border: solid 1px #EEE;
}

.content-home h1 {
  font-size: 24px;
}

.content-home img {
  width: 100%;
}

.content-home a:hover img {
  opacity: 0.8;
}

.content-home {
  margin-bottom: 20px;
}

.breadcrumb {
  font-size: 14px;
  padding: 8px;
  background: #F9F9F9;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 5px;
}

.breadcrumb * {
  color: #888;
}

.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #FFF;
}

.breadcrumb > li:after {
  display: inline-block;
  padding: 0 5px;
  color: #AAA;
  content: "»";
}

.breadcrumb > li:last-child:after {
  display: none;
}

.breadcrumb .lastChild:after {
  display: none;
}

.breadcrumb a:hover {
  color: #ee9c00;
}

.breadcrumb > .active {
  color: #999;
}

.footer {
  background-color: #6f067b;
  color: #FFF;
  padding: 20px;
  width: 100%;
  aposition: fixed;
  bottom: 0px;
}

.footer .seperator {
  margin-left: 8px;
  margin-right: 8px;
}

.footer h2 {
  font-weight: bold;
  font-size: 16px;
}

.footer li {
  margin-left: 18px;
}

.footer li a {
  color: #FFF;
  text-sdecoration: underline;
}

.footer-block {
  margin-bottom: 20px;
}

table td {
  padding-right: 6px;
}

.contact-table {
  width: 100%;
}
.contact-table tbody {
  width: 100%;
}
@media (max-width: 767.98px) {
  .contact-table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact-table td {
  vertical-align: top;
  padding-right: 6px;
  padding-bottom: 6px;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]), textarea, select {
  border-radius: 3px;
  line-height: 24px;
  font-size: 13px;
  border: solid 1px #000;
  min-height: 30px;
}
input:not([type=checkbox]):not([type=submit]):not([type=radio]):required:invalid, textarea:required:invalid, select:required:invalid {
  border: solid 1px lightpink;
  background: #FFF7F7;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]) {
  width: 100%;
}

textarea {
  width: 100%;
  height: 150px;
}

.inschrijven-box {
  background: #ee9c00;
  padding: 20px;
  border-radius: 6px;
  color: #000;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
  margin: 10px 0 80px 0;
}
@media (min-width: 992px) {
  .inschrijven-box {
    padding: 45px;
  }
}
.inschrijven-box input:not([type=checkbox]):not([type=submit]):not([type=radio]), .inschrijven-box select, .inschrijven-box textarea {
  color: #000;
  border: solid 1px #444;
  min-height: 32px;
  width: 100%;
}
.inschrijven-box input:not([type=checkbox]):not([type=submit]):not([type=radio]):required:invalid, .inschrijven-box select:required:invalid {
  border: solid 1px #DC3545;
}

/*# sourceMappingURL=app.css.map */
