

/*** News Block Right Side ****/

.newsteaser_item { margin:3px 0 10px 0;}



/*** News Itemlist ****/
.DnnModule-DnnForge-NewsArticles h1,
.DnnModule-DnnForge-NewsArticles h1 a  { 
	font-size:20px; 
}

.NewsArticles .articleEntry {
	margin:10px 0;
}
.articleCalendar { margin: 0px 12px 0 15px; }


/*** News Article Latest Slider  ***/

#header .DNNModuleContent.ModDnnForgeLatestArticlesC { margin:0; }



.promolist_textbox {
	position:absolute;
	right:50px;
	bottom:0;
	z-index:1;
	line-height:25px;
	font-size:18px;
	padding:20px;
	background: url("images/bg_promo.png") 0 0 repeat;
	color:#fff;
	width:35%;
	height:195px;
}
.promolist_image {
	position:absolute;
	z-index:0;
}

.promolist_textbox .itemlist_title,
.promolist_textbox .itemlist_title a {
	font-size:28px;
	line-height: 30px;
	padding-bottom:10px;
}



/*************************************/

div.ModDnnForgeLatestArticlesC > table { width:100%; }

.itemlist_out > div {padding:10px;  }

.DNNModuleContent.ModDnnForgeLatestArticlesC, 
.DNNModuleContent.ModDnnForgeNewsArticlesC .NewsArticles { 
	margin-left: -15px;
}

.DNNModuleContent.ModDnnForgeNewsArticlesC .NewsArticles .article { margin-left:10px;}


.itemlist_showall { margin-left:10px;}
.categoryblock {
	width:250px;
	float:left;
	margin:0 0 10px 10px;
	
}

