/* cmsms stylesheet: Peercode style modified: maandag 29 september 2025 14:44:01 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');

/* Peercode style - Dark-mode - Bootstrap 5 - Extra contrast WCAG */

/* voor scrolling-nav */

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #303538;
  line-height: 1.47;
  /* voor scrolling-nav */
  width: 100%;
  height: 100%;
}

.hidden {
    display: none !important;
}

hr {
  border: none;
  background-color: #e3e3e3;
  height: 1px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

a {
  color: #4eae33;
  /*	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;*/
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}

.extra-contrast a  {
  /* AAA requires 7 for text */
  /*color: #2C631D;*/
  /* AA for text the minimum is 4.5 */
  color: #3B8527;
}

a:hover, a:focus {
  color: #3B8527;
}

a:hover {
  text-decoration: underline;
}

.mr-2 {
  margin-right: .5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

h3 {
  font-weight: 300;
}

h3.first-heading {
  margin-top: .625rem;
}

.projects h3,
.team h3 {
  font-size: 1.1rem;
}

.projects h3 {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.projects img {
  margin: 0 auto;
  padding: 0 10px;
}

.project h3 {
  color: #657076;
  line-height: 1;
  margin-top: 1.5rem;
}

.extra-contrast .project h3 {
  color: #515A60;
}

.project h3.first-heading {
  margin-top: 0;
}

.singlepage h3 {
    margin-top: 1rem;
}

.video-fluid {
  max-width: 100%;
}

p {
  margin: .25rem 0 1rem;
}

.small p {
  line-height: 1.2;
  margin-bottom: 10px;
}

p ul {
  margin-top: .25rem;
}

p.p-above-ul {
  margin-bottom: .25rem;
}

ul.ul-under-p {
  margin-bottom: 1rem;
}

.btn  {
  font-family: 'Montserrat', sans-serif;
  /*border-radius: .65rem;*/
}
.btn-big  {
  font-size: 1.2rem;
  padding: .5rem 1rem;
}
.btn-primary {
  color: #fff;
  background-color: #4eae33;
  border-color: #4eae33;
}

.extra-contrast .btn-primary {
  color: #191C1D;
  background-color: #68ba51;
  border-color: #68ba51;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3B8527;
  border-color: #3B8527;
  text-decoration: none;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #3B8527;
  border-color: #3B8527;
  box-shadow: 0 0 0 0.25rem rgba(105, 173, 78, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2f8018;
  border-color: #2a7316;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(105, 173, 78, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #4eae33;
  border-color: #4eae33;
}
.btn-primary:focus-visible,
.btn-primary:first-child:active {
  color: #fff;
  background-color: #4eae33;
  border-color: #4eae33;
}
.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(105, 173, 78, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #aec2c8;
  border-color: #aec2c8;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #9bacb2;
  border-color: #9bacb2;
  text-decoration: none;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #9bacb2;
  border-color: #90a1a6;
  box-shadow: 0 0 0 0.25rem rgba(122, 137, 140, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #90a1a6;
  border-color: #859499;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 137, 140, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #aec2c8;
  border-color: #aec2c8;
}
.btn-secondary:focus-visible,
.btn-secondary:first-child:active {
  color: #fff;
  background-color: #aec2c8;
  border-color: #aec2c8;
}
.btn-secondary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(122, 137, 140, 0.5);
}

.btn-outline-primary  {
  color: #4eae33;
  background-color: #fff;
  font-weight: 600;
  border-color: #4eae33;
  border-radius: 2rem;
  border-width: 3px;
}

.extra-contrast .btn-outline-primary  {
  color: #2C631D;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4eae33;
  border-color: #4eae33;
  text-decoration: none;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(105, 173, 78, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #4eae33;
  border-color: #4eae33;
}

.extra-contrast .btn-check:checked + .btn-outline-primary,
.extra-contrast .btn-check:active + .btn-outline-primary,
.extra-contrast .btn-outline-primary:active, .btn-outline-primary.active,
.extra-contrast .btn-outline-primary.dropdown-toggle.show {
  color: #000;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(105, 173, 78, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #4eae33;
  background-color: transparent;
}
.btn-outline-primary:focus-visible,
.btn-outline-primary:first-child:active {
  color: #fff;
  background-color: #4eae33;
  border-color: #4eae33;
}
.btn-outline-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(105, 173, 78, 0.5);
}

.btn-outline-secondary  {
  color: #657076;
  border-color: #657076;
}

.extra-contrast .btn-outline-secondary  {
  color: #515A60;
  border-color: #515A60;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #9bacb2;
  border-color: #90a1a6;
  text-decoration: none;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 137, 140, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #657076;
  border-color: #657076;
}

.extra-contrast .btn-check:checked + .btn-outline-secondary,
.extra-contrast .btn-check:active + .btn-outline-secondary,
.extra-contrast .btn-outline-secondary:active,
.extra-contrast .btn-outline-secondary.active,
.extra-contrast .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #515A60;
  border-color: #515A60;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 137, 140, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #657076;
  background-color: transparent;
}

.btn-outline-secondary:focus-visible,
.btn-outline-secondary:first-child:active {
  color: #fff;
  background-color: #aec2c8;
  border-color: #aec2c8;
}
.btn-outline-secondary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(122, 137, 140, 0.5);
}

.btn-outline-warning:hover {
  text-decoration: none;
}

input.smtfm_input_captcha {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus,
.form-check-input:focus,
input.smtfm_input_captcha:focus {
  border-color: #4eae33;
  box-shadow: 0 0 0 0.25rem rgba(105, 173, 78, 0.5);
  outline: 0;
}

.form-check-input:checked {
  background-color: #4BA831;
  border-color: #4eae33;
}

.navbar {
  background-color: rgba(248, 248, 248, 0.95);
  margin-top: 26px;
}

body.cookiewarning .navbar {
  margin-top: 76px;
}

.navbar .navbar-toggler  {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
  font-size: 1rem;
  padding: .2rem .5rem;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img.logo {
  width: 180px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.top-nav-collapse .navbar-brand img {
  width: 140px;
}

.navbar-nav {
  /*width: 65%;*/
  display: inline-block;
  margin-top: 20px;
}

.navbar .navbar-nav > li > a {
  color: #657076;
  font-size: 120%;
}

.extra-contrast .navbar .navbar-nav > li > a {
  color: #515A60;
}

.navbar-nav .nav-link  {
  padding-left: 10px;
}

.navbar .navbar-nav .nav-link:focus, 
.navbar .navbar-nav .nav-link:hover {
  color: #4eae33;
}

.extra-contrast .navbar .navbar-nav .nav-link:focus, 
.extra-contrast .navbar .navbar-nav .nav-link:hover {
  color: #3B8527;
}

.navbar .navbar-nav .active > .nav-link, 
.navbar .navbar-nav .nav-link.active, 
.navbar .navbar-nav .nav-link.show, 
.navbar .navbar-nav .show > .nav-link {
  color: rgba(0,0,0,.9);
}

nav#topmenu {
  font-size: 20px;
  text-transform: uppercase;
  float: right;
}

nav#topmenu a span.menu-text {
  font-size: 24px;
}

.lang-switcher {
  float: right;
}

.lang-switcher .collapse:not(.show) {
  display: flex;
}

.lang-switcher .collapse {
  display: none;
}

.lang-switcher ul {
  padding-left: 0;
  list-style: none;
}

.lang-switcher .navbar-nav .nav-link {
  text-align: right;
}

.lang-switcher li.first_child {
  margin-bottom: 10px;
}

.lang-switcher li.menuactive {
  font-weight: bold;
}

.dropdown-menu  {
  min-width: auto;
}

.dropdown-item  {
  color: #3B8527;
}

.menuactive .dropdown-item  {
  color: #aaaaaa;
}

.menuactive .dropdown-item:focus,
.menuactive .dropdown-item:hover {
  color: #aaaaaa;
  background: none;
  text-decoration: none;
}

.certified-logo.svg {
  width: 130px;
  margin-top: 8px;
}

.certified-logo-footer.svg {
  width: 107px;
  margin-top: 2px;
}

.certified-logo,
.certified-logo-footer {
  margin-right: 10px;
  margin-bottom: 20px;
}

.iso-logo-1 img {
  margin-top: 3px;
  padding-right: 11px;
}

.iso-logo-2 img {
  width: 192px;
  padding-left: 4px;
  padding-right: 7px;
}

.nen-logo img {
  width: 192px;
  padding-left: 10px;
}

footer .nen-logo img,
footer .iso-logo-2 img {
  width: 160px;
}

.iso-in-navbar {
  width: 100%;
}

.cta-btn-in-navbar  {
  margin-top: 20px;
}

.iso-in-navbar .iso-logo {
  margin-top: 5px;
}

.iso-in-navbar .iso-logo-1 {
  width: 31px;
  margin-top: 6px;
  margin-right: 10px;
}

.iso-in-navbar .iso-logo-1 a {
  background-image: url(/uploads/images/ISO-13485-Certified-vignet-navbar.png);
  display: block;
  height: 45px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-nav-collapse .iso-in-navbar .iso-logo-1 {
  margin-top: 6px;
}

.iso-in-navbar .iso-logo-2 {
  width: 35px;
  margin-right: 10px;
}

.iso-in-navbar .iso-logo-2 a {
  background-image: url(/uploads/images/19.280-DigiTrust-ISO27001-keurmerk-zw-small.png);
  display: block;
  height: 45px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.iso-in-navbar .nen-logo {
  width: 35px;
}

.iso-in-navbar .nen-logo a {
  background-image: url(/uploads/images/19.293-DigiTrust-NEN7510-zw-keurmerk-small.png);
  display: block;
  height: 45px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

section.part {
  padding: 70px 0 50px;
}

section#kiosk-project {
  padding: 150px 0 90px;
}

section#welkom.part, section#welcome.part {
  padding-top: 20px;
}

section#diensten, section#services {
  color: #fff;
  background: #3BAA1C; /* achtergrondkleur gebasseerd op #4eae33 */
  padding-left: .75rem;
  padding-right: .75rem;  
}

.extra-contrast section#diensten,
.extra-contrast section#services {
  color: #191C1D;
  background: #68ba51;
}

section#diensten h3, section#services h3 {
  margin-top: 1.5rem;
}

section#diensten a, section#services a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.extra-contrast section#diensten a,
.extra-contrast section#services a {
  color: #000;
}

