@media only screen and (max-width: 991px) {
  .sidebar--wrapper-newsletter {
    display: none;
  }
}

.vraag {
  cursor: pointer;
}

#cursus_items {
  margin: 50px 0;
}

.c-contactperson__inner-content_email:hover {
  text-decoration: none !important;
}

.c-cursus__title:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 15px;
  top: 21px;
  background-image: url('/assets/images/plus-orange.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}

.ui-state-active:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 15px;
  top: 21px;
  background-image: url('/assets/images/plus-orange.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  display: none;
}

.c-contactperson__inner-content_email {
  margin-right: 10px;
  margin-top: 20px;
}

.c-contactperson__inner-content_website {
  padding-bottom: 15px;
}

.c-cursus__title {
  border: solid 1px #f2f2f2;
  background-color: #fcfcfc;
  padding: 5px 20px 5px 40px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.c-cursus__title_item {
  font-size: 16px;
  font-weight: bold;
  color: #000000 !important;
}

.c-cursus__title_time {
  position: absolute;
  right: 20px;
  font-size: 16px;
  text-align: right;
  color: #898989;
  top: 15px;
}

#cursus_items .ui-state-active {
  margin-bottom: 0px;
}

.c-cursus__text {
  margin-bottom: 10px;
  padding: 20px 40px;
  height: 100% !important;
  border: solid 1px #f2f2f2 !important;
  background-color: #fcfcfc;
}

.c-cursus__text p {
  margin-bottom: 0px !important;
}

.c-cursus {
  margin: 30px 0;
  position: relative;
}

.c-cursus:before {
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #ffbf04 , #ee825e);
  position: absolute;
  content: '';
  display: inline-block;
  top: -2px;
  height: calc(100% + 4px);
}

.c-cursus__inner {
  height: calc(100% - 4px);
  background-color: white;
  width: calc(100% - 4px);
  position: relative;
  z-index: 1;
  margin: 2px;
  padding: 5px;
}

.c-cursus__inner-content-title {
  font-size: 24px;
  color: #ffbf04;
  font-weight: 400;
  margin-top: 0;
}

.c-cursus__inner-content-title span {
  color: #898989;
}

.c-cursus__inner-thumbnail {
  /* width: 100%;
  height: 200px;
  overflow: hidden; */
  position: relative;
}

.c-cursus__inner-thumbnail:after {
  position: absolute;
  background-color: rgba(246, 160, 49, 0.8);
  height: 100%;
  width: 100%;
  content: '';
  left: 0;
  top: 0;
}

.c-cursus__inner-thumbnail:before {
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url('https://dutchblockchaincoalition.org/uploads/Iconen/shape@3x.png');
  width: 67px;
  height: 41px;
  z-index: 99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 70px;
}

.c-cursus__inner-thumbnail__image {
  min-width: 100%;
  width: auto;
  height: 200px;
}

.c-cursus__inner-thumbnail_title {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  bottom: 10px;
  left: 15px;
  z-index: 99;
}

.c-cursus__inner-content {
  padding: 15px;
}

.c-cursus__inner-content-link {
  border-radius: 5px;
  background-color: #f6a032;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px 10px 15px;
  color: white !important;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 15px;
  margin-bottom: 5px;
}

.c-cursus__inner-content-link:hover {
  padding-right: 35px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-cursus__inner-content-link:after {
  content: '';
  display: inline-block;
  right: -40px;
  border-radius: 0 5px 5px 0;
  top: 0;
  position: absolute;
  background-color: #ee825e;
  width: 45px;
  height: 100%;
}

.c-cursus__inner-content-link:before {
  content: '';
  background-image: url('https://dutchblockchaincoalition.org/assets/images/chevron-small-right_white.png');
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 10px;
  right: -21px;
  top: 16px;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-cursus__inner-content-credentials {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 15px;
}


.c-cursus__inner-content-credentials_time, .c-cursus__inner-content-credentials_video, .c-cursus__inner-content-credentials_tasks, .c-cursus__inner-content-credentials_inspiration {
  margin-left: 15px;
}

.c-cursus__inner-content-credentials_time-image {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 15px;
}

.c-cursus__inner-content-credentials_video-image {
  width: 14px;
  height: 10px;
  display: inline-block;
  margin-right: 11px;
}

.c-cursus__inner-content-credentials_tasks-image {
  width: 11px;
  height: 12px;
  display: inline-block;
  margin-right: 14px;
}

.share-colors {
  background: linear-gradient(to right, #ffbf04 , #ee825e);
}

.c-cursus__inner-content-credentials_inspiration-image {
  width: 11px;
  height: 15px;
  display: inline-block;
  margin-right: 14px;
}

.c-contactperson {
  margin: 60px 0 30px 0;
  position: relative;
}

.c-contactperson:before {
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #ffbf04 , #ee825e);
  position: absolute;
  content: '';
  display: inline-block;
  top: -2px;
  height: calc(100% + 4px);
}

.c-contactperson__wrapper-title {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: white;
  position: absolute;
  display: inline-block;
  z-index: 999999999999;
  top: -25px;
  padding: 10px 20px;
  background: linear-gradient(to right, #ffbf04 , #ee825e);
}

.c-contactperson__inner {
  height: calc(100% - 4px);
  background-color: white;
  width: calc(100% - 4px);
  position: relative;
  z-index: 1;
  margin: 2px;
  padding: 35px 20px 40px 20px;
}

.c-contactperson__inner-person {
  margin-top: 20px;
}

.c-contactperson__inner-person__img {
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.c-contactperson__inner-content {
  width: calc(100% - 100px);
  float: right;
  position: relative;
  display: block;
}

.c-contactperson__inner-content_name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: black;
  display: block;
}

.c-contactperson__inner-content_function {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ee825e;
  display: block;
}

.c-contactperson__inner-content_website {
  display: block;
}

.c-contactperson__inner-content_website a {
  color: black !important;
  font-size: 14px;
  text-decoration: underline;
}

.global-share--wrapper {
  margin-top: 10px;
  float: left;
  position: relative;
  display: inline-block;
  text-decoration: none !important;

}

.global-share--wrapper div {
  height: 17px;
  width: 17px;
  float: left;
  margin-right: 15px;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none !important;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.global-share--wrapper strong {
  float: left;
  position: relative;
  display: inline-block;
  width: 100px;
  text-decoration: none !important;
  color: white !important;
}
.global-share--wrapper:hover div {
    margin-right: 25px;
    transition: all 0.3s ease;
}


.sidebar--wrapper-newsletter {
  padding: 20px;
  color: white;
  margin: 30px 0;
}

.sidebar--wrapper-newsletter h5 {
  color: white;
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

.sidebar--wrapper-newsletter input.e-mail {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border: none;
    color: black;
  }
.sidebar--wrapper-newsletter input.send {
    display: block;
    padding: 10px 15px;
    border: 2px solid white;
    background-color: transparent;
    float: right;
    font-size: 16px;
    outline: none;
    margin-top: 20px;
  }
.sidebar--wrapper-newsletter input.send::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #585858 !important;
      font-weight: 500 !important;
      font-family: $barlow !important;
      font-size: 14px;
    }
.sidebar--wrapper-newsletter input.send::-moz-placeholder {
      /* Firefox 19+ */
      color: #585858 !important;
      font-weight: 500 !important;
      font-family: $barlow !important;
      font-size: 14px;
    }
.sidebar--wrapper-newsletter input.send:-ms-input-placeholder {
      /* IE 10+ */
      color: #585858 !important;
      font-weight: 500 !important;
      font-family: $barlow !important;
      font-size: 14px;
    }
.sidebar--wrapper-newsletter input.send:-moz-placeholder {
      /* Firefox 18- */
      color: #585858 !important;
      font-weight: 500 !important;
      font-family: $barlow !important;
      font-size: 14px;
    }

.speakers-info {
  margin-bottom: 20px;
}
.style-67826 .sidebar .contactpersoon-wrapper {
  margin-top: -14px;
}
.style-67826 .sidebar .nieuwsbrief--wrapper-sidebar {
  margin-top: -30px !important;
}
.load-more {
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.load-more > div {
  background-color: #ffbf05;
  display: inline-block;
  padding: 15px;
  color: white;
  font-weight: bold;
  margin-left: 30px;
}
.speakers-row > div > a {
    width: 100%;
    display: block;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.speakers-row > div > a div.speakers-foto {
    background-image: url(/assets/img/logo_placeholder.png);
    height: 220px;
    width: 100%;
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .2s;
    transition: -webkit-filter .2s;
    -o-transition: filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
}
.speakers-row > div > a div.speakers-info {
    padding: 20px 0;
}
.speakers-row > div > a div.speakers-info span.subtitle {
    display: block;
        color: #999;
}
.speakers-row > div > a:hover div.speakers-foto {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
@media only screen and (min-width: 992px) {
  .download-subject--wrapper {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .download-mob--wrapper {
    padding: 0;
  }
}

.download-subject--wrapper form {
  margin-top: 0;
}

.download-subject--wrapper .active {
  background: linear-gradient(to right, #ffbf04, #ee825e);
  color: black;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
}

.download-subject--wrapper .non-active {
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #ffbf04, #ee825e);
  border-image-slice: 1;
  background-color: white;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffbf04;
  transition: all 0.3s ease;
}

.download-subject--wrapper .non-active:hover {
  background: linear-gradient(to right, #ffbf04, #ee825e);
  color: #ffffff;
  transition: all 0.3s ease;
}

.download-subject--wrapper:hover {
  cursor: pointer;
}

.download-item--inner {
  margin-bottom: 30px;
  background-color: #f2f2f2;
  transition: all 0.3s ease;
  padding: 15px 20px 40px;
}

.download-item--inner:hover {
  background-color: #f6a032;
  transition: all 0.3s ease;
}

.download-item--inner:hover .tag-download {
  color: white;
  transition: all 0.3s ease;
}

.download-item--inner:hover .download {
  color: white;
  transition: all 0.3s ease;
}

.download-item--inner .tag-download {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #898989;
  width: 100%;
  display: block;
  margin-top: 0px;
}

.download-item--inner .title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 30px;
}

.download-item--inner .download {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #f6a032;
  display: block;
  width: calc(100% - 16px);
  position: absolute;
  bottom: 14px;
  left: 20px;
  float: left;
  transition: all 0.3s ease;
}

.download-item--inner img {
  display: block;
  position: absolute;
  bottom: 14px;
  right: 20px;
  float: left;
  transition: all 0.3s ease;
}

.agenda p {
  font-size: 18px !important;
  color: #333 !important;
}

.bottom-nav ul li a {
  font-size: 16px !important;
  font-weight: bold !important;
}

.upper-nav ul li a {
  font-weight: bold !important;
}

.search--candidate {
  background-color: black;
  padding: 1px 20px 20px;
}

.search--candidate h3 {
  color: white !important;
  font-family: 'Titillium Web', sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}

.blockchain .body a {
  min-width: 375px;
  display: inline-block;
}

.search--candidate span {
  color: white;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 991px) {
  .about--candidate {
    width: 100% !important;
    margin-top: 40px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    height: auto !important;
    min-height: 0px !important;
  }
  .add--about {
    width: calc(100% + 30px) !important;
  }
  .candidate .image--candidate .linkedin {
    width: 25px !important;
  }
  .add--about.candidate .image--candidate .person {
    height: 255px !important;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }
  .add--about .image--candidate {
    max-width: 100%;
    min-height: 200px !important;
    max-height: 250px !important;
    height: 350px !important;
    width: 100% !important;
    object-position: top;
    position: relative;
    overflow: hidden;
    float: left;
  }
  .add--about .image--candidate .linkedin {
    bottom: 100px !important;
  }
  .candidate .image--candidate .person {
    height: 350px !important;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }
  .candidate .image--candidate {
    max-height: 350px !important;
    width: 100% !important;
    height: 350px;
  }
  .add--about .image--candidate {
    top: 20px !important;
  }
  .add--about .info--candidate {
    top: 290px !important;
  }
}

.col-md-12 .image--candidate {
  max-width: 255px !important;
  top: -20px;
}

.col-md-12.candidate h2 {
  color: white !important;
}

.add--about .info--candidate {
  position: absolute;
  top: 250px;
}

.add--about {
  background-image: url('../../assets/images/close-this.png');
  background-position: right 20px top 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.candidate--form input {
  width: calc(100% - 45px);
  float: left;
  position: relative;
  padding: 10px 15px;
  min-height: 45px;
  border: 1px solid #c9c9c9;
  border-radius: 5px 0 0 5px;
  font-size: 12px !important;
  color: #898989 !important;
  font-weight: 600 !important;
  font-family: 'Titillium Web', sans-serif !important;
}

.candidate--form button .glyphicon {
  top: 3px !important;
}

.candidate--form input::-webkit-input-placeholder {
  font-size: 12px !important;
  color: #898989 !important;
  font-weight: 600 !important;
  font-family: 'Titillium Web', sans-serif !important;
}

.candidate--form input::-moz-placeholder {
  font-size: 12px !important;
  color: #898989 !important;
  font-weight: 600 !important;
  font-family: 'Titillium Web', sans-serif !important;
}

.candidate--form input:-ms-input-placeholder {
  font-size: 12px !important;
  color: #898989 !important;
  font-weight: 600 !important;
  font-family: 'Titillium Web', sans-serif !important;
}

.candidate--form input:-moz-placeholder {
  font-size: 12px !important;
  color: #898989 !important;
  font-weight: 600 !important;
  font-family: 'Titillium Web', sans-serif !important;
}

.candidate--form button {
  width: 45px;
  float: left;
  color: #686567;
  position: relative;
  height: 45px;
  border: 1px solid #c9c9c9;
  border-radius: 0 5px 5px 0;
  background-color: #c9c9c9;
}

.candidate--form button span {
  color: #686567;
}

.candidate.col-md-12 {
  background-color: black;
  padding: 0px 30px 30px;
  margin: 30px -15px;
}

.add--about .about--candidate {
  display: block !important;
}

.info--candidate {
  float: left;
  display: block;
}

.about--candidate {
  position: relative;
  float: left;
  width: calc(100% - 255px);
  color: white;
  padding: 20px;
  min-height: 305px;
}

.about--candidate p {
  color: white;
}

.page-content--smb {
  margin-bottom: 30px;
}

.candidate .image--candidate .person {
  height: 255px;
  object-fit: cover;
  width: 100%;
}

.candidate .image--candidate {
  max-width: 100%;
  max-height: 255px;
  height: auto;
  width: auto;
  position: relative;
  overflow: hidden;
  float: left;
}

.candidate:hover .image--candidate .overlay {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.candidate .image--candidate .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9;
  background-color: #ffbf04; /* For browsers that do not support gradients */
  background-image: linear-gradient(#ffbf04, #ee825e); /* Standard syntax (must be last) */
  color: black;
  font-size: 18px;
  line-height: 255px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.add--about:hover .image--candidate .overlay {
  opacity: 0 !important;
}

.candidate .image--candidate .linkedin {
  position: absolute;
  bottom: 15px;
  right: 15px;
  float: right;
  z-index: 99;
}

.candidate {
  margin: 30px 0 15px;
}

.candidate h2 {
  font-size: 22px !important;
  color: black !important;
  line-height: 33px !important;
  margin-top: 6px;
  margin-bottom: 0px;
}

.candidate span {
  font-size: 16px;
  color: #ee825d;
  line-height: 24px;
}

.visie--inner p {
  color: white !important;
}

.visie--highlight:before {
  left: 15px;
  top: 0;
  bottom: 0;
  right: 15px;
  position: absolute;
  content: '';
  background-image: url(../../assets/images/visie-document.jpg);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .share-wrapper {
    width: calc(24% - 30px);
    display: inline-block;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .share-wrapper {
    width: 100%;
    display: inline-block;
    margin-right: 30px;
  }
  .body a {
    line-height: 54px;
    display: inline-block;
  }
  .faq--title {
    margin-top: 40px;
  }
}
.btn-next.btn-next__left {
  min-width: 140px;
  width: auto;
  display: inline-block;
  position: relative;
  float: left;
  left: 15px;
  background-color: #f8a11b;
  color: white;
  padding: 10px 25px;
  text-align: right;
  border-radius: 5px;
}

.search__where-from {
  font-size: 16px !important;
  line-height: 40px !important;
  font-weight: 700;
  color: #f8a11b;
  display: block;
}

.btn-next__left::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #f0835a;
  width: 40px;
  height: 40px;
  left: 0px;
  top: 0px;
  border-radius: 5px 0px 0px 5px;
  font-size: 20px;
  line-height: 20px;
}

.btn-next__left-glyphicon {
  font-size: 10px;
  position: relative;
  float: left;
  z-index: 9;
  left: -10px;
  top: 5px;
}

.btn-prev.btn-prev__right {
  min-width: 140px;
  width: auto;
  display: inline-block;
  position: relative;
  float: right;
  right: 15px;
  background-color: #f8a11b;
  color: white;
  padding: 10px 25px;
  text-align: left;
  border-radius: 5px;
}

.btn-prev__right::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #f0835a;
  width: 40px;
  height: 40px;
  right: 0px;
  top: 0px;
  border-radius: 0px 5px 5px 0px;
  font-size: 20px;
  line-height: 20px;
}

input, textarea {
  border: 2px solid lightgray;
}

.header-wrapper--first > .header-inner--bottom > p {
  margin-bottom: 0px;
}

.btn-prev__right-glyphicon {
  font-size: 10px;
  position: relative;
  float: right;
  z-index: 9;
  right: -10px;
  top: 5px;
}

.btn-one:hover {
  padding: 5px !important;
}

.dots-grey > span.logo-white {
  font-weight: 600 !important;
}

input:focus {
    outline-color: #fcbe00;
}

span.glyphicon.glyphicon-menu-right.viernulvier {
  top: 15px !important;
  right: 0px !important;
}

.pull-right.button.button-blockchain-b.button-blockchain.bold {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p, body, a, span, .paginaTextBlock h2 {
font-family: 'Titillium Web', sans-serif !important;
}

.navbar-nav>li>.dropdown-menu>li a {
  font-family: 'Titillium Web', sans-serif !important;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

h1, h2 {
  font-size: 28px !important;
  line-height: 42px !important;
  font-weight: 700;
  margin: 0 0 5px 0;
}

h3 {
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
}

img.vorm {
  width: 100% !important;
}

li.normal.transition {
  opacity: 0.5;
}

.vraag.ui-state-active {
  border-bottom: 2px solid rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vraag {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid rgba(0,0,0,0.1);
}

.ui-accordion-content-active {
  border-bottom: 2px solid rgba(0,0,0,0.1);
}


.vraag > h4 {
  font-size: 20px;
  color: #0c0c0c !important;
  line-height: 68px;
  display: inline-block;
}

.plus-icon {
  float: right;
  margin-top: 39px;
}

.container-marge {
  margin-top: 50px;
}

body {
  -webkit-font-smoothing: antialiased;
}

.extra-blok--first {
  background-color: black;
}

.extra-blok--second {
  margin-top: 30px;
}

.extra-blok {
  padding: 20px 20px 40px 20px;
}

.extra-blok > h5 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 0;
  line-height: 30px;
}

.extra-blok > p {
  color: white !important;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
  font-size: 16px;
}

.header-inner--lees-meer {
  padding: 10px 15px;
}

.header-inner--lees-meer-txt, .header-inner--lees-meer {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.twitter-bar {
  background-color: #333333;
  /* margin: 20px 0; */
  padding: 30px 0 20px 0;
}

.tweet {
  color: white !important;
  font-size: 24px;
  line-height: 18px;
  background-color: transparent;
  display: inline-block;
  margin: 0;
}

.contactpersoon-title {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 24px;
  font-weight: 300;
}
.big-data--email > a {
  color: black !important;
  font-size: 13px;
  word-break: break-all;
}

.contact-wrapper-person {
  width: calc(100% - 100px);
  float: right;
  position: relative;
  display: block;
}

.agenda-wrapper-person {
  width: calc(100% - 60px);
  float: right;
  position: relative;
  display: block;
}

.bestand-wrapper-person {
  width: calc(100% - 60px);
  float: right;
  position: relative;
  display: block;
}

.person-border {
  border-radius: 80px;
}

.twitter-img {
  margin-left: 20px;
  position: relative;
  top: -2px;
}

.use-case-achtergrond {
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-case-wrapper {
  border: 1px solid #e7e7e7;
}

.use-case-inner {
  padding: 0 20px 20px 20px;
}

.use-case {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

@media only screen and (min-width: 992px) {
  .use-case-right {
    padding-right: 0;
  }

  h3.blockchain-title-formulier {
    margin-top: 8px;
  }

  .use-case-left {
    padding-left: 0;
  }
  .button-news {
    display: inline-block !important;
  text-align:center;
  }
  button.pull-left {
    margin-right: 30px;
  }
  h2.bold.black.use-case-title {
    left: 15px;
    line-height: 45px !important;
    top: 20px !important;
  }
}

.dots > .container > .bold {
  text-align: left !important;
  position: relative !important;
  top: -15px !important;
  background-image: none !important;
  background-color: white !important;
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding-bottom: 37px !important;
}

.footer-wrapper {
    margin-top: 60px;
}

.share-title-nw {
  text-align: center !important;
  color: white !important;
  font-size: 16px !important;
  line-height: 38px !important;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-form .form-group input {
    width: 100% !important;
  }
  .navbar-form .form-group {
    width: 100% !important;
  }
  .navbar-form {
    width: 100% !important;
  }
  .menu-row {
    margin-top: 20px !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .upper-nav>ul>li>a {
    font-size: 12px!important;
    padding: 10px 8px !important;
  }
  .nav>li>a {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .vraag > h4 {
    width: calc(100% - 40px);
    line-height: 34px !important;
  }
  li.actie-lijn.transition {
    border: none !important;
  }
  .navbar-nav>li>.dropdown-menu>li {
    padding: 15px 0px 15px 0px;
  }
  .navbar-default .navbar-nav>.open>a {
    padding: 15px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .flag-nl, .flag {
    display: inline-block !important;
  }
  .col-md-6.no-padding.video-style {
    padding: 0px !important;
  }
  h2.bold.black.use-case-title {
    padding: 15px 15px 0px 15px !important;
  }
  .pagina-inleiding {
    margin-top: 0px !important;
  }
  .plus-icon {
    margin-top: 24px !important;
  }
  .last-bottom {
    margin-bottom: 50px;
  }
  .transparent > .bold {
    padding: 0 15px;
    word-break: break-word;
    text-align: center;
  }
  a.button-news {
    height: 45px;
    margin-bottom: 50px;
  }
  .dots h2 {
    top:0 !important;
    background-image: url(/assets/images/concrete.png);
    width: auto !important;
    padding-bottom: 0 !important;
  }
  .dots {
    height: auto !important;
    margin-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .button-news {
    display: inline-block !important;
    text-align: center;
  }
  .mobile-resp-top {
    margin-top: 50px;
  }
  .contactpersoon-wrapper {
    padding-top: 0.2px;
  }
  .big-data--email > a {
    font-size: 11px !important;
  }
  .col-md-6.use-case-left, .col-md-6.use-case-right {
    padding: 0px !important;
  }
  .vorm-d {
    display: none !important;
  }
  .email {
    width: 100%;
    display: table;
    margin-left: 0px!important;
    margin-bottom: 10px;
  }
  .nieuws-social {
    margin-top: 35px;
  }
  .dots.dot-offset.dots-auto.dots-push-it.ini-dots.white-dot {
    margin-top: 50px !important;
  }
  .dots.dot-offset.dots-auto.dots-push-it.ini-dots.white-dot > h2 {
    background-color: transparent !important;
    background-image: none !important;
  }
}

.header-inner--lees-meer-txt, .header-inner--lees-meer {
  text-decoration: none !important;
}

.use-case-left a, .use-case-right a {
  margin-top: 30px;
  text-decoration: none !important;
}

.use-case-left, .use-case-right {
  margin-top: 30px;
  text-decoration: none !important;
}

.video-style {
  margin-top: 30px;
}

.video-style > iframe {
  width: 100%;
  height: auto;
  min-height: 345px;
}

.body a {
  padding: 15px 45px 15px 25px;
  background-image: url(/assets/images/chevron-small-right_white.png);
  background-size: 5px;
  color: white !important;
  margin: 15px 0;
  background-position: right 15px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.body a:hover {
  padding: 15px 60px 15px 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-case-leesmeer {
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 0 20px 20px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-case-leesmeer > img {
  margin-top: -2px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-case-leesmeer:hover > img {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-case-leesmeer:hover {
  padding: 0 35px 20px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project--cta {
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  bottom: 0;
  right: 0;
  padding: 0 20px 20px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project--cta > img {
  margin-top: -2px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project--cta:hover > img {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project--cta:hover {
  padding: 0 35px 20px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.use-case-date {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.transparent > .bold {
  background-color: white !important;
  background-image: none;
  padding: 0;
}

.black {
  color: black !important;
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 36px !important;
  line-height: 54px !important;
}

.ui-accordion-header {
  cursor: pointer;
  outline: none !important;
}

.vorm-d {
  margin-top: -75%;
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

.dots.nieuws {
  margin-top: 80px;
  margin-bottom: 80px;
}

.up-down > a {
  text-decoration: none !important;
}

.btn-one.btn-commit2data.first:hover > .btn-inner {
  background-color: transparent !important;
  padding: 0px !important;
}

.btn-one.btn-commit2data.first:hover > .btn-inner > .btn-title {
  color: white !important;
}

.datum-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
  color: black;
}

.adres-gegevens > span > p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #b3b3b3;
  margin-bottom: 0;
}

span.footer-ministerie {
  line-height: 22px;
  font-weight: 600 !important;
  color: white !important;
  margin-bottom: 0;
}

.twitter-logo-grey > span, .linkedin-logo-grey > span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600 !important;
  color: #b3b3b3;
}

.footer-categorieen li a {
  color: #959595 !important;
  font-weight: 600;
}

.footer-paginas li a {
  color: white !important;
  font-weight: 600;
}

.share-height > a {
  text-decoration: none !important;
}

.big-data--naam, .big-data--functie, .big-data--email {
  display: block;
}

.project--info-left.C2D > img, .project--info-right.C2D > img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.thema-tag {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 7px 10px;
  color: white;
  font-weight: 700;
}

.use-case-achtergrond {
  position: relative;
}

.call-info--gesloten, .call-info--open {
  padding: 20px;
  margin: 30px 0;
}

.call-info--gesloten > h3, .call-info--open > h3, .call-info--open > p, .call-info--gesloten > p {
  color: white !important;
}

.call-info--gesloten > h3, .call-info--open > h3 {
  margin-top: 5px !important;
}

.vorm {
  margin-top: 0;
}

.header-pages--height {
  background-position: inherit !important;
}

.vorm-wrapper {
  margin-bottom: 50px;
  /* margin-top: -250px; */
}

.page-title {
  bottom: 125px;
  width: 100%;
}

.page-title > h2 {
  color: white !important;
}

.big-data--email {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
}

.dots {
  background-position: top center;
}
.bestand--email {
  font-size: 16px;
}

.ui-accordion-content > p {
  color: #898989;
}

.ui-accordion-content > p:last-child {
  margin-bottom: 30px;
}

.ui-accordion-header.ui-state-active > img {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari 3-8 */
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ui-accordion-header > img {
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Safari 3-8 */
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dots-twitter {
  background-image: url(/assets/images/dot-pattern.png);
  padding: 39px 0px;
}

.twitter-hoogte {
  padding-left: 30px;
}

.twitter-bar {
  position: relative;
}

.twitter-hoogte {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sharing span {
  font-size: 14px !important;
}

.sharing {
  top: -40px !important;
  left: 0px !important;
}

.succesverhaal figure img{
  max-width: 100%;
}

.navbar-toggle.collapsed {
  background-image: url(/assets/images/menu-open-dbc.png) !important;
}

.navbar-toggle {
  background-image: url(/assets/images/Kruis-dbc.png) !important;
}
a#CybotCookiebotDialogBodyLevelButtonAccept {
    color: black !important;
    background-color: #febf0d !important;
    border: 1px solid #febf0d !important;
    padding: 7px !important;
    font-weight: bold !important;
}
div#CybotCookiebotDialogBodyContent {
    padding-left: 0px !important;
}
div#CybotCookiebotDialogPoweredbyLink {
    display: none !important;
    width: 0px !important;
}

#footer .below-line {
  margin-top: 0% !important;
}
