#famulaturmap {
	height: 50vh;
	width: 100%;
	z-index:139;
}



#famulatursearch {
	padding: 0 0 15px 0;
	border: 1px solid #E9E8DE;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#famulatursearch .row {
	overflow: auto;
}

#famulatursearch .col {
	width: calc(33.333334% - 30px);
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}


@media screen and (max-width: 768px) {

	#famulaturmap {
		height: 60vh;
		width: 100%;
	}

	#famulatursearch .col {
		width: calc(100% - 30px);
		float: none;
	}

}



#famulatursearch .col label {
	display: block;
	cursor: pointer;
	text-align: left;
	font-weight: bold;
}

#famulatursearch .col input, #famulatursearch .col select {
	width: 100%;
}


svg.leaflet-attribution-flag {
	display: none !important;
}


.farmatur-listentry {
    border-bottom: 1px solid #E9E8DE;
    padding: 10px;
}


#famulaturlist {
    margin-top: 30px;
}


#famulaturlist a {
	text-decoration: none;
	color: #004c92;
}

.fam-table-head {
	font-weight: bold;
	border-bottom: 2px solid #E9E8DE;
	overflow: auto;
	padding: 10px 5px;
}

.fam-table-entry {
	overflow: auto; 
	border-bottom: 1px solid #eee;
	padding: 10px 5px;
}

.fam-table-entry:nth-child(odd) {
	background-color: #f0f0f0;
}

.fam-table-col1, .fam-table-col2, .fam-table-col3, .fam-table-col4 {
	float: left;
}

.fam-table-col1 a, .fam-table-col2 a, .fam-table-col3 a, .fam-table-col4 a {
	cursor: pointer;
}

.fam-table-col1 {
	width: 25%;
}

.fam-table-col2 {
	width: 25%;
	position: relative;
}

.fam-table-col3 {
	width: 25%;
}

.fam-table-col4 {
	width: 25%;
}


.fam-table-col2 .fa{
	position: absolute;
	top: 4px;
}

.fam-mt-1 {
	margin-top: 5px;
}

.fam-mr-1 {
	margin-right: 5px;
}
.fam-mr-2 {
	margin-right: 10px;
}
.fam-mr-3 {
	margin-right: 15px;
}
.fam-mr-3 .fa {
	font-size: 18px;
}

.fam-address {
	display: inline-block;
	padding-left: 15px;
}


.fam-button-small {
    padding: 5px 15px;
    border: #0078A8;
    background-color: #0078A8;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    width: auto;
    font-size: 90%;
    cursor: pointer;
    text-decoration: none;
}
.fam-button-small:hover {
    text-decoration: none;
}


.fam-active {
    zoom: 1.1;
    border: 4px solid #0078A8;
}

ul.fam-spektrum {
    margin-left: 0;
    padding-left: 15px !important;
    list-style-type: square;
    padding-bottom:0 !important;
    margin-bottom:0 !important;
}


@media screen and (max-width: 768px) {
	.fam-table-col1, .fam-table-col2, .fam-table-col3, .fam-table-col4 {
		float: none;
	}

	.fam-table-col1 {
		width: 100%;
	}

	.fam-table-col2 {
		width: 100%;
	}

	.fam-table-col3 {
		width: 100%;
	}

	.fam-table-col4 {
		width: 100%;
	}


	.fam-table-head div {
		display: none;
	}
}