section#diensten a:hover, section#services a:hover {
  color: #000;
  text-decoration: none;
}

section#opdrachtgevers, section#clients, section#projecten, section#projects, section#onze-producten, section#our-products {
  background: #aec2c8;
  color: #343a3d;
}

.extra-contrast section#opdrachtgevers, 
.extra-contrast section#clients, 
.extra-contrast section#projecten, 
.extra-contrast section#projects, 
.extra-contrast section#onze-producten, 
.extra-contrast section#our-products {
  color: #282D2F;
}

section#ons-team, section#our-team, section#vacatures, section#vacancy {
  background: #eff3f4;
  color: #343a3d;
}

section#ons-team a,
section#our-team a,
section#vacatures a,
section#vacancy a {
  color: #377D24;
}

.light-gray {
  background: #eff3f4;
  color: #343a3d;
}

section#ons-team .skills, 
section#our-team .skills  {
  margin-bottom: 1rem;
}

section#onze-producten a,
section#our-products a {
  color: #343a3d;
}

/* alleen voor one-page layout */

body.welkom #ons-team.part, body.welcome section#our-team.part, body.welkom section#ons-netwerk.part, body.welcome section#our-network.part {
  xpadding-top: 80px;
}

body.welkom #ons-kantoor, 
body.welcome section#our-office {
  xpadding-top: 80px;
  xpadding-bottom: 80px;
}

