

#deelnemer-carousel a {
  cursor: default !important;
}
.button {
  display: inline-block;
  padding: 10px 22px;
  font-size: 18px;
  border: 1px solid #DDD;
  border-radius: 6px;
  background-color: #FAFAFA;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.button:hover {
  background-color: white;
  border-color: #BBB;
  cursor: pointer;
}
.button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: white;
}
.button:active {
  background-color: #EEE;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}
.button.is-selected {
  background-color: #09F;
  color: white;
}
/* ---- button-group ---- */
.button-group {
  display: inline-block;
  vertical-align: bottom;
}
.button-group:after {
  content: "";
  display: block;
  clear: both;
}
.button-group .button {
  float: left;
  border-radius: 0;
  border-right-width: 0;
}
.button-group .button:first-child {
  border-radius: 6px 0 0 6px;
}
.button-group .button:last-child {
  border-radius: 0 6px 6px 0;
  border-right-width: 1px;
}
/* ---- button-row ---- */
.button-row {
  text-align: center;
  display: flex;
  justify-content: center;
}
.row, .gform_fields, #animation #figures, #nav ul, #programme .time-slot .sessions .session, #locatie #location-text .podcast, #deelnemer-carousel .person, #route-praktisch, #footer .row .abp-apg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], input[type="number"], textarea, select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* font-weight: 100; */
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0;
  border-color: transparent;
  -webkit-border-radius: 1.5rem !important;
  border-radius: 1.5rem !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  padding: 1vw 10vw;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: var(--color-base-2);
  color: white;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  font-weight: 400;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-weight: 400;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-weight: 400;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-weight: 400;
  opacity: 1;
}
#deelnemers-section {
  margin-top: 10vw;
}
.button-row {
  margin: 0vw 0 144px 0;
}
@media screen and (min-width: 960px) {
  .button-row {
    margin: 0vw 0 240px 0;
  }
}
#deelnemers-section h2, #deelnemers-section #login h1, #login #deelnemers-section h1 {
  text-align: center;
}
#search-wrapper {
  position: relative;
  margin: 0;
}
#search-wrapper #search-icon, #search-wrapper #close-icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  top: 0;
}
#search-wrapper #search-icon svg, #search-wrapper #close-icon svg {
  width: auto;
  height: 50%;
}
#search-wrapper #close-icon {
  display: none;
  cursor: pointer;
}
#search-wrapper #close-icon svg {
  width: auto;
}
#deelnemer-carousel {
  margin-top: 48px;
  position: relative;
}
#deelnemer-carousel {
  margin-top: 48px;
  position: relative;
}
#deelnemer-carousel:before, #deelnemer-carousel:after {
  display: block;
  content: "";
  width: 5rem;
  height: calc(100% - 1.5rem);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  #deelnemer-carousel:before, #deelnemer-carousel:after {
    width: 17.75rem;
  }
}
#deelnemer-carousel:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-base-0)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color-base-0), transparent);
  background: -o-linear-gradient(left, var(--color-base-0), transparent);
  background: linear-gradient(90deg, var(--color-base-0), transparent);
  z-index: 2;
}
#deelnemer-carousel:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(var(--color-base-0)));
  background: -webkit-linear-gradient(left, transparent, var(--color-base-0));
  background: -o-linear-gradient(left, transparent, var(--color-base-0));
  background: linear-gradient(-90deg, var(--color-base-0), transparent);
}
#deelnemer-carousel .slide {
  margin: 0 0.75rem;
}
#deelnemer-carousel .person {
  width: 22rem;
  min-height: 9rem;
  margin: 0 0 1.5rem 0;
  background: #ffffff;
  -webkit-border-radius: 1.5rem !important;
  border-radius: 1.5rem !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
  cursor: pointer;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  text-decoration: none;
}
#deelnemer-carousel .person figure {
  width: 9rem;
  height: 9rem;
}
@media screen and (min-width: 750px) {
  #deelnemer-carousel .person {
    width: 30rem;
    min-height: 12rem;
  }
  #deelnemer-carousel .person figure {
    width: 12rem;
    height: 12rem;
  }
}
#deelnemer-carousel .person.hidden {
  opacity: 0.25;
}
#deelnemer-carousel .person figure img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
#deelnemer-carousel .person .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-content: space-around;
  width: 198px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
#deelnemer-carousel .person .content .name {
  line-height: 1.25rem;
  color: var(--color-base-1);
  margin-bottom: 0.25rem;
}
#deelnemer-carousel .person .content .organization {
  line-height: 1.25rem;
}
#deelnemer-carousel .person .content .position {
  line-height: 1.25rem;
  display: none;
  color: var(--color-base-2);
}
@media screen and (min-width: 480px) {
  #deelnemer-carousel .person .content .position {
    display: block;
  }
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: default;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: default;
}
/* ---- flickity-button ---- */
.flickity-button {
  z-index: 3;
  background: var(--color-base-2);
  border: none;
  color: white;
}
.flickity-button:hover {
  background: var(--color-base-2);
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  /* box-shadow: 0 0 0 5px white; */
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(0%);
  /* margin-right: 1rem; */
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  max-width: 80%;
  bottom: -25px;
  padding: 0;
  margin: 0 0.5rem;
  list-style: none;
  text-align: center;
  /* width: fit-content; */
  line-height: 1;
  flex-wrap: wrap;
  display: flex;
  vertical-align: center;
}
@media screen and (min-width: 650px) {
  .flickity-page-dots {
    margin: 0 2rem;
  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: var(--color-base-2);
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  justify-self: center;
  display: flex;
  justify-content: center;
  margin: auto 0.5rem;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flick-next {
  /* margin-right: 1rem; */
}
.flick-prev {
  /* padding-left: 1rem; */
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:att-car] [126.3684] DESIGN*/
/*******************************************************************/
/* 0.8 D>D */
/* db 167 */