@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
:root {
  --green-grass: linear-gradient(242deg, #639846 17.59%, #4F7A38 71.7%);
  --blue-purple: linear-gradient(208deg, #0469A3 29.2%, #0C4896 64.26%);
  --yellow-lemon: linear-gradient(242deg, #FCCE00 13.89%, #F9CB00 84.64%); }

.alert-success {
  background-color: #c5d3be;
  border-color: #c5d3be;
  color: #466e30; }

.alert-info {
  background-color: #d9edf7;
  border-color: #d9edf7;
  color: #0469a3; }

.bg-primary {
  background-color: #0469a3 !important; }

.bg-success {
  background-color: #466e30 !important; }

.bg-warning {
  background-color: #F9CB00 !important; }

.card:has(.stretched-link):hover {
  border-color: #000; }
.card .card-footer {
  display: flex !important;
  flex-direction: column !important; }
  .card .card-footer .btn.btn-angle {
    position: initial;
    margin-left: auto !important; }
    .card .card-footer .btn.btn-angle:before {
      position: absolute;
      top: auto;
      right: 35px; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13pt; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.2rem;
  margin-bottom: 5px; }

h4 {
  font-size: 1rem;
  margin-bottom: 5px; }

h1, h2 {
  color: #466e30; }

h3, h4 {
  color: #000; }

a {
  cursor: pointer;
  color: #0469a3; }

.skip-link {
  background: #fff;
  color: #03466d;
  font-weight: 700;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 220px;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  z-index: 3;
  border-left: 2px solid #03466d;
  border-bottom: 2px solid #03466d;
  border-right: 2px solid #03466d;
  transform: translateY(-100%);
  cursor: pointer; }
  .skip-link:focus {
    transform: translateY(0%);
    color: #03466d; }

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -220px;
  padding: 0 0 240px; }

.wrap > .container {
  background-color: #fff; }

.not-set {
  color: #c55;
  font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px; }

a.asc:after {
  content: "\e151"; }

a.desc:after {
  content: "\e152"; }

.sort-numerical a.asc:after {
  content: "\e153"; }

.sort-numerical a.desc:after {
  content: "\e154"; }

.sort-ordinal a.asc:after {
  content: "\e155"; }

.sort-ordinal a.desc:after {
  content: "\e156"; }

.modal-backdrop.show {
  opacity: 1 !important;
  /* make sure backdrop is visible */
  backdrop-filter: blur(6px);
  /* adjust blur strength here */
  background-color: rgba(0, 0, 0, 0.3);
  /* optional tint over blur */
  transition: backdrop-filter 0.3s ease; }

.min-h-150 {
  min-height: 150px !important; }

.form-control:focus {
  border-color: #5b93e5; }
.form-control.is-invalid:focus {
  border-color: #d37780; }

input.form-control[type="file"] {
  --bs-form-control-bg: #fff; }

input.form-control[type="file"]::file-selector-button {
  background-color: #0469a3 !important;
  color: #fff !important;
  border: 2px solid #0469a3 !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

input.form-control[type="file"]:hover::file-selector-button {
  background-color: #fff !important;
  color: #0469a3 !important;
  border-color: #0469a3 !important; }

.btn {
  transition: .2s ease;
  border-radius: 5px;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500; }
  .btn:focus {
    outline: 2px dotted #000;
    outline-offset: 2px; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: #e2e2e2;
    border-color: #e2e2e2;
    color: #000; }

.btn-sm {
  padding: .1rem .5rem;
  font-size: .875rem;
  line-height: 1.2rem; }

.btn-success {
  background-color: #466e30;
  border: 2px solid #466e30; }

.btn-success:focus, .btn-success.focus, .btn-success.active:focus, .btn-success:active:focus, .btn-success:hover {
  background-color: #fff;
  color: #466e30;
  border-color: #466e30; }

.btn-warning {
  background-color: #F9CB00;
  border: 2px solid #F9CB00;
  color: #000 !important; }

.btn-warning:focus, .btn-warning.focus, .btn-warning.active:focus, .btn-warning:active:focus, .btn-warning:hover {
  background-color: #F9CB00;
  border-color: #000; }

.btn-primary {
  background-color: #0469a3;
  border: 2px solid #0469a3; }

.btn-primary:focus, .btn-primary.focus, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary:hover {
  background-color: #fff;
  color: #0469a3;
  border-color: #0469a3; }

.btn-danger {
  background-color: #dc3545;
  border: 2px solid #dc3545; }

.btn-danger:focus, .btn-danger.focus, .btn-danger.active:focus, .btn-danger:active:focus, .btn-danger:hover {
  background-color: #fff;
  color: #dc3545;
  border-color: #dc3545; }

.btn-info {
  background-color: #d9edf7;
  border: 2px solid #d9edf7;
  color: #000; }

.btn-info:focus, .btn-info.focus, .btn-info.active:focus, .btn-info:active:focus, .btn-info:hover {
  background-color: #fff;
  color: #000;
  border-color: #d9edf7; }

.btn-light {
  background-color: #fff;
  border: 2px solid #D9D9D9;
  color: #000; }

.btn-light:focus, .btn-light.focus, .btn-light.active:focus, .btn-light:active:focus, .btn-light:hover {
  background-color: #D9D9D9;
  color: #000;
  border-color: #000; }

.btn.btn-angle {
  position: relative;
  padding-right: 40px; }
  .btn.btn-angle:before {
    position: absolute;
    top: 7px;
    right: 15px;
    display: inline-block;
    line-height: 25px;
    border-radius: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    margin-left: 15px; }
  .btn.btn-angle.btn-primary:after {
    color: #fff; }
  .btn.btn-angle.btn-primary:hover:after {
    color: #0469a3; }
  .btn.btn-angle.btn-warning:after {
    color: #000; }
  .btn.btn-angle.btn-warning:hover:after {
    color: #000; }

#cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #0469a3;
  color: #fff;
  padding: 40px 0;
  border-top: 1px dotted #fff;
  z-index: 9999; }
  #cookies a {
    color: #fff;
    text-decoration: underline; }
  #cookies label {
    color: #fff;
    padding-right: 20px; }
  #cookies .checkbox-group .checkbox label:before {
    border-color: #fff; }
  #cookies .checkbox-group .checkbox input:checked + label:before {
    color: #fff; }
  #cookies .cookie_btn {
    text-align: right; }
    #cookies .cookie_btn input {
      border: 0;
      color: #fff;
      padding: 20px;
      background-color: #4f7a38;
      text-decoration: none; }
      #cookies .cookie_btn input:hover {
        background-color: #f0f0f0;
        color: #000; }

.pagination li a.page-link, .pagination li span {
  color: #000;
  outline: 2px dotted transparent !important;
  outline-offset: 2px; }
  .pagination li a.page-link:focus, .pagination li span:focus {
    box-shadow: none; }
  .pagination li a.page-link:focus-visible, .pagination li span:focus-visible {
    outline-color: #000 !important; }
.pagination li.active a {
  background-color: #466e30;
  border-color: #466e30;
  color: #fff; }
.pagination li a:hover, .pagination li a:focus {
  background-color: #3e612a;
  border-color: #3e612a;
  color: #fff; }
.pagination li.disabled span {
  color: #999;
  cursor: not-allowed; }
.pagination li:first-child a,
.pagination li:first-child span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
.pagination li:last-child a,
.pagination li:last-child span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

#sidebar .phase-header {
  position: relative;
  background-color: #e2e2e2;
  padding: 11px 20px 11px 55px;
  border-radius: 5px; }
  #sidebar .phase-header.active {
    background-color: #466e30; }
    #sidebar .phase-header.active, #sidebar .phase-header.active h4 {
      color: #fff; }
  #sidebar .phase-header:after {
    position: absolute;
    top: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 43px; }
  #sidebar .phase-header h4 {
    color: #474747;
    font-size: 1rem;
    margin: 0; }
#sidebar > ul {
  padding: 15px 0 0 20px; }
  #sidebar > ul li {
    position: relative;
    padding: 6px 0 4px 32px;
    list-style: none; }
    #sidebar > ul li a {
      color: #466e30;
      font-weight: 500;
      text-decoration: none; }
      #sidebar > ul li a:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 22px;
        height: 22px;
        z-index: 0;
        border: 2px solid #D9D9D9;
        border-radius: 1px;
        margin-top: 2px;
        transition: .2s; }
    #sidebar > ul li.active, #sidebar > ul li.active a {
      color: #000;
      font-weight: bold; }
    #sidebar > ul li.past a:before {
      background-color: #D9D9D9; }
    #sidebar > ul li.past a:after {
      content: '';
      color: #000;
      position: absolute;
      top: 10px;
      left: 5px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 12px;
      content: "\f00c"; }
    #sidebar > ul li.skipped a:after {
      content: '';
      position: absolute;
      top: 16px;
      left: 5px;
      width: 11px;
      height: 3px;
      background-color: #000; }
    #sidebar > ul li.pending a:before {
      background-color: #D9D9D9; }
    #sidebar > ul li.pending a:after {
      content: '';
      position: absolute;
      top: 13px;
      left: 6px;
      width: 10px;
      height: 10px;
      background-color: #000; }
#sidebar .icon {
  position: relative; }
  #sidebar .icon:before {
    position: absolute;
    top: 10px;
    left: 18px;
    width: 26px;
    height: 26px;
    content: '';
    display: inline-block;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  #sidebar .icon.icon-phase-1:before {
    background-image: url("/img/icons/glasses-green.svg");
    top: 10px;
    left: 20px;
    width: 22px;
    height: 22px; }
  #sidebar .icon.icon-phase-1.active:before {
    background-image: url("/img/icons/glasses-white.svg"); }
  #sidebar .icon.icon-phase-2:before {
    background-image: url("/img/icons/chat-arrow-green.svg");
    top: 8px;
    left: 20px; }
  #sidebar .icon.icon-phase-2.active:before {
    background-image: url("/img/icons/chat-arrow-white.svg"); }
  #sidebar .icon.icon-phase-3:before {
    background-image: url("/img/icons/handshake-green.svg"); }
  #sidebar .icon.icon-phase-3.active:before {
    background-image: url("/img/icons/handshake-white.svg"); }
  #sidebar .icon.icon-phase-4:before {
    background-image: url("/img/icons/sign-file-green.svg");
    left: 20px; }
  #sidebar .icon.icon-phase-4.active:before {
    background-image: url("/img/icons/sign-file-white.svg"); }
  #sidebar .icon.icon-phase-5:before {
    background-image: url("/img/icons/chart-green.svg");
    top: 7px; }
  #sidebar .icon.icon-phase-5.active:before {
    background-image: url("/img/icons/chart-white.svg"); }
  #sidebar .icon.icon-files:before {
    background-image: url("/img/icons/files.svg"); }
  #sidebar .icon.icon-handshake:before {
    background-image: url("/img/icons/handshake-green.svg"); }
  #sidebar .icon.icon-clone:before {
    background-image: url("/img/icons/clone.svg"); }
  #sidebar .icon.icon-file-clock:before {
    background-image: url("/img/icons/file-clock.svg"); }
#sidebar .btn-sidebar {
  display: block;
  background-color: #e2e2e2;
  padding: 6px 20px 6px 55px;
  border-radius: 5px;
  text-align: left;
  border: 2px solid #e2e2e2;
  color: #474747; }
  #sidebar .btn-sidebar:first-of-type {
    margin-top: 60px; }
  #sidebar .btn-sidebar:before {
    top: 6px; }
  #sidebar .btn-sidebar:hover {
    border-color: #466e30;
    background-color: #fff; }

/*

#sidebar ul li

#sidebar ul li.past a:before,
#sidebar ul li.pending a:before {
    background-color: #4f7a38;
}

#sidebar ul li

#sidebar ul li

#sidebar ul li

#sidebar ul li.active a,
#sidebar ul li.future a {
    text-decoration: none;
	cursor: default;
}*/
.qr-code-container {
  position: relative;
  border: 1px solid #0469a3;
  padding: 5px;
  width: 216px;
  height: 216px;
  margin-bottom: 10px; }
  .qr-code-container i {
    font-size: 40pt;
    margin: 75px 79px; }
  .qr-code-container img {
    position: absolute;
    top: 7px;
    left: 7px; }

#header {
  margin-top: 15px; }
  #header nav.navbar {
    padding: 0; }
    #header nav.navbar .navbar-brand img {
      height: 90px;
      max-width: 200px; }
    #header nav.navbar .navbar-collapse {
      flex-grow: unset; }
    #header nav.navbar .navbar-nav {
      flex-wrap: nowrap;
      justify-content: flex-end; }
      #header nav.navbar .navbar-nav li.nav-item {
        padding: 30px 8px;
        white-space: nowrap;
        flex: 0; }
        #header nav.navbar .navbar-nav li.nav-item .active {
          color: #0469a3;
          border-color: #0469a3; }
        #header nav.navbar .navbar-nav li.nav-item a {
          color: #000;
          font-weight: 500;
          padding: 8px 0 5px 0;
          border-bottom: 2px solid transparent; }
          #header nav.navbar .navbar-nav li.nav-item a:hover {
            color: #0469a3;
            border-color: #0469a3; }
        #header nav.navbar .navbar-nav li.nav-item.yellow-item {
          background-color: #F9CB00; }
          #header nav.navbar .navbar-nav li.nav-item.yellow-item.first-item {
            border-top-left-radius: 100px;
            padding-left: 60px; }
          #header nav.navbar .navbar-nav li.nav-item.yellow-item.last-item {
            padding-right: 40px; }

