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;
}
/* HTML5 display-role reset for shitty browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----------------------------------------------------- General */

a {
	color: #090;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-style: italic;
}

em {
	font-style: italic;
}

strong em {
	font-style: normal;
	text-decoration: underline;
}

blockquote {
	border-left: 1px solid #999;
	padding-left: 1em;
}


a:focus,
a:hover,
a:active {
	color: #090;
	text-decoration: none;
	border-bottom: 1px solid #090;
	
	-webkit-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-moz-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-ms-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-o-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
}

.full a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #090;
	font-style: italic;
}


.full a:focus,
.full a:hover,
.full a:active {
	border-bottom: 1px solid #fff;
	
	-webkit-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-moz-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-ms-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-o-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
}


body {
	font: 15px/1.5333 "facitweb", arial, sans-serif;
	color: #333;
	line-height: 1.5;
	background: #fff;
}

.wrapper {
	width: 860px;
	padding: 0 82px;
	margin: 0 auto;
	clear: both;
}

body > .wrapper {
	padding-top: 40px;
}


.full {
	background: #090;
	clear: both;
	min-width: 1024px;
}

.full .wrapper {
	padding-top: 25px;
	padding-bottom: 30px;
}

.wrapper:after {
	content: ".";
	height: 0;
	display: block;
	color: #fff;
	overflow: hidden;
	clear:both;
}

#panorama .wrapper {
	padding: 0;
}

.full .wrapper {
	color: #fff;
}

.right {
	float: right;
}

.maincol {
	width: 565px;
	float: left;
}

.rightcol {
	float: right;
	width: 270px;
}



/* ----------------------------------------------------- Header */

header {
	min-height: 152px;
	position: relative;
}

#top {
	padding-top: 0;
}

header h1 {
	position: relative;
	padding-top: 35px;
	font-size: 14px;
	font-weight: normal;
	width: 280px;
	height: 93px;
	margin-left: -82px;
	padding-left: 80px;
	float: left;
	color: #777;
	
	text-transform: lowercase;
}

header h1 a {
	font-style: normal;
	text-decoration: none;
	float: left;
	display: block;
	color: #090;
	font-family: "adelle", georgia, serif;
	font-weight: normal;
	font-size: 46px;
	line-height: 1.1;
	letter-spacing: -1px;
	position: relative;
	padding: 6px 10px;
	margin: 0 -13px;
	border: none;
	overflow: hidden;
}

.mac header h1 a {
	font-weight: 300;
	/*text-shadow: 0 0 1px #090;*/
	border: none;
}

header h1 a:hover,
header h1 a:active {
	color: #080;
	border:none;
}

header h1 a:focus {
	background: #090;
	color: #fff;
	outline: none;
	border:none;
}

header h1 span {
	display: none;
}

header h1 img {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: auto;
	height: 800px;
}

nav {
	float: right;
	padding-top: 90px;
	position: relative;
}

nav ul {
	padding: 0;
}

nav li {
	float: left;
	font: normal 24px/1.4 "adelle", georgia, serif;
	margin-left: 32px;
	text-transform: lowercase;
}
.mac nav li {
	font-weight: 300;
}
nav li:first-child {
	margin-left: 0px;
}

nav li.last-child {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	font-size: 26px;
	text-align: center;
	background: #090;
	margin: 0;
	-webkit-transition: padding-top 0.1s linear;
	-moz-transition: padding-top 0.1s linear;
	-o-transition: padding-top 0.1s linear;
	-ms-transition: padding-top 0.1s linear;
	transition: padding-top 0.1s linear;
}
nav li .icon-search:before {
	padding-top: 15px;
	font-size: 26px;
}

nav li.last-child a {
	color: #fff;
	display: block;
	width: 32px;
	height: 36px;
	word-wrap: none;
	text-align: left;
	padding-left: 4px;
}



nav li.last-child:hover {
	padding-top: 2px;
}

nav a {
	font-style: normal;
	color: #777;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	-webkit-transition: border 0.3s ease-out;
	-moz-transition: border 0.3s ease-out;
	-ms-transition: border 0.3s ease-out;
	-o-transition: border 0.3s ease-out;
	-transition: border 0.3s ease-out;
}

