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

/*RESET*/

html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*FONTS*/

@font-face {
	font-family: 'DAX Light';
	src: url('fonts/dax-light-webfont.ttf'),
	url('fonts/dax-light-webfont.eot'),
	url('fonts/dax-light-webfont.woff'),;
}


/* SELF */

html{
	background:url(images/agsquare.png) #000;
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 60%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(240,240,240)),
		color-stop(0.6, rgb(252,252,252))
	);
	height:100%;
}

body{
	color:#9a999d;
	font-family: 'DAX Light', sans-serif;
	font-size:11px;
	font-weight:300;
}

a{ color:#9a999d; font-weight:bold; text-decoration:none; border-bottom:1px dotted #ccc; }
a:hover{ color:#ef7b1a; border-bottom:1px dotted #ef7b1a; }

#impressum a:hover{ color:#fff; border-bottom:1px dotted #fff; }

a#fancybox-close{ border:none; }

h1{
	background:#000;
	background:rgba(0,0,0,0.1);
	letter-spacing:2px;
	padding:10px 5px 10px 5px;
	color:#fff;
	margin-bottom:30px;
}	

h1 span{
	font-family: 'Handlee', cursive;
}

h2, h3{ color:#fff; }

#wrapper{
	width:400px;
	margin:0 auto;
	min-height:300px;	
}

#content{
	position:absolute;
	width:400px;
	top:50%;
	margin-top:-180px;
}

#logo{
	display:none;
	margin:0 auto;
	margin-bottom:0;
	width:100%;	
}

#logo img{
	width:100%;
}

#contact{
	display:none;
	text-align:left;
	line-height:18px;
	margin-top:-44px;	
}

#contact-info{ display:none; }
.impressum-container{
	bottom:20px;
	position:absolute;
	text-align:center;
	width:400px;
}

#impressum{
	background:#ef7b1a;
	color:#fff;
	width:400px;
	padding:15px 15px 15px 15px;	
	line-height:14px;
}

#impressum h2{ margin-top:0px; }

#impressum a{ color:#fff; }

@media screen and (max-width: 400px){
    #wrapper {
        width: 80%;
	}
	
	#content {
        width: 80%;
	}
	
	#contact{ margin-top:-30px; }
	
	.impressum-container{ width:80%; bottom:60px; }
	#impressum{
		width:90%;
		height:100%;
		padding:5%;	
	}
}