/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Raleway Light'), local('Raleway-Light'),
       url('../fonts/raleway-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../fonts/raleway-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}


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: 'Raleway',Arial, sans-serif;
	font-weight:300;
	font-size: 19px;
	line-height: 1.3;
	color: #868686;
	text-align: center;
	background-color: #fff;
	position:relative;
		min-width: 320px;
}

body.bg-home {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

a {
	color: #868686;
}


p {
	padding-bottom: 30px;
}

.section p {
	padding-bottom: 0px;
}



h1, h2, h3 {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 400;
	padding-bottom: 30px;
	color: #868686;
}

.textGross {
	font-size: 30px;
}


.textWeiss {
	color: #868686;
}

.clearfloat { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}

strong, b {
	font-weight: 700;
}

img {
	max-width:100%;
	height: auto;
}







/* ---------- Haupt Divs ------------- */



.container {
	 width: 600px;
	 max-width:80%;
	 margin: 0 auto;
	 margin-bottom: 30px;
	 text-align: center;
}
.spalte {
	text-align: center;
}



.logo img{
	width: 350px;
	max-width: 100%;
	height:auto;
	margin: 0 auto;
	display:block;
	margin-top: 70px;
	margin-bottom: 70px;
}

.section{
	margin-bottom: 70px;
}

.section img.headline{
	width: 200px;
	max-width: 100%;
	height:auto;
	margin: 0 auto;
	display:block;
	margin-bottom: 0px;
}





#infoRahmen {
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width:100%;
  height: 100%;
}

#info {
	 position: relative;
     top: 45%;
     transform: perspective(1px) translateY(-50%);
	 text-align:center;
	 margin: 0 auto;
	 width: 400px;
	 max-width:80%;
}
#info img{
	width: 100%;
	height: auto;
	display: block;
}



#footer {
	text-align: center;
	padding-bottom:30px;
}


#textBottom{
	 position: absolute;
	 bottom: 30px;
	 left:0px;
	 right: 0px;
	 display:block;
	 text-align:center;
	 margin: 0 auto;
	 width: 600px;
	 max-width:80%;
	 font-size: 17px;
}

#textBottom a, #footer a{
	
	 display:inline-block;
	 margin-left: 10px;
	 margin-right: 10px;
	 text-decoration:none;
	
}




@media only screen and (max-width: 768px) {
	
.textGross {
	font-size: 22px;
}

#textBottom{
	 font-size: 15px;
}


.floatLeft{
	float: none;
}

.floatRight{
	float: none;
}


}



