@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../images/background_sterne.jpg);
	background-attachment:fixed;
}

.left0 {margin-left: 0 !important;}
a {text-decoration: none;}
a:visited {color: #fff;}

.wrapper {
max-width: 1280px;
margin: 0 auto;
width: 95%;
}

.floatleft { float: left; margin: 0 1em 1em 0; max-width: 200px; max-height: 200px; }
.floatright { float:right; margin: 0 0 1em 1em; max-width: 200px; max-height: 200px; }

.head {
	background-color: #fff;
	padding: 0.5em 0;
	z-index: 100;
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd; 
}

.logo {
	float: left;
	width: 100%;
}

.button {
	display:inline-block;
	background-color: #EEEEEE;
	width: 100px;
	margin-top: 2.8em;
	border-radius: 4px;
	padding: 0.5em 1em;
	color: #000;
	text-align:center;
	float: right;
	
-webkit-box-shadow: 0px 3px 0px 0px #CACACA;
-moz-box-shadow: 0px 3px 0px 0px #CACACA;
box-shadow: 0px 3px 0px 0px #CACACA;

	  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.button:hover {
	background-color: #E1E1E1;	
}


.content {
background-color: #F7F7F7;
padding: 3em 0 4em 0;	
}


hr { margin: 2em 0; border-top: 1px solid #D7D7D7; clear: both; }

h1 {font-size: 3.8rem !important; margin-bottom: 1em !important;}
h2 {font-size: 2.5rem !important; margin-top: 2em !important;}
h3 {font-size: 2.4rem !important; margin-top: 2em !important;}

.footer1 {
	padding: 1em 0;
background-color: #1A1A1A;
text-align: center;	
}

.footer1 ul {
margin: 0;
}

.footer1 ul li {
display: inline-block;
text-transform:uppercase;
padding: 0 0.5em;	
}

.footer1 ul li a {
color: rgba(255,255,255,0.4);
}

.footer1 ul li a:hover {
color: rgba(255,255,255,1);
}
.footer1 p {
	margin: 0 0 1em 0;
	font-size: 0.85em;
	color: rgba(255,255,255,0.7);
	}


.footer2 {
	padding: 1em 0;
background-color: #000000;
text-align: center;	
font-size: 0.8em;
}

.footer2 ul {
margin: 0;
}

.footer2 ul li {
display: inline-block;
padding: 0 0.5em;
}


.footer2 ul li a {color: rgba(255,255,255,0.7) !important;}
.footer2 ul li a:hover {color: rgba(255,255,255,1) !important;}



.footer2 p {
	color: rgba(255,255,255,0.7);
	margin: 0;
	}













	
	