
/*	cms  ============================*/
.cms-container {
	padding: .5em !important;
	background: #FFF !important;
}
.cke_ltr, .cke_rtl, .cke_panel_block, .cke_panel_listItem {
	background: #FFF;
}

/*	tags  ============================*/
* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
body {
	background-color: #FFF;
	-webkit-text-size-adjust: none;
	padding-bottom: 80px;
}
body, .style-normal {
	font-size: 14px;
	line-height: 1.6;
/* 	font-family: DINWeb-Regular, sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #111;
}
html, body {
	height: 100%;
/* 	overflow-x: hidden; */
}
p {
	padding: 0;
	margin: 0;
}
a {
	color: #999;/*d3535d*/
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out;
	cursor: pointer;
	outline: none;
}
a:hover {
	color: #111;
	-webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out;
	text-decoration: none;
}
b, strong {
/* 	font-family: DINWeb-Bold, sans-serif; */

	font-weight: 700;
	font-weight: normal;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: 0px none;
	vertical-align: middle;
}

/*	fonts  ============================*/
h1, h2, .title {
	font-size: 16px;
/* 	font-family: DINWeb-Bold, sans-serif; */
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	color: #111;
	
	font-weight: 300;
	margin:0 0 1.5em 0;
}
section h2 {
	text-transform: none;
}
h3, .subtitle {
	font-size: 16px;
	font-weight: normal;
	color: #111;
	margin:0 0 1em 0;
}


/*	blocks  =====================================*/
.c {
	width: auto;
	max-width: 1200px;
	margin: 0px auto;
}


/*	header  =====================================*/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	z-index: 999;
	background: url(imgs/header-bg.png);
}
header a {
	text-decoration: none;
}
header h2 {
	text-align: center;
	font-size: 28px;
	padding: 0;
	margin: 40px 0px 0px 0px;
}
header h2 a {
	color: #111;
}
header h2 a:hover {
	color: #999;
}

/*	nav  ========================================*/

nav {
	text-align: center;
}
nav a {
	color: #111;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	padding: 0px 0px;
	margin: 20px 20px 0px 20px;
}
nav a:hover, nav a.selected {
	color: #999;/*d3535d*/

}


/*	content  ====================================*/
article {
	margin-top: 150px;
}

#loader {
	position: absolute;
	left: 50%;
	margin-top: 150px;
}