nav a:focus {
	background: #090;
	color: #fff!important;
	padding: 7px 7px 3px 7px;
	margin: 0 -7px;
	outline: none;
	border-bottom: 2px solid #fff;
}

nav a:hover {
	color: #090;
	border-bottom: 2px solid #090;
	-webkit-transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
	-moz-transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
	-ms-transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
	-o-transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
	transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
}

nav li.last-child a,
nav li.last-child a:hover,
nav li.last-child a:active {
	border: none;
}

nav li.last-child a:focus {
	background: #fff;
	color: #090!important;
	padding: 0 0 0 4px;
	margin: 0;
	box-shadow: inset 0 0 3px #000;
}



nav .active a {
	color: #090;
	text-decoration: none;
}
nav .active a:hover {
	border-bottom: 2px solid #fff;
}



#panorama img {
	display: block;
}

#mymap {
	width: 860px;
	height: 328px;
}



/* ----------------------------------------------------- Search */

#search {
	overflow: hidden;
	margin-top: -40px;
	height: 40px;
	-webkit-transition: margin-top 0.4s;
	-moz-transition: margin-top 0.4s;
	-ms-transition: margin-top 0.4s;
	-o-transition: margin-top 0.4s;
	transition: margin-top 0.4s;
}

#search.active {
	margin-top: 0;
	-webkit-transition: margin-top 0.4s;
	-moz-transition: margin-top 0.4s;
	-ms-transition: margin-top 0.4s;
	-o-transition: margin-top 0.4s;
	transition: margin-top 0.4s;
}

#search form {
	text-align: right;
	padding-top: 6px;
}

#search input[type="search"] {
	padding: 4px 0 4px 5px;
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	background: #fff;
	border: none;
	width: 265px;
	font: 16px facitweb, arial, sans-serif;
	border: none;
	outline: none;
	background: #f7f7f7;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* ----------------------------------------------------- Main */


.kontakt #main {
	padding-bottom: 100px;
}

p#txpCommentInputForm, /*Danke Kommentar*/
.wrapper h2 {
	font: normal 36px/1.25 "adelle", georgia, serif;
	color: #777;
	margin-bottom: 0.5em;
}

.mac p#txpCommentInputForm, /*Danke Kommentar*/
.mac .wrapper h2 {
	font-weight: 300;
}

.wrapper h2 strong {
	font-weight: 300;
	display: block;
	color: #090;
}

.full .wrapper h2,
.full .wrapper h2 * {
	color: #fff;
}

.wrapper .a_little_bit_more_margin_at_the_bottom { /* This is just for you, dear code critics! */
	margin-bottom: 1.25em;
}

.wrapper h3 {
	margin-bottom: 1em;
	font-size: 19px;
	line-height: 24px;
	color: #777;
}

.post h3 {
	margin-top: 1em;
	margin-bottom: 0.7em;
	color: #090;
}

.post h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

h3.moreundso {
	margin-top: 0.9em;
}

.wrapper h3.secondhead {
	margin-top: 1.5em;
}

.full .wrapper h3 {
	color: #fff;
}

.full .wrapper a {
	color: #fff;
}

.full .wrapper a:hover,
.full .wrapper a:active {
	color: #fff;
	text-decoration: none;
}

.full .wrapper a:focus {
	background: #fff;
	color: #090;
}

.wrapper .teasertext {
	font-size: 17px;
	line-height: 1.611;
	width: 565px;
	margin-top: -1px;
}

.wrapper ul,
.wrapper ol,
.wrapper p {
	margin-bottom: 1em;
}


#main #kodexlink {
	font-size: 24px;
	color: #090;
	cursor: pointer;
	padding: 10px 0;
	float: left;
}

#main #kodexlink:hover {
	color: #000;
}

.personen {
	float: right;
	width: 270px;
}
.personen li {
	color: #777;
	margin-bottom: 25px;
}
.personen strong {
	font-size: 17px;
	color: #090;
	display: block;
}


#kodex {
	overflow: hidden;
	clear: both;
}