@media (max-width: 1199.98px) {
  #header nav.navbar .navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end; }
    #header nav.navbar .navbar-nav li.nav-item {
      padding: 30px 8px;
      white-space: nowrap;
      flex: 0 0 15%; }
      #header nav.navbar .navbar-nav li.nav-item.yellow-item {
        flex: 0 0 35%;
        text-align: right; } }
@media (min-width: 992px) {
  #header nav.navbar .navbar-brand img {
    max-width: initial; } }
#banner {
  margin-bottom: 3rem;
  color: #000; }
  #banner img {
    width: 100%;
    min-height: 175px;
    max-height: 350px;
    object-fit: cover;
    border-bottom-right-radius: 50px; }
  #banner .slogan {
    background-color: #e2e2e2;
    border-bottom-right-radius: 50px;
    max-width: 50%; }
    #banner .slogan h1, #banner .slogan .title {
      color: #466e30;
      font-size: 2rem;
      font-weight: bold; }
    #banner .slogan h2 {
      font-size: 1.1rem;
      font-weight: normal;
      color: #000;
      margin: 0; }
  #banner.frontpage img {
    max-height: 500px; }
  #banner.frontpage .slogan {
    position: absolute;
    padding: 40px;
    top: 80px; }
  #banner.has-photo .slogan {
    position: absolute;
    top: 30px;
    padding: 40px;
    margin-left: 30px;
    max-width: 30%; }
    #banner.has-photo .slogan p {
      margin: 0; }
  #banner.default {
    background-color: #e2e2e2;
    padding: 28px 0 20px;
    min-height: 100px; }
    #banner.default .slogan {
      top: 80px; }
  @media (max-width: 1199.98px) {
    #banner .slogan {
      max-width: 60% !important; }
      #banner .slogan h1 {
        font-size: 1.5rem !important; } }
  @media (max-width: 991.98px) {
    #banner .slogan {
      top: 30px !important;
      max-width: 70% !important; }
      #banner .slogan h1 {
        font-size: 1.3rem !important; } }
  @media (max-width: 767.98px) {
    #banner img {
      border-bottom-right-radius: 0; }
    #banner .slogan {
      position: relative !important;
      top: 0 !important;
      max-width: 100% !important;
      margin: 0 !important; } }

