#cp-container {
	font-size: 11px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
#cp-navigation-container {
	width: 100%;
	margin: 0 -1px;
	position: relative;
}
#cp-navigation {
	width: auto;
	overflow: visible !important;
	height: 28px;
	padding-top: 2px;
	text-align: center;
	z-index: 2;
}
.cp-navigation-entry span {
	/* display: block; */
}
.cp-navigation-entry {
	float: left;
	position: relative;
	padding-bottom: 2px;
	cursor: pointer;
	width: 20%;
}
.cp-navigation-entry-start {
	margin-left: 1px;
	background: url(../jpg/top_item_left_modern.jpg) 0 -2px no-repeat;
	float: left;
	height: 28px;
	width: 4px;
	display: none;
}
.cp-navigation-entry:hover .cp-navigation-entry-start {
	background: url(../jpg/top_item_left_modern.jpg) 0 -66px no-repeat;
}
.cp-navigation-entry-end {
	float: right;
	background: url(../jpg/top_item_right_modern.jpg) 0 -2px no-repeat;
	height: 28px;
	width: 6px;
	display: none;
}
.cp-navigation-entry:hover .cp-navigation-entry-end {
	background: url(../jpg/top_item_right_modern.jpg) 0 -66px no-repeat;
}
.cp-navigation-entry-text {
	display: block;
	float: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFFFFF;
	height: 28px;
	line-height: 1.8em;
	text-decoration: none;
	vertical-align: middle;
	/* background: var(--color_brand_primary, #00876c) url(../images/top_item_modern.jpg) repeat-x scroll 0 -2px; */
	font-size: 1.4em;

	background: linear-gradient(180deg, var(--color_brand_primary_lighter, #d9efec), var(--color_brand_primary_darker, #00876c) 65%, var(--color_brand_primary_darker, #00876c), var(--color_brand_primary_lighter, #b3e0da)) !important;
	border-bottom-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	margin-right: 0.2em;
}

.cp-navigation-entry:hover .cp-navigation-entry-text {
	/* background: url(../images/top_item_modern.jpg) 0 -66px repeat-x; */
	background: linear-gradient(180deg, #dfdfdf, #888888 65%, #c8c8c8) !important;
}
#cp-map {
	width: 100%;
	height: 100%;
	border: 1px solid black;
	box-sizing: border-box;
}
.cp-drop-menu {
	max-height: 250px;
	overflow-y: auto;
	width: 252px;
	line-height: 1.5em;
	position: absolute;
	background-color: rgb(255, 255, 255);
	z-index: 9999;
	border: 1px solid rgb(128, 128, 128);
	box-shadow: 3px 3px 6px rgb(68, 68, 68);
	border-radius: 0 0 8px 8px;
	opacity: 0.97;
	margin: 2px 0 0;
    word-wrap: break-word;
}
.cp-drop-menu ul {
	margin: 10px 5px 8px 8px;
	padding: 0;
}
.cp-drop-menu li {
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
}
.cp-drop-menu a {
	padding: 3px 5px 3px 8px;
	text-align: left;
	display: block;
    color: black;
	background: url(../gif/arrow_dunkelgruen.gif) no-repeat scroll 0 9px rgba(0, 0, 0, 0)
}
.cp-drop-menu a:active {
	color: var(--color_brand_primary, #00876c);
}
.cp-drop-menu a:hover {
	background-color: #e5e5e5;
	text-decoration: underline;
}
#cp-container .leaflet-popup-close-button {
	display: none;
}
#cp-container .leaflet-popup {
	margin: 0 0 41px 10px;
}
#cp-container .leaflet-popup-content-wrapper {
	background: url(../png/popup-background.png) repeat-x left top transparent;
	background-size: contain;
	border: 2px solid #800000;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
}
#cp-container .leaflet-popup-content {
	margin: 0;
	text-align: center;
	padding: 10px 5px;
	font-weight: bold;
}
#cp-container .leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background-color: #3C3C3C;
}
#cp-map-error {
	background: none repeat scroll 0 0 #F9EDBE;
	border: 1px solid #F0C36D;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-family: Roboto, Arial, sans-serif;
	line-height: 29px;
	position: absolute;
	padding: 0 16px;
	left: 50%;
	top: 10px;
	width: 400px;
	margin-left: -200px;
	z-index: 9999;
	display: none;
	text-align: center;
	cursor: pointer;
}
#cp-search-input {
	background: #FFFFFF;
	border-radius: 0 5px;
	box-sizing: border-box;
	height: 28px;
	line-height: 20px;
	padding: 2px 25px 2px 5px;
	width: 100%;
	margin: 0;
	outline: none;
	border: 1px solid #b3b3b3;
	background: url("../png/search.png") no-repeat scroll center right 5px;
	background-size: 15px;
}
.location {
	cursor: pointer;
	background-image: url(../png/location.png);
}
.location.active {
	background-color: #3AA795 !important;
}

@media screen and (max-width: 600px){
    #cp-lecturehall-container , #cp-institute-container, #cp-building-container, #cp-facility-container {
		display: none;
	}
	#cp-search-container {
		width: 100%;
	}
}
@media screen and (max-width: 1280px){
	#cp-search-container .cp-drop-menu, #cp-building-container .cp-drop-menu {
		right: 0;
	}
}