#kodex.open {
	-webkit-transition: height 1.3s ease-out, opacity 0.25s ease-out;
	-moz-transition: height 1.3s ease-out, opacity 0.25s ease-out;
	-o-transition: height 1.3s ease-out, opacity 0.25s ease-out;
	-ms-transition: height 1.3s ease-out, opacity 0.25s ease-out;
	transition: height 1.3s ease-out, opacity 0.25s ease-out;
}

#kodex.close {
	-webkit-transition: height 1.3s ease-out, opacity 0.25s linear;
	-moz-transition: height 1.3s ease-out, opacity 0.25s linear;
	-o-transition: height 1.3s ease-out, opacity 0.25s linear;
	-ms-transition: height 1.3s ease-out, opacity 0.25s linear;
	transition: height 1.3s ease-out, opacity 0.25s linear;
}	


.kodexitem {
	float: left;
	width: 410px;
	font-size: 15px;
	height: 12.5em;
	line-height: 1.6;
}

.kodexitem:nth-child(2n) {
	float: right;
}

.kodexitem h3 {
	color: #090;
	font-size: 17px;
	margin-bottom: 0.5em;
}

dl.contactlist {
	overflow: hidden;
	margin: 0 0 1.3em 0;
}

.contactlist dt {
	float: left;
	width: 120px;
	clear: both;
	padding-bottom: 10px;
}

.contactlist dd {
	padding-bottom: 10px;
	float: left;
}

.flattr {
	margin-top: 2em;
}

hr {
	border: none;
	border-bottom: 1px solid #090;
	margin: 2em 0;
}

.retina {
	width: 100%;
	height: auto;
}

code {
	font-family: "Consolas", "Menlo", monospace;
	font-size: 14px;
	padding: 0 3px;
	background: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

pre {
	overflow: auto;
	background: #ddd;
	font-family: "Consolas", "Menlo", monospace;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 0  1em 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

pre code {
	font-size: 12px;
}







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

#portfolio {
	padding-top: 20px;
	overflow: hidden;
}

#portfolio article {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

#portfolio h2 {
	font: 36px/1.25 "adelle", georgia, serif;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0.5em;
}

#portfolio ul {
	margin: 0;
}

#portfolio li:before {
	display: none;
}

#portfolio li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#portmeta,
#portmeta li {
	overflow: hidden;
}

#portmeta ul {
	-webkit-transition: all 0.3s;
}

#portmeta {
	height: 424px;
	overflow-y: auto;
}

.js #portmeta {
	height: 424px;
	overflow: visible;
	position: relative;
}

#portmeta li {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 50px;
	display: block;
}

#portmeta li.active {
	margin-bottom: 0;
	display: block;
}

#portmeta li.hidden {
	display: none;
}

/*Port_-Nav*/


#portfolio #port_nav {
	position: absolute;
	right: 25px;
}

#portfolio #port_nav li {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

#portfolio #port_nav a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	
	color: #fff;
	width: 14px;
	height: 14px;
	background: #fff;
	
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	
	border: 2px solid #090;
	
	/*Hide text*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#portfolio #port_nav a:focus,
#portfolio #port_nav a:hover,
#portfolio #port_nav .active a {
	background: #090;
	border: 2px solid #fff;
	outline: none;
	
	/*No Animation*/
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


/*Port-Slides*/


#portfolio .port_image {
	float: left;
	width: 565px;
	margin-right: 25px;
	overflow: hidden;
}
#portfolio .port_image img {
	width: 565px;
	height: auto;
	display: block;
}

.js #portfolio .port_image,
.js #portfolio .port_image img {
	width: 565px;
}



#portfolio h3 {
	font: normal 24px/1.25 "adelle", georgia, serif;
	color: #fff;
	font-weight: 300;
	margin-bottom: 40px;
}

#portfolio .port_desc {
	float: left;
	width: 250px;
	overflow: hidden;
	color: #fff;
	padding-bottom: 20px;
}
.js #portfolio .port_desc {
	width: 270px;
	
}


#portfolio .port_desc .company {
	font-weight: 600;
}

#portfolio .port_desc .tasks {
	font-weight: 100;
	margin-bottom: 15px;
}

#portfolio .port_desc a {
	position: relative;
	z-index: 2;
	text-decoration: none;
	color: #fff;
	font-style: italic;
	border-bottom: 1px solid #090;
}
#portfolio .port_desc a:hover {
	border-color: #fff;
	
	-webkit-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-moz-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-ms-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-o-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
}