img.resize {
  width: 100%;
}

span.glyphicon.big, i.icon-big {
  font-size: 100px;
  display: block;
  width: 100px;
  margin: 40px auto 5px;
  opacity: 0.4;
}

a.client {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}

a.client img {
  margin: 0 auto;
}

.NewsSummary {
  padding: 12px 20px 1px;
  margin: 20px 0;
  border-left: 4px solid #d0d6d8;
}

.NewsSummarySummary p  {
  margin-bottom: 10px;
}

.NewsSummaryMorelink {
  margin-bottom: 15px;
}

.NewsSummaryMorelink a {
  /*display: none;*/
}

.NewsSummaryMorelink .fas {
  color: #4eae33;
}

.extra-contrast .NewsSummaryMorelink .fas {
  color: #2C631D;
}

h2#NewsPostDetailTitle {
  color: #4eae33;
}

.extra-contrast h2#NewsPostDetailTitle {
  color: #2C631D;
}

#NewsPostDetailDate {
  color: #657076;
  font-style: italic;
  margin-bottom: .5rem;
}

.extra-contrast #NewsPostDetailDate {
  color: #515A60;
}

#NewsPostDetailContent img {
  margin-top: 10px;
}

#NewsPostDetailReturnLink {
  margin-top: 35px;
}

