
/* gebruik niet het scss bestand!  */
@import url(typography.css);
@media (max-width: 992px) {
  .slidewrap {
    padding-bottom: 50%;
    width: 100% !important;
  }
}

#404-error-search {
  background: #ffffffc9!important;
  padding: 30px!important;
}

.slidewrap {
  width: 540px;
  height: 314px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
}

.social-links {
  text-align: right;
  padding-top: 4%;
}

.social-links a {
  padding: 5px;
  display: inline-block;
}

.social-links a img {
  width: 40px !important;
  height: 40px !important;
}

.bestuur .smoel img {
  max-width: 150px !important;
  border: 3px solid red;
}

.body-wrapper.feiten {
  min-height: 155px !important;
}

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

.sidebar-offcanvas {
  display: none;
}

@media (min-width: 992px) {
  .carousel .flex-wrapper {
    margin-left: -15px !important;
  }
}

.carousel-indicators {
  position: absolute;
  bottom: -60px !important;
}

.carousel-indicators li {
  margin: 10px !important;
  border: 1px dotted white;
}

.video-wrap {
  position: relative;
  display: block;
}

.video-wrap span {
  position: absolute;
  background-image: url("../images/play-button.svg");
  background-position: center center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 20%;
}

.smoelen {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.smoelen .inner-smoel {
  padding: 10px;
}

.smoelen .smoel {
  flex: 0 0 33%;
  padding: 0 10px 10px 0;
}

@media (max-width: 376px) {
  .smoelen .smoel {
    flex: 0 0 100% !important;
  }
}

@media (max-width: 992px) {
  .smoelen .smoel {
    flex: 0 0 50%;
  }
}

.smoelen .smoel .inner-smoel {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 0 0 100% 0;
}

.smoelen .smoel img {
  width: 100%;
}

.smoelen .smoel p {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  z-index: 200;
  display: inline-block;
  background: rgba(227, 33, 25, 0.5);
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  color: white;
}

.smoelen .smoel p strong {
  font-family: 'ITC Avant Garde Std Demi';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1;
}

.smoelen .smoel p i {
  font-family: 'ITC Avant Garde Std XLt';
  font-size: 12px;
  display: block;
  line-height: 15px;
  font-weight: 100;
}

.smoelen .smoel div.social {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 10px;
  padding: 0px;
}

@media (min-width: 992px) and (max-width: 1150px) {
  .smoelen .smoel div.social {
    top: 10px;
    right: 0;
    padding: 0px;
  }
}

.smoelen .smoel div.social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
}

.smoelen .smoel div.social a.mail {
  background-image: url("../image/email-filled-closed-envelope.svg");
  background-position: bottom;
  background-size: 90%;
  background-repeat: no-repeat;
}

.smoelen .smoel div.social a.linkedin {
  background-image: url("../image/linkedin.svg");
  background-position: top;
  background-size: 90%;
  background-repeat: no-repeat;
}