@media all and (min-width: 1364px) {
	/*Tooltips*/

	#portfolio #port_nav li,
	#portfolio #port_nav li a {
		overflow: visible;
	}

	.tooltip {
		overflow: visible;
		position: relative;
		background: #eaeaea;
		cursor: pointer;
		display: inline-block;
		text-decoration: none;
		color: #222;
		outline: none;
	}

	.tooltip span {
		visibility: hidden;
		position: absolute;
		top: -90%;
		left: 30px;
		z-index: 999;
		width: 150px;
		padding: 5px 10px;
		border: 2px solid #fff;
		display: block;

		border-radius: 4px;
		box-shadow: 2px 2px 15px #777;
	}

	.tooltip:hover {
		border: 0; /* IE6 fix */
	}

	.tooltip:hover span {
		visibility: visible;
	}

	.tooltip span:before,
	.tooltip span:after {
		content: "";
		position: absolute;
		z-index: 1000;
		top: 20%;


		border-right: 10px solid #fff;
		border-top: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	.tooltip span:before {
		border-right-color: #fff;
		left: -21px;
	}

	.tooltip span:after {
		border-right-color: #009900;
		left: -18px;
	}

	.tooltip span {
		position: relative;
		background: #009900;
		border: 2px solid #ffffff;
	}
}

/* ----------------------------------------------------- Netzwerk */

#network {
	padding-bottom: 50px;
}

#network h2 {
	font: 36px/1.25 "adelle", georgia, serif;
	font-weight: 300;
	color: #777;
	margin-bottom: 0.5em;
}

#network h2 strong {
	color: #090;
	font-weight: 300;
	display: block;
}

#networkteaser {
	width: 565px;
	margin-bottom: 25px;
}

.spaltenholder,
.networkholder {
	overflow: hidden;
}

.spalte {
	width: 270px;
	margin-right: 25px;
	float: left;
}
.spalte:nth-child(3n) {
	margin-right: 0!important;
}

.spalte p {
	margin-bottom: 0;
}

.spalte a {
	color: #090;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-style: italic;
}
.spalte a:hover {
	border-bottom: 1px solid #090;
	
	-webkit-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-moz-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-ms-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	-o-transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
	transition: border-bottom 0.5s cubic-bezier(0,0.65,0.95,1);
}

.spalte ul a {
	padding: 0 2px;
}

.spalte .city {
	color: #777;
}

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

#personen {
	position: relative;
	padding-top: 0;
	overflow: visible;
}

.full #personen-desc h2 strong {
	color: #090;
}

.personen-image img {
	display: block;
	width: 860px;
	height: auto;
}

#personen-desc h2 {
	position: absolute;
	top: -60px;
}

.kontakt h3 {
	margin-top: 1em;
	margin-bottom: 0.7em;
}

#personen-desc a {
	border-bottom: 1px solid transparent;
}
#personen-desc a:hover {
	border-bottom: 1px solid #fff;
}

.person {
	width: 270px;
	margin-right: 25px;
	float: left;
	position: absolute;
}

.person strong {
	display: block;
	/*margin-bottom: 8px;*/
}

#contact-gerrit {
	top: 43px;
	left: 340px;
}

#contact-philip {
	top: 150px;
	left: 300px;
	text-align: right;
}

#contact-philip .icon-email,
#contact-philip .icon-twitter {
	margin-right: 5px;
}


.kontakt .full .wrapper {
	padding-bottom: 0;
}

.kontakt ul.kontaktlist {
	margin-top: -4px;
	margin-left: 1px;
}

.kontakt .kontaktlist .hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0;
	padding: 0;
	min-height: 0;
}

.kontakt p small {
	display: block;
	font-size: 12px;
	position: relative;
	top: 2px;
	line-height: 1.73;
}

.kontakt .address div,
.kontakt .wrapper li {
	margin-bottom: 5px;
	min-height: 25px;
}

.kontakt .wrapper .spalte li a {
	margin-left: 5px;
}
#mymap a,
#mymap a:hover,
#mymap a:active {
	border: none;
}