footer {
  background: linear-gradient(to bottom, #111 0%, #171c1f 70%) #111;
  color: #adadad;
  padding: 30px 0 0;
}

.extra-contrast footer {
  color: #fff;
  background: #111;
}

footer hr {
  background-color: rgba(181, 181, 181, 0.65);
  margin-top: 8px;
  margin-bottom: 8px;
}

footer .part {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer a {
  color: #41922b;
}

.extra-contrast footer a {
  color: #55BE38;
}

footer a:hover, footer a:focus {
  color: #4eae33;
}

.extra-contrast footer a:hover,
.extra-contrast footer a:focus {
  color: #fff;
}

footer ul, footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer li a {
  padding: 0 10px 0 0;
}

footer h1, footer h2, footer h3, footer h4 {
  margin-top: 0;
  color: #7d7d7d;
}

.extra-contrast footer h1,
.extra-contrast footer h2,
.extra-contrast footer h3,
.extra-contrast footer h4 {
  color: #fff;
}

footer h2 {
  /*font-size: 36px;*/
  font-weight: 300;
}

footer h3 {
  color: #fff;
}

footer .logo-gray img {
  max-width: 90%;
}

footer .social p {
  margin-bottom: 5px;
}

footer .social i {
  font-size: 30px;
  margin: 0 2px;
}

footer .tab-content  {
  margin-top: 20px;
}

footer .nav-pills a  {
  color: #fff;
  background-color: #4b4b4b;
}

footer .nav-pills a:hover  {
  color: #fff;
  background-color: #5d5d5d;
}

.error_message {
  display: none;
}

footer form label, footer form input, footer form textarea {
  display: block;
  width: 100%;
}

footer form label {
  font-weight: 400;
  margin: 5px 0 1px 2px;
}

footer form input[type=text], footer form textarea, .dark .cms_textarea {
  color: #999;
  background-color: #4b4b4b;
  border: none;
  padding: 6px 10px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

footer form input[type=text]:hover, footer form input[type=text]:focus, .dark .cms_textarea:hover, .dark .cms_textarea:focus {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out 0s;
}

footer form input[type=submit] {
  background-color: #41922b;
  color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #41922b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

footer form input[type=submit]:hover {
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}

/* recaptcha */
#rc-imageselect, footer .g-recaptcha {
  margin-top: 10px;
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.team h3 a {
  color: #749098;
  /*text-decoration: none;*/
}

.extra-contrast .team h3 a {
  color: #445256;
}

.team .social {
  float: right;
}

.team img, .commissioners img {
  width: 100%;
  max-width: 191px;
}

.member .skill::before {
  font: var(--fa-font-solid);

  /* font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; */
  text-decoration: inherit;
  display: inline-block;
}

.team .skill.legenda {
  background: #e4e4e4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 2px;
  color: #fff;
}

.team .skill.legenda {
  width: auto;
  height: auto;
  padding: 0 10px;
  margin-top: 10px;
}

.legenda.skill.director {
  background-color: #D100CE;
}

.member .skill.director::before {
  color: #D100CE;
  content: '\f0a1';
}

.legenda.skill.concept {
  background-color: #007EB5;
}

.member .skill.concept::before {
  color: #008FCE;
  content: '\f0c3';
}

.legenda.skill.design {
  background-color: #5F8100;
}

.member .skill.design::before {
  color: #5F8100;
  content: '\f06e';
}

.legenda.skill.sales {
  background-color: #57c13a;
  color: #000;
}

.member .skill.sales::before {
  color: #57c13a;
  content: '\f0b1';
}

.legenda.skill.calculating {
  background-color: #ebe800;
  color: #000;
}

.member .skill.calculating::before {
  color: #CFCC00  ;
  content: '\f1ec';
}

.legenda.skill.development {
  background-color: #C25700;
}

.member .skill.development::before {
  color: #DA6403;
  content: '\f121';
}

.legenda.skill.coding {
  background-color: #ae22fe;
}

.member .skill.coding::before {
  color: #ae22fe;
  content: '\f120';
}

.legenda.skill.support {
  background-color: #D43E3E;
}

.member .skill.support::before {
  color: #D43E3E;
  content: '\f086';
}

.legenda.skill.management {
  background-color: #5000e4;
}

.member .skill.management::before {
  color: #5000e4;
  content: '\f14e';
}

.legenda.skill.security {
  background-color: #5e6b07;
}

.member .skill.security::before {
  color: #5e6b07;
  content: '\f023';
}

.legenda.skill.system {
  background-color: #1332d8;
}

.member .skill.system::before {
  color: #1332d8;
  content: '\f085';
}

.legenda.skill.medical {
  background-color: #147375;
}

.member .skill.medical::before {
  color: #147375;
  content: '\f812';
}

.legenda.skill.quality {
  background-color: #a21f77;
}

.member .skill.quality::before {
  color: #a21f77;
  content: '\f481';
}

.commissioners img {
  margin-top: 25px;
  margin-bottom: 10px;
}

.member {
  margin: 15px 0;
}

.data {
  padding: 5px 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.15);
}

.data h3 {
  margin-top: 4px;
  margin-bottom: 20px;
}

.data .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.colleague img {
  margin: 0  auto;
}

.carousel {
  margin-top: 80px;
  margin-bottom: 40px;
}

.carousel-image {
  margin-top: 10px;
  padding: 0 10px;
}

.carousel-caption,
.carousel-dark .carousel-caption {
  color: #657076;
  text-align: left;
  padding-bottom: 25px;
  position: relative;
  left: 0;
  right: 0;
  text-shadow: none;
  z-index: 10;
}

.extra-contrast .carousel-caption,
.extra-contrast .carousel-dark .carousel-caption {
  color: #515A60;
}

.carousel-caption h2 {
  color: #343a3d;
  font-weight: 400;
  font-size: 2rem;
  margin-top: 20px;
}

.carousel-inner > .item > img {
  height: 500px;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 0;
}

.carousel-indicators li {
  border: 1px solid #999;
}

.carousel-indicators .active {
  background-color: #999;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  visibility: hidden;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  /*visibility: hidden;*/
  background-image: none;
}

.carousel-control.left, .carousel-control.right {
  background: url(./uploads/images/ISO-27001-DigiTrust-keurmerk-wit.gif) no-repeat;
}

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.featurette-divider {
  margin: 80px 0;
}

.featurette-heading {
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.google-maps {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.ul-after-p, ul.ul-after-h3, ol.ul-after-p, ol.ul-after-h3 {
  margin-bottom: 22px;
}

ul.ul-after-p, ol.ul-after-p {
  margin-top: -14px;
}

ul.ul-after-p li, ul.ul-after-h3 li, ol.ul-after-p li, ol.ul-after-h3 li {
  margin-bottom: 8px;
  line-height: 1.3;
}

.news-pagination {
  font-size: 18px;
}

.pagetext {
  color: #aaaaaa;
}

.extra-contrast .pagetext {
  color: #767676;
}

.fieldset-background {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  padding: 0 20px 20px;
}

.checkbox-group div {
  display: inline-block;
  margin-right: 40px;
}

.bg-light-gray,
.light-gray,
.well,
.alert-info {
  color: #343a3d;
  background: #eff3f4;
}

.card.bg-gray,
.card.bg-light-gray  {
  border: none;
  border-radius: 0;
}

.well {
  padding: 15px 20px;
  border: none;
}

.well em {
  font-size: 17px;
  line-height: 1.42;
}

.alert-info {
  margin-top: 2rem;
  border: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #41922b;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #41922b;
}

#myFrame {
  height: 1200px;
}

.colleague .certificate img {
  width: 150px;
}

table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-color: #d8d8d8;
}

#cookie-consent-text {
  margin-bottom: 1.5rem;
  max-height: 113px;
  overflow-y: scroll;
}

#cookie-consent .btn.link {
  text-decoration: underline;
}

#cookie-consent .btn.link:hover {
  text-decoration: none;
}

