/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



body, html, div, table, td, span, p, a, form, h1, h2, h3, h4, img, ul, li, object, embed {
	padding: 0;
	margin: 0;
	border: none;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 26px;
	font-weight:400;
	color: #000;
	text-align: center;
	background-color: #fff;
}


body.bg-home {
	/* background: url('../img/bg-home.jpg') no-repeat left top fixed; */
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
}


	
div {
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	padding-top: 10px;
}


td {
text-align: left;
vertical-align: top;
}

a {
	outline: none;
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #666;
}


a.linkButton{
	display:inline-block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 20px;
	font-size: 16px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}
a.linkButton:hover{
	background: #CCC;
}


h1, h2 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	padding-bottom: 0px;
}

h3 {
	font-size: 16px;
}


.textSup {
font-size:9px;
vertical-align:text-top;
line-height: normal;
}

.textGold{
color: #908167;
}


.clearfloat { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}

strong, b {
	font-weight: 700;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

img {
	max-width:100%;
	height: auto;
}



img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}



/* ---------- Liste ------------- */


ul.liste
{
margin-left: 0;
padding-left: 0;
margin-left: 20px;
margin-top: 5px;
list-style: none;
}

ul.liste li
{
padding-left: 20px;
padding-bottom: 5px;
}


/* ---------- Haupt Divs ------------- */



.abstand {
	padding: 20px;
} 
.abstandRechts {
	padding-right: 20px;
} 

.abstandUnten {
	padding-bottom: 20px;
} 


#logo {
	margin: 0 auto;
	text-align: center;	
	margin-top: 30px;
	margin-bottom: 30px;
}

#foto img {
	display:block;
	width: 100%;
	height:auto;
}

#divGrau{
	background-color: #808080;
	color: #fff;
	text-align:center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#divWeiss{
	background-color: #fff;
	color: #000;
	text-align:center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.container{
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
	text-align:center;
}





@media only screen and (max-width: 768px) {

body {
	font-size: 17px;
	line-height: 26px;
}

.floatLeft{
	float: none;
}

.floatRight{
	float: none;
}
.abstandUnten {
	padding-bottom: 5px;
}



}