#footer {
  background: #466e30;
  padding: 60px 0;
  color: #fff; }
  #footer h2 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 5px; }
  #footer a {
    color: #fff;
    text-decoration: none; }
  #footer ul {
    line-height: 32px;
    padding-left: 1rem; }
    #footer ul li {
      word-break: break-word; }
  #footer .theme-hint {
    font-size: .8rem; }
  #footer ul.legal-documents {
    padding: 15px 0 0 0;
    list-style-type: none; }
    #footer ul.legal-documents li {
      display: inline-block;
      padding: 0 20px; }
      #footer ul.legal-documents li:first-of-type {
        padding-left: 0; }
      #footer ul.legal-documents li a {
        color: #d3e7c8; }
  #footer .author {
    padding: 15px 0 0 0; }
    #footer .author, #footer .author a {
      color: #d3e7c8;
      line-height: 32px; }
  @media (max-width: 991.98px) {
    #footer {
      overflow: auto; }
      #footer ul {
        margin-bottom: 0; } }

#infographic {
  margin: 60px 0; }
  #infographic a.step {
    display: block;
    border-radius: 5px;
    color: #000;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    border: 2px solid transparent; }
    #infographic a.step:focus {
      outline: 2px dotted #000;
      outline-offset: 2px; }
    #infographic a.step img {
      margin-bottom: 15px; }
      #infographic a.step img.icon-hover {
        display: none; }
    #infographic a.step:hover img.icon-default {
      display: none; }
    #infographic a.step:hover img.icon-hover {
      display: inline; }
    #infographic a.step h3 {
      color: #000;
      font-weight: bold;
      margin-bottom: 0; }
    #infographic a.step.text-light h3 {
      color: #fff; }
    #infographic a.step.bg-success:focus, #infographic a.step.bg-success.focus, #infographic a.step.bg-success.active:focus, #infographic a.step.bg-success:active:focus, #infographic a.step.bg-success:hover {
      background-color: #fff !important;
      border-color: #466e30 !important; }
      #infographic a.step.bg-success:focus, #infographic a.step.bg-success:focus h3, #infographic a.step.bg-success.focus, #infographic a.step.bg-success.focus h3, #infographic a.step.bg-success.active:focus, #infographic a.step.bg-success.active:focus h3, #infographic a.step.bg-success:active:focus, #infographic a.step.bg-success:active:focus h3, #infographic a.step.bg-success:hover, #infographic a.step.bg-success:hover h3 {
        color: #466e30 !important; }
    #infographic a.step.bg-primary:focus, #infographic a.step.bg-primary.focus, #infographic a.step.bg-primary.active:focus, #infographic a.step.bg-primary:active:focus, #infographic a.step.bg-primary:hover {
      background-color: #fff !important;
      border-color: #0469a3 !important; }
      #infographic a.step.bg-primary:focus, #infographic a.step.bg-primary:focus h3, #infographic a.step.bg-primary.focus, #infographic a.step.bg-primary.focus h3, #infographic a.step.bg-primary.active:focus, #infographic a.step.bg-primary.active:focus h3, #infographic a.step.bg-primary:active:focus, #infographic a.step.bg-primary:active:focus h3, #infographic a.step.bg-primary:hover, #infographic a.step.bg-primary:hover h3 {
        color: #0469a3 !important; }
    #infographic a.step.bg-warning:focus, #infographic a.step.bg-warning.focus, #infographic a.step.bg-warning.active:focus, #infographic a.step.bg-warning:active:focus, #infographic a.step.bg-warning:hover {
      border-color: #000 !important; }
  @media (max-width: 1199.98px) {
    #infographic .step h3 {
      font-size: 1rem; }
    #infographic .step p {
      font-size: .9rem; } }
  @media (max-width: 767.98px) {
    #infographic .step {
      margin-bottom: 30px; } }