table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-color: #d8d8d8;
}

.scrollspy-example {
  position: relative;
  height: 150px;
  overflow: auto;
}

.contrast-container  {
  background-color: rgba(248, 248, 248, 0.95);
  /*height: 26px;*/
}

.extra-contrast .contrast-container  {
  background-color: #68ba51;
}

.extra-contrast-toggle  {
  margin-right: 6px;
  float: right;  
}

.extra-contrast-toggle span  {
  margin-top: -1px;
}

/* Extra contrast toggle switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-top: 3px;
  margin-left: 6px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #000;
}
input:focus + .slider {
  box-shadow: 0 0 1px #4eae33;
}
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}
.slider.round:before {
  border-radius: 50%;
}
.extra-contrast-toggle span.label-text {
  font-size: 0;
}
.extra-contrast-toggle input:focus + .slider {
  xbox-shadow: 0 0 5px #2C631D;
  border: solid 1px #2C631D;
}

a.pdf,
a.website 	{
  margin-top:5px;
  /*padding-right:24px;*/
  padding-right:8px;
  position:relative;
}

.icon::before,
.icon::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a.pdf::after,
a.website::after  {
  font-family:"Font Awesome 6 Free";
  font-weight: 400;
  /*top:0px;*/
  right:-6px;
  position:relative;
}
 
