




* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	background: #d6bf62 url(bgr.png) repeat-x;
	font-family: 'Roboto Condensed', sans-serif;
	color: #385668;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1em;


}

h1 {
	font-family: 'Oswald', sans-serif;
	padding-bottom: 27px;
}

p {
	padding-bottom: 14px;
	font-size: 1.2em;
	line-height: 138%;
}


a {
	color: #385668;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: white;
}

:focus {
	outline: none;
}

img {
	border:0;
}

table { 
    border-spacing: 0;
    border-collapse: separate;
}

.clear {
	clear: both;
}

.pointer {
	cursor: pointer;
}


.wrapper {
	max-width: 1024px;
	min-width: 510px;
	margin-left: auto;
	margin-right: auto;
}

.kopf {
	height: 150px;
}

.logo {
	margin-left: 35px;
	margin-top: 55px;
}

.claim {
	float: right;
	font-family: 'Oswald', sans-serif;
	color: white;
	font-size: 1.1em;
	margin-top: 57px;
	margin-right: 95px;
	font-weight: 400;
}

.content {
	min-height: 522px;
}

.content ul li {
	list-style: none;
	float: left;
}

.content img {
	width: 100px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 70px;
}

.vita, .impressum, .download, .datenschutz {
	display: none;
	min-height: 522px;
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 40px;
}

.fuss {
	
}

.fuss ul {
	padding-bottom: 100px;
}

.fuss ul li {
	list-style: none;
	float: left;
}

.fuss img {
	width: 100px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 70px;
}

/* ---------------------------------------- */
/* ----- iPhone (quer und hoch) ----------- */
/* ---------------------------------------- */

@media only screen
and (max-width : 767px) {

.claim {
	float: left;
	font-family: 'Oswald', sans-serif;
	color: white;
	font-size: 1.1em;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 35px;
	font-weight: 700;
}

}



/* ---------------------------------------- */
/* ----- Phone (quer) ----------------------*/
/* ---------------------------------------- */

@media only screen
/* and (max-width : 767px) */
and (max-device-width : 767px)
and (orientation : landscape) {

}



/* ---------------------------------------- */
/* ----- Phone (hoch) ----------------------*/
/* ---------------------------------------- */

@media only screen
/* and (max-width : 767px) */
and (max-device-width : 767px)
and (orientation : portrait) {
	
}


/* ---------------------------------------- */
/* ----- iPads (quer) --------------------- */
/* ---------------------------------------- */

@media only screen
/* and (min-width : 768px) */
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}


/* ---------------------------------------- */
/* ----- iPads (hoch) --------------------- */
/* ---------------------------------------- */

@media only screen
/* and (min-width : 768px) */
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {


}


/* ---------------------------------------- */
/* ----- Desktop -------------------------- */
/* ---------------------------------------- */

@media only screen 
/* and (min-device-width : 1224px) */
and (min-device-width : 1024px) {



}