/* ----------------------------------------------------- Weblog */

.weblog .full .wrapper {
	padding-bottom: 0;
}

.wrapper .post h2 {
	margin-left: -1px;
}

.wrapper .post h2 a {
	padding-right: 120px;
	padding-bottom: 5px;
	line-height: 1.175;
	display: block;
	font-style: normal;
	border-bottom: 1px solid #090;
}
.wrapper .post h2 a:hover,
.wrapper .post h2 a:active {
	border-bottom: 1px solid #777;
	color: #777;
}

.post {
	margin-bottom: 2.5em;
	float: left;
	width: 515px;
}

.weblog .maincol h2 {
	/*width: 420px;*/
}

.post .maincol {
	float: none;
	width: 515px;
}

.post .meta {
	margin-bottom: 20px;
	color: #777;
	font-size: 14px;
	margin-top: -3.6em;
	float: right;
}

.single .meta {
	margin-top: -5em;
	color: #fff;
}

.full .wrapper .meta {
	float: right;
	font-size: 14px;
	margin: 19px 2em 0 2em;
}

article.agb {
	max-width: 640px;
}

article.agb ul,
.post .maincol ul {
	margin-bottom: 1em;
	margin-left: 1.3em;
}

article.agb li,
.post .maincol li {
	margin-bottom: 0.5em;
	text-indent: -1.6em;
}

article.agb ol > li,
.post .maincol ol li {
	list-style: decimal outside;
	text-indent: 0;
	margin-left: 1.6em;
}

article.agb ol > li:before,
.post .maincol ol li:before {
	display: none;
}

article.agb ol ol ol > li {
	list-style: lower-latin;
}

article.agb strong,
.post .maincol strong {
	font-weight: 600;
}

.post .content {
	line-height: 1.6;
}

.post .content a {
	font-style: normal;
	border-bottom: none;
	text-decoration: underline;
}



.post .content a:hover,
.post .content a:active {
	border: none;
	text-decoration: none;
}

.commentnow {
	margin-top: 2em;
}

.authorcomment {
	background: #f6f6f6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

#Kommentar .authorcomment h3 .perm a:first-child,
#Kommentar .authorcomment a {
	border-color: #f6f6f6;
}

#Kommentar .authorcomment h3 .perm a:first-child:hover,
#Kommentar .authorcomment h3 a:first-child,
#Kommentar .authorcomment a:hover {
	border-color: #009900;
}


.box {
	margin-bottom: 2.3em;
	font-size: 13px;
	line-height: 20px;
}

.box h2 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0.3em;
}

.box a,
.box a:hover,
.box a:active {
	border: none;
	font-style: normal;
	margin-left: -1.95em;
}

.box a:hover,
.box a:active {
	text-decoration: underline;
}

.box .body {
	margin-bottom: 1em;
}

.box .boximage {
	display: block;
	margin: 0 0 0 3px
}

.box li {
	margin-bottom: 0.5em;
}

#paging {
	display: block;
	width: 515px;
	margin-top: -25px;
}

#paging .prev {
	float: left;
}

#paging .next {
	float: right;
}

ul.body {
	padding-left: 1.6em;
}

/*Kommentar*/

#Kommentar {
	width: 515px;
}

#Kommentar h2 {
	border-bottom: 1px solid #777;
}

#Kommentar p {
	line-height: 1.6;
}

#Kommentar p cite {
	display: block;
	padding-left: 1.5em;
	font-style: italic;
	border-left: 1px solid #777;
}

#Kommentar li {
	font: 23px/1em "adelle", georgia, serif;
	font-weight: 300;
	list-style: decimal outside;
	color: #090;
	margin: 0 0 1.5em 37px;
}

#Kommentar article {
	font: 15px/1.5333 "facitweb", arial, sans-serif;
	color: #333;
	line-height: 1.5;
}

.comment_from_list h3,
#Kommentar h3 {
	color: #090;
}

.comment_from_list h3 a,
#Kommentar h3 a {
	font-style: normal;
	border-bottom: 1px solid #090;
}

.comment_from_list h3 #c0,
#Kommentar .perm a {
	border-bottom: 1px solid #fff;
}

