/* LAYOUT */

html {
	min-height: 100%;
}

body,
.formgen .formtextfield,
.formgen .formtext {
	font-family: "bree-1", "bree-2", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #EFEAE4;
	color: #2C2A25;
	min-height: 100%;
}

body {
	/* background:url(../images/bg_papier.png) top left repeat; */
	background: url(../images/bg_body.jpg) top left repeat;
}


/*** Allgemeine Definitionen ***/

h1 {
	font-size: 34px;
	font-weight: 400;
	padding-bottom: 10px;
}

strong,
.fett,
.bold {
	font-weight: 600;
}

.lead {
	font-style: italic;
	font-size: 18px;
	line-height: 1.2em;
	padding-bottom: 20px;
}

em,
.italic {
	font-style: italic;
}

a {
	outline: none;
}

a:link,
a:visited {
	color: #2C2A25;
	text-decoration: none;
}

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

hr {
	border: 0px;
	background-color: #F3F0ED;
	height: 1px;
	margin: 20px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

td {
	padding: 0px;
}


/*** LAYOUT Struktur ***/

div#container {
	width: 100%;
	height: 100%;
}

div.logo {}

div.logo a {
	display: block;
	width: 155px;
	height: 140px;
	background: url(../images/logo_neu.png) -154px 0px no-repeat;
	text-indent: -1000em;
}

div.logo a:hover {
	background-position: 0px 0px;
}

div.logo_subtitle h2 {
	font-size: 16px;
}

div#work_container {
	padding: 0px 50px 0 360px;
}

div#inhalt_container {
	padding: 0px 50px 0 360px;
}

div#inhalt {
	padding: 123px 0 40px 30px;
	width: 550px;
	color: #4F4D4B;
}


/* #site-nav */

div#left_sidebar {
	font-family: "bree-1", "bree-2", sans-serif;
	position: fixed;
	width: 283px;
	padding: 35px 0 0 60px;
	height: 100%;
	overflow-y: none;
	border-left: 7px solid #2C2A25;
}

div.main_navi ul {
	list-style: none;
	padding-left: 0;
	margin-top: 25px;
	width: 300px;
}

div.main_navi ul li {
	display: block;
	margin: 8px 0px;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
}

div.main_navi li a {
	color: #2C2A25;
	text-decoration: none;
	margin: 0;
}

div.main_navi li a:hover {
	color: #8C8885;
}

div.main_navi ul li ul {
	margin: 10px 0 0 0;
	padding: 0 0 10px 2px;
	background: none;
	clear: left;
}

div.main_navi ul li ul li {
	list-style: none outside none;
	background: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: 300;
	text-transform: uppercase;
}

div.main_navi ul li ul li a {
	font-style: normal;
	padding: 0 15px 0 0;
	margin: 0 0;
}

div.main_navi ul li ul li a:hover,
div.main_navi li.current_article a,
div.main_navi .current_category {
	color: #8C8885;
}


/**** INHALT ALLGEMEIN ****/

div#inhalt h1 {
	font-size: 48px;
	line-height: 1.1em;
}

div#inhalt h2 {
	font-size: 34px;
	font-weight: 400;
	padding: 20px 0;
	line-height: 0.9em;
}

div#inhalt table {
	width: 100%;
}

div#inhalt td {
	border-bottom: 1px solid #FFF;
	vertical-align: top;
	min-width: 80px;
	padding: 10px 10px 10px 0;
}

div#inhalt a {
	color: #2C2A25;
	text-decoration: underline;
}

div#inhalt a:hover {
	text-decoration: none;
}

div#inhalt ul li {
	background: url(../images/bg_list.png) -2px 5px no-repeat;
	padding-left: 10px;
}

.bildunterschrift {
	padding-top: 5px;
	text-align: left;
	line-height: 16px;
}

#tooltip {
	position: absolute;
	background: #272727;
	padding: 2px 5px;
	color: #FFF;
	display: none;
}


/* Downloadliste */

div.downloadliste {
	padding: 5px 0 20px 0;
}

.link_icon {
	background: url(../images/icon_doc.png) 0px 2px no-repeat;
	display: block;
	padding: 0 0 0 17px;
}


/*** Divere Module ***/

.right {
	float: right;
	clear: both;
}

