/**
 * CSS for UI 2.5
 *
 * @author Fabian Wolf
 * @link http://fwolf.info/
 * @version 0.8
 * @date Mi 14. Dez 13:54:38 CET 2011
 */

/* RESET --------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* MAIN ---------------------------------------------------------- */

/**
 * Utilizing http://www.alistapart.com/articles/supersize-that-background-please/
 */

body {
	color: #ddd;
	background: #131413 url("../../images/website-bg04.jpg") center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	font-family: Verdana, Tahoma, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 75%;
	line-height: 1em;
}

@media only all and (max-width: 1500px) and (max-height: 1154px) {
	body {
		-moz-background-size: 1500px 1154px;
		background-size: 1500px 1154px;
	}
}


a:link, a:visited {
	color: #ad0;
	text-decoration: underline;
}

a:hover, a:active, a:focus, a.external:hover {
	color: #000;
	background-color: #df3;
	text-decoration: none;
}

/* a[href^="http://"] { */
a.external {
	background: url("../../images/external02.png") 2px center no-repeat;
	padding-left: 15px;
}


h1, h2, h3, h4, p, pre {
	margin: 10px;
}


h1, h2, h3, h4 {
	font-family: "Vollkorn", Georgia, serif;
	font-weight: bold;
	padding-bottom: 10px;
}

h1, h2, h3, h4, strong {
	color: #fff;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

pre {
	font-size: 1.5em;
}

label {
	font-weight: bold;
	display: block;
	margin-bottom: -5px;
}

label:hover {
	cursor: pointer;
}

input, textarea {
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 12px #eee;
	box-shadow: 0 0 12px #eee;
	width: 300px;
/* 	font-size: 1.1em; */
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	padding: 3px 5px;
}

input:focus, textarea:focus, .form-error input:focus {
	-moz-box-shadow: 0 0 1px #666;
}

.form-error input, .form-error textarea {
	border-color: #f66;
	background-color: #d33;
	color: #fff;
	-moz-box-shadow: 0 0 12px #faa;
	box-shadow: 0 0 12px #faa;
}

label.form-error-msg {
	font-weight: normal;
	float: right;
	text-align: left;
	font-size: 0.9em;
	width: 180px;
	color: #fff;
}

textarea {
	height: 150px;
}

button {
	border: 1px solid #000;
	padding: 5px 8px;
	-moz-border-radius: 8px 8px;
	background-color: #ccc;
}

button[type=submit] {
	background-color: #efefef;
}

button:hover {
	background-color: #df3;
	cursor: pointer;
}

button:focus {
	background-color: #bd1;
}

button[type=reset]:hover {
/* 	background-color: #3df; */
/* 	background-color: #f03; */
	background-color: #d33;
	color: #fff;
}


ul.form-options {
/* 	margin-left: 10px; */
}

ul.form-options li {
	display: inline;

}

#page {
	width: 1000px;
	margin: 40px auto;
}

/* SIMPLISTIC GRID FRAMEWORK ------------------------------------- */

.col1, .col2 {
	display: block;
	float: left;
	margin-right: 2px;
}

.col2 {
	margin-right: 0;
}


/* HEADER -------------------------------------------------------- */

	#header h1 {
		z-index: 100;
		position: relative;
	}

	body.body-index #header-home {
		margin-bottom: 30px;
	}

	body.body-index #header-home h1,
	body.body-index #header-home h2 {
		text-shadow: 1px 1px 4px #111, 2px 2px 2px #333;
	}

	body.body-index #header-home h1 {
		padding-bottom: 0.55em;
		font-size: 5em;
	}

	body.body-index #header-home h2 {
		text-transform: capitalize;
		margin-left: 14px;
	}
	
	body.body-index #header-home .col1 {
		width: 700px;
	}
	
	body.body-index #header-home .col2 {
		width: 280px;
	}

/* CUSTOM HEADER -------------------------------------------------- */

.col2 .label-for-hire {
	display: block;
	text-align: right;
}

.label-for-hire a {
	color: #111;
	font-size: 1.5em;
	font-weight: normal;
	background-color: #ad0;
	padding: 10px 20px;
	border-radius: 1px;
	box-shadow: 2px 2px 1px #333;
}


#header #custom-header {
	position: relative;
	top: -190px;
	z-index: 1;
	height: 200px;
	width: 1000px;
	text-align: center;
	margin: auto;
	overflow: hidden;
	opacity: 0.7;
}

/* NAVIGATION ---------------------------------------------------- */