.comment_from_list h3 #c0:hover,
.comment_from_list h3 #c0:active,
#Kommentar .perm a:hover,
#Kommentar .perm a:active {
	border-bottom: 1px solid #090;
}

/* Kommentar Vorschau */

.preview {
	margin-bottom: 40px;
}


/* Kommentar schreiben */

.write_comment #txpCommentInputForm {
	overflow: hidden;
}

.write_comment #yourcomment {
	margin-left: 37px;
}

.new_comment ul.comments_error {
	display: none;
}

.write_comment label {
	padding: 4px 0;
}

.write_comment .field {
	margin-bottom: 0.6em;
}

.write_comment #edithelp {
	font-size: 13px;
	width: 450px;
	margin-top: -7px;
	margin-bottom: 12px;
}

.comments_error,
.write_comment #edithelp strong {
	color: #ce2700;
}

.preview .comment_from_list {
	margin-left: 37px;
}

/*Inputs*/

.write_comment input[type=url],
.write_comment input[type=email],
.write_comment input[type=text],
.write_comment textarea {
	font-family: 'facitweb', arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	outline: none;
	background: #f7f7f7;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.write_comment textarea {
	width: 471px;
	max-width:471px !important;
	height: 153px;
	border: 1px solid #777;
	
	padding: 8px;
	margin-bottom: 1em;
}

.write_comment input[type=url]:focus,
.write_comment input[type=email]:focus,
.write_comment input[type=text]:focus,
.write_comment textarea:focus,
.write_comment input[type=submit]:focus {
	border-color: #009900;
	-webkit-box-shadow: inset 0px 0px 5px #009900;
	-moz-box-shadow: inset 0px 0px 5px #009900;
	box-shadow: inset 0px 0px 5px #009900;
}

.write_comment input[type=url],
.write_comment input[type=email],
.write_comment input[type=text] {
	border: 1px solid #777;
	padding: 4px 8px;
	width: 300px;
	margin-right: 1em;
}


.write_comment input[type=text].comments_error,
.write_comment input[type=email].comments_error,
.write_comment textarea.comments_error {
	border: 1px solid #ce2700;
	-webkit-box-shadow: inset 0px 0px 5px #ce2700;
	-moz-box-shadow: inset 0px 0px 5px #ce2700;
	box-shadow: inset 0px 0px 5px #ce2700;
	color: #333;
	outline: none;
}


/*Buttons*/
.write_comment input[type=submit] {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #88e364;*/
	/*-webkit-box-shadow:inset 0px 1px 0px 0px #88e364;*/
	/*box-shadow:inset 0px 1px 0px 0px #88e364;*/
	background-color:#009900;
	
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	border:1px solid #ccc;
	border: none;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #777;*/
	
	font-family: 'facitweb', arial, sans-serif;
	font-size: 13px;
	/*padding: 4px 48px;*/
	height: 25px;
	width: 156px;
	padding-top: 5px;
	
	margin-left: 0px;
	margin-right: 3px;
	cursor: pointer;
	outline: none;
}
.write_comment input[type=submit]:active {
	/*position: relative;*/
	/*top: 1px;*/
	text-shadow: 0px 0px 3px #333;
	
}
.write_comment input[type=submit]:hover {
	cursor: pointer;
	background-color:#008500;
}
.write_comment .inlinefield {
	margin-bottom: 15px;
	font-size: 12px;
}
.write_comment .trio {
	
}

/* ----------------------------------------------------- Videos */

#workshops .wrapper {
	padding-bottom: 0;
}

#vortraege .a_little_bit_more_margin_at_the_bottom { /* Haters gonna hate */
	margin-bottom: 1.6em;
}

.workshopholder,
.videoholder {
	clear: both;
}

.videoholder .spalte,
.workshopholder .spalte {
	width: 256px;
	margin-right: 46px;
	margin-bottom: 40px;
	font-size: 14px;
}

.workshopholder .spalte:last-child,
.videoholder .spalte:last-child {
	margin-right: 0;
}

.videoholder .spalte {
	padding: 15px 0 5px 0;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	margin-top: -26px;
	margin-bottom: 25px
}

.workshopholder img {
	width: 256px;
}


.videoholder a {
	border-color: transparent;
}

