

/******************

    CONTENT

******************/


/******************

    SEARCHMASK

******************/
span.ui-helper-hidden-accessible,
.ui-helper-hidden-accessible {
	display:none !important;
}

/******************

    PAGINATION

******************/
.pagination-button {
	position:relative;
	float:left;
	width:30px !important;
	margin-right:10px !important;
}
.pagination-button.active {
    background: rgb(255,92,0);
}


/******************

    MAP

******************/



.map1 {
    width: 733px;
    height: 550px;
    z-index: 0;
}
.map2 {
    width: 550px;
    height: 300px;
    z-index: 0;
}

.leaflet-popup-content p { 
    margin: 6px 0;
}


/******************

    LEAFLET

******************/




/******************

    Barriere

******************/
.infoicon{
    width:16px;
    height:16px;
	cursor:pointer;
    background-image:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>');
}
.barriereinfobox{
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:1px solid grey;
	background-color:#fff;
	z-index:100;
	max-width:300px;
	padding:5px;
}


