<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navbar-smartphone 
{
	padding: 0px !important;
	max-height:600px;
}

#navbar-smartphone ul.mobilmenu
{
	margin:16px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#navbar-smartphone ul.mobilmenu  li
{ 
	display:block;
	position:relative;
	padding: 0px ;
	list-style-type:none;
}
#navbar-smartphone ul.mobilmenu &gt; li &gt; a
{ 
	display:inline-block;
	position:relative;
	padding:4px 0px 0px 0px;
	font-weight:400;
	font-size:1.6rem;
	text-transform: uppercase;
  color: white;
	text-decoration:none;
	border-bottom:2px solid transparent;
	letter-spacing: 0.1rem;
	transition: color 200ms, background 200ms;
	outline:none;
	
}
#navbar-smartphone ul.mobilmenu &gt; li.active &gt; a,
#navbar-smartphone ul.mobilmenu &gt; li &gt; a:hover,
#navbar-smartphone ul.mobilmenu &gt; li &gt; a:focus
{
border-bottom:2px solid white;
background-color: transparent;
}
#navbar-smartphone ul.mobilmenu  a.collapser {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 0px !important;
    padding:4px 0px 4px 30px;
	cursor: pointer;
	background-image: url("/templates/screendriverFOUR/bilder/auf.png");
	/*background-position: 8px 16px;*/
  	background-repeat: no-repeat;
  }

  #navbar-smartphone.collapse
  {margin-top: 0px;}

  .navbar-collapse.in {
    /*overflow-y: visible !important;*/
}

#navbar-smartphone ul.mod-menu__sub {margin:6px 0px;}
#navbar-smartphone ul.mod-menu__sub li a {font-size:1.4rem;text-decoration:none;color: white;}
#navbar-smartphone ul.mod-menu__sub li a:hover {text-decoration:underline;}
</pre></body></html>