/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
@font-face{ 
	font-family: 'JustVector';
	src: url('../css/justvectorv2-webfont.eot');
	src: url('../css/justvectorv2-webfont.eot?#iefix') format('eot'),
		 url('../css/justvectorv2-webfont.woff') format('woff'),
		 url('../css/justvectorv2-webfont.ttf') format('truetype'),
		 url('../css/justvectorv2-webfont.svg#webfontkw9J4lGf') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* #Site Styles
================================================== */
body{
	color:#111;
}
header{
   	position:fixed;
   	top:0px;
   	height:35px;
	background-color:#fff;
   	width:auto;
   	padding:40px 0;
	z-index:99;
}
#logo{
	padding-bottom:20px;
}
h1{
	font: 0/0 a;
	text-shadow:none;
	color:transparent;
}
hr.style{
	border: 0;
	height: 1px;
	margin:0;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
h1, h2, h3, p, li, label{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
h2, h3, #content .box a{
	color:#0043C9;
}
#content .box a:hover{
	color:#000;
}
a{
text-decoration:none;
color:#0043C9;
}

/*Navigation*/
#navigation ul,
#navigation ul li{
	margin:0px;
}
#navigation ul{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:8px;
	float:right;
}
#navigation ul li{
	display:inline;
	float:left;
}
#navigation ul li a{
	display:inline-block;
	text-transform:uppercase;
	padding:0 14px;
	line-height:25px;
	text-decoration:none;
	color:#111;
}
#navigation ul li a:hover, #navigation ul li:hover, #navigation ul li a.active{
	color:#0043C9;
}
#navigation ul li a:hover{
	cursor:pointer;
}
/*Subnavigation*/
#navigation ul ul{
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	z-index:999;
	min-width:32%;
	height:0px;
	overflow:hidden;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
#navigation ul li:hover ul{
	opacity:10;
	filter: alpha(opacity=100);
	height:auto;
	overflow:auto;
}
#navigation ul ul li{
	display:list-item;
	padding:0 25px 0 1px;
}
#navigation ul ul li:last-child{
	padding-left:20px;
}
#navigation ul ul li a{
	display:block;
}

/*Content*/
#content{
	padding:170px 0 130px 0;
	min-height:400px;
	height:100%;
}
.claim{
	text-align:center;
	color:#222;
	padding-bottom:50px;
	font-size:38px;
	text-shadow: 1px 1px 1px #999999;
    filter: dropshadow(color=#999999, offx=1, offy=1);
}
.design, .web, .edv{
	text-align:center;
}
.box{
	border:1px solid #c8c8c8;
	border-radius:5px;
	width:250px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.box ul{
	margin:0;
}
.box li{
	text-align:center;
	height:40px;
	font-size:16px;
	line-height:2em;
	border-bottom: 1px solid #c8c8c8;
}
.box li:first-child{
	padding:50px 0;
	background:url(../img/white_paper.png) repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.box li:last-child, .box li#last-child{
	border-bottom:none !important;
}

/* PORTFOLIO */

.details{ margin:15px 20px; }
.details p{color:#aaa; text-shadow:1px 1px 0 rgb(0,0,0);}
.mosaic-block {
	position:relative;
	overflow:hidden;
	/*height:280px;*/
	background:#fff url(../img/progress.gif) no-repeat center center;
	border:1px solid #999;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:50px;
}
.mosaic-block img{
	max-width:100%;
	margin-bottom:-6px;
}
.mosaic-backdrop {
	display:none;
	top:0;
	/*position:absolute;*/
	height:100%;
	width:100%;
	background:#fff;
}	
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
}
.bar .mosaic-overlay {
	bottom:-180px;
	height:auto;
	background:url(../img/bg-black.png);
}
		
.projekt{
	position:relative;
	margin-bottom:50px;
	border:1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* CONTACT */
#contact p {
	line-height: 0.5em;
	font-size:1em;
}
#form{
	padding:0 10px;
}
#impressum{
	padding:30px 10px 0 10px;
	margin-bottom:175px;
}
#impressum .right{
	text-align:right;
}
#maps {
	float: right;
	width: 450px;
	overflow: hidden;
	margin-top:30px;
}
#maps iframe{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:448px;
	height:300px;
}
input[type="text"], input[type="email"] {
	width: 425px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
}
textarea {
	width: 425px;
	height: 350px;
	margin-top: 10px;
}
input[type="submit"] {
	float: right;
	margin-top: 20px;
	padding: 5px 15px;
}
input[type="text"], input[type="email"], textarea {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	outline: none;
	font: 13px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #777;
	width: 100%;
	max-width: 100%;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: border 0.3s ease, background 0.3s ease, box-shadow 0.2s ease, color 0.6s ease;
	-moz-transition: border 0.3s ease, background 0.3s ease, box-shadow 0.2s ease, color 0.6s ease;
	-o-transition: border 0.3s ease, background 0.3s ease, box-shadow 0.2s ease, color 0.6s ease;
	transition: border 0.3s ease, background 0.3s ease, box-shadow 0.2s ease, color 0.6s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.dark input[type="text"], .dark input[type="email"], .dark textarea {
	border: 1px dashed #333;
	color: #a1a1a1;
	background: #191919;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
}
input[type="text"]:hover, input[type="email"]:hover, textarea:hover {
	background: #f2f2f2;
}
.dark input[type="text"]:hover, .dark input[type="email"]:hover, .dark textarea:hover {
	background: #161616;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	background: #f2f2f2;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.dark input[type="text"]:focus, .dark input[type="email"]:focus, .dark textarea:focus {
	border: 1px solid #282828;
	color: #fff;
	background: #191919;
	-webkit-box-shadow: 0 0 0 transparent, 1px 1px 5px 1px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow: 0 0 0 transparent, 1px 1px 5px 1px rgba(0, 0, 0, 1) inset;
	box-shadow: 0 0 0 transparent, 1px 1px 5px 1px rgba(0, 0, 0, 1) inset;
}
textarea {
	min-height: 130px;
	overflow: auto;
}
label {
	display: block;
	text-align: left;
	margin:20px 0 10px 0;
}
#mail{
	margin-top:30px;
}
#contact ul.info{
width: 250px;
padding: 0;
}
#contact ul.info li{
margin: 0;
float: left;
}

