.navbar.navbar-default.main-nav,
body.body-grey,
.main-wrap {
  background: #d9d9d9;
}

.intro-wrapper {
  margin-bottom: 30px;
}
.intro-wrapper h1 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

.intro-wrapper h2 {
  font-weight: 700;
}

#dnn_contentPaneTab1 h1,
#dnn_contentPaneTab2 h1,
#dnn_contentPaneTab3 h1,
#dnn_contentPaneTab1 h2,
#dnn_contentPaneTab2 h2,
#dnn_contentPaneTab3 h2,
#dnn_contentPaneTab1 h3,
#dnn_contentPaneTab2 h3,
#dnn_contentPaneTab3 h3 {
  font-weight: 700;
}

.personabar-visible #dnn_contentPaneTab1,
.personabar-visible #dnn_contentPaneTab2,
.personabar-visible #dnn_contentPaneTab3 {
  border: 1px dotted cyan;
  margin-bottom: 20px;
}

.personabar-visible #dnn_contentPaneTab1::before,
.personabar-visible #dnn_contentPaneTab2::before,
.personabar-visible #dnn_contentPaneTab3::before {
  background: cyan;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: Center;
  align-items: center;
  margin: -16px 0 0 -16px;
}

.personabar-visible #dnn_contentPaneTab1::before {
  content: "1";
}
.personabar-visible #dnn_contentPaneTab2::before {
  content: "2";
}
.personabar-visible #dnn_contentPaneTab3::before {
  content: "3";
}

.pre {
  min-height: 4em;
  display: flex;
  justify-content: left;
  align-items: Center;
  background: #9a989a;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.9em;
  font-style: italic;
}
.pre img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.block-wrapper {
  display: flex;
  gap: 2%;
  /*justify-content: space-between;*/
  align-items: stretch;
  margin-bottom: 40px;
}
.block-content-wrapper {
  margin-top: 20px;
}

@media all and (max-width: 414px) {
  .block-wrapper,
  .block-content-wrapper {
    flex-direction: column;
  }
}

.wrap {
  width: 32%;
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 414px) {
  .wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.block {
  background: #ccc;
  border: 3px solid #fff;
  width: 100%;
  /*opacity:0.7;*/
  transition: all 0.2s;
  height: 100%;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 414px) {
  .block {
    aspect-ratio: unset;
  }
}
.block a {
  color: #fff;
  padding: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  height: 100%;
  justify-content: flex-start;
}
.block:hover {
  border: 3px solid #b11024;
  /* opacity:1;*/
}
.block .icon {
  width: 64px;
  height: auto;
}
.block.active {
  opacity: 1;
  border: 3px solid #b11024;
  background: #b11024;
  cursor: default;
}
.block .description {
  font-size: 0.8em;
  text-align: center;
  color: #56565a;
  margin: 20px 0;
}
.block.active .description {
  color: #fff;
}
.block .title h2 {
  color: rgb(86, 86, 90);
  font-weight: 700;
  margin-top: 1.5em;
}
.block.active .title h2 {
  color: #fff;
}
.block .link {
  font-size: 0.9em;
  font-weight: 400;
  text-align: Center;
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
}
.block .link p {
  margin: 0;
}
.block .link span {
  display: flex;
  width: 16px;
  height: 16px;
  background: url(./img/arrow-right.png) no-repeat;
  background-size: 100% auto;

  margin-left: 10px;
}

.block.active .link {
  font-weight: 700;
}
.block.active .link span {
  background: url(./img/arrow-down.png) no-repeat;
  background-size: 100% auto;
}
.block .link {
  color: #b11024;
}

.block.active .link {
  color: #fff;
}

/* voor faq */

.panel.panel-nobox-collapse-wrap,
.panel.panel-nobox-collapse-wrap,
.panel-heading {
  background: transparent !important;
}

/* linkbox */

.co-navigation .co-img-wrapper {
  padding: 10px 20px;
  background: #303034 !important;
  border-radius: 6px;
}

/**/
.co-navigation .row div.col:only-child,
.co-button-wrapper .row div.col:only-child {
  float: none !important;
  margin: 0 auto;
}

.col {
  height: unset !important;
}

@media screen and (max-width: 414px) {
  iframe {
    max-width: 75vw !important;
  }
}
