/*
-------------------------------
piccto design | 2014
-------------------------------
www.piccto.de
-------------------------------
Kunde
-------------------------------
 */
 
/*
 * ---------- Basics ---------- 
 */

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	color: white;
	text-align: center;
	background: #000;
}

header .container {
	height: 250px;
	position: relative;
}

.logo {
	width: 230px;
	height: auto;
	position: absolute;
	right: 0;
	top: 170px;
	z-index: 9999;
}

h3 {
	font-weight: 400;
}

.container.copy {
	margin-top: 50px;
}

.copy .row {
	padding: 0 20%;
}

a {
	color: #fff;
}

.blue,
a:hover {
	color: #0087FF;
}

h2, strong {
	font-weight: 600;
}

.underline {
	border-bottom: 1px dotted #ccc;
}

footer {
	font-size: 13px;
	padding: 40px 0;
	width: 100%;
}

ul {
	display: inline-block;
	margin: 0 auto;
}

li {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ccc;
}

li:first-child {
	padding: 0;
	margin: 0;
	border: 0;
}

@media only screen and (max-width: 800px) {
	
	header .container {
	height: 150px;
	position: relative;
}

.logo {
	position: absolute;
	right: 0;
	left: 0;
	top: 40px;
	margin: auto;
	z-index: 9999;
}
	
	.copy .row {
	padding: 0;
	}
	
	li {
		float: none;
		border: 0;
		padding: 0;
		margin: 0;
	}
	
}