#navigation {
	background: url("../../images/nav-bg.png") 0 0 repeat-x;
	background-image: url("../../images/nav-bg-ridged06.png");
	position: fixed;

	bottom: 30px;
	bottom: 0;
	left: 0;

/* 	width: 1000px; */
	width: 100%;
	margin: auto;
	height: 115px;
	line-height: 100px;
/*	border-top: 1px solid #999;
	border-bottom: 1px solid #eee;*/
	z-index: 20;

}

	#navigation-container {
		width: 1000px;
		height: inherit;
		line-height: 100px;
		margin: auto;
	}

	#navigation ul {
		display: block;
	}

	#navigation ul:first-child {
		width: 780px;
	}

	#navigation li {
		float: left;

	/* 	padding: 10px; */
		display: block;
		width: 170px;
		height: 90px;
		margin-top: 15px;
		text-align: center;
	}

	#navigation li a {
		display: block;
		font-size: 1.8em;
		width: 100%;
		height: 100%;
	}

	#navigation li a:link, #navigation li a:visited {
		color: #fff;
	}

	#navigation li a:hover, #navigation li a:active, #navigation li a:focus {
		color: #000;
	}


	#navigation li.current-page, #navigation li.current-page-parent {
	/*  	background-color: #ce0; */
	/*	background-color: #666;*/
		background: url("../../images/nav-hover-bg02.png") 0 0 repeat-x;
		color: #666;
	}

	#navigation li.current-page a, #navigation li.current-page-parent a {
		color: #000;
	}

	#navigation li.current-page a:hover, #navigation li.current-page-parent a:hover {
		color: #333;
	}

	#navigation li.nav-logo {
		width: 70px;
		margin-right: 15px;
	}


	#navigation li.nav-logo a:hover {
		background: none;
	}

/* LANGUAGE NAVIGATION ------------------------------------------- */

#navigation ul#language-switch {
	float: right;
	width: 100px;
	margin-right: 20px;
/* 	height: 110px; */
	line-height: 90px;
	margin-top: 30px;
	display: block;
}

	#navigation #language-switch li {
		float: none;
		height: 20px;
		line-height: 20px;
		width: 100px;
		padding: 0;
		margin: 0;
		margin-bottom: 10px;
		text-align: left;
	}

	#navigation #language-switch li a {
		font-size: 1em;
		padding: 0;
		padding-left: 10px;
		display: inline-block;
		text-decoration: none;
	}

	#navigation #language-switch li a em {
		font-style: normal;
	}

	#navigation #language-switch li a span {
		margin-right: 5px;
/* 		display: inline-block; */
		background: url("../../images/icons/cc.png") no-repeat top left;
		display: inline-block;
		width: 16px;
		height: 11px;
	}


	#navigation #language-switch li.lang-en a span {
		background-position:0 -11px;
		width: 16px;
		height: 11px;
	}

	#navigation #language-switch li.lang-de a span {
		background-position:0 0;
		width: 16px;
		height: 11px;
	}

	#navigation #language-switch li a:link em, #navigation #language-switch li a:visited em {
		text-decoration: underline;
	}

	#navigation #language-switch li a:hover {
		background-image: none;
	}

	#navigation #language-switch li.current-lang a {
		font-weight: bold;
	}

	#navigation #language-switch li.current-lang.lang-en a span {
		background-position: -16px -11px;
	}

	#navigation #language-switch li.current-lang.lang-de a span {
		background-position: -16px 0;
	}

/* Portfolio page ------------------------------------------------ */

.portfolio li {
	display: inline-block; /* FIXME: IE 6 + 7 don't know about the inline-block */
	width: 300px;
	height: 180px;
	margin: 15px 20px;
	margin-right: 0;
	vertical-align: top;
	/*zoom: 1;
    *display: inline;*/

/* 	overflow: hidden; */
}

.portfolio li a {
	display: inherit;
	height: 100%;
	width: 100%;
	border: 5px solid #333;
	outline: 0;
	padding: 0;
	margin: 0;
/*	zoom: 1;
	*display: inline;*/
/* 	background-color: #683; */
}

.portfolio li a img {
/*  	opacity: 0.6; */
 	background: url("../../images/x.gif") -300px 0 no-repeat;
/*  	overflow: hidden; */


}


.portfolio li a:hover, .portfolio li a:active, .portfolio li a:focus {
	background: none;
	border-color: #df0;
/* 	border-color: #8a0; */
}

.portfolio li a:hover img {
/* 	opacity: 1; */


	/* css3 transition tests */
	/*
	-webkit-transition: background-position 0.3s ease-out;
	-moz-transition: background-position 0.1s linear;
	 -o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;*/

	/* regular setting */
	background-position: 0 0;
}




