/**
*	TEMPLATE.CUSTOM
*
*	@copyright       Copyright, Quattronet GmbH
*	@globalstate     $Date: 2020-11-12 $
*	@lastmodified    $Date: 2020-11-12 $
*
*/
/**
*   Custom ==============================================================================
*/
/* Custom Style --------------------------- */

#ajaxDealer {
	height: 400px;
	overflow-y: auto
}
#map {
	height: 400px;
	margin-bottom: 15px;
}

.nav-item {
	position: relative;
}
ul.shortmenu {
	display: none ;
	position: absolute;
	background-color: #fff;
	left: 100%;
	top: 7px;
	padding-left: 0;
	overflow: auto;
	max-height: 75vh;
	
}
ul.shortmenu li {
	list-style: none;
	font-size: 60%;
}
li:hover > .shortmenu {
	
	display: block;
	
}