.algemeen .col-md-6 {
  position: relative; }
.algemeen .text-left {
  max-width: 548px;
  margin: 0 100px 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0; }
  .algemeen .text-left .quote-box {
    font-style: italic;
    font-size: 2rem;
    border-left: 4px solid #466e30;
    padding-left: 15px;
    margin-top: 25px; }
.algemeen .text-right {
  max-width: 548px;
  margin: 0 auto 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0; }
.algemeen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }
.algemeen .alert {
  position: absolute;
  width: auto;
  padding: 1rem 2rem;
  top: 50px;
  right: 305px; }
@media (max-width: 1199.98px) {
  .algemeen .alert {
    right: 150px !important; } }
@media (max-width: 991.98px) {
  .algemeen .alert {
    right: 50px !important; } }
@media (max-width: 767.98px) {
  .algemeen .quote-box {
    font-size: 1.5rem !important; }
  .algemeen .text-right {
    padding: 30px 0;
    margin: 0 auto; }
  .algemeen .alert {
    position: relative;
    top: auto;
    right: auto !important;
    margin: 20px 0; }
  .algemeen img {
    height: auto;
    object-fit: contain; } }

.news.frontpage {
  background-color: #f4f4f4;
  padding: 56px 0 80px; }
.news h2 {
  font-size: 1.4rem; }