.videoholder .popup {
	margin-bottom: 0.6em;
}

.videoholder .iframe,
.videoholder .iframe:hover {
	border: none;
	position: relative;
}


.videoholder .iframe span {
	display: none;
}
.videoholder .iframe img {
	width: 254px;
	border: 1px solid #cfcfcf;
}

.videoholder h3 {
	height: 50px;
	padding-bottom: 0.5em;
	margin-bottom: 0px;
}

.videoholder .date {
	margin-bottom: 0.6em;
}

.price {
	background: #B00;
	color: white;
	float: left;
	padding: 0 5px;
	font-size: 12px;
	margin: 0 10px -3px -15px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.shopitem dl {
	width: 256px;
	margin: 7px 0 10px 0;
	font-size: 14px;
	border-top: 1px solid #fff;
}

.shopitem dt {
	padding: 3px 0;
	float: left;
	width: 80px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.shopitem dd {
	padding: 3px 0;
	margin-left: 80px;
	border-bottom: 1px solid #fff;
}

.shopitem p {
	margin: 0 0 7px 0;
}

.shopbutton {
	display: block;
}

#workshops a {
	border: none;
}

#workshops ul a {
	border-bottom: 1px solid transparent;
}

#workshops ul a:hover {
	border-color: #fff;
}

/* ----------------------------------------------------- Specials */

#interaktives {
	padding-top: 27px;
}


.full .no_extra_padding_at_the_bottom { /* Haters gonna hate */
	padding-bottom: 0;
}

.specialsholder .spalte {
	width: 256px;
	margin-right: 46px;
	margin-bottom: 40px;
	font-size: 14px;
}

.specialsholder .spalte:last-child {
	margin-right: 0;
}

.special img {
	width: 254px;
	border: 1px solid #cfcfcf;
}

.special p {
	margin-bottom: 12px;
}

.spalte .specialimg {
	display: block;
	border: none;
	margin-bottom: 10px;
	background: #000;
}
.spalte .specialimg:hover {
	border: none;
}

.full .spalte .specialimg {
	background: #fff;
}

.spalte .specialimg img {
	display: block;
	opacity: 1.0;
	
	-webkit-transition: opacity 0.08s ease-out;
	-moz-transition: opacity 0.08s ease-out;
	-ms-transition: opacity 0.08s ease-out;
	-o-transition: opacity 0.08s ease-out;
	-transition: opacity 0.08s ease-out;
}

.spalte .specialimg:hover img {
	opacity: 0.9;
	
	-webkit-transition: opacity 0.08s ease-in;
	-moz-transition: opacity 0.08s ease-in;
	-ms-transition: opacity 0.08s ease-in;
	-o-transition: opacity 0.08s ease-in;
	-transition: opacity 0.08s ease-in;
}

.full .spalte a {
	border-color: transparent;
}
.full .spalte a:hover {
	border-color: #fff;
}

#produkte .wrapper {
	padding-bottom: 0;
}

#produkte .special {
	margin-bottom: 10px;
}


/* ----------------------------------------------------- Suche */

.result {
	width: 515px;
	margin-bottom: 50px;
	
}

.result h3 a {
	display: block;
	font-style: normal;
	padding-top: 1em;
	
	border-bottom: 1px solid #777;

	-webkit-transition: border 0.3s ease-out;
	-moz-transition: border 0.3s ease-out;
	-ms-transition: border 0.3s ease-out;
	-o-transition: border 0.3s ease-out;
	-transition: border 0.3s ease-out;
}

.result h3 a:hover,
.result h3 a:active {
	border-bottom: 1px solid #090;
	color: #777;
	
	-webkit-transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
	-moz-transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
	-ms-transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
	-o-transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
	transition: border-bottom 0.5s cubic-bezier(0,0,0.8,1);
}

.result .postdate {
	color: #777;
	font-size: 12px;
}

.result .postdate a {
	font-style: normal;
	width: 435px;
	display: inline-block;
	/*	vertical-align: top;*/
	
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	
}

.result strong {
	font-weight: 600;
}




/* ----------------------------------------------------- footer */

footer {
	padding: 10px 0!important;
	height: 200px;
	color: #fff;
	margin-top: 40px;
	font-size: 16px;
}