.portfolio a span.portfolio-item-title {
	display: none;
	height: 30px;
}

.portfolio a:hover span.portfolio-item-title {
	position: relative;
/* 	top: -20px; */
	margin-top: -45px;
	display: block;
	width: 280px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
/* 	z-index: 9; */
/* 	background-color: #df0; */
	background: url("../../images/nav-bg.png") 0 -50px repeat-x;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0.025em;
/* 	font-weight: bold; */
	padding: 10px;
	text-shadow: 0 0 1px #111, 2px 2px 1px #333;
}

/* PORTFOLIO ITEM VIEW -------------------------------------------- */

.body-portfolio-item #content {
	margin-top: 60px;
	clear: both;
}

.body-portfolio-item h1,
.body-portfolio-item h2,
.body-portfolio-tag h1,
.body-portfolio-tag h2 {
	text-shadow: 0 0 1px #111, 2px 2px 1px #333;
}

.body-portfolio-item h1 a,
.body-portfolio-item h2 a,
.body-portfolio-tag h1 a,
.body-portfolio-tag h2 a
{
	color: #fff;
	padding: 4px;
	padding-right: 6px;
}

.portfolio-item-halfsize {
	width: 480px;
	float: left;
}

#portfolio-item-images a {
	/*border: 0;
	outline: 0;
	padding: 0;*/
	border: 5px solid #333;
	display: block;
	width: 400px;
}

#portfolio-item-images a img {
/*	border: 0;
	outline: 0;
	padding: 0;*/
	display: block;
	opacity: 0.8;
}

#portfolio-item-images a:hover {
	border-color: #df0;
}

#portfolio-item-images a:hover img, #portfolio-item-images a:active img, #portfolio-item-images a:focus img {
	opacity: 1;
}

#portfolio-item-content ul, #portfolio-item-content p, #portfolio-item-status p, #portfolio-item-tags p, #portfolio-item-datetime p {
/* 	margin: 20px 10px; */
	margin: 10px 0;
}

#portfolio-item-content p,
#portfolio-item-content li {
	line-height: 1.4em;
}

#portfolio-item-content p:first-child {
	margin-top: 0;
}

#portfolio-item-content li {
	list-style: square;
	padding: 10px 2px;
	margin-left: 20px;
}


#portfolio-item-content .portfolio-item-halfsize {
	margin-left: 500px;
}

#portfolio-item-status {
/* 	margin: 20px; */
	/*position: absolute;
	margin-left: 890px;
	margin-top: -120px;*/
/* 	width: 100px; */
/* 	display: block; */
	clear: both;
	padding-top: 20px;
/* 	float: normal; */
}

span.status-marker {
/* 	margin: 20px 0; */
	padding: 5px 10px;
/* 	border: 1px solid #fff; */
	background-color: #fff;
	color: #000;
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;

}

span.status-type-offline {
	background-color: #d40;
}

span.status-type-dev {
	background-color: #fc0;
}

span.status-type-online {
	background-color: #4f0;
}

#portfolio-item-tags {
	clear: both;
/* 	line-height: 50px; */
}

#portfolio-item-tags p {
	padding: 20px 0;
}

body.body-portfolio-item #content {
/* 	border-bottom: 1px dotted #555; */
/* 	padding-bottom: 30px; */
}

/* Portfolio sub-navigation */

#portfolio-navigation {
	margin-top: 60px;
}

#portfolio-navigation li a {
	display: block;
	float: left;
	margin-right: 5px;
	border: 5px solid #333;
}


#portfolio-navigation li a img {
	zoom: 1;
	display: block;
}

#portfolio-navigation li.portfolio-navigation-current-page a:link,
#portfolio-navigation li.portfolio-navigation-current-page a:visited {
	border-color: #fff;
}

#portfolio-navigation li a:hover,
#portfolio-navigation li.portfolio-navigation-current-page a:hover {
	border-color: #df0;
}

a#portfolio-navigation-left-handler, a#portfolio-navigation-right-handler {
	margin-top: 40px;
	height: 70px;
	display: block;
	border: 0;
	line-height: 70px;
	padding: 0 10px;
}

a#portfolio-navigation-left-handler {
	float: left;
	margin-right: 10px;
}

a#portfolio-navigation-right-handler {
	float: right;
	margin-right: 20px;
/* 	width: 30px; */
}


/* Portfolio Item Error page */

.body-portfolio-item-error textarea {
	line-height: 1.5em;
	width: 80%;
	height: 60px;
	background-color: #666;
	color: #fff;
	border: 0;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Journal page */

#content.journal-content {
	margin-top: 20px;
}