.news a {
  text-decoration: none; }
.news .card .card-footer {
  background-color: #fff;
  border-top: 0;
  border-bottom-left-radius: 50px; }
.news .news-highlight img {
  border: 1px solid rgba(0, 0, 0, 0.176);
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  object-fit: cover; }
.news .news-highlight .text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0; }
  .news .news-highlight .text .card-body {
    padding: 30px; }
.news .news-card h3 {
  font-size: 1.1rem; }
.news .news-card .date {
  font-size: .8rem; }
@media (max-width: 1199.98px) {
  .news .news-highlight img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .news .news-highlight .text {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.176); } }

.calendar .event {
  margin-bottom: 20px; }
  .calendar .event:last-of-type {
    margin-bottom: 0; }
  .calendar .event .date-box {
    width: 60px;
    height: 60px;
    background-color: #f2f2f2;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -2px; }
    .calendar .event .date-box .day {
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1; }
    .calendar .event .date-box .month {
      font-size: .7rem;
      text-transform: uppercase;
      line-height: 1;
      margin-top: 2px;
      opacity: .8; }
  .calendar .event h4 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0; }
    .calendar .event h4 a {
      color: #000; }
      .calendar .event h4 a:hover {
        text-decoration: underline;
        color: #0469a3; }
  .calendar .event .date {
    font-size: .8rem; }
@media (max-width: 1199.98px) {
  .calendar .event h4 {
    font-size: .8rem; }
  .calendar .event .date-box .day {
    font-size: 1rem; } }

#project-overview .filters .filter .filter-header {
  position: relative;
  background-color: #e2e2e2;
  padding: 20px;
  border-radius: 5px; }
  #project-overview .filters .filter .filter-header h3 {
    color: #474747;
    font-size: 1rem; }
  #project-overview .filters .filter .filter-header:after {
    position: absolute;
    top: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f107";
    line-height: 70px; }
