@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300');
.navbar.handy {min-height: 0px;margin-bottom:10px;}
#navbar-smartphone 
{
	padding: 0px !important;
}
#navbar-smartphone ul.mobilmenu
{
	margin:0px;
	padding:0px;
}
#navbar-smartphone ul.nav-child
{
	margin:0px;
	padding:0px 0px 0px 0px;
}
#navbar-smartphone ul.mobilmenu  li
{
	padding: 0px ;
	width:100%;
	list-style-type:none;
	overflow: hidden;
	border-top:1px solid white;
	background-color: #eee;

}
#navbar-smartphone ul.mobilmenu > li > a
{
	padding:4px 0px 4px 16px;
	font-size: 16px;
	color: black;
	font-weight:300;
	text-decoration:none;
	border-bottom: 1px solid white;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	position: relative;

	/*padding: 4px 1px 4px 22px;
  	background-image: url("/templates/screendrive-projekte/bilder/linkArrow.gif");
  	background-position: 8px 8px !important ;
  	background-repeat: no-repeat;
  	color: #424242;
  	display: block;
  	text-indent: 0px;*/
}
#navbar-smartphone ul.mobilmenu > li:last-child > a
{
	/*border-bottom: 0px solid #e1dcd2 !important;*/
}
#navbar-smartphone  ul.nav-child > li > a
{
	padding: 4px 1px 4px 16px;
	font-size: 14px;
	color: #565656;
	font-weight:300;
	text-decoration:none;
	display:inline-block;
	width:100%;
	border-bottom: 1px solid white;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	position: relative;

	/*padding: 4px 1px 4px 32px;
  	background-image: url("/templates/screendrive-projekte/bilder/linkArrow.gif");
  	background-position: 20px 8px  !important ;
  	background-repeat: no-repeat;
  	display: block;
  	text-indent: 0px;*/
}
#navbar-smartphone  ul.nav-child > li > a::before {
    content: url("/images/listen.svg");
    padding-right:5px;
}
#navbar-smartphone  ul li a:hover,
#navbar-smartphone  ul li a:focus
{
	/*background-color: #eee !important;*/
	color:#e10a14;
}

#navbar-smartphone ul.mobilmenu > li.active > a,
#navbar-smartphone ul.nav-child > li.active > a
{
	color:#e10a14;
}

#navbar-smartphone ul.mobilmenu > li:last-child ul.nav-child > li:last-child > a {border-bottom: 0px solid #e1dcd2 !important;}

#navbar-smartphone ul.mobilmenu  a.collapser {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 0;
    padding:4px 4px 4px 30px;
    font-family: 'Montserrat', sans-serif;
	font-size:32px;
	font-weight:100 !important;
	cursor: pointer;
	background-image: url("/templates/screendrive/bilder/linkArrow-down-big.png");
	background-position: 8px 8px;
  	background-repeat: no-repeat;
  }
  .navbar-collapse
  {max-height:650px !important;}