/*masonry*/
.masonry {
}
/*neu*/
.grid {
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer, .grid-item, 
.grid-item.width_1, .detail-item.width_1 {
	width: 22%;
}
.grid-item.width_2, .detail-item.width_2 {
	width: 48.0%;
}
.grid-item.width_3, .detail-item.width_3 {
	width: 74%;
}
.grid-item.width_4, .detail-item.width_4 {
	width: 100%;
}
.gutter-sizer {
	width: 4%;
}

.grid-item {
	float: left;
	margin-bottom: 4%;
	margin-right: 4%;
}

.grid-item a {
/* 	display: block; */
}
.grid-item img {
	width: 100%;
	height: auto;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
}
.grid-item>div {
	position: relative;
}


.grid-item>div div.byline_h {
	font-size: 14px;
	position:absolute;
	z-index: 999;
	display:block;
	left: 0;
	bottom:0;
	text-align: center;
	width: 100%;
	opacity: 0;
	padding-bottom: .75em;
/* 	white-space:nowrap; */
	-webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
}
.grid-item>div:hover div.byline_h {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
}


.grid-item>div:hover img {
	opacity: .2 !important;
	-webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
}


section.arbeiten-detail {
	padding-top: 3%;
}
section.arbeiten-detail .detail-item {
	height: auto;
	margin: 0 auto 0 auto;
	display: block;
	margin-bottom: 18%;
}
section.arbeiten-detail .detail-item img {
	width: 100%;
	height: auto;
}
section.arbeiten-detail .imgs .detail-item {
	text-align: center;
}
section.arbeiten-detail .detail-byline {
	margin-top: 10px;
}
section.arbeiten-detail .text {
	width: 74%;
	margin: 0 auto;
}
section.arbeiten-detail .video_embedcode {

}

section.text {
/* 	width: 47.0%; */
	width: 73.5%;
	padding-top: 3%;
	margin: 0 auto;
}
section.text .spalte_links {
	float: left;
	width: 47.0%;
}
section.text .spalte_links .img {
	text-align: left;
	margin-bottom: 3em;
}
section.text .spalte_links .img img {
	width: 57.5%;
	height: auto;
}
section.text .spalte_rechts {
	float: right;
	width: 47.0%;
}

/**/
ul.content-list {
	padding-left: 1em;
	list-style: none;
}
ul.content-list li {
	position: relative;
}
ul.content-list li:before {
	position: absolute;
	left: -1em;
	content: '-';
}


/*  responsive  ============================*/
iframe {
	width: 100%;
}
@media only screen and (min-width: 1512px) {	
	.home article .c {
		max-width: 1512px;
	}
}
@media only screen and (min-width: 1824px) {	
	.home article .c {
		max-width: 1824px;
	}
}
@media only screen and (min-width: 1200px) {
	.grid-sizer, .grid-item, 
	.grid-item.width_1 {
		width: 264px;
	}
	.grid-item.width_2 {
		width: 576px;
	}
	.grid-item.width_3 {
		width: 888px;
	}
	.grid-item.width_4 {
		width: 1200px;
	}
	.gutter-sizer {
		width: 48px;
	}
	.grid-item {
		margin-bottom: 48px;
		margin-right: 48px;
	}
	
}
@media only screen and (max-width: 888px) {	
	.c {
	}
	/*#jsMenuBar {
		display: block;
	}*/
	
	header {
		height: 110px;
	}
	header h2 {
		font-size: 24px;
		margin: 10px 0px 0px 0px;
	}
	article {
		margin-top: 110px;
	}
	
	nav a {
		margin: 10px 20px 0px 20px;
	}
	
	.detail-item.width_2 {
		width: 74%;
	}
	.detail-item.width_3 {
		width: 100%;
	}
	.grid-item>div div.byline_h, .grid-item>div:hover div.byline_h {
		display: none;
	}
	.grid-item>div:hover img {
		opacity: 1 !important;
	}
	section.arbeiten-detail .text {
		width: auto;
		margin: 0 20px;
	}
	section.text {
		width: auto;
		margin: 0 20px;
	}
}
@media only screen and (max-width: 640px) {	
	header h2 {
		font-size: 20px;
	}
	nav a {
		margin: 10px 8px 0px 8px;
	}
	section.text .spalte_links, section.text .spalte_rechts {
		float: none;
		width: auto;
	}
	section.text .spalte_rechts {
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px #CCC solid;
	}
	section.text .spalte_links .img {
/* 		display: none; */
		text-align: center;
	}
	section.text .spalte_links .img img {
		width: 25%;
	}
}
/* gui  ============================*/
.marg-bottom { margin-bottom: 1em }
.row { *zoom: 1; }
.row:before, .row:after { display:table; content:""; line-height:0; }
.row:after { clear: both; }
.img-fullwidth img { width:100%;height:auto; }


@font-face {
  font-family: DINWeb-Light;
  src: url("fonts/DINWeb-Light.eot");
}
@font-face {
  font-family: DINWeb-Regular;
  src: url("fonts/DINWeb.eot");
}
@font-face {
  font-family: DINWeb-Bold;
  src: url("fonts/DINWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Light;
  src: url("fonts/DINWeb-Light.woff") format("woff");
}
@font-face {
  font-family: DINWeb-Regular;
  src: url("fonts/DINWeb.woff") format("woff");
}
@font-face {
  font-family: DINWeb-Bold;
  src: url("fonts/DINWeb-Bold.woff") format("woff");
}