/**
 * Stylesheet für hagemann.cc
 *
**/
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);

body {
	font-family: 'PT Sans', sans-serif;
	color: #333;
}
/*
+++ reset +++ */
p,
h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

/*
+++ Struktur +++ */
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: grey;
}

#left {
	float: left;
	width: 300px;
	overflow: hidden;
}
#logo {
	width: 72%;
	margin-top: 284px;
	margin-bottom: 110px;
}
#logo img {
	display: block;
	width: auto;
	height: 42px;
	margin-left: 0px;
	
}
#pfeilnav {
	font-family: 'Fontawesome';
	text-align: right;
	width: 200px;
	font-size: 24px;
}
#pfeilnav a,
#pfeilnav a:link,
#pfeilnav a:visited,
#pfeilnav a:hover,
#pfeilnav a:active {
	color: #96622D;
}
#right {
	float: right;
	width: 360px;
	position: relative;
}
.startseite #right {
	height: 630px;
}

#right #content {
	position: relative;
}
.startseite #right #content {
	height: 328px;
}
.impressum #right #content {
	margin-top: 120px;
}
.base {
	position: absolute;
	bottom: 0;
	left: 0;
}

.abbr,
.dat {
	display: inline-block;
}
.abbr {
	width: 24px;
}
#icon {
	position: absolute; 
	bottom: 0;
	right: 0;
}
#icon img {
	width: 100px;
	height: auto;
}
#icon img:hover {
	width: 95px;
	height: auto;
}

/*
+++ Text +++ */
p {
	margin-bottom: .6em;
}
/*
+++ Links +++ */

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*
+++ responsive +++ */

@media screen and (max-width: 850px) {
	#wrapper {
		width: 90%;
		padding: 0 24px;
	}
	
	#left {
		float: left;
		width: 100%;
	}
	
	#logo {
		width: 120px;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	#logo img {
		display: block;
		width: 100%;
		height: auto;
		margin-left: 0px;
		
	}
	
	#right {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
		
	}
	
	.startseite #right #content,
	.impressum #right #content {
		height: auto;
		position: relative;
		margin-top: 0;
	}
	.base {
		position: relative;
	}
	
	#icon {
		position: relative; 
		margin-top: 24px;
	}
	#icon img {
		width: 32px;
		height: auto;
	}
	#icon img:hover {
		width: 28px;
		height: auto;
	}
			
}

