/* ---------------------------------------------
	CLEAR FORMATTING
--------------------------------------------- */

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, 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 {
	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;*/
	border-spacing: 10px 0px;
	table-layout: fixed;
	/*margin:0px;
	padding: 0px;
	*/
}

.sturdy td {
  width: 33%;
}



/* ---------------------------------------------
	MAIN STUFF
--------------------------------------------- */
html { width: 100%; }
body
{
	width: 100%;
	/*background: #F0F0F0;*/
	background: #F4F5FA;
	/*
	background:#FF9933;
	background:#FFFFFF;
	*/
	font-family: verdana;
	line-height: 1.6em;
	font-size: 0.9em;
	color: #505050;
}

h1 {
	font-size: 1.2em;
	padding: 0px 10px 10px 0px;
	/*color: #4c0316;*/
	color:#0079B2;
	border-bottom: 2px solid #4c0316;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	padding: 0px 0px 0px 0px;
	color: #0079B2;
	/*border-bottom: 2px solid #ae1c42;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

h3 {
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	color: #4c0316;
	border-bottom: 2px solid #4c0316;
	margin-bottom: 0px;
}

h4 {
	font-size: 1.8em;
	padding: 0px 10px 10px 0px;
	color: #0079B2;
	/*border-bottom: 2px solid #ae1c42;*/
	margin-bottom: 5px;
	text-align: center;
}

a { color: #4c0316; text-decoration: none; }
a:hover { color: #fff; }

.ueber_uns_img
	{
		/*
		width: 100%;
		height:auto;
		*/
		margin-left: 0px;
		margin-right: 0px;	
	}

.headertext {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px 10px 10px 0px;
	color: #0079B2;
	margin-bottom: 30px;
	text-align: center;
	//text-shadow: 2px 2px #333333;
}

#content
{
	width: 100%;
	float: left;
	/*background: #F0F0F0;*/
}

.wrapper
{
	width: 960px;
	margin: 0px auto;
}

.page
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	display: block;
}

.left-column
{
	width: 600px;
	float: left;
	display: inline;
}

.right-column
{
	width: 300px;
	float: right;
	display: inline;
}



/* ---------------------------------------------
	BANNER
--------------------------------------------- */

#banner
{
	width: 100%;
	float: left;
}

#logo
{
	width: 100%;
	float: left;
	text-align: center;
	margin: 40px 0px 10px 0px;
}

#navigation
{
	font-family: sans-serif;
	width: 100%;
	float: left;
	text-align: center;
	list-style-type: none;
	padding-top:20px;
	padding-bottom: 10px;
	//border-bottom: 2px solid #000;
	margin-bottom: 10px;
	//background-color: #000;

	//border: 1px solid #000;
	//background-color: #FF9933;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 32px #000;

	text-transform: uppercase;
	font-weight: bold;
}

#ueber_uns table {
	
	margin-left:auto; margin-right:auto;
	table-layout: fixed;
}

#ueber_uns p {
	text-align: center;
	font-size: 1.2em;
}

.ueber_uns td {
	text-align: center;
	font-size: 0.9em;
	padding-top: 10px;
	line-height: 1.3;
}

#ueber_uns td {
	/* hier */
	background-color: #dcecef;

	/*border-left: 1px solid #a3c7db;
	border-right: 1px solid #a3c7db;*/
	padding-right:10px;
	padding-left:10px;
	/*padding-bottom:10px;*/
	text-align: center;
	font-size: 1.2em;
	
}

#ueber_uns img {
	/*box-shadow: 0px 0px 16px #000;*/
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom: 0px;
	/*
	max-width:100%;
	max-height:100%;
	*/
}

#navigation li
{
	display: inline;
	font-size: 2em;
	text-transform: uppercase;
	margin: 0px 10px 0px 10px;
}

#navigation li a
{
	text-decoration: none;
	/*
	color: #777;
	color:#505050;
	*/
	color:#fff;
	transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out;
}

#navigation li a:hover
{
	/*
	color: #ae1c42;
	color:#fff;
	color:#505050;
	*/
	color: #4c0316;
}

