main {
  /*display: none;*/
}

footer {
  display: block;
}

.navbar {
  /*overflow: auto;*/
  overflow-x: auto;
  overflow-y: hidden;
}

.mobile-footer {
  display: none;
}

.map {
  top: 74px;
  bottom: 74px;
  height: auto;
  z-index: auto;
  background: none;
  position: fixed!important;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

footer ul {
  list-style: none;
  margin-top: 0!important;
}

footer ul li {
  display: inline-block;
  list-style: none;
}

.dropdown-search .chosen-container {
  width: 100%;
  max-width: none;
}

.trefwoord-search .selectize-input {
  box-shadow: none;
}

.nav-item > div.dropdown {/*.active {*/
  padding-bottom: 28px;
}

.programma-icon{
  background-image: url(../img/b-programmas.svg);
}

.organisatie-icon{
  background-image: url(../img/b-organisaties.svg);
}


.selectize-control {
  width: 100%;
}


.nav-item-group {
  display: flex;
  justify-content: space-between;
}

.nav-item-group .switch {
  margin-right: 20px;
}


/*
.alle {
  display: none;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin-left: -30px;
}
input:checked + .slider .alle {
  display: inline-block!important;
}
 */

.alle {
  color: #000;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: bold;
  margin-left: 9px;
  margin-bottom: 3px;
}

.switch-with-label {
  display: flex;
  flex-direction: column;
  margin-top: 17px;
}

.selectize-input {
  padding: 12px 10px 10px;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single,
.selectize-input, .selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input {
  border: none;
  background-image: none;
  background-color: #F6F6F6;
  color: #999;
}

.selectize-dropdown .option {
  font-size: 13px;
}

.selectize-dropdown .active,
.selectize-dropdown .active {
  background-color: #E4002B;
  color: #FFF;
}

.selectize-control.single .selectize-input:after {
  border: none;
}

@media (max-width: 368px) {
  .popup {
    width: 100%;
    box-shadow: none;/*0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  }
}

.popup {
  background-color: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.popup-text {
  min-height: 210px;
}

.popup .more {
  position: initial;
}

@media (min-width: 375px){
  .more {
    bottom: 1em;
  }
}

@media (min-width: 1024px) {
  .popup .content {
    display: flex;
  }

  .popup-text {
    min-height: 375px;
  }
}

.absolute-list,
.absolute-popup,
.absolute-overlay {
  position: absolute;
  align-items: center;
  justify-content: center;
  z-index: 6000;
  background-color: rgba(0,0,0, .15);
  padding: 0;/*60px 0;*/
  /*top: 50%;*/
  /*
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
  min-height: 100%;
}



.list-item {
  width: 100%;
}
.list-title {
  align-items: flex-start;
  align-self: auto;
}

.list-icon-wrapper {
  margin-left: -20px;
  margin-right: -15px;
}

.omschrijving {
  column-count: 2;
  column-gap: 85px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  clear: both;
}

@media (max-width: 1024px){
  .omschrijving {
    column-count: 1;
  }
}

/*
.omschrijving p {
  display: inline-block;
  width: 100%;
}
*/

.omschrijving p {
  margin-top: 0;
}

.omschrijving h3 {
  margin-top: 0px;
}


@media (min-width: 768px) {
  .overlay {
    padding: 3em 4em 1.5em;
  }
}

.overlay-img img {
  width: 100%;
}

.gray a {
  color: #7D7573;
}


.back,.locate {
  color: #E4002B;
  font-family: MuseoSans700;
  font-size: 14px;
  width: auto;
}

.overlay-left-links {
  display: flex;
  position: absolute;
  top: 1em;
  left: 1em;

}

.overlay-left-links a {
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  margin-right: 2em;
  background-image: none;
  margin-left: 20px;
}

.overlay-left-links a:before {
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -20px;
}

.overlay-left-links a.back:before {
  background-image: url(../img/back.png);
}

.overlay-left-links a.locate:before {
  background-image: url(../img/b-locatie.svg);
  width: 30px;
  height: 30px;
  top: -8px;
  left: -27px;
}

@media (min-width: 568px) {
  .overlay-left-links {
    top: 1.5em;
    left: 2em;
  }
}


.dialog-text {
  padding: 1.5em 2.5em;
  position: relative;
}

.dialog-text h2 {
  margin-bottom: .83rem;
}

.sponsor {
  padding-right: 1rem;
}
.sponsor img {
  width: auto;
  max-height: 60px;
}


#other_projects {
  display: none;
}

#other_projects.active {
  display: block;
}

@media (min-width: 1024px) {
  #other_projects.active {
    display: flex;
  }
}

.fading-in {
  transition:opacity 0.6s linear;
  opacity:100;
  display: flex;
}

#video_popup .overlay {
  padding: 1em 6em 3em;
}

@media (max-width: 768px) {
  #video_popup .overlay {
    padding: .5em 1.5em 1.5em;
  }
}

.content.no-flex {
  display: block;
}

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

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

.fotograaf {
  color: #FFF;
  background-color: rgba(0,0,0,.35);
  font-size: .8rem;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slick-slide-1,
.carousel-slide {
  position: relative;
}