.cs-sens-map-container{
	height: 80vh;
	width: 100%;
}

#mapid{ 
	height: 100%; 
	margin: 0;
}

.screen-reader-text{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.leaflet-sidebar-left.leaflet-touch{
	border-right: 0;
	font-family: 'futura-pt';
}

.leaflet-sidebar .leaflet-control-zoom-out,
.leaflet-sidebar .leaflet-control-zoom-in{
	color: #000000;
	text-decoration: none;
}

.leaflet-sidebar .leaflet-control-zoom-out:active,
.leaflet-sidebar .leaflet-control-zoom-out:hover,
.leaflet-sidebar .leaflet-control-zoom-out:focus,
.leaflet-sidebar .leaflet-control-zoom-in:active,
.leaflet-sidebar .leaflet-control-zoom-in:hover,
.leaflet-sidebar .leaflet-control-zoom-in:focus{
	color: #000000;
	text-decoration: none;
}

@media (min-width: 768px) {
	.leaflet-sidebar-left {
		left: 0;
	}
	.leaflet-sidebar{
		bottom: 0;
		top: 0;
	}
    .leaflet-sidebar.leaflet-touch {
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .leaflet-sidebar {
        width: 400px;
        max-width: 400px;
    }
}

.leaflet-sidebar-tabs{
	background-color: transparent;
	position: relative;
}
.leaflet-sidebar-tabs::before{
	background-color: #ffffff;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
}
.leaflet-sidebar.collapsed{
	width: 60px;
}

.leaflet-sidebar-left .leaflet-sidebar-content{
	left: 60px;
}

.leaflet-sidebar-tabs{
	padding-top: 20px;
	text-align: center;
	width: 60px;
}

.leaflet-sidebar-tabs .leaflet-control{
	display: inline-block;
	clear: none;
	float: none;
}

.leaflet-sidebar-tabs>ul{
	display: inline-block;
	opacity: 1;
	padding-top: 20px;
	position: relative;
	width: 100%;
}

.leaflet-sidebar-tabs>ul>li{
	border-top: solid 1px #cbcbcb;
	color: inherit;
	font-size: 12pX;
	height: auto;
	padding-bottom: 12px;
	padding-top: 12px;
}

.leaflet-sidebar-tabs>ul>li.active,
.leaflet-sidebar-tabs>ul>li:hover{
	background-color: unset;
	color: unset;
}

.leaflet-sidebar-tabs>ul>li .map-nav-link{
	display: inline-block;
	color: #6D6D6D;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	padding-top: 30px;
	position: relative;
}


.leaflet-sidebar-tabs>ul>li.active .map-nav-link,
.leaflet-sidebar-tabs>ul>li .map-nav-link:active,
.leaflet-sidebar-tabs>ul>li .map-nav-link:focus,
.leaflet-sidebar-tabs>ul>li .map-nav-link:hover{
	color: #E48E08;
}

.leaflet-sidebar-tabs>ul>li .map-nav-link::before{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	content: '';
	display: block;
	height: 14px;
	left: 50%;
	margin-bottom: 4px;
	margin-left: -7px;
	margin-top: 10px;
	position: absolute;
	top: 0;
	width: 14px;
}

.leaflet-sidebar-tabs>ul>li .map-nav-link.search::before{
	background-image: url('images/search-icon.svg'), url('images/search-icon.png');
}

.leaflet-sidebar-tabs>ul>li.active .map-nav-link.search::before,
.leaflet-sidebar-tabs>ul>li .map-nav-link.search:active::before,
.leaflet-sidebar-tabs>ul>li .map-nav-link.search:focus::before,
.leaflet-sidebar-tabs>ul>li .map-nav-link.search:hover::before{
	background-image: url('images/search-icon-active.svg'), url('images/search-icon-active.png');
}

.leaflet-sidebar-tabs>ul>li .map-nav-link.wirkung::before{
	background-image: url('images/wirkung-icon.svg'), url('images/wirkung-icon.png');
}

.leaflet-sidebar-tabs>ul>li.active .map-nav-link.wirkung::before,
.leaflet-sidebar-tabs>ul>li .map-nav-link.wirkung:active::before,
.leaflet-sidebar-tabs>ul>li .map-nav-link.wirkung:focus::before,
.leaflet-sidebar-tabs>ul>li .map-nav-link.wirkung:hover::before{
	background-image: url('images/wirkung-icon-active.svg'), url('images/wirkung-icon-active.png');
}

.leaflet-sidebar-tabs>ul>li .map-nav-link.profil::before{
	background-image: url('images/profil-icon.svg'), url('images/profil-icon.png');
}

.leaflet-sidebar-tabs>ul>li.active .map-nav-link.profil::before,
.leaflet-sidebar-tabs>ul>li .map-nav-link.profil:active::before,
.leaflet-sidebar-tabs>ul>li .map-nav-link.profil:focus::before,
.leaflet-sidebar-tabs>ul>li .map-nav-link.profil:hover::before{
	background-image: url('images/profil-icon-active.svg'), url('images/profil-icon-active.png');
}

.leaflet-sidebar-content .leaflet-sidebar-header {
	background-color: transparent;
    color: #000000;
	font-size: 1.2rem;
	font-weight: 500;
	height: auto;
	margin: 0;
	padding: 10px 40px 0 20px;
    position: relative;
    
}
.leaflet-sidebar-content button:active, 
.leaflet-sidebar-content button:focus{
	position: absolute;
}
.leaflet-sidebar-content .leaflet-sidebar-close{
	background-color: transparent;
	border: none;
	bottom: 0;
	margin-right: 10px;
	padding: 0;
	top: auto;
}

.leaflet-sidebar-content .leaflet-sidebar-close::after,
.leaflet-sidebar-content .leaflet-sidebar-close::before{
	background-color: #000000;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 20px;
}

.leaflet-sidebar-content .leaflet-sidebar-close::after{
	transform: rotate(-45deg);
}

.leaflet-sidebar-content .leaflet-sidebar-close::before{
	transform: rotate(45deg);
}

.leaflet-sidebar-content .leaflet-sidebar-header::before{
	background-color: #000000;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	
	width: 100%;
}

.leaflet-sidebar-pane-content{
	padding: 20px;
}
.leaflet-sidebar-pane-content .tail-select{
	max-width: 350px;
	width: 100%;
}

.leaflet-sidebar-content .sidebar-label{
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 6px;
}

.leaflet-sidebar-content .filter-checklist,
.leaflet-sidebar-content .tail-select,
.leaflet-sidebar-content .select-dropdown{
	font-size: 16px;
}

.leaflet-sidebar-content .tail-select input[type=text]{
	font-family: 'futura-pt';
	font-weight: 400;
}
.leaflet-sidebar-content .tail-select input[type=text],
.leaflet-sidebar-content .tail-select .select-dropdown ul li{
	font-size: 16px;
}

.marker-entrepreneur{
	width: 42px;
	height: 50px;
	background-image: url('images/non-member.svg'), url('images/non-member.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.marker-entrepreneur.marker--active{
    background-image: url('images/non-member-active.svg'), url('images/non-member-active.png');
}

.marker-entrepreneur.marker--member{
	background-image: url('images/member.svg'), url('images/member.png');
}

.marker-entrepreneur.marker--member.marker--active{
	background-image: url('images/member-active.svg'), url('images/member-active.png');
}

.marker-entrepreneur.marker--verified::before{
    background: #000000;
	border-radius: 50%;
	content: '';
	display: block;
    height: 49%;
	left: 0;
	margin-left: 24%;
	margin-top: 19%;
	position: absolute;
	top: 0;
    width: 49%;
}

.marker-entrepreneur.marker--verified::after{
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	content: '';
	display: block;
	height: 20%;
	left: 0;
	margin-left: 41%;
	margin-top: 28%;
	position: absolute;
	top: 0;
	transform: rotate(36deg);
	width: 10%;
}

.marker-entrepreneur .marker-badge {
	display: none;
	visibility: hidden;
}
.marker-entrepreneur.marker--supporter .marker-badge{
	background-image: url('images/supporter.svg'), url('images/supporter.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
    height: 14px;
	left: 50%;
	margin-top: 24%;
	position: absolute;
    top: 0;
	transform: translateX(-50%);
    visibility: visible;
    width: 21px;
}

.marker-entrepreneur.marker--verified.marker--supporter .marker-badge{
	background-image: url('images/supporter.svg'), url('images/supporter.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
    height: 14px;
	left: 50%;
	margin-top: 4px;
	position: absolute;
    top: 0;
	transform: translateX(-50%);
    visibility: visible;
    width: 21px;
}
.leaflet-popup{
	margin-bottom: 26px;
}

.leaflet-popup-content-wrapper{
	border-radius: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.leaflet-container a.leaflet-popup-close-button{
	font: inherit;
	margin-right: 18px;
	margin-top: 14px;
}

.leaflet-container a.leaflet-popup-close-button::after,
.leaflet-container a.leaflet-popup-close-button::before{
	background-color: #000000;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	margin-left: -6px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 12px;
}

.leaflet-container a.leaflet-popup-close-button::after{
	transform: rotate(-45deg);
}

.leaflet-container a.leaflet-popup-close-button::before{
	transform: rotate(45deg);
}

.leaflet-container a.leaflet-popup-close-button span{
	display: none;
}


.leaflet-popup-content {
	font-size: 1em;
    margin: 13px 30px 18px 20px;
}

.leaflet-popup-content .card-logo{
	background-color: #ffffff;
	box-shadow: 0 1px 8px rgb(115 115 115 / 20%);
	display: block;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	padding: 20px;
	width: 140px;
}
.leaflet-popup-content .card-logo .logo-image{
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-height: 60px;
	max-width: 100px;
	width: auto;
}

.leaflet-popup-content{
	font-family: 'futura-pt';
}

.leaflet-popup-content .card-title{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 30px 0 0;

}

.leaflet-popup-content .card-byline{
	font-size: 16px;
	margin: 0;
	padding-top: 10px;
}

.leaflet-popup-content .text-title{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding-top: 10px;
}

.leaflet-popup-content .card-list{
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
}

.leaflet-popup-content .card-list-item{
	font-size: 14px;
	line-height: 1.3;
	padding-left: 14px;
	position: relative;
}


.leaflet-popup-content .card-list-item::before{
	background: #E48E08;
	content: '';
    display: block;
    height: 5px;
	left: 0;
	margin-left: 2px;
	margin-top: 7px;
	position: absolute;
    top: 0;
    width: 5px;    
}

.leaflet-popup-content .card-list-item + .card-list-item{
	margin-top: 6px;
}

.leaflet-popup-content .card-link-wrapper{
	margin: 0;
	padding-top: 10px;
	text-align: right;
}

.leaflet-popup-content .card-link{
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	padding-left: 38px;
	position: relative;
	text-decoration: none;
}

.leaflet-popup-content .card-link::after,
.leaflet-popup-content .card-link::before{
	content: '';
	display: block;
	left: 0;
	margin-top: -3px;
	position: absolute;
	top: 0;
}

.leaflet-popup-content .card-link::before{
	border: solid 1px #000000;
	border-radius: 50%;
	height: 24px;
	width: 24px;
}

.leaflet-popup-content .card-link::after{
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	line-height: 28px;
	margin-left: 6px;
}


.leaflet-popup-content .card-link:hover .text::after{
	max-height: 8px;
}

.leaflet-popup-content .card-link .text{
	position: relative;
	z-index: 0;
}

.leaflet-popup-content .card-link .text::after{
	background: #E48E08;
	bottom: 0;
	content: '';
	display: inline-block;
    left: 0;
    height: 4rem;	
	max-height: 2px;
    position: absolute;
	right: 0;
	transition: max-height ease-in-out 0.3s;
	z-index: -1;
}

@media (max-width: 600px) {
	
	.leaflet-popup-content .card-logo{
		width: 40%;
	}
	.leaflet-popup-content .card-logo .logo-image{
		height: auto;
		width: 80%;
	}

}

@media (min-width: 600px) {
	.leaflet-popup-content{
		max-width: none;
		min-width: 300px;
	}
	.leaflet-container a.leaflet-popup-close-button{
		margin-right: 20px;
		margin-top: 16px;
	}
	
	.leaflet-container a.leaflet-popup-close-button::after,
	.leaflet-container a.leaflet-popup-close-button::before{
		height: 2px;
		margin-left: -8px;
		margin-top: -1px;
		width: 16px;
	}
}

@media (min-width: 800px) {
	.leaflet-popup-content{
		min-width: 360px;
		margin: 24px 30px 24px 30px;
	}
	.leaflet-container a.leaflet-popup-close-button{
		margin-right: 26px;
		margin-top: 24px;
	}	
	.leaflet-container a.leaflet-popup-close-button::after,
	.leaflet-container a.leaflet-popup-close-button::before{
		height: 2px;
		margin-left: -11px;
		margin-top: -1px;
		width: 22px;
	}
	.leaflet-popup-content .card-logo{
		margin-bottom: 40px;
	}
	.leaflet-popup-content .card-title{
		font-size: 28px;

	}
	.leaflet-popup-content .card-byline{
		font-size: 18px;
		padding-top: 14px;
	}

	.leaflet-popup-content .text-title{
		font-size: 18px;
		padding-top: 20px;
	}

	.leaflet-popup-content .card-list{
		padding-top: 10px;
	}

	.leaflet-popup-content .card-list-item{
		font-size: 16px;
		padding-left: 20px;
	}

	.leaflet-popup-content .card-list-item::before{
		height: 7px;
		margin-left: 5px;
		margin-top: 6px;
		width: 7px;    
	}

	.leaflet-popup-content .card-list-item + .card-list-item{
		margin-top: 8px;
	}

	.leaflet-popup-content .card-link-wrapper{
		padding-top: 20px;
	}
	.leaflet-popup-content .card-link{
		font-size: 18px;
		padding-left: 44px;
	}
	
	.leaflet-popup-content .card-link:hover .text::after{
		max-height: 10px;
	}
	
	.leaflet-popup-content .card-link::after,
	.leaflet-popup-content .card-link::before{
		margin-top: -5px;
	}
	
	.leaflet-popup-content .card-link::before{
		height: 30px;
		width: 30px;
	}
	
	.leaflet-popup-content .card-link::after{
		line-height: 34px;
		margin-left: 8px;
	}

}

@media (min-height: 700px) and (min-width: 800px) {
	.leaflet-popup-content .card-logo{
		margin-top: -60px;
		width: 160px;
	}
	.leaflet-popup-content .card-logo .logo-image{
		max-height: 80px;
		max-width: 120px;
	}
}
@media (min-height: 700px) and (min-width: 1000px) {
	.leaflet-popup-content .card-logo{
		margin-top: -70px;
		width: 180px;
	}
	.leaflet-popup-content .card-logo .logo-image{
		max-height: 90px;
		max-width: 140px;
	}
	.leaflet-popup-content .card-byline{
		font-size: 20px;
		padding-top: 22px;
	}
	
	.leaflet-popup-content .text-title{
		padding-top: 26px;
	}
	.leaflet-popup-content .card-list-item + .card-list-item{
		margin-top: 10px;
	}
	.leaflet-popup-content .card-link-wrapper{
		padding-top: 26px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .leaflet-sidebar-pane{
        min-width: 300px;
    }
}

@media (min-height: 900px) and (min-width: 1000px) {
	.cs-sens-map-container{
		height: 90vh;
		width: 100%;
	}
}

@media (min-width: 1200px) {
    .leaflet-sidebar-pane{
		min-width: 390px;
	}
}

@media (min-width: 1400px) {
	.cs-sens-map-container{
		margin-left: -5%;
		width: 110%;
	}
}

@media (min-width: 1600px) {
	.cs-sens-map-container{
		margin-left: -15%;
		width: 130%;
	}
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
	background-color: rgba(79, 177, 197, 0.4);
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
	background-color: rgba(35, 155, 178, 0.75);
}

.filter-checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
}

.filter-checklist li {
	margin: 0.25rem 0;
}

.filter-checklist label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}