@media(min-width: 1200px){
	.mainslider{
		min-height:  var(--fullheight-header);
	}
}   
.popup-bubble { 
  background-color: var(--accent-3);
  padding: 15px;
  border-radius: 0; 
  color: white;
  text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif !important;
	min-width: 200px;
}
.popup-bubble h3 {
	margin-bottom:0; 
}

.popup-bubble p {
	font-size: 17px; 
}

 
.mapwrapper{
	height: 400px;
}
@media(min-width: 768px){
	.mapwrapper{
		height: 100%;
	}
}
@media (min-width: 768px) and (max-width: 880px) {
	h1{ 
	  font-size: 2rem;
	}
}
.dropdown-toggle.btn-block{
	position:relative;
}
.dropdown-toggle.btn-block:after{
	display: none;
}
.dropdown-toggle.btn-block{
	background-image: url(/images/pijlpaars.svg);
	background-repeat: no-repeat;
	background-position: top 10px right 8px;
	background-size: auto 16px;
	padding-right: 32px;
} 
.custom-cluster-icon {
    background-image: url('/images/cluster.svg');
    background-size: cover;
    color: #161615;
    font-size: 14px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
} 

.swiper-events .event-card {
  height: auto;
}