#call ul{
	float:left;
	margin:0;
}
#call ul li{
	display:inline;
	font-size: 13px;
	line-height: 30px;
	float: left;
}
#call a{
text-decoration:none;
color:#0043C9;
}
#call img{
padding:0 15px;
vertical-align:middle;
}

/*Footer*/
footer {
   	position:fixed;
   	bottom:0px;
   	height:80px;
	background-color:#fff;
   	width:auto;
   	margin:0 auto;
}

/* IE 6 */
* html footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
footer p{
	margin:0;
	text-align:center;
}
footer ul.info{
width: 250px;
padding: 0;
margin: 15px 0 0 0;
float: left;
}

footer ul.info li{
margin: 0;
float: left;
}

footer ul.info li p{
font-size: 13px;
line-height: 20px;
color: #000;
float: left;
}

footer ul.info img{
padding-right:20px;
}
#copy{
	padding-top:20px;
}

#facebook a, #xing a{
	display:block;
	width:30px;
	height:30px;
}
#facebook{
	background-image:url(../img/facebook.png);
	width:30px;
	height:30px;
	float:right;
	margin:20px 10px;
}
#facebook:hover{
	background-image:url(../img/facebook_hoverh.png);
}
#xing{
	background-image:url(../img/xing.png);
	width:30px;
	height:30px;
	float:right;
	margin:20px 10px;
}
#xing:hover{
	background-image:url(../img/xing_hoverh.png);
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
			#navigation ul ul li:last-child{
				padding-left:12px;
			}
			#call ul li{
				float: none;
			}
			#maps{
				width:350px;
			}
			#maps iframe{
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				width:348px;
				height:275px;
			}
			footer{
				position:static;
			}
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
			header{
				padding:20px 0;
				height:68px;
				width:420px;
				position:static;
			}
			#logo{
				text-align:center;
				padding:0;
			}
			#navigation ul ul li:last-child{
				padding-left:12px;
			}
			#content{
				padding:50px 0 0 0;
			}
			.box{
				margin-bottom:50px !important;
			}
			.projekt, .mosaic-block{
				margin-bottom:50px !important;
			}
			.projekt img {	
				filter:none;
				-webkit-filter: none;
				-webkit-opacity: 1;
			}
			#maps{
				width:420px;
			}
			#maps iframe{
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				width:418px;
				height:275px;
			}
			footer{
				position:static;
			}
			footer p{
				margin:0;
			}
		}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
			#navigation ul{
				float:none;
				text-align:center;
			}
			#navigation ul li{
				float:none;
			}
			#impressum .left, #impressum .right{
				width:200px;
			}
			#info, #copy, #social{
				width:33.3%;
			}
			footer p{
				text-align:right;
				font-size:11px;
			}
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			header{
				width:300px;
			}
			#navigation ul{
				float:none;
				text-align:center;
			}
			#navigation ul li{
				float:none;
			}
			#navigation ul ul li{
				float:left;
				padding-left:9px;
			}
			#navigation ul ul li:last-child{
				padding-left:8px;
			}
			input[type="submit"] {
				width:280px;
			}
			#impressum{
				padding:30px 0 0 0;
			}
			#impressum, #impressum .right{
				text-align:center;
			}
			#call ul li{
				width:300px;
				text-align:center;
			}
			#call img{
				padding-left:0;
			}
			#maps{
				width:300px;
			}
			#maps iframe{
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				width:298px;
				height:200px;
			}
			footer ul.info{
				width:300px;
				float:none;
			}
			footer ul.info li{
				margin-right:13px;
			}
			#social ul{
				float:none;
				text-align:center;
			}
		}