/*
 * Globals
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500&display=swap");
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

.btn-success {
  color: #fff;
  background-color: #50877d !important;
  border-color: #50877d !important;
}

.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

/*
 * Base structure
 */
body {
  height: 100%;
  max-width: 99%;
  font-family: "Barlow", sans-serif;
}

.wrapper {
  max-width: 80em;
  font-family: "Barlow", sans-serif;
}

/*
 * Header
 */
.navbar-nav {
  display: flex;
  flex-direction: row;
  width: 50%;
  margin-top: -40px;
}
.navbar-nav li {
  margin-right: 1em;
}


a {
  color: #50877d;
}
a:hover {
  color: #000;
  text-decoration-style: dotted;
}

main {
  padding: 1rem 1.5rem;
  font-family: "Barlow", sans-serif;
}

.col-9.body-content {
  padding: 0 1.75rem;
  font-family: "Barlow", sans-serif;
}

.body-content #content {
  padding-top: 0.6rem;
}

label {
  margin: 1rem 0 0.5rem 0.875rem;
  color: #333;
  font-family: "Barlow", sans-serif;
}

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

.links {
  background-image: url("../img/links.png");
  background-repeat: no-repeat;
  background-color: #50877d;
  background-size: auto;
}
.links img {
  width: 100%;
  height: 100px;
}
.links .inspring {
  margin-left: 1.4rem;
}
.links .inspring h5 {
  margin: 0;
  color: #000;
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 400;
}
.links .inspring a {
  color: #fff;
  text-decoration: none;
}
.links .inspring a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

h5.grafisch {
  margin: 2rem 0 !important;
  font-size: 1.1rem;
  color: #dc3545 !important;
  width: 50%;
  display: block;
  border-top: 1px dotted #dc3545 !important;
}

.admin .links,
.partners .links {
  background-image: url("../img/links_admin.png");
}
.admin .links .inspring,
.partners .links .inspring {
  margin-left: 2.7rem;
}
.admin ul.opdrachten,
.partners ul.opdrachten {
  list-style: none;
}
.admin ul.opdrachten > li,
.partners ul.opdrachten > li {
  margin-bottom: 2rem;
  margin-left: -0.75rem;
  padding: 2rem 0.75rem 1.5rem 0.75rem;
  border: 1px dotted #aaa;
  border-bottom: 1px dotted #eb5c56;
}
.admin ul.opdrachten > li:nth-child(odd),
.partners ul.opdrachten > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}
.admin ul.opdrachten > li:nth-child(even),
.partners ul.opdrachten > li:nth-child(even) {
  background: #fff;
}
.admin .btn,
.partners .btn {
  margin-top: 0.5rem;
}
.admin h4,
.partners h4 {
  font-size: 1.6rem;
}
.admin .pdf-list,
.partners .pdf-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
.admin .pdf-item,
.partners .pdf-item {
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 360px;
}
.admin .pdf-icon,
.partners .pdf-icon {
  width: 60px;
  height: 60px;
  display: block;
}
.admin .pdf-block,
.partners .pdf-block {
  margin-right: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.admin .pdf-thumb,
.partners .pdf-thumb {
  width: 120px;
  height: auto;
  display: block;
}
.admin .photothumb,
.partners .photothumb {
  height: auto;
  width: 150px;
}

.openpdf {
  position: absolute;
  top: 5px;
  right: -18px;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 3px;
  padding: 2px;
}

.cover-container,
.links {
  min-height: 100vh;
}

.lead {
  margin-left: 2rem;
}

h1.lead {
  font-size: 3rem;
  font-weight: 500;
}

h2.lead {
  font-size: 2rem;
  font-weight: 500;
}

h3.lead {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #eb5c56;
}

h3.photos {
  font-size: 1.75rem;
  margin-top: 3rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #eb5c56;
}

button.btn.btn-primary,
button.btn.btn-secondary {
  margin-top: 0.5rem;
  background-color: #50877d !important;
  color: #fff;
  border: none !important;
}

button.btn.btn-secondary {
  background-color: #eb5c56 !important;
}

.btn.btn-sm.btn-outline-secondary {
  margin-top: 0rem;
  background-color: #50877d !important;
  color: #fff;
  border: none !important;
  padding: 0.5rem 1rem;
}

.btn.btn-danger.btn-sm {
  padding: 0.4rem 1rem;
}

button.streep {
  color: #eb5c56;
  border: none;
  background-color: transparent;
  text-decoration: none;
  text-decoration-style: dotted;
  font-weight: 500;
}
button.streep:hover {
  text-decoration: underline;
  text-decoration-style: dotted !important;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}

h2 {
  margin-left: 0.85rem;
}

form .form-control {
  border-color: #eb5c56 !important;
  max-width: 60% !important;
}
form .form-check-input[type=checkbox] {
  border-color: #eb5c56 !important;
}
form .form-check-input[type=checkbox]:focus,
form .form-control:focus {
  border-color: #eb5c56 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
form .form-check-input:checked[type=checkbox] {
  background-color: #eb5c56;
}
form label {
  color: #333 !important;
}
form .form-check label.form-check-label {
  margin: 0 !important;
}

strong {
  color: #eb5c56;
  font-weight: 500;
}

strong a {
  text-decoration: none;
  color: #eb5c56;
}
strong a:hover {
  color: #eb5c56;
  text-decoration: underline;
  text-decoration-style: dotted;
}

ul {
  max-width: 750px;
}

.zwart {
  color: #000;
}

.wit {
  color: #fff;
}

.veelboven {
  margin-top: 21rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

footer {
  font-family: "Barlow", sans-serif;
}
footer .linkerkant {
  background-color: #377065;
}
footer .rechterkant {
  background-color: #afd4ce;
  padding-top: 10px;
}

/* tiny */
.form-group div.tox.tox-tinymce {
  border-color: #eb5c56;
  border-radius: 4px;
}/*# sourceMappingURL=brs.css.map */