.itemlist_out {
	width:369px;
	margin:0 0 15px 15px;
	height:305px;
	overflow:hidden;
	float:left;
	position:relative;
	background:#f5f5f5;
}
.itemlist_image img {
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.itemlist_image:hover img {
    
     transform:scale(1.25);

    -moz-transform:rotate(5deg) scale(1.25); /* Firefox */  
    -webkit-transform:rotate(5deg) scale(1.25); /* Safari and Chrome */ 
    -o-transform:rotate(5deg) scale(1.25); /* Opera */
    -ms-transform:rotate(5deg) scale(1.25); /* IE9 */
}

.spalte4 .DnnModule-DnnForge-LatestArticles { /* height: 340px; overflow:hidden; */}
.itemlist_summary {
	line-height:18px;
	padding-top:3px;
	padding-bottom:10px;
}
.itemlist_image {
	height:155px;
	overflow:hidden;
	background:#ececec;
	margin:5px 0;
}
.itemlist_showall {
	width:100px;
	min-height:110px;
	background:#929077;
	float:left;
	color:#fff;
	position:relative;
}
.itemlist_bottom img { width:100%; }
a.readmore {
	color: #000;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.readmore:hover { 
	color:#00adef; 
	text-decoration:none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}



.itemlist_top { line-height:20px;}


.itemlist_title { height:45px; overflow:hidden; display:table-cell; vertical-align:middle; }

.itemlist_title a,
.itemlist_title { font-size:18px;color:#00adef;}
.itemlist_title a:hover { color:#00adef; text-decoration:underline; }
.itemlist_title a img { width:16px!Important;height:16px!Important;}


/***** Latest Referenzbilder ***/
.imagelistWrapper { padding:15px 15px 0 15px;}
.imagelist { text-align:center;}
.itemlistImage_out img { margin:0 auto 15px auto; width:100%;}

.imagelist a { display:block;}
/******************/
/*** News Latest **/

.itemlistNews_out { margin-bottom:10px; border-bottom: 1px solid #1379BA; padding-bottom:10px;}
.itemlistNews_out:last-child { border-bottom:none; }
.itemlistNews_out .itemlist_datum { color:#666; font-size:14px;}
.itemlistNews_out .itemlist_title,
.itemlistNews_out .itemlist_title a { color:#1379BA;font-size:14px; }
.itemlistNews_out .itemlist_title a:hover { color:#ff0000; }
.itemlistNews_out .itemlist_title { height:auto; }

/*** News Latest End **/
/**********************/

/**********************/
/** News Item Detail **/


.DnnModule-DnnForge-NewsArticles .DNNContainer_Title h2 span.TitleH2 { display:none;} /* Hide Titel on Item view: View Article */
.bgwhite {
	padding:0px;
	background:#fff;
}
.eds_template_List_Article_Default .itemdetail_title { margin-bottom:0px;}
.itemdetail_title { margin-bottom:20px; position:relative; }
.itemdetail_title h1 { font-size:42px; }
.itemtitle { display:inline-block; }
.itemdetail_image_wrapper { text-align:center; margin-bottom:20px; }
.itemdetail_images { text-align:center; margin:20px -5px 0 -5px; }
ul.articleImageList,
.row.latestreferenzen { display:block; margin:0 -3px;}
ul.articleImageList li,
.row.latestreferenzen .imagewrapper { 
	margin: 10px 5px 0 5px; 
    margin:0!important;
	padding:3px; 
	
}
ul.articleImageList li a,
.row.latestreferenzen .imagelink {
    display:block;
    margin:0;
    padding:3px;
    border:1px solid #ccc;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
ul.articleImageList li a:hover,
.row.latestreferenzen .imagelink:hover {
	border:1px solid #00adef;
	background: #00adef;
    color:#fff;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.row.latestreferenzen .imagelink:hover a {color:#fff;}

.ModDnnForgeNewsArticlesC .articleFiles { margin-top:20px;}
.ModDnnForgeNewsArticlesC .articleFiles h2 {
	font-size:16px;
	padding-left:15px;
	border:none;
	margin-bottom:10px;
}
.ModDnnForgeNewsArticlesC .articleFiles h2 a {
	text-decoration:none;
}
.ModDnnForgeNewsArticlesC .articleFiles ul {
	padding:0;
	margin:0;
	list-style:none;
}
.ModDnnForgeNewsArticlesC .articleFiles li {
	padding-left:25px;
	background: url("images/icon_document.png") 0 0 no-repeat;
}
.ModDnnForgeNewsArticlesC .articleLink { margin-top:20px; }
.ModDnnForgeNewsArticlesC .articleLink a {
	display:block;
	line-height: 20px;
	padding-left: 25px;
	background: url("images/icon_link.png") 0 0 no-repeat;
}

.itemdetail_custom { padding: 25px 25px 0 25px; background:#fff;}
.itemdetail_custom_left_spalte { width:33.33%; float:left; margin-bottom:25px; }
.itemdetail_custom_center_spalte { width:33.33%; float:left; margin-bottom:25px; }
.itemdetail_custom_right_spalte { width:33.33%; float:left; margin-bottom:25px; }

.itemdetail_custom_right_spalte a {
	display:block;
	background-color:#DB3E38;
	background-image: url("Images/readmore_neg_p.png");
	background-repeat: no-repeat;
    	background-position:96% 10px;
	color:#fff; 
	text-decoration:none;
	padding:12px 40px 12px 15px;
	margin-bottom: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.itemdetail_custom_right_spalte a:hover {
	text-decoration:none;
	background-image: url("Images/readmore_neg_a.png");
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.gallerythumb { cursor:pointer; }


.ModDnnForgeNewsArticlesC { position:relative;}

/*
.backlink {
	display:inline-block;
	margin: 0px 15px 0 0;
	height:25px;
	width:25px;
	background: url("images/back.png") 0 7px no-repeat;

	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.2222 0.2222 0.2222 0 0 0.2222 0.2222 0.2222 0 0 0.2222 0.2222 0.2222 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.2222 0.2222 0.2222 0 0 0.2222 0.2222 0.2222 0 0 0.2222 0.2222 0.2222 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.2222 0.2222 0.2222 0 0 0.2222 0.2222 0.2222 0 0 0.2222 0.2222 0.2222 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */

}
.backlink:hover {
	filter: none;
	-moz-filter: none;
	-o-filter: none;
	-webkit-filter: none;
	-ms-filter: none;
}
*/
 
.rssicon {
	position:absolute; 
	top:-25px;right:0px; 
	z-index:1;
}
.telfax { display:inline-block;
	width:30px;
}

.ModDnnForgeNewsArticlesC .article { margin-top:10px; margin-bottom:20px;}

/*** Events ***/
.articleEntry { margin:10px 0!Important;}
.article.events {
	margin-top:10px;
}
.events .backlink {
	position:relative;
	margin:8px 0 0 9px;
	display:block;
}

.article .articleHeadline h1 {
	border:none;
}

.DNNModuleContent.ModDnnForgeNewsArticlesC .NewsArticles > div,
.DNNModuleContent.ModDnnForgeNewsArticlesC .NewsArticles > span { margin-left:15px; display:block;}
.itemdetail_image img { padding:3px; border:1px solid #ddd;}

/** News Item Detail **/
/**********************/


/***************************/
/** News Kontakte Listing **/

.itemlistKontaktOut {  margin-bottom:15px; width: 33.3333%; float:left;margin-left:0!Important; }
.itemlistKontaktOut > div { margin-left:15px;background-color:#f2f2f2;height:100px;}
[class*="itemlistKontakt_"] { width:70%; float:left; }
[class*="itemlistKontakt_"] > div {  padding:3px 3px 3px 5px; }
[class*="itemlistKontakt_"] > div > a { width:100%;display:block;  }
[class*="itemlistKontakt_"] > div img { margin:0 auto; border:1px solid #ddd;padding:1px;}
[class*="itemlistKontakt_"] > div img:hover { border:1px solid #1379BA; }
.itemlistKontaktPadding { padding:10px;}

.itemlistKontakt_name > div { white-space: nowrap; }
.itemlistKontakt_bild { width:30%; float:left; text-align:center; }


/***************************/
/** News Vertr�ge Listing **/

.itemlistVertraege_out {  margin-bottom:15px; width: 100%; margin-left:0!Important; }
.itemlistVertraege_out > div { margin-left:15px;background-color:#f2f2f2; padding:15px 10px;}
.itemlistVertraege_out .itemlist_left { width: 15%; min-height:50px; float:left; text-align:center;}
.itemlistVertraege_out .itemlist_right { width: 85%; float:left; }
.itemlistVertraege_out .itemlist_title {height:auto; margin-bottom:5px; display:block; }
.itemlistVertraege_out .readmoredetail a { color:#333; }
.itemlistVertraege_out .readmoredetail a:hover { color:#00adef; }
.itemlistVertraege_out .itemlist_image { max-width:38px; height:53px; margin:0 auto;padding:0 10px 0 0; background: url("images/Documents.png") 0 5px / 100% auto no-repeat;}

/***************************/
/** Custom fields Referenzen **/
.customRefLable { 
	width:10%;
	float:left;
}
.customRefValue { 
	width:90%;
	float:left;
}
.customfields > div:last-child { margin-bottom: 17px; }