a.pdf::after {
  font: var(--fa-font-solid);
  content: "\f1c1";  /* fa-file-pdf */
}
 
a.website::after {
  font: var(--fa-font-solid);
  content: "\f35d";  /* fa-external-link-alt */
}

.solliciteer-steps  {
  text-align: center;
  margin-top: 1rem;
}

.solliciteer-steps span  {
  background-color: #4eae33;
  font-size: 36px;
  width: 80px;
  display: block;
  height: 80px;
  margin: 0 auto;
}

.solliciteer-steps .fa-solid  {
  color: #fff;
  margin-top: 22px;
}

.solliciteer-steps h5 {
  color: #749098;
  font-weight: 300;
  margin-top: .5rem
}

.cookiewarning  {
  background-color: #fff;
  text-align: center;
  font-size: .9rem;
  line-height: 1.2;
  margin-top: 5px;
  padding: .5rem;
  border: 1px solid #d0d6d8;
  border-radius: .375rem;
}


@media (min-width: 361px) {
  section.part {
    padding: 110px 0 60px;
  }
}

@media (max-width: 360px) {
  
  .carousel-caption {
    min-height: 325px;
  }
}

@media (min-width: 576px) {
  body.cookiewarning .navbar {
    margin-top: 59px;
  }
  .carousel-caption h2 {
    font-size: 2.25rem;
  }
  .NewsSummary {
    padding-left: 30px;
    padding-right: 30px;
    border-left-width: 8px;
  }
}

