/* @override 
	http://localhost:9676/main.css
	http://ericeggert.de/main.css
*/

* {
	margin: 0;
	padding: 0;
}

article, section, aside, header, footer {
	display: block;
}

html {
	background-color: #fefefe;
	float: left;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	max-width: 900px;
	margin: 30px auto;
	color: #444;
	font-family: "skolar-1","skolar-2", serif;
	line-height: 1.5;
	overflow: auto;
	text-rendering: optimizeLegibility;
}

h1, .pitch {
	color: #777;
	
}

h1 {
	margin-top: 50px;
	font-size: 100px;
	color: #0092cc;
	font-family: "ff-prater-script-web-pro-1","ff-prater-script-web-pro-2", sans-serif;
}

h2 {
	font-family: "ff-prater-script-web-pro-1","ff-prater-script-web-pro-2", sans-serif;
	font-size: 25px;
	margin-bottom: 15px;
}

h3, #impressum h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: "skolar-1","skolar-2", serif;
	line-height:1.2;
}

h4 {font-weight:normal; font-size:.85em; font-style:italic; line-height:1.765;}

.pitch {
	font-size: 30px;
	font-family: "ff-prater-serif-web-pro-1","ff-prater-serif-web-pro-2", serif;
	padding: 5px 7px;
	margin-top: -24px;
	background-color: rgba(255,255,255,.6);
	position: relative;
	line-height: 1;
	border-top: 1px solid rgb(0, 146, 204);
	border-top: 1px solid rgba(0, 146, 204,.3);
	margin-bottom: 30px;
}

.container, .g, .g2, .g3, .g4, .c1, .c2, .c3, .c4 {
	float: left;
	width: 100%;
}

.g, .g2, .g3, .g4 {
	margin-bottom: 21px;
}

.container {
	clear: left;
}

.c2>.g {
	width: 50%;	
}

.c3>.g {
	width: 33.3333333333333%;	
}

.c4>.g {
	width: 25%;
}

.c3>.g2 {
	width: 66.66666666666667%;
}

.c4>.g2 {
	width: 50%;
}

.c4>.g3 {
	width: 75%;
}

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

.c4>.g {
	width: 50%;
}

.c4>.g2, .c2>.g, .c3>.g {
	width: 100%;
}

.c4>.g3 {
	width: 100%;
}
	
}

.i {
	margin-left: 10px;
	margin-right: 10px;
}

li {
	list-style-type: circle;
}

#referenzen img {
	box-shadow: 0 0 7px #ccc;
	-webkit-box-shadow: 0 0 7px #ccc;
	-moz-box-shadow: 0 0 7px #ccc;
}

section {
	margin: 30px 0;
}

#social a {
	color: #666;
}

a, #social a em {
	color: #0092cc;
}

img {
	display: block;
}

.img {
	display: block;
	position: relative;
	margin-bottom: 5px;
}

.img img {
	width: 100%;
	border: none;
}

.img span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: .45;
	transition: opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
}

.img:hover span {
	opacity: .1;
}

#portrait {
	position: absolute;
	right: 20px;
	top: 80px;
	width: 20%;
	z-index: 2000;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	padding: 10px;
	opacity: 1;
	transition: opacity .9s ease-in;
	box-shadow: 0 0 7px #ccc;
	-webkit-transition: opacity .9s ease-in;
	-webkit-box-shadow: 0 0 7px #ccc;
	-moz-transition: opacity .9s ease-in;
	-moz-box-shadow: 0 0 7px #ccc;
	
}

#portrait img {
	width: 100%;
}

@media screen and (max-width: 800px) {
	#portrait {
	opacity: 0;
}
}

#impressum {
	margin-top: 150px;
	padding-top: 25px;
	border-top: 3px double #ddd;
	clear: both;
}

a#angebotbtn, a#angebotbtn:visited {
display:block;
background: url(overlay-button.png) #0092cc repeat-x;
width: 200px;
padding:10px 0;
text-align:center;
border:1px solid #0076a5;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
font-style: italic;
font-weight: bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color:#FFF;
text-decoration: none;
opacity:.85;
margin: 0 auto;
}

a#angebotbtn:hover,
a#angebotbtn:focus {
	border-color:#0076a5;
	background-color: #0076a5;
}

a#angebotbtn:active {
background-position:  0 -200px;
padding:11px 0 9px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

#call4action {
	clear: both;
	padding: 15px;
	background-color: #f5f5f5;
	z-index: 10000;
	border: 1px solid #e5e5e5;
	border-width: 1px 0;
}

#impressum p, .rules p {
	margin-bottom: 10px;
}

#publikationen img {width:100%; margin-bottom:10px;}
#publikationen .link img {width:20px; margin-bottom:0; display:inline; vertical-align:top;}
.erscheinung, .seite {color: #0092cc; font-style:italic;}
.seite {text-align:right;}

object, embed {
	width: 100%;
	height: 75%;
	min-height: 500px;
	margin-top: 20px;
}

.hidden {position: absolute; left: -1000px;}