.break
{
	#background: url("breakbar.png") no-repeat;
	background-position: center;
	width: 100%;
	height: 0px;
	float: left;
	margin: 10px 0px 10px 0px;
}

/* ---------------------------------------------
	PORTFOLIO
--------------------------------------------- */

.item
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	//border: 1px solid #000;
	background: #000;
	box-shadow: 0px 0px 16px #000;
}

.item-preview
{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #000;
	float: left;
	line-height: 0px;
}

.item-preview img
{
	margin: 0px;
	padding: 0px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}


.item:hover img
{
	opacity: 0.75;
}

.item-description
{
	background: #e6e6e6;
	//border-top: 1px solid #e36284;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	
}

.item-title
{
	padding: 13px;
	display:inline;
	float: left;

	//color: #fff;
	color:#0079B2;
	text-decoration: none;
	font-size: 1.4em;
}

/*
.item-title a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}
*/

.item-title a:hover
{
	color: #4c0316;
}

.item-credit
{
	padding: 14px 0px 14px 0px;
	display:inline;
	float: left;
	font-size: 0.9em;
	color: #4c0316;
}

.item-links
{
	padding: 12px;
	float: right;
}

.item-links a {
	color: #4c0316;
	text-decoration: none;
}

.item-links a:hover {
	color: #fff;
}


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

#footer
{
	width: 100%;
	color: #444;
	font-size: 1.0em;
	float: left;
}

#footer a { color: #ae1c42; text-decoration: none; }
#footer a:hover { color: #fff; }

.left-footer, .right-footer
{
	width: 400px;
	float: left;
	display: inline;
	text-align: left;
	padding: 40px 0px 40px 0px;
}

.right-footer
{
	float: right;
	text-align: right;
}

.code-title
{
	float: left;

}

.code-embed
{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.gist, .gist-data
{
	height: 200px;
}

/* ---------------------------------------------
	MOBILE + TINY WINDOWS
--------------------------------------------- */

@media (max-width: 960px) {


h2 {
	font-size: 1.3em;
	padding: 0px 0px 0px 0px;
	color: #0079B2;
	/*border-bottom: 2px solid #ae1c42;*/
	margin-bottom: 5px;
	text-align: center;
}

.ueber_uns td {
	text-align: center;
	font-size: 0.7em;
	padding-top: 4px;
	padding-right:0px;
	padding-left:0px;
	line-height: 1.3;
}

#ueber_uns td {
	/* hier */
	background-color: #dcecef;
	/*border-left: 1px solid #a3c7db;
	border-right: 1px solid #a3c7db;*/
	padding-right:8px;
	padding-left:8px;
	/*padding-bottom:10px;*/
	text-align: center;
	font-size: 0.5em;
}

.ueber_uns_img
	{
		width: 33%;
		height:auto;
		margin-left: 0px;
		margin-right: 0px;	
		padding:0px;
	}

#ueber_uns p {
	text-align: center;
	font-size: 1em;
}

	#content, .wrapper
	{
		width: 100%;
		overflow: hidden;
	}



	#logo img
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	#navigation
	{
		font-size: 0.8em;
		width: 80%;
		margin: 0px 10% 0px 10%;
	}

	.break
	{
		width: 80%;
		margin: 0px 10% 20px 10%;
	}

	.page
	{
		width: 80%;
		margin: 0px 10% 0px 10%;
	}

	.item
	{
		width: 100%;
		margin-bottom: 20px;
	}

	.item-preview img
	{
		width: 100%;
		opacity: 1;
	}

	.item-description
	{
		height: 40px;
		font-size: 0.6em;
		padding: 0px;
		margin: 0px;
	}

	.item-title
	{
		width: 100%;
		text-align: center;
		margin-top: 0px;
		padding-top: 8px;
	}

	
	.item-credit, .item-links
	{
		display: none;
	}

	#footer
	{
		font-size: 0.8em;
	}

	.left-footer
	{
		width: 100%;
		text-align: center;
		padding: 20px 0px 0px 0px;
		margin: 0px;
		
	}

	.right-footer
	{
		width: 100%;
		text-align: center;
		padding: 0px 0px 20px 0px;
		margin: 0px;

	}
}