/*----- MQ Small Mobile -----*/

body {
	font-family: Verdana, Arial, Helvetica,sans-serif;
}
div.banner {
	display: none;
}
div.banner h5 {
	display: none;
}
div#page {
	padding: 1em 5%;
	margin: 0 auto;
	max-width: 900px;
	font-size: 14px;
	font-size: 1.4rem;
}
div#page h1 {
	padding: .25em 0;
	margin-bottom: 0.5em;
	line-height: 1;
	font-family: arial,helvetica,sans-serif; 
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	color: #555;
	border-bottom: 1px solid #CCC;
}
section {
	line-height: 1.5;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #CCC;
}
section h2 {
	font-family: arial,helvetica,sans-serif; 
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	padding-bottom: .125em;
	font-weight: normal;
	color: #000;
}
section:last-child {
	border: none;
}
section p {
	padding-bottom: 1.5em;
}
section ul {
	padding-bottom: 1.5em;
}
footer {
	display: none;
}


/*----- MQ Small Desktop-----*/

@media screen and (min-width: 680px) {

div#page {
	margin-top: 30px;
}
section {
    clear: both;
	padding: 2em 0;
    border-bottom: 1px solid #BBBBBB;
}
section p {
	line-height: 1.5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1em 0;
}

section#intro h1 {
	border: none;
	position: relative;
	padding: 0 0 3px;
	text-align: left;
	font-size: 35px;
	font-size: 3.5rem;
	color: #555555;
	font-family: dinNeuzeit, arial, helvetica;
	font-weight: normal;
	clear: both;
}
section h2 {
	position: relative;
	padding: 0 0 3px;
	text-align: left;
	font-size: 35px;
	font-size: 3.5rem;
	color: #555555;
	font-family: dinNeuzeit, arial, helvetica;
	font-weight: normal;
	clear: both;
}
p {
	margin: 0 0 2em;
	font-size: 1.6rem;
	line-height: 2;
}
footer {
	display: block;
}
}


/*----- MQ Medium Desktop-----*/

@media screen and (min-width:970px) {

div#page {
	position: relative;
    margin: 380px auto 40px;
    max-width: 1080px;
    padding: 0 10px;
    width: 90%;
}
div.banner {
	display: block;
    position: absolute;
    top: 102px;
    left: 0;
    width: 100%;
    height: 320px;
    margin: 0;
    background-color: #777;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: cover;
}
div.banner h5 {
	display: block;
	text-align: left;
	position: relative;
	top: 0px;
	left: 3%;
	color: #FFF;
	font-size: 90px;
	font-size: 9rem;
	font-family: dinNeuzeit,arial,helvetica, sana-serif;
	text-transform: lowercase;
	font-weight: normal;
	padding: 0 0px;
	line-height: .9;
	text-shadow: 0 0 20px #000;
}
section {
	padding: 3em 0;
}
section p {
	line-height: 2;
	font-size: 16px;
	font-size: 1.6rem;
}
}

/*----- MQ Large Desktop-----*/

@media screen and (min-width:1600px) {

/*div.banner {
    height: 450px;
}
div.banner h5 {
	top: 15px;
	left: 3%;
	font-size: 90px;
	font-size: 9rem;
}
div#page {
    margin: 520px auto 40px;
}*/