ul.journal-post-list {
 	margin-left: 20px;
}

.journal-post-list li {
	line-height: 1.6em;
}

li.journal-post-first {
	display: block;
	margin-left: -10px;
	margin-bottom: 20px;
}

li.journal-post-first ul {
	margin: 20px;
}

li.journal-post-first li {
	list-style-type: disc;
}


#content.journal-content .readmore-link {
	display: inline;
}

/* FAQ ----------------------------------------------------------- */

ol.faq-list {
	margin-top: 30px;
}

	li.faq-item {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	li.faq-item h3 {
		padding-bottom: 0;
	}
	
	li.faq-item p {
		line-height: 1.5em;
	}

/* Kontakt ------------------------------------------------------- */

body.body-kontakt #content {
	margin-top: 20px;
	margin-left: 20px;
	line-height: 1.4em;
	min-height: 450px;
}

body.body-kontakt #content p {
 	line-height: 1.4em;
 	margin: 15px 0;
}

.konterfei {
	width: 160px;
	height: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.konterfei, .konterfei a, .konterfei a img {
	display: block;

}

.konterfei a {
	border: 5px solid #333;
	width: 150px;
	height: 200px;
}

.konterfei a img {
	background-repeat: no-repeat;
	background-position: -150px 0;
}

.konterfei a:hover, .konterfei a:active {
	border-color: #df0;
}

#kontakt-data {
	width: 45%;
	float: left;
}

#content div#kontakt-data h3 {
	margin-top: 0;
	padding-bottom: 0;
}

#kontakt-form {
	margin-left: 48%;
}

#kontakt-networks {
	margin-top: 20px;
}

#kontakt-networks li {
	display: inline-block;
	margin-right: 5px;
}

#kontakt-networks li img {
	display: block;
	background-position: -80px 0;
	background-repeat: no-repeat;
	zoom: 1;
}

#kontakt-networks li a:hover img {
	background-position: 0 0;
}


/*
.konterfei a, .konterfei a:focus {
	border-color: #333;
}*/

#placeholder-kontakt-data-phone, #placeholder-kontakt-data-email {
	width: 161px;
	height: 12px;
	display: block;
	background: url("../../images/protector02.png") 0 0 no-repeat;
	margin: 15px;
	margin-left: 180px;
/* 	border: 1px solid #fff; */
}

#placeholder-kontakt-data-email {
	cursor: pointer;
}

#placeholder-kontakt-data-phone {
	background-position: 0 -27px;
}

.konterfei a:hover img {
	background-position: 0 0;
}

#kontakt-networks a.external {
	padding-left:0;
	background-image: none;
}

#kontakt-form-message {
	display: block;
	clear: both;
	position: absolute;
	top: 20px;
	margin-left: 470px;
 	border: 2px solid #ccc;
	width: 310px;
/* 	margin-left:  */
}

#kontakt-form-message p {
	padding: 0 10px;
}

.message-error {
	border-color: #fdd;
	background-color: #d33;
	color: #fff;
/* 	border-color: #fff; */
}

.message-error a,.message-success a {
	text-decoration: underline;
/* 	font-weight: bold; */
}

.message-success a:hover, .message-success a:active, .message-success a:focus,
.message-error a:hover, .message-error a:active, .message-error a:focus {
	text-decoration: none;
}

.message-success {
	border-color: #dfd;
	background-color: #6f6;
	color: #000;
}

.message-success a {
	color: #000;
}

.message-success a:hover, .message-success a:active, .message-success a:focus {
	background-color: #000;
	color: #fff;
}

.message-error a {
	color: #fff;
}
.message-error a:hover, .message-error a:active, .message-error a:focus {
	background-color: #fff;
	color: #000;
}

/* .message-success a:link, .message-success a:visited */


/* FOOTER ------------------------------------------------------------- */

#footer {
	padding-top: 50px;
	font-size: 0.9em;
	color: #aaa;
	line-height: 1.5em;
	margin-bottom: 180px;
	clear: both;
}

#footer ul, #footer p {
	margin: 10px 20px;
}


/* REST --------------------------------------------------------------- */

.hideTag, .ie6notice {
	display: none !important;
	position: absolute !important;
	left: -9999px;
	top: 0;
}

.hideText {
	text-indent: -9999px;
}

/* CLEARFIX (including backward compatibility) ------------------ */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*
Based on http://nicolasgallagher.com/micro-clearfix-hack/
*/

/* For modern browsers */
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after
{
	content:"";
	display:table;
}

.cf:after, .clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf, .clearfix {
	zoom:1;
}

