/* urbaneconomics.eu - mobile stylesheet */
/* 03-2015 Kurt Schmidheiny */

html {
	width: 100%; 
}

body {
	max-width: none;
	min-width: 0px;
	padding: 0;
	font-size: 18px; 
	line-height: 1.5;
   background-color: #eeeeee;
}

.mobilehidden {
	display: none; 
}

.mobilecenter {
	text-align: center; 
}

header {
   background: #eeeeee;
	border-bottom: none;
	box-shadow: none;
	margin-bottom: 0;
}

h1.desktop {
   display: none;
}

h1.mobile {
   display: block;
}

h1 {
	max-width: none;
	min-width: 0px;
	height: auto;
	border-bottom: 3px solid #0080c0;
	box-shadow: 0 3px #eeeeee, 0 4px #0080c0;
	padding: 14px 10px 12px 10px;
   margin: 0 0 4px 0;
	background-image: none;
   background-color: #eeeeee;
	line-height: 1;
	color: #0080c0;
	font-family: 'Novecento DemiBold', 'Novecento Bold', 'Open Sans', verdana, geneva, arial, sans-serif;
   text-transform: uppercase;
   font-size: 20px;
   font-weight: normal;
   letter-spacing: 0px;
   text-align: left;
   white-space: nowrap;
}

h1 a, h1 a:link, h1 a:visited {
   background-color: #eeeeee;
   color: #0080c0;
}


h2 {
	font-size: 1.3em; 
}

#navbuttoncontainer {
	display: inline;
	float: right;
	position: relative; 
	right: 0px; 
	top: 0px;
}

#navbutton {
	display: inline;
	position: absolute; 
	right: 10px; 
	bottom: 16px; 
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
	padding: 3px 4px 3px;
	background-color: #eeeeee; /*#0080c0*/
}

#navbutton div {
	border: 1px solid #0080c0;
	border-radius: 2px 2px 2px 2px;
	height: 0px;
	margin-top: 3px;
	background-color: #eeeeee; 
}

nav {
	height: 0;
	border-top: none;
	border-bottom: none;
	margin: 0 0 0 0; 
	padding: 0;
	text-align: left;
   font-size: 1em;
   font-weight: normal;
	background: transparent;
	line-height: 1;
}

#navcontainer {
	max-width: none;
	min-width: 0px;
	height: 0;
	margin: 0; 
	padding: 0;
}


nav ul {
	list-style: none;
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-style: none;
}

nav ul:after {
	content: ""; 
	clear: both; 
	display: block;
}
	
nav ul li {
	float: none;
	display: list-item;
	padding: 15px 0 15px 8px;
	margin: 0 0 0 0; 
	border: none;
	border-bottom: 1px solid #eeeeee;
	background-color: #0080c0;
}

nav ul li.active {
	border-color: #0080c0;
	background-color: #eeeeee;
}

nav ul li a:link, nav ul li a:visited {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #eeeeee; 
}	

nav ul li.active a:link, nav ul li.active a:visited {
	background: transparent;
	color: #0080c0; 
}	

nav ul li.inactive ul {
	display: none;
}

nav ul li.active ul {
	position: static; 
	display: inline;
	list-style-type: none;
}

nav ul li.active ul li {
	display: list-item;
	padding: 15px 0 0 0;
	margin: 15px 0 0 15px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #0080c0;
	background-color: #eeeeee;
}

nav ul li.active ul li a:link, nav ul li.active ul li a:visited {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}	

section {
	max-width: none;
	min-width: 0px;
	padding: 8px 8px 8px 8px;
}

.teaser_container {
	grid-template-columns: repeat(1, 1fr);
}

div.teaser p {
  font-size: 20px; 
}

div.teaser h2 {
  font-size: 22px;
}
.teaser_twitter {
   display: none;  
}

div.infoitem {
	float: none;
	width: 100%;
	border-width: 0 0 0 0;
	padding: 0 0 0 0;
   margin: 0 0 8px 0;
}

div.infoitem h3{
}

div.infoitem p, div.infoitem img, div.infoitem ul, div.infoitem ol, div.infoitem h4, div.infoitem h5, div.infoitem h6 {
}

div.infoitem img {
}


img.floatright {
	float: none; 
	margin: 0px 5px 5px 0px;
	width: 100%;
	height: auto;
}

footer {
	clear: none;
	margin: 0;
	padding: 3px 8px 8px 8px;
   border-width: 1px 0 0 0;
   border-style: solid;
   border-color: #0080c0;
   background-color: #eeeeee;
   color: #0080c0;
}

footer ul {
	max-width: none;
	min-width: 0px;
	padding: 0;
	margin: 0px 0px 0px 0px;
   border: none;
}

footer li {
	font-size: 0.9em; 
}

footer li a:link, #footer li a:visited {
   color: #0080c0;
}

footer li.validator {
	display:none;
}

footer p.social {
	max-width: none;
	min-width: 0px;
   padding: 15px 0 10px 0;
   margin: 00;
   border-width: 0;
}