footer.full .wrapper {
	padding: 0;
}

footer.full .wrapper  a {
	color: #fff;
	text-decoration: none;
	font-style: normal;
}

footer.full .wrapper  a:hover,
footer.full .wrapper  a:active {
/*	text-decoration: underline;*/
}

footer.full .wrapper  a:focus {
	background: #fff;
	color: #090;
}

/*Zeitlich begrenzte Aktionen*/

#panorama .wrapper {
	position: relative;
}

/* Starburst 2 */
#starburst {
	font-family: "facitweb", arial, sans-serif;
	line-height: 1.55;
	color: #fff;
	display:block;
	width:6em;
	height:6em;
	background:#4f4f4f;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	rotation:-45deg;
	text-align: center;
	text-decoration: none;
	text-shadow:0 0 3em #333, 0 0 4px #777;
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	font-style: normal!important; /*Chuck Norris*/
	border-bottom: none!important;
	position: absolute;
	top: -5px;
	right: -10px;
}
#starburst span {
	display:block;
	width:6em;
	height:6em;
	background:#4f4f4f;
	-webkit-transform:rotate(22.5deg);
	-moz-transform:rotate(22.5deg);
	rotation:22.5deg;
}
#starburst:hover,
#starburst:hover span {
	background:#4f4f4f;
	color:#fff;
	text-shadow:0 0 20px #fff, 0 0 8px #fff;
}
#starburst:hover {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	rotation:315deg;
}




/* ----------------------------------------------------- Logo Werkstatt */

#slash {
	display: block;
	width: 3px;
	height: 75px;
	background: #090;
	position: absolute;
	top: 41px;
	left: 391px;
	-webkit-transform: skewX(-17.7deg);
	-moz-transform: skewX(-17.7deg);
	-o-transform: skewX(-17.7deg);
	-ms-transform: skewX(-17.7deg);
	transform: skewX(-17.7deg);
}

h1 span {
	display: block;
}


.pac {
	display: block;
	height: 17px;
	width: 34px;
	background: #090;
	position: absolute;
	left: -1px;
	top: 0;
}

#logoimage {
	display: block;
	position: absolute;
	left: 1px;
	top: 52px;
}

#pac1 {
	display: block;
	-webkit-border-top-left-radius: 17px;
	-webkit-border-top-right-radius: 17px;
	-moz-border-radius-topleft: 17px;
	-moz-border-radius-topright: 17px;
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 17px 17px;
	-moz-transform-origin: 17px 17px;
	-o-transform-origin: 17px 17px;
	-ms-transform-origin: 17px 17px;
	transform-origin: 17px 17px;
}

#pac2 {
	display: block;
	-webkit-border-bottom-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-moz-border-radius-bottomright: 17px;
	-moz-border-radius-bottomleft: 17px;
	border-bottom-right-radius: 17px;
	border-bottom-left-radius: 17px;
	top: 17px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 17px 0;
	-moz-transform-origin: 17px 0;
	-o-transform-origin: 17px 0;
	-ms-transform-origin: 17px 0;
	transform-origin: 17px 0;
}

#bubble {
	display: block;
	position: absolute;
	left: 27px;
	height: 34px;
	width: 34px;
	background: #777;
	-webkit-border-radius: 17px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 17px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 17px;
	border-bottom-left-radius: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	overflow: hidden;
}


/* ----------------------------------------------------- Fixes for 1024px browsers with scrollbars */

@media all and (max-width: 1024px) and (min-device-aspect-ratio: 1/1) {
	
	.wrapper {
		padding: 0 74px 0 73px;
		margin: 0 auto;
	}
	
	header h1 {
		margin-left: -72px;
		padding-left: 74px;
		left: 1px;
	}
	
	#logoimage {
		left: 0px;
	}
	
	#slash {
		left: 384px;
	}
	
	.full {
		min-width: 1007px;
	}
}

/* ----------------------------------------------------- Fixes for the best browser in the world */


.ie .spalte {
	width: 260px;
}

.ie .videoholder .spalte,
.ie .workshopholder .spalte,
.ie .specialsholder .spalte {
	width: 245px;
	margin-right: 30px;
}