#project-overview .filters .filter .filter-body {
  padding: 20px; }
#project-overview .projects .subsection {
  margin-bottom: 20px; }
  #project-overview .projects .subsection .no-results {
    font-style: italic; }
#project-overview .projects .project-card {
  font-size: .8rem; }
  #project-overview .projects .project-card .card {
    border-radius: 0;
    border-top-left-radius: 50px; }
    #project-overview .projects .project-card .card .card-img-top {
      border-radius: 0;
      border-top-left-radius: 50px;
      min-height: 181px; }
    #project-overview .projects .project-card .card h3 {
      font-size: 1.1rem; }
    #project-overview .projects .project-card .card .card-footer {
      background-color: #fff;
      border-top: 0;
      padding-top: 0;
      padding-bottom: 20px; }
#project-overview #coach-info-modal h6 {
  font-weight: normal;
  font-size: .7rem; }

.question {
  margin-bottom: 10px; }
  .question.rating-layout .answer.rating {
    width: 100%;
    /*@media (max-width: $screen-sm-max) {
    	> div {
    		height: 80px;
    	}
    }
    
    @media (max-width: $screen-xs-max) {
    	> div {
    		height: auto;
    	}
    	
    	label {
    		width: 100%;
    	}
    }*/ }
    .question.rating-layout .answer.rating label {
      padding: 15px;
      width: calc(20% - 4px);
      background-color: #eee;
      cursor: pointer;
      transition: .2s ease-in;
      vertical-align: middle;
      height: 100%; }
      .question.rating-layout .answer.rating label.checked, .question.rating-layout .answer.rating label:hover {
        background-color: #c5d3be; }
  .question.multiple-choice-layout .answer.checkbox label {
    padding: 15px 15px 15px 45px;
    background-color: #eee;
    width: 100%;
    cursor: pointer;
    transition: .2s ease-in; }
  .question.multiple-choice-layout .answer.checkbox label:hover,
  .question.multiple-choice-layout .answer.checkbox input:checked + label {
    background-color: #c5d3be; }
  .question.multiple-choice-layout .answer.checkbox input {
    margin: 21px 15px 0; }
  .question .answer.text {
    margin-top: 15px; }

.progress-container {
  max-width: 60%;
  width: 400px;
  float: right;
  padding: 5px 0px;
  font-size: 10pt;
  /*@media (max-width: $screen-sm-max) {
  	max-width: 100%;
  	width: 100%;
  }*/ }
  .progress-container .progress {
    height: 5px; }
    .progress-container .progress .progress-bar {
      background-color: #0469a3; }

#contact table tr td {
  vertical-align: top; }
  #contact table tr td:nth-of-type(2) {
    padding-left: 10px; }

.content-right h1 {
  font-size: 1.5rem;
  margin: -40px 0 9px 0; }

#procedure-visit-explained .coach-op-bezoek-images img {
  display: block;
  width: 250px;
  margin: 0 0 15px 15px;
  border-bottom-left-radius: 25px; }
