/* cbox === */
#cboxCurrent { display:none !important; }

/* Item === */
.item { text-align: justify; }
.item ul { margin-left:25px; }
.item li { margin:0.7em 0; line-height: 140%; }
.item p { margin:0.7em 0; line-height: 140%; }

.item h2.outofgrid { margin-left:1%; margin-right:1%; }
.item .images img { display:block; width:100%; margin-bottom:20px; }
.item .images .title, .item p.flex-caption { margin-top:-15px; margin-bottom:20px; font-size: 0.8em; }
.item0 p:first-child { margin-top:0; }

.itemfloat .images { width:100%; }
.item2 .images { float:right; margin-left:2%; }
.item3 .images { float:left; margin-right:2%; }
.itemfloat .images:first-child+p { margin-top:0; }
@media screen and (min-width:500px) { .itemfloat .images { width:49%; } }
@media screen and (min-width:768px) { .itemfloat .images { width:32%; } }

/* Downloads in Item */
.itemdown { font-size:0.8em; background-color: #fff; padding:10px; }
.itemdown p {}
.itemdown span { padding-right:5px; border-right: 1px solid #ccc; }
.itemdown span:nth-of-type(n+2) { padding-left:5px; }

/* Slider in Item */
.item .slider { position:relative; }
.item .slider ul, .item .slider ol, .item .slider li { margin:0; padding:0; }
.item .slider li img { width:100%; }
.item .slider .flex-control-nav { list-style-type: none; z-index:9999; position:absolute; top:2px; right:0px; }
.item .slider .flex-control-nav li { display:inline-block; margin-right:2px; }
.item .slider .flex-control-nav a { display:block; padding:0px 10px; background:url(w80.png); color:#333; cursor:pointer; }
.item .slider .flex-control-nav a:hover { text-decoration: none; background: #333; color:#fff; }
.item .slider .flex-control-nav a.flex-active { background:#fff; color:#000; }
.item .slider .flex-direction-nav { display:none; }

/* Bilder === */
.kachel {}
.kachel img { display:block; width:100%; margin-bottom:20px; }

/* Mitarbeiter vCard === */
.vcard_ma { text-align: center; padding-bottom:20px; }
.vcard_ma img { width:100%; }
.vcard_ma .fn { font-weight: bold; margin:0.5em 0; }
.vcard_ma .org { display:none; }
.vcard_ma .xtel { margin-top:0.5em; }
.vcard_ma .tel, .vcard_ma .email  { font-size: 0.9em; }
.vcard_ma .note { margin-top:0.5em; font-size: 0.8em; }
.vcard_ma:nth-of-type(2n+2) { clear:both; }

@media screen and (min-width:500px) {
	.vcard_ma:nth-of-type(2n+2) { clear:none; }
	.vcard_ma:nth-of-type(3n+2) { clear:both; }
}
@media screen and (min-width:768px) {
	.vcard_ma:nth-of-type(3n+2) { clear:none; }
	.vcard_ma:nth-of-type(4n+2) { clear:both; }
}

/* Links === */
.links { padding-bottom:20px; }
.links { text-align: center; }
.links img { display:block; }
.links h2.title { margin:0; }
.links p.info {}
.links p.url {}

@media screen and (min-width:500px) {
	.links:nth-of-type(2n+1) { clear:none; }
	.links:nth-of-type(3n+1) { clear:both; }
}
@media screen and (min-width:768px) {
	.links:nth-of-type(3n+1) { clear:none; }
	.links:nth-of-type(4n+1) { clear:both; }
}

/* Rex-Search === */
.rexsearchresults { list-style-type: none; }
.rexsearchresults strong { background-color: #ffffee; color:#e53134; font-weight: normal; }

/* Video */
.video iframe { width:100%; }