@media (min-width: 361px) and (max-width: 767px) {
  .col-md-pull-6, .carousel-caption {
    margin-top: -40px;
  }
  
  .carousel-caption {
    min-height: 250px;
  }
    
  .projects h3,
  .team h3 {
    font-size: 1.35rem;
  }
}

@media (min-width: 767px) {
  .carousel {
    margin-top: 140px;
  }
  
  .carousel-image {
    margin-top: 0;
  }
  
  .carousel-image, .carousel-caption {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  footer ul, footer li {
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .project .img-responsive, .carousel-image .img-responsive {
    margin: 0 auto;
    max-width: 80%;
  }
  
  .carousel-caption {
    margin-top: -50px;
    padding-right: 40px;
    padding-left: 40px;
    min-height: 330px;
  }
}

@media (min-width: 768px) {
  /* voor scrolling-nav */
  .navbar {
    padding: 15px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -ms-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -o-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
  
  .top-nav-collapse {
    /* Customize the look and feel of the collapsed top nav here */
    padding: 10px 0;
  }
  
  .navbar-brand img.logo {
    width: 260px;
    margin-top: 0;
  }
  
  .top-nav-collapse .navbar-brand img.logo {
    width: 200px;
    margin-top: 2px;
  }
  
  .lang-switcher ul {
    margin-bottom: 0;
  }

  section.part {
    padding-bottom: 80px;
  }
  
  body.singlepage .content {
    margin-top: 70px;
  }
  
  .carousel-caption p {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  
  .featurette-heading {
    font-size: 50px;
  }
  
  .projects .item {
    padding: 0 1rem;
  }

  section#diensten h3, section#services h3 {
    font-size: 2rem;
  }
  
  .projects h3,
  .team h3 {
    font-size: 1.6rem;
  }
  
  .singlepage h3  {
    margin-top: 2rem;
  }
  
  .projects h3 {
    margin-bottom: 40px;
  }
  
  .member {
    margin: 30px 0;
    padding: 0 25px;
  }
  
  .padding-column-start  {
    padding-right: .25rem;
  }
  
  .padding-column-middle  {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  
  .padding-column-end  {
    padding-left: .25rem;
  }
}

@media (min-width: 800px) {
  h2 {
    font-size: 2.25rem;
  }
  
  h3 {
    /* font-size: 2rem; */
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  
  .top-nav-collapse .iso-in-navbar {
    display: none !important;
  }
  
  .cta-btn-in-navbar .btn  {
    font-size: 95%;
    font-family: inherit;
  }
  
  .full-width-image-1 {
    padding: 70px 0;
  }
  
  .data h3 {
    font-size: 24px;
  }
  
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}

@media (min-width: 992px) {
  body.cookiewarning .navbar {
    margin-top: 41px;
  }
  .navbar .navbar-nav > li > a {
    font-size: 100%;
  }

  .navbar-nav {
    width: auto;
    display: inherit;
    margin-top: 0;
    margin-right: 8px;
  }

  #navbarNavDropdown .navbar-nav {
    margin-right: 0;
  }
  
  .navbar-brand img.logo {
    width: 230px;
  }
  
  .iso-in-navbar {
    padding-right: 40px;
  }
  
  .cta-btn-in-navbar {
    margin-top: 0;
    padding-right: 20px;
  }
  
  .lang-switcher {
    width: auto;
  }
  
  .lang-switcher li {
    margin-bottom: 0;
  }
  
  .flag-icon  {
    width: 1.1rem;
  }
  
  .featurette-heading {
    margin-top: 120px;
  }
  
  .carousel {
    margin-top: 160px;
  }
  
  .carousel-caption {
    height: 540px;
  }
  
  .data h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  
  h2#NewsPostDetailTitle {
    /*margin-top: 40px;*/
  }
  
  a.client {
    background: #fff;
    padding: 20px 0;
    opacity: 0.6;
  }
  
  a.client:hover {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  a.client span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0s;
    background: #787878;
    font-size: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 30px;
    position: relative;
    top: 20px;
    color: #fff;
    opacity: 0;
  }
  
  a.client:hover span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0s;
    -moz-transform: translateY(-160px);
    -webkit-transform: translateY(-160px);
    -o-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    transform: translateY(-160px);
    color: #fff;
    opacity: 1;
  }
  
  .padding-column-start  {
    padding-right: .75rem;
  }
  
  .padding-column-middle  {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  
  .padding-column-end  {
    padding-left: .75rem;
  }
}

@media (min-width: 1200px) {
  .navbar-brand img.logo {
    width: 260px;
  }
  
  .iso-in-navbar,
  .cta-btn-in-navbar {
    padding-right: 60px;
  }
  
  .navbar-nav {
    margin-right: 40px;
  }
  
  .full-width-image-1 {
    padding: 100px 0;
  }

  #myFrame {
    height: 650px;
  }
}

@media (prefers-color-scheme: dark) {
  body.dark-scheme {
    background: #171c1f;
    color: #b9c2c7;
  }
  
  .btn-outline-secondary  {
    color: #d0d6d8;
  }
  
  .navbar {
    background-color: rgba(7, 7, 7, 0.9);
  }
  
  .navbar .navbar-toggler  {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.2);
  }
  
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .navbar .navbar-nav > li > a  {
    color: rgba(225,255,255,.7);
  }
  
  .navbar .navbar-nav > li > a:focus, 
  .navbar .navbar-nav > li > a:hover {
    color: #9fa9ad;
  }
  
  .navbar .navbar-nav .active > .nav-link, 
  .navbar .navbar-nav .nav-link.active, 
  .navbar .navbar-nav .nav-link.show, 
  .navbar .navbar-nav .show > .nav-link {
    color: rgba(225,255,255,.85);
  }
  
  .iso-in-navbar .iso-logo-1 a {
    background-image: url(/uploads/images/19.280-DigiTrust-ISO27001-keurmerk-zw-wit.png);
  }
  
  .extra-contrast a {
    color: #56BE39;
  }
  
  a:hover, a:focus {
    color: #5ccd3c;
  }
  
  .dark-scheme .carousel-caption,
  .dark-scheme .carousel-dark .carousel-caption {
    /*color: #657076;*/
    color: #748087;
  }

  .dark-scheme .carousel-caption h2 {
    color: #9fa9ad;
  }
  
  section#opdrachtgevers, section#clients, section#projecten, section#projects {
    background-color: #34474d;
    color: #9fa9ad;
  }
  
  .extra-contrast section#opdrachtgevers,
  .extra-contrast section#clients,
  .extra-contrast section#projecten,
  .extra-contrast section#projects {
    color: #D7DEE1;
  }
    
  .NewsSummary {
    border-color: #343a3d;
  }
  
  .extra-contrast .NewsSummaryMorelink .fas,
  .extra-contrast h2#NewsPostDetailTitle  {
    color: #56BE39;
  }
  
  section#diensten, section#services {
    background-color: #4eae33;
    color: #000;
  }
  
  section#diensten a, section#services a {
    color: #000;
  }
  
  section#diensten a:hover, section#services a:hover {
    color: #fff;
  }
  
  .team h3 a {
    color: #869da3;
  }
  
  .data {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  section#ons-team, section#our-team, section#vacatures {
    background: #2d3235;
    color: #9fa9ad;
  }
  
  footer {
    background: linear-gradient(to bottom, #000 0%, #171c1f 70%) #111;
  }
  
  .bg-light-gray,
  .light-gray,
  .well,
  .alert-info {
    color: #d0d4d5;
    background: #373e42;
  }
  
  table>:not(caption)>*>* {
    border-bottom-color: rgba(216, 216, 216, 0.3);
  }
}

a.skip-link {
  position: absolute;
  top: -100px;
  xbackground: #1b5da8;
  padding: 1px;
  display: block;
  xcolor: #fff;
}

a.skip-link:focus {
  position: static;
  xbackground: #17c0f2;
}