.smoelen .inner-smoel:hover::before {
  content: '';
  display: block;
  background: -moz-linear-gradient(left, rgba(210, 56, 42, 0.7) 0%, rgba(210, 56, 42, 0.7) 1%, rgba(210, 56, 42, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(210, 56, 42, 0.7) 0%, rgba(210, 56, 42, 0.7) 1%, rgba(210, 56, 42, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(210, 56, 42, 0.7) 0%, rgba(210, 56, 42, 0.7) 1%, rgba(210, 56, 42, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d2382a', endColorstr='#33d2382a',GradientType=1 );
  /* IE6-9 */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.smoelen .smoel:hover div.social {
  display: block;
  position: absolute;
  z-index: 2000;
  bottom: 50px;
  left: 10px;
  padding: 0px;
}

.smoelen .smoel:hover div.social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
}

.smoelen .smoel:hover div.social a.mail {
  background-image: url("../image/email-filled-closed-envelope.svg");
  background-position: bottom;
  background-size: 90%;
  background-repeat: no-repeat;
}

.smoelen .smoel:hover div.social a.linkedin {
  background-image: url("../image/linkedin-wit.svg");
  background-position: top;
  background-size: 90%;
  background-repeat: no-repeat;
}

.smoelen .smoel:hover .inner-wrap {
  background: black;
}

.smoelen .smoel:hover span {
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2382a+0,d2382a+100&0.7+1,0.2+100 */
  background: -moz-linear-gradient(left, rgba(210, 56, 42, 0.7) 0%, rgba(210, 56, 42, 0.7) 1%, rgba(210, 56, 42, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(210, 56, 42, 0.7) 0%, rgba(210, 56, 42, 0.7) 1%, rgba(210, 56, 42, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(210, 56, 42, 0.7) 0%, rgba(210, 56, 42, 0.7) 1%, rgba(210, 56, 42, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d2382a', endColorstr='#33d2382a',GradientType=1 );
  /* IE6-9 */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.smoelen .smoel:hover p {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  z-index: 1000;
  display: inline-block;
  background-color: white;
  bottom: 0px;
  padding: 5px 10px;
  text-align: left;
  color: black;
}

.smoelen .smoel:hover p strong {
  font-family: 'ITC Avant Garde Std Demi';
  font-size: 14px;
  font-weight: normal;
}

.smoelen .smoel:hover p i {
  font-family: 'ITC Avant Garde Std XLt';
  font-size: 14px;
  font-weight: 100;
}

.zoek-resultaten h2 span {
  font-weight: bold;
}

.zoek-resultaten a {
  color: black !important;
}

.zoek-resultaten a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.embed-container img {
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden !important;
  max-width: 100%;
  width: 96%;
  border-radius: 15px;
  text-align: center;
}

/* Removed because it doesn't work/breaks video's */
/* .embed-container iframe {
  width: 106% !important;
  height: 106% !important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: -10px !important;
  left: 0;
} */

@media (max-width: 767px) {
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    bottom: -15px !important;
  }
}

body {
  padding-top: 120px !important;
}

@media (min-width: 768px) {
  body {
    padding-top: 120px !important;
  }
}

.navbar .container {
  width: 100%;
}

.navbar-brand {
  position: relative;
  z-index: 20000;
  height: 95px;
  padding: 0;
}

.navbar-brand img {
  width: auto;
  height: 100%;
}

@media (max-width: 767px) {
  .navbar-inverse {
    background: white;
    padding-top: 30px;
  }
}

.bg-red {
  background: #e32119;
  position: relative;
}

.navbar-header {
  height: 120px;
  padding: 10px;
  width: 100%;
  background: white;
}

.navbar-header img.lang {
  width: 35px !important;
  position: relative;
  float: right;
  margin-top: 32px;
  margin-right: 30px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .navbar-header {
    position: fixed;
    top: 0;
  }
}

.navbar-header button {
  transform: scale(2.6);
  margin-top: 25px;
}

.navbar-header nav {
  display: none !important;
  float: right;
}

.navbar-header nav li {
  display: inline-block;
  float: left;
}

.navbar-header nav a {
  padding: 10px;
  display: inline-block;
}

.list-group {
  background: #e32119;
}

.list-group ul {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 0;
  padding: 20px;
  list-style: none !important;
}

.list-group ul li a {
  font-size: 20px;
  text-align: left;
  font-family: 'ITC Avant Garde Std Md';
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.list-group ul li .active:hover {
  color: #233e41;
}

.breadcrumbs {
  display: none !important;
  padding: 10px 0;
  display: none;
}

@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}

.breadcrumbs a, .breadcrumbs span {
  font-family: "ITC Avant Garde Std Bk" !important;
  display: inline-block;
  text-transform: uppercase;
  color: #858585;
  font-size: 14px;
}

.breadcrumbs .active {
  color: #171717;
}

.extra-info div.h1 {
  font-family: 'ITC Avant Garde Std Demi';
}

h1 {
  font-family: 'ITC Avant Garde Std Bk';
  padding-bottom: 25px;
}

h1, .extra-info div.h1 {
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-size: 25px;
  padding: 0 !important;
  margin: 10px 0;
  display: block;
}

@media (min-width: 768px) {
  h1, .extra-info div.h1 {
    font-size: 40px;
    border: 0 none !important;
    padding: 0 !important;
  }
}

.submenu .subsubmenu {
  display: none;
}

.submenu li.active .subsubmenu {
  display: block;
}

.submenu {
  width: 100%;
  max-width: 260px;
  float: right;
  padding: 10px 0;
}

.submenu ul li {
  float: left;
  clear: both;
  position: relative;
  padding-left: 37px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .submenu ul li {
    width: 100%;
  }
}

.submenu ul li a {
  font-family: 'ITC Avant Garde Std Xlt';
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: uppercase;
  color: #171717;
  display: inline;
  padding-bottom: 10px;
}

.submenu ul li .active {
  font-family: 'ITC Avant Garde Std Md';
  color: black;
}

.submenu ul li::before {
  content: ' ';
  width: 20px;
  height: 20px;
  color: #e32119 !important;
  background: #e32119;
  font-size: 30px;
  line-height: 25px;
  margin-right: 20px;
  display: inline-block;
  float: left;
  position: absolute;
  top: 3px;
  left: 0;
}

.submenu ul li::after {
  color: #707070;
  padding-left: 5px;
  font-weight: bold;
  float: right;
  position: absolute;
}

.footer-logos a {
  padding: 0;
  display: contents;
}

.subsubmenu {
  margin-bottom: 30px;
}

.subsubmenu h2 {
  font-family: 'ITC Avant Garde Std Md';
  text-transform: uppercase;
  font-size: 25px;
  padding: 20px 0;
}

.subsubmenu h2:empty {
  display: none;
}

.subsubmenu ul li {
  margin: 0;
  padding: 6px 0;
  display: flex;
}

.subsubmenu ul li a {
  font-family: 'ITC Avant Garde Std Xlt';
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  color: #171717;
  display: inline-block;
  padding-bottom: 0px;
}

.subsubmenu ul li .active {
  font-family: 'ITC Avant Garde Std Md';
  color: black;
}

.subsubmenu ul li .active::after {
  color: black !important;
}

.subsubmenu ul li::before {
  /* display:none; */
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  padding-left: 5px;
  font-weight: bold;
}

.caption {
  padding: 10px;
  background: rgba(227, 33, 25, 0.8);
  color: white;
  position: relative;
  z-index: 200;
  display: block;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 26px;
  padding: 15px;
}

@media (min-width: 768px) {
  .caption {
    left: -11%;
    top: -40px;
    display: inline-block;
    max-width: 90%;
  }
}

@media (min-width: 1024px) {
  .caption {
    left: -11%;
    top: -40px;
    display: inline-block;
    max-width: 80%;
  }
}

h1:empty,
h2:empty,
h3:empty {
  display: none;
}

.content {
  font-size: 14px;
  font-size: 1.4rem;
}

.content .row {
  margin-left: 0;
}

.content .row .column {
  padding: 5px 10px 5px 0;
}

.content div {
  font-size: 14px;
  font-size: 1.4rem;
}

.content h1 {
  padding: 20px 0 !important;
  margin: 0;
  border: 0 none !important;
}

.content h2 {
  font-size: 20px;
  font-size: 2rem;
}

.content h2 {
  padding: 0 0 20px 0;
}

.content .teasers.news h2, .content h3, .content h5 {
  font-family: "ITC Avant Garde Std Md" !important;
}

.content h4 {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: bold;
  padding: 30px 0 10px 0;
}

.content h3 {
  font-size: 25px;
  padding: 30px 0 10px 0;
  font-family: "ITC Avant Garde Std Demi" !important;
}

.content ul {
  margin: 10px;
  list-style: inside;
  padding: 0 0 5px;
  /* padding: 20px; */
  width: 100%;
}

.content ul li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  width: 100%;
}

.content p a, .content .tags a, .content a {
  text-decoration: underline;
  color: #e32119 !important;
}

.content p a:hover {
  color: black;
}

.content p {
  font-size: 14px;
  font-size: 1.4rem;
}

.topmenu {
  position: relative;
  right: 50px;
}

@media (min-width: 1401px) {
  .navbar-toggle {
    display: none;
  }
}

.topmenu li a[href*="/zoeken"] {
  display: block;
  position: relative;
  right: -18px;
}

@media (min-width: 1401px) {
  .topmenu li a[href*="/contact"],
  .topmenu li a[href*="/nieuws-publicaties"],
  .topmenu li a[href*="/lidmaatschap"],
  .topmenu li:first-of-type {
    display: none;
  }
}

@media (max-width: 1400px) {
  .topmenu {
    display: none;
  }
}

.topmenu {
  padding-top: 20px;
  text-align: center;
}

.topmenu li {
  list-style: none;
  display: inline-block;
}

.topmenu li a {
  font-size: 14px;
  color: #000;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
}

@media (min-width: 1530px) {
  .topmenu li a {
    padding: 10px 20px;
  }
}

.banner {
  padding: 4em 0;
  font-family: "ITC Avant Garde Std Md" !important;
}

.banner h2 {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
  /* word-break: break-all; */
}

@media (max-width: 767px) {
  .banner h2 {
    font-size: 20px;
  }
}

.banner p {
  font-size: 1.4rem;
}

.banner .btn-aanmelden {
  border: 3px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-style: normal;
  padding: 10px 20px 5px 20px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 10000;
}

.banner .video {
  width: 100%;
}

.carousel {
  color: white;
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.carousel .item {
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.carousel .active {
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.carousel img {
  width: 97%;
  height: auto;
  border-radius: 10px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px 18px 18px 35px;
  width: 100% !important;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom: 10px;
  transition: 0.4s;
  font-weight: bold;
  position: relative;
}

.accordion::before {
  content: '>';
  padding-right: 10px;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 15px;
}

.accordion .active, .accordion:hover {
  background-color: #ccc;
}

a {
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  margin: 0;
  display: none;
  background-color: white;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.panel p {
  border-bottom: 1px solid #ccc !important;
}

.panel .organisation {
  color: gray;
}

.panel .organisation:after {
  padding: 0 5px;
}

@media (min-width: 768px) {
  .panel .organisation:after {
    content: '|';
  }
}

.panel .function {
  color: gray;
}

.panel .clear {
  clear: both;
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .panel span {
    display: block;
    width: 100%;
    text-align: left !important;
  }
}

.date {
  border: 1px solid #efefef;
  display: inline-block;
  padding: 10px;
  color: #333;
  margin: 10px 0;
  font-size: 12px;
  margin-left: 3px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'ITC Avant Garde Std Xlt';
}

.tags {
  padding: 20px 0 10px 0;
}

.news a {
  color: black;
  display: block;
}

.news .date {
  float: right;
  margin-bottom: 0;
}

.downloads {
  padding: 10px 0;
}

.downloads ul {
  list-style: none;
  margin: 0;
}

.downloads ul li:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}

.downloads ul li:hover p {
  text-decoration: underline;
}

.downloads ul li {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 20px 10px 90px;
  margin: 5px 0;
  position: relative;
  transition: 0.4s;
}

.downloads ul li p {
  font-size: 85%;
  line-height: normal;
}

.downloads ul li strong {
  font-size: 85%;
  line-height: normal;
}

.downloads ul li span {
  margin-left: 10px;
  margin-top: 0;
}

.downloads ul li img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.teasers {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .teasers h2 {
    font-size: 21px;
  }
}

.teasers ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.teasers li:hover {
  cursor: pointer;
}

.teasers li:hover h2 {
  text-decoration: underline;
}

.teasers li {
  border-bottom: 1px solid #858585;
  position: relative;
  clear: both;
  display: block;
  float: left;
  padding: 20px 0;
  min-height: 180px;
}

.teasers li .image {
  float: left;
  display: inline-block;
  max-width: 90px;
  height: 90px;
  width: 100%;
  position: absolute;
  LEFT: 0;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .teasers li .image {
    max-width: 140px;
    height: 140px;
    width: 100%;
  }
}

.teasers li .image img {
  width: 100%;
  height: auto;
}

.teasers li .datebox {
  float: left;
  background: #e32119;
  padding: 10px;
  display: inline-block;
  color: white;
  font-family: 'ITC Avant Garde Std Demi';
  position: absolute;
  left: 0;
}

.teasers li .datebox .day {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  padding: 15px 10px 0px 10px;
}

@media (min-width: 768px) {
  .teasers li .datebox .day {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .teasers li .datebox .month-year {
    font-size: 12px;
  }
}

.teasers li .content-wrapper {
  width: 100%;
  float: left;
  padding-left: 100px;
}

@media (min-width: 768px) {
  .teasers li .content-wrapper {
    padding-left: 150px;
  }
}

.teasers li .content-wrapper h2 {
  padding-top: 0;
}

.teasers li .content-wrapper .btn-meer-info {
  border: 3px solid #e32119;
  color: #e32119;
  font-size: 17px;
  padding: 3px 8px;
  display: inline-block;
  float: right;
  margin: 15px 0 0 0;
}

.pagination {
  margin: 20px 0 0 0;
}

.pagination a {
  float: left;
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  background: #e32119 !important;
  border-radius: 10px;
  text-transform: uppercase;
  border: 3px solid white;
  font-size: 14px;
  line-height: 19px;
  font-style: normal;
  padding: 10px;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination .active {
  background: #fff !important;
  border: 2px solid #e32119 !important;
  color: #e32119 !important;
}

.teasers.news .btn-toon-alles,
.btn-toon-alles {
  border: 3px solid white;
  color: white !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-style: normal;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  background: #e32119 !important;
}

.btn-toon-alles:hover {
  background: #707070;
  color: white;
}

footer {
  background: #b1b3b4;
  padding: 0;
  color: #000;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  footer .right {
    border-top: 10px solid white;
  }
}

footer .left {
  background: #e32119;
  background-image: url("../image/footer-hoek.png");
  background-position: center right;
  background-repeat: no-repeat;
}

footer .left img {
  margin-left: 10%;
  padding: 10px 0;
}

footer .right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

footer .right img {
  float: right;
}

footer img {
  max-width: auto !important;
  width: auto !important;
  height: auto !important;
}

footer a {
  color: #000;
  padding: 0 20px 0 0;
}

.search {
  padding: 2px;
  margin-bottom: 20px;
}

.search .input-group input {
  background: white;
  line-height: 25px;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  margin-right: 5px;
  width: calc( 100% - 10px);
}

.search button {
  background: #e32119;
  border: 2px solid white;
  border-radius: 10px !important;
}

.algemene-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.algemene-info img {
  padding-bottom: 20px;
}

.algemene-info h2 {
  color: #e32119;
  padding: 10px 0;
  font-size: 24px;
  font-family: 'ITC Avant Garde Std Demi';
  text-transform: uppercase;
}

.algemene-info .email, .algemene-info .website, .algemene-info .download {
  color: #e32119;
  line-height: 28px;
  margin-right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

.algemene-info .link:before {
  display: inline-block;
  content: ' ';
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  margin-right: 7px;
  position: relative;
  top: 5px;
}

.algemene-info .download:before {
  background-color: #e32119;
  background-image: url("../image/download-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border-radius: 50%;
  background-size: 15px 15px;
  transition: 0.4s;
}

.algemene-info .email:before {
  background-image: url("../image/message.svg");
}

.algemene-info .website:before {
  background-image: url("../image/link.svg");
}

.extra-info {
  padding: 20px;
  background: #e32119;
  margin-top: 20px;
  color: white;
}

.extra-info h1 {
  color: white;
  padding: 0 !important;
  font-size: 50px;
  word-break: break-all;
  font-family: 'ITC Avant Garde Std Demi';
  border-bottom: 1px solid white !important;
}

@media (max-width: 768px) {
  .extra-info h1 {
    border-top: 0 none !important;
    font-size: 40px;
  }
}

.extra-info h2 {
  color: white;
  padding: 10px 0 0 0;
  font-size: 24px;
  font-family: 'ITC Avant Garde Std Demi';
  text-transform: uppercase;
}

.extra-info h3 {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  padding: 25px 0 5px 0;
}

.extra-info span {
  color: white;
  display: block;
  padding: 10px 0 0 0;
  font-size: 18px;
  font-family: 'ITC Avant Garde Std Demi';
}

.extra-info ul {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 10px;
}

.extra-info ul li {
  padding-left: 20px;
  position: relative;
}

.extra-info ul li:before {
  content: '-';
  position: absolute;
  left: 0;
}

.table {
  font-size: 80%;
}

.table th {
  color: #e32119;
}

q {
  background: #3e3d40;
  color: white;
  padding: 4% !important;
  display: block;
  border: 0 none;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'ITC Avant Garde Std Bk';
}

q i, q em {
  font-style: normal;
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.zoeken button[type="submit"] {
  padding: 15px 20px 12px 20px;
}

button[type="submit"] {
  background: #e32119;
  border: 0 none !important;
  font-family: 'ITC Avant Garde Std Md';
  color: white;
  font-size: 14px;
  padding: 15px 20px 10px 20px;
  width: 100%;
}

@media (min-width: 768px) {
  button[type="submit"] {
    width: auto;
  }
}

.zoek-pagina input {
  background: white !important;
  border: 1px solid #ccc !important;
}

.zoek-pagina input, .zoek-pagina button {
  border-radius: 10px !important;
}

.zoek-pagina button {
  margin-left: 10px !important;
  border: 1px solid #ccc !important;
}

.zoek-wrapper .col {
  display: inline-block;
  float: left;
  text-align: left;
}

.zoek-wrapper .first {
  width: 50%;
}

.zoek-wrapper .first input {
  width: calc( 100% - 10px);
}

.zoek-wrapper .second {
  width: calc( 50% - 64px);
}

.zoek-wrapper .second select {
  width: calc( 100% - 10px);
}

.zoek-wrapper .third {
  width: 54px;
}

.zoek-wrapper input, .zoek-wrapper select {
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
}

.zoek-wrapper .nav-tabs {
  border: 0 none;
}

.zoek-wrapper .nav {
  padding: 0;
  margin: 0;
}

.zoek-wrapper .nav li {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .zoek-wrapper .nav li {
    width: 50%;
  }
}

.zoek-wrapper .nav li a {
  padding-top: 15px;
  padding-left: 0 !important;
  font-family: 'ITC Avant Garde Std Md';
  text-transform: uppercase;
  background: #ebebeb;
  color: #3e3d40;
  border: 0 none;
}

@media (max-width: 767px) {
  .zoek-wrapper .nav li a {
    min-height: 80px;
    font-size: 14px;
  }
}

a .zoek-wrapper .nav li:hover {
  background: none;
  border: 0 none;
}

.zoek-wrapper .nav li.active a {
  background: none;
  border: 0 none;
  color: white;
  font-family: 'ITC Avant Garde Std Md';
  text-transform: uppercase;
}

.zoek-wrapper form {
  padding: 20px 0;
  position: relative;
}

.zoek-wrapper form .form-group {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .zoek-wrapper form .form-group {
    margin-bottom: 10px;
  }
}

.zoek-wrapper form select, .zoek-wrapper form input {
  height: 42px;
  background: white;
  font: inherit;
  line-height: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.zoek-wrapper form select {
  /*background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #efefef, #efefef);*/
  /*background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;*/
  /*background-size: 5px 5px, 5px 5px, 2.5em 2.5em;*/

  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #efefef, #efefef);
  background-position: calc(100% - 17px) calc(1em + 5px), calc(100% - 12px) calc(1em + 5px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 100%;

  background-repeat: no-repeat;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.zoek-wrapper form button {
  border-radius: 10px !important;
}

@media (min-width: 768px) {
  .zoek-wrapper form button {
    float: right;
  }
}

@media (max-width: 767px) {
  .zoek-wrapper form input, .zoek-wrapper form select {
    margin-bottom: 10px;
  }
}

.zoek-wrapper .search-result-nav {
  font-size: 16px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .zoek-wrapper .search-result-nav {
    padding: 20px 0;
  }
}

.zoek-wrapper .search-result-nav a {
  padding-right: 10px;
  color: #171717;
}

.leden-overzicht ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.leden-overzicht ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2%;
  float: left;
  transition: 0.4s;
  position: relative;
  border: 1px solid #d8d9d9;
  padding: 25px 25px 50px 25px;
}

.leden-overzicht ul li img {
  max-width: 150px;
  height: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .leden-overzicht ul li img {
    position: absolute;
  }
}

.leden-overzicht ul li h3 {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .leden-overzicht ul li p {
    padding-left: 170px;
  }
}

.leden-overzicht ul li span {
  border: 3px solid white;
  color: white !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-style: normal;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none !important;
  background: #e32119 !important;
  position: absolute;
  right: -6px;
  bottom: -5px;
}

.leden-overzicht ul li span a {
  color: white !important;
}

.leden-overzicht ul li:hover {
  cursor: pointer;
  border: 1px solid #e32119;
}

.leden-overzicht ul li:hover span {
  background: #e32119;
  color: white !important;
}

.leden-overzicht ul li:hover span a {
  color: white !important;
}

.leden-overzicht ul li:nth-child(even) {
  margin-right: 0;
}

.table-responsive > .fixed-column {
  position: absolute;
  display: inline-block;
  width: auto;
  border-right: 1px solid #ddd;
}

@media (min-width: 768px) {
  .table-responsive > .fixed-column {
    display: none;
  }
}

.leden-table td {
  border: 0 none !important;
  vertical-align: middle !important;
  text-align: left;
}

.leden-table th {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
  height: 120px;
  /* background: white; */
  border: 0 none !important;
  color: gray;
  position: relative;
  overflow: visible;
}

.leden-table th span {
  transform: rotate(-45deg);
  transform-origin: bottom left;
  display: inline-block;
  position: absolute;
  left: 53%;
  bottom: 0;
  white-space: nowrap;
}

td {
  text-align: center;
}

td span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

td.mln02 span.on {
  background-image: url("../image/mln02.svg");
}

td.mln25 span.on {
  background-image: url("../image/mln25.svg");
}

td.mln520 span.on {
  background-image: url("../image/mln520.svg");
}

td.mln20 span.on {
  background-image: url("../image/mln20.svg");
}

td.productie span.on {
  background-image: url("../image/productie.svg");
}

td.grondstoffen span.on {
  background-image: url("../image/grondstoffen.svg");
}

td.handel span.on {
  background-image: url("../image/handel.svg");
}

td.agro span.on {
  background-image: url("../image/agro.svg");
}

td.life span.on {
  background-image: url("../image/life.svg");
}

td.ict span.on {
  background-image: url("../image/ict.svg");
}

td.cleantech span.on {
  background-image: url("../image/cleantech.svg");
}

td.highttech span.on {
  background-image: url("../image/hightech.svg");
}

td.gezondheid span.on {
  background-image: url("../image/gezondheid.svg");
}

td.anders span.on {
  background-image: url("../image/anders.svg");
}

.main {
  padding-top: 50px;
}

.card-wrapper {
  margin-bottom: 20px;
}

.category {
  color: #e32119;
  font-family: 'ITC Avant Garde Std Md';
  text-transform: uppercase;
}

.category i {
  font-style: normal;
  color: #ccc;
  font-family: 'ITC Avant Garde Std Xlt';
}

.twitter h2 {
  font-size: 16px !important;
  line-height: 26px !important;
}

.twitter h2 a {
  color: #e32119;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  display: inline;
  font-size: inherit;
}

.twitter .image {
  display: none !important;
}

.category.over-nvp:before {
  background-image: url("../image/nvp.svg");
}

.card-wrapper:hover {
  cursor: pointer;
}

.card {
  margin-top: 10px;
  border: 1px solid #e3e3e3;
  min-height: 347px;
}

.card iframe[style] {
  width: 100% !important;
  min-width: 100% !important;
}

.card p {
  font-size: 1.4rem;
  font-size: 14px;
}

.card .image {
  display: inline-block;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.card h2 {
  padding: 20px;
  font-size: 23px;
  line-height: 33px;
  font-family: 'ITC Avant Garde Std Md';
  color: black;
}

.card a {
  padding: 0 20px 20px 20px;
  display: block;
  font-size: 14px;
  font-family: 'ITC Avant Garde Std Bk';
  text-decoration: underline;
  color: black;
}

.card .card-date {
  border-top: 1px solid #e3e3e3;
  padding: 15px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-family: 'ITC Avant Garde Std Bk';
}

.card .card-date.facts {
  font-family: 'ITC Avant Garde Std Demi';
}

.card .card-date em {
  font-style: normal;
}

.card .card-date.facts em::before {
  display: none;
}

.card .card-date em::before {
  content: '';
  background-image: url("../image/calendar.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.flex-wrapper {
  margin-bottom: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 991px) {
  .flex-wrapper {
    height: 344px;
    margin-bottom: 0px;
  }
}

.flex-item {
  /* weqwe */
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  color: #000 !important;
  background: #fff !important;
  border-bottom: 2px solid #e32119 !important;
}

.column img {
  height: auto !important;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

@media (max-width: 375px) {
  .column {
    width: 100% !important;
  }
}

@media (min-width: 377px) {
  .submenu {
    max-width: 280px !important;
  }
}

@media (max-width: 375px) {
  .submenu {
    width: 100% !important;
  }
}

/* Clearfix (clear floats) */

.filter__wrapper{
  padding: 4px;
  /* background: #e32119; */
  background: white;
  display: flex;
}

.filter__wrapper .form__section{
  width: 25%;
  padding: 3px;
  margin: 0
}

.input-zoek{
  width: 100%;
  background-color: white!important;
}

.filter__wrapper .form__label{
  /* color: white; */
  font-weight: normal;
}
.filter__wrapper .filter-item{
  width: 33%

}


.filter__wrapper textarea{
  min-height: auto!important
}

.filter__wrapper ul{
  margin:0;
}

.select2-results__option--selectable[style]{
  font-size: 12px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin: 0!important;
  border: 1px solid red;
}

.input-zoek{
  border-radius: 4px!important;
  padding:0 3px!important;
  margin:0;
  border:1px solid #aaa!important;
}

.select2-container--default .select2-selection--multiple{
  padding-right:0!important;
}

.select2-results__option--selectable{
  font-size: 12px;
}

.member__wrapper{
  display: flex;
  flex-direction: column;
}

/* @media (max-width: 690px) {
  .member__wrapper .shuffle-item {
    min-height: 320px;
    width: 50%!important;
    padding: 20px;
    border: 1px solid #efefef;
  }
} */

@media (min-width: 690px) {
  .member__wrapper .shuffle-item {
    min-height: 360px;
    width: 50% !important;
    padding: 20px;
    /* border: 1px solid #efefef; */
  }
}

@media (min-width: 1150px) {
  .member__wrapper .shuffle-item {
    min-height: 360px;
    width: 33% !important;
    padding: 20px;
    /* border: 1px solid #efefef; */
  }
}


 .member__wrapper .shuffle-item{
  min-height: 330px;
  width: 100%;
  padding: 20px;
  /* border: 1px solid #efefef; */
} 

.member__wrapper .shuffle-item h3{
  font-size: 14px;
  padding: 10px 0;
  display: inline-block;
  width: 100%;

  text-decoration: underline;
  font-family: "ITC Avant Garde Std Md" !important;
}

.member__wrapper .shuffle-item img{
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center center;
}



@media (min-width: 1151px) {
      .select2-container--default .select2-selection--multiple,
        .filter__wrapper .form__section {
          width: 100%!important;
        }
}

@media (max-width: 1150px) {

  .filter__wrapper{
    display: flex;
    flex-direction: column;
  }

        .select2-container--default,
        .select2-container--default .select2-selection--multiple,
    .filter__wrapper .form__section{
    width: 100%!important;
  }
}

/* CASUS ITEM DETAILS BUTTON */
.details-btn {
  border-radius: 10px;

  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-style: normal;
  
  padding: 10px 20px;
  
  cursor: pointer;
  text-decoration: none !important;
  background: #e32119 !important;

  /* position: absolute;
  right: -6px;
  bottom: -5px; */
}

  .details-btn a  {
    color: #FFF!important;
  }

/* EVENT CARDS */
.evenementen-overzicht ul {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  overflow: visible!important;
}

  .evenementen-overzicht ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;

    margin-bottom: 0;
    width: 100%;
    padding: 25px 25px 60px 25px;
    
    border: 1px solid #d8d9d9;
    cursor: pointer;
    transition: 0.4s;
  }

    .evenementen-overzicht .calendar time.icon {
      display: inline-block;
      margin-right: 24px;
    }

    .evenementen-overzicht .text-content {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      
      line-clamp: 3;
      -webkit-line-clamp: 3;
      
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.5em;
      
      max-height: calc(3 * 1.5em + 4px);
      margin-top: 14px;
    }

        .evenementen-overzicht .text-content p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          
          margin-bottom: 0;
          overflow: hidden;
          
          -webkit-line-clamp: 3;
          line-clamp: 3;
          line-height: 1.5em;

            text-overflow: ellipsis;
        }

      .evenementen-overzicht li h3 {
        padding: 0;
      }
  
      .evenementen-overzicht li h3+p:not(.date-text),
      .evenementen-overzicht li p+p {
        margin-top: 6px;
      }

    .evenementen-overzicht .date-text {
      color: #9d9d9d;
      font-size: 14px;
      margin-bottom: 0;
    }

    .evenementen-overzicht .image-container {
      width: 210px;
      min-width: 210px;
      height: 120px;
      background-color: #e0e0e0;

      margin-right: 24px;
    }

      .evenementen-overzicht .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }

    .evenementen-overzicht ul li:hover {
      border-color: #e32119;
    }

    .evenementen-overzicht ul li+li {
      margin-top: 30px;
    }

    .evenementen-overzicht li .details-btn {
      position: absolute;
      right: -6px;
      bottom: -5px;
      border: 3px solid #FFF;
      z-index: 10;
    }


    @media screen and (min-width: 767px) {
      .evenementen-overzicht ul li {
        padding-bottom: 50px;
      }

      .evenementen-overzicht ul li+li {
        margin-top: 4%;
      }
      
        .evenementen-overzicht li .text-content p,
        .evenementen-overzicht .text-content {
          -webkit-line-clamp: 2;
          line-clamp: 2;
        }

        .evenementen-overzicht .text-content {
          max-height: calc(2 * 1.5em + 4px);
        }
    }

    @media screen and (max-width: 600px) {
      .evenementen-overzicht ul li {
        flex-direction: column;
      }

        .evenementen-overzicht .image-container{
          margin-right: 0;
          width: 100%;
          height: 180px!important;
          margin-bottom: 24px;
        }
    }

    @media screen and (max-width: 767px) {
    .evenementen-overzicht ul li {
        flex-direction: column;
      }
    
      .evenementen-overzicht .image-container {
        margin-right: 0;
        width: 100%;
        height: 220px;
        margin-bottom: 24px;
      }
    }


.event-detail-wrapper {
  display: flex;
  flex-direction: column-reverse;

  gap: 24px;

  width: 100%;
}

/*.event-detail-content img {*/
/*  width: 100%!important;*/
/*  height: auto!important;*/
/*}*/

.algemene-info--event {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .algemene-info--event .calendar {
    display: inline-block;

    transform: scale(.75);
    transform-origin: center;
  }

  .algemene-info--event .calendar time.icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  
 @media screen and (min-width: 767px) {
    .event-detail-wrapper {
      display: block;
    }

    .algemene-info--event .calendar {
      transform: none;
    }
 }


.academy-calendar .filter__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;

  gap: 6px;

  margin-bottom: 24px;
}

  .academy-calendar .form__section {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 42px;
  }

  .academy-calendar .select2 {
    padding: 0;
    width: 100%!important;

    min-height: 42px;
    height: 100%;
  
    margin: 0;
  
    font: inherit;
    line-height: inherit;
    line-height: 1.5em;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 #3fa492;
  
    background: white;
    transition: box-shadow 150ms ease-in-out;
  }

.academy-calendar .select2-container--default .select2-selection--multiple {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #efefef, #efefef);
  background-position: calc(100% - 17px) calc(1em + 5px), calc(100% - 12px) calc(1em + 5px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 100%;
  background-repeat: no-repeat;
  padding-right: 30px; /* Adjust to make space for the arrow */
}

.academy-calendar .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 30px; /* Adjust padding for the arrow */
}
  
    .academy-calendar .select2 .select2-selection--multiple {
      min-height: 42px;
      height: 100%;
      border: 1px solid #ccc !important;
      border-radius: 10px !important;
    }

    .select2-dropdown {
      border-color: #ccc!important;
    }
    
    .academy-calendar .select2-container--default .select2-selection--multiple {
      
      padding: 7px!important;
    }
    .academy-calendar .select2-container--default .select2-selection--multiple ul {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      height: 100%;
      z-index: 10;
    }

    .academy-calendar .select2-container--default .select2-selection--multiple[aria-expanded=true] {
      border-bottom-left-radius: 0!important;
      border-bottom-right-radius: 0!important;
    }

    .academy-calendar .select2-container--default .select2-selection--multiple ul + span {
      position: absolute;
      inset: 0;
      z-index: inherit;
    }

    .academy-calendar .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
      padding: 0px;
    }

    .academy-calendar .select2-container--default .select2-selection--multiple .select2-selection__choice {
      padding: 7px 12px 7px 30px !important;
      background-color: #ececec!important;
      border: none!important;
      border-radius: 5px !important;
      width: auto!important;
    }

 
    .academy-calendar .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #FFF!important;
      border: none !important;
      position: absolute;
      font-size: 18px!important;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
      height: 100%!important;
      padding: 0!important;
      width: 22px;
      background-color: #e3211a !important;
    }

      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color: #bf140e!important;
      }

  .academy-calendar input {
    height: 100%;
    min-height: inherit;

    margin: 0;
    padding: 0.5em 3.5em 0.5em 1em!important;
    
    font: inherit;
    font-size: 14px!important;
    line-height: inherit;
    line-height: 1.5em;
        
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 #3fa492;
    
    background: white;
    transition: box-shadow 150ms ease-in-out;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
  }



.algemene-info--default-event img {
  position: relative;
  background-color: #e0e0e0;
  min-width: 100%;
  min-height: 120px;
}

.algemene-info--default-event img {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.academy-calendar .form__label {
  font-weight: 700;
  text-transform: uppercase;
  color: #909090;
}

.total-link{
  position: relative;
}
.total-link a{
      /* border: 1px solid #d8d9d9; */
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom: 0;
  /* border:2px solid red; */
}

.total-link a:hover{
  border-color: #e32119;
}