
/* NETSESSION SCSS
 * generate http://carmencitas.de/css/screen.css
 * and a file http://carmencitas.de/css/screen.min.css
 * have fun
 */
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

#nav-menue			{ z-index:100; position:fixed; width:100%; height:54px; background:#111; font-family:Raleway; line-height:1.2; font-size:.8em;}

.menue-button 		{ display: block; }
.menue-button 		{ width:auto; color:white; height:auto; font-size:16px; top:5px; display: block; position: absolute; left:2px;  padding: 0.8em;  cursor: pointer; text-decoration: none; }	
#nav li				{ padding-top:6px; float:left; padding-left:0%; font-size:1em; line-height:1.6;}
#nav 				{ margin-top:12px; padding-left:170px; width:100%; padding-bottom:6%; height:auto; color:white; font-family:Raleway; line-height:1.2; background:#111}	
#logo a				{ position:absolute; color:white; top:16px; left:22px; font-size: 1.3em; font-weight:500;}

#nav ul				{ width:100%; list-style:none; text-align:left; padding-bottom:2%;}
#nav li a 			{ color: #fff; opacity:0.6;  float:none;  text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#nav li a.active 	{ color: #fff; opacity:1; border-bottom: 2px solid #fff; }
#nav li a:hover 	{ color: #fff; opacity:1;  }
/* die Magie, um die cssmenu einzublenden (auch auf mobile Devices) */
#nav-menue:target #nav { display: block; }
	
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */
#nav-menue:target .menue-button-beschr-open { }	
	
/* Allgemein Anweisungen */
@media only screen and (max-width : 420px) 
{ /* Breite beträgt höchstens 420px */ 

}