#procedure-visit-explained .coach-images .card .card-img-top {
  height: 200px;
  object-fit: cover; }
#procedure-visit-explained .coach-images .card .card-body {
  text-align: center; }

.procedure-measurelist-partial .card {
  font-size: .8rem; }
  .procedure-measurelist-partial .card .card-img-top {
    height: 180px;
    object-fit: cover; }
.procedure-measurelist-partial .table {
  border-radius: 8px;
  overflow: hidden; }
  .procedure-measurelist-partial .table th {
    background-color: #466e30;
    color: #fff; }

.scan .scan-image {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center center; }
.scan .behind-play-btn {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff; }
.scan .play-btn {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  background-color: #4f7a38;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  display: block;
  margin-top: -40px;
  transition: .2s ease-in;
  border-radius: 50%;
  border: 2px solid #4f7a38;
  color: #fff; }
  .scan .play-btn .fa {
    font-size: 2em;
    margin-left: 28px;
    line-height: 80px; }
  .scan .play-btn:hover {
    color: #4f7a38;
    background-color: #fff; }

.show-hint {
  border: 2px solid #4f7a38;
  color: #4f7a38;
  margin-left: 5px;
  padding: 0 6px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer; }

.tooltip .tooltip-inner {
  text-align: left;
  max-width: 400px; }
  .tooltip .tooltip-inner p:last-of-type {
    margin-bottom: 0; }

.accordion-item .accordion-header button {
  background-color: #466e30;
  color: #fff;
  padding-left: 45px; }
  .accordion-item .accordion-header button:focus {
    border-color: #c5d3be;
    box-shadow: #c5d3be 0 0 0 4.33333px; }
.accordion-item:last-of-type {
  border-bottom-left-radius: 50px; }
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 50px; }

.card {
  border-bottom-left-radius: 50px; }
  .card .card-header {
    font-size: 1.1rem; }
    .card .card-header.bg-success {
      color: #fff; }
  .card .card-footer {
    border-bottom-left-radius: 48px; }

#related-carousel-container {
  border-top: 1px solid #000;
  margin-top: 50px; }
  #related-carousel-container h3 {
    margin-bottom: 10px; }
  #related-carousel-container .related-carousel .project-card {
    font-size: .8rem; }
    #related-carousel-container .related-carousel .project-card .card {
      border-radius: 0;
      border-top-left-radius: 50px; }
      #related-carousel-container .related-carousel .project-card .card .card-img-top {
        border-radius: 0;
        border-top-left-radius: 50px; }
      #related-carousel-container .related-carousel .project-card .card h3 {
        font-size: 1.1rem; }
      #related-carousel-container .related-carousel .project-card .card .card-footer {
        background-color: #fff;
        border-top: 0;
        padding-top: 0;
        padding-bottom: 20px; }
  #related-carousel-container .related-carousel .carousel-arrow {
    color: #466e30; }
    #related-carousel-container .related-carousel .carousel-arrow:hover {
      color: #000; }
  #related-carousel-container .related-carousel .carousel-indicators {
    margin-bottom: 0; }
    #related-carousel-container .related-carousel .carousel-indicators button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin: 0 4px;
      background-color: #000; }
      #related-carousel-container .related-carousel .carousel-indicators button.active {
        background-color: #466e30; }
      #related-carousel-container .related-carousel .carousel-indicators button:hover {
        background-color: #000; }

#sitemap ul {
  padding: 0 0 0 10px; }

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