/*
	General styles
*/
body {
	/*font-family: "Source Sans Pro", Arial, sans-serif;*/
	 font-family: "franklin-gothic-urw-cond", sans-serif;
  font-style: normal;
  font-weight: 400;
	background-color: #9abd09;
	font-size: 13px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-image: url(../img/strassenhintergrund.jpg);
	background-position: 50% 0%;
	background-repeat: repeat-y;
}
body, html {
	height: 100%;
}

h1, h2, h3, h4 {
	/*font-family: "Josefin Slab", serif;*/
	 font-family: "franklin-gothic-urw-cond", sans-serif;
}
h1 {
	/*font-style: italic;
	font-weight: bold;*/
	 font-style: normal;
  font-weight: 200;
	font-size: 40px;
	color: #9abd09;
}
h2 {
	font-size: 20px;
	 font-style: normal;
  font-weight: 800;
  color: #005a37;
}
a, a:visited {
	text-decoration: none;
	color: #2e639e;
}
a:hover {
	text-decoration: underline;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;	
}