.right {
	margin: 0 0 20px 20px;
}

.left {
	float: left;
	clear: both;
}

.clearfix {
	clear: both;
	display: block;
}

.bilder {
	float: left;
	margin: 0 5px 5px 0;
}


/*** Formular ***/

.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
}

.formgen .formsubmit {
	width: auto;
	text-align: center;
	background-color: #4F4D4B;
	border: 1px solid #FFF;
	float: left;
	margin-left: 120px;
	color: #FFFFFF;
	padding: 3px 10px;
}

.formgen .formtextfield {
	width: 300px;
	height: 200px;
	resize: none;
	margin: 0 0 0 0px;
	border: 1px solid #4F4D4B;
	background-color: #FFF;
}


/* Textfeld */

.formgen .formtext {
	width: 220px;
	margin: 0 0 4px 0;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #FFF;
	border: 1px solid #4F4D4B;
}


/**** WORK SEITE ****/


/* Masorny */

div.wrap {
	background: none;
	border: 0px solid #456;
	padding: 60px 0 0 0;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

div.box {
	margin: 5px;
	padding: 0px;
	border: 8px solid #FFF;
	background: #272727;
	float: left;
}

div.box {
	-webkit-box-shadow: 0 1px 2px hsla(0, 0%, 0%, .3);
	-moz-box-shadow: 0 1px 2px hsla(0, 0%, 0%, .3);
	-o-box-shadow: 0 1px 2px hsla(0, 0%, 0%, .3);
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, .3);
}

div.col1 {
	width: 220px;
}

div.col2 {
	width: 460px;
}

div.col3 {
	width: 700px;
}

div.col1 img {
	max-width: 220px;
}

div.col2 img {
	max-width: 328px;
}

div.col3 img {
	max-width: 438px;
}


/* Infinite Scroll loader */

div#infscr-loading {
	z-index: 5000;
	position: fixed;
	left: 40%;
	bottom: 40px;
	width: 200px;
	height: 100px;
	padding: 10px;
	background: #000;
	opacity: 0.8;
	color: #FFF;
}


/**** Clearfixes ****/

.wrap:after,
#tumblelog:after,
#filtering-nav:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*** IMAGE CAPTION ***/

div.wrapper {
	position: relative;
	/* important(so we can absolutely position the description div */
}

div.description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	cursor: pointer;
	background: #27373B;
	display: none;
	/* hide it */
}

div.description a {
	color: #EFEBE3;
	text-decoration: none;
}

div.description a:hover {
	text-decoration: none;
}

div.description_content {
	padding: 0px;
	text-align: right;
	height: 100%;
	width: 100%;
}

div.description_content table {
	height: 100%;
	width: 100%;
}

div.description_content td {
	padding: 20px 20px 20px 10px;
}

div.description_content h4 {
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
}

.work_beschrieb {
	font-style: italic;
	font-size: 13px;
	line-height: 1.1em;
	padding-bottom: 5px;
}

.work_definitionen {
	font-size: 13px;
	line-height: 1.1em;
}


/*** SLIDING PANEL ***/

div.slide-out-div {
	min-height: 100%;
	width: 800px;
	height: 100%;
	background: url(../images/bg_sliding_panel.png) top left repeat-y;
	margin: 0 0 0 0;
	z-index: 200;
}

div.slide-button-area {
	height: 100%;
	background: url(../images/bg_toggle.png) top left repeat-y;
	display: block;
	width: 55px;
}

a.handle {
	outline: none;
	margin-left: -21px;
	margin-top: 110px;
	width: 46px;
	height: 46px;
	display: block;
	background: url(../images/bg_toggle_navi.png) top center no-repeat;
}

a.handle:hover {
	background-position: 0px -46px;
}

div.panel_content {
	padding: 135px 25px;
	width: 650px;
	line-height: 1.4em;
}

div.panel_content a {
	text-decoration: underline;
}

div.panel_content a:hover {
	text-decoration: none;
}


/**** FOOTER Fix ****/

div#footer {
	margin: 0 0 0 7px;
	padding: 140px 0 30px 60px;
	z-index: -1000;
	width: 450px;
	position: fixed;
	bottom: 0;
	clear: both;
	left: 0;
}

div#footer p {
	color: #2C2A25;
}