@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);
*{padding: 0;margin: 0;}
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}



body{
	color:black;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	min-width: 1130px;
	cursor: default;
}
strong {
display: inline-block;
margin-bottom: 5px;
margin-top:10px;
}
#component ul{
	padding-left: 19px;
	
	
}
#component .k2_content_right ul{
	padding-left: 0;
}

a{
	color: #000000;
	text-decoration: none;
}
a[href*="pdf"] {
    background: url("../images/pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    padding-top: 3px;
    color: black;
    text-decoration: none;
}
.fix {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.floating{
	margin-top: 162px;
}
.outer_wrapper{
	width: 1124px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.wrapper{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	width: 100%;
	height: 548px;
}
h1{
	font-size: 35px;
	font-weight: 300;
	color: #990000;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 15px;
}
h2,h2 > a{
	font-size: 20px;
	font-weight: 300;
	color: #990000;
	line-height: 24px;
	text-decoration: none;
}
h3 > a {
    color: #990000;
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    text-decoration: none;
}
figcaption h3 > a {
cursor: default;
}
.publish-date{
	font-size: 25px;
	font-weight: 300;
	color: #990000;
	margin-bottom: 10px;
}
.item-image{
	margin-bottom: 25px;
}
.item-image img{
	max-width: 550px;
}
.news-content{
	margin-bottom: 30px;
}
.cases .newsflash img{
	max-width: 138px;
	float: left;
	margin-right:20px;
}
a.back{
	color:black;
	display: block;
	float: right;
	text-decoration: none;
}
#logo{
	width: 390px;
	height: 125px;
}

#component{
	padding: 35px;
	padding-bottom: 85px;
	background: -moz-radial-gradient(70% 25%, ellipse cover, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(70% 25%, ellipse cover, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(70% 25%, ellipse cover, #ffffff 0%,#f0f0f0 100%); /* Opera 12+ */
	background: -ms-radial-gradient(70% 25%, ellipse cover, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: radial-gradient(ellipse at 70% 25%, #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#footer{
	height: 344px;
}
.tag-category .list-striped{
	list-style-type: none;
}
.tag-category .list-striped li {
width: 222px;
margin-right: 22px;
float: left;
margin-bottom: 25px;
}
.tag-category .list-striped li:nth-child(4n) {
margin-right: 0;
}
.cat-list-row3{

}
.tag-category .list-striped li img{
width: 222px;

}

/*top-navigation*/
#navigation li{
	
}
#navigation li a{
	cursor: pointer;
}
#top_navigation{
	height: 30px;
	padding-top: 15px;
	float: right;
    width: auto;
    padding-right: 61px;
    position: relative;
}
#top_navigation > ul > li:after {
    content: "|";
    display: block;
    position: absolute;
    right: -2px;
    top: 0;
}

#top_navigation > ul > li {
    float: left;
    position: relative;
    padding-right: 10px;
    padding-left:10px;
    border-bottom: 4px solid #ffffff;
}
#top_navigation > ul > li.deeper:hover {
	background-color: #E7E7E9;
}

#top_navigation ul li a{
	color:black;
	text-decoration: none;
}
#top_navigation ul li a:hover{
	color:#990000;
	text-decoration: none;
}
#top_navigation ul li.current,#top_navigation ul li.current a{
	color:#990000;
	text-decoration: none;
}


#top_navigation ul {
	list-style-type: none;
	float: right;
	text-transform: uppercase;
	font-size:12px;
}

#top_navigation > ul  li > ul > li{
	padding-left: 10px;
	padding-right: 10px;
}
#top_navigation > ul > li > ul{
	display:none;
	position: absolute;
	background-color: #E7E7E9;
	/*border-top: 4px solid #FFFFFF;*/
	top: 19px;
	left:0;
	z-index: 10
}
#top_navigation > ul > li:hover > ul{
	display:block;
}
/*END top-navigation */

#logo{
	margin-top: 35px;
	float: left;
}


/*START NAVIGATION*/

#navigation{
  
    color: #990000;
    float: right;
    font-size: 14px;
    margin-top: 88px;
    text-transform: uppercase;
}
#navigation > ul{
	list-style-type: none;
	margin-left:24px;
	background-color: #f8f8f8;
}
#navigation > ul > li{
	padding: 11px;
	float: left;
	position: relative;
}
#navigation > ul > li:hover{
background-color: #e7e7e9;
}

#navigation > ul > li > a{color:#990000;text-decoration: none;}
#navigation > ul > li > a:hover{text-decoration: none;}
#navigation > ul > li:after{
    content: "|";
    display: block;
    position: absolute;
    right: -1px;
    top: 9px;
}
#navigation > ul > li:last-child:after{
    content: "";
    display: block;
    position: absolute;
}
#navigation > ul > li > a > img{display:none;}


#navigation > ul > li > ul{
    background-color: #E7E7E9;
    display: none;
    height: auto;
    left: 0;
    list-style-type: none;
    padding: 10px;
    position: absolute;
    top: 40px;
    width: 240px;
    z-index: 10;
    border-top: 4px solid #FFFFFF;
}
#navigation > ul > li:hover > ul{
	display:block;
}
#navigation > ul > li > ul > li {
	margin-bottom: 10px;
}
#navigation > ul > li > ul > li a{
	color: #000;
	text-decoration: none;
	text-transform: none;
}
#navigation > ul > li > ul > li a:hover{
	color: #990000;
}
.italic{
	font-style: italic;
	color: rgb(0,0,0);
	color: rgba(0,0,0,.75);
}
.content_bg{
	position: relative;
}
#news_slider{
	float: left;
	width: 550px;
	height: 290px;
	margin-right: 22px;
	padding: 30px 0 0 0;
	overflow:hidden;
}
#news_content{
	width: 382px;
	height: 290px;
	overflow: hidden;
	padding-bottom: 25px;
	position: absolute;
	right: 0px;
	top:34px;
}
#cat_nav {
	margin-top: 22px;
	margin-bottom: 78px;
	overflow: hidden;
}

#cat_nav li a{
	text-decoration: none;
}
#cat_nav li .image-title{
	font-size: 15px;
	font-weight: 600;
	color:#990000;
	display: block;
	margin-top:18px;
	text-transform: uppercase;
}
#cat_nav > ul{
	list-style-type: none;
}
#cat_nav > ul > li{
	float: left;
	position: relative;
	margin-right: 22px;
	width: 222px;
	overflow: hidden;
}
#cat_nav > ul > li:last-child{
	margin-right: 0;
}






#cat_nav_4 {
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#cat_nav_4 li a{
	text-decoration: none;
}
#cat_nav_4 li .image-title{
	font-size: 15px;
	font-weight: 600;
	color:#990000;
	display: block;
	margin-top:18px;
	text-transform: uppercase;
}
#cat_nav_4 > ul{
	list-style-type: none;
}
#cat_nav_4 > ul > li{
	float: left;
	position: relative;
	margin-right: 120px;
	margin-bottom: 40px;
	width: 222px;
	overflow: hidden;
}
#cat_nav_4 > ul > li:last-child{
	margin-right: 0;
}







.content_bg{
	width: 1024px;
	height: auto;
	padding: 35px;
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f0f0f0 100%);
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#f0f0f0 100%);
	background: radial-gradient(ellipse at center,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=1 );
}

#footer {
    background: none repeat scroll 0 0 #990000;
    color: #FFFFFF;
    height: 344px;
    padding: 35px 0 35px 35px;
}
#go-top{
	position: absolute;
	right:0px;
	background: url(../images/go_top.jpg) no-repeat top left;
	padding: 1px;
	width: 50px;
	height: 50px;
	cursor: pointer;

	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
#go-bot{
	position: absolute;
	top:0;
	right:0px;
	background: url(../images/go_bot.jpg) no-repeat top left;
	padding: 1px;
	width: 50px;
	height: 50px;
	cursor: pointer;

	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
#impressum{
	float: left;
	width: 210px;
}

#bot-nav{
	float: left;
	width: 770px;
}
#bot-nav ul{
	list-style-type: none;
}
#bot-nav > ul > li{
	float: left;
	font-size: 14px;
	color:#fff ;
	margin-right: 30px;
    width: auto;
    font-weight: bold;
}
#bot-nav > ul > li:last-child,.item-131{
	margin-right: 0;
}
#bot-nav li{
	font-weight: 400;
}

#footer a {
	color:#fff ;
	text-decoration: none;
}

/*END NAVIGATION*/


#gk-tab-1{
	position: absolute;
	width: 100%;
}
.gkTabsContainer{
	border: 1px solid rgb(231,231,233);
}
.cases .newsflash{
	height: auto;
	padding: 0;
	position: relative;

}
.newsflash{
	height: 249px;
	padding: 25px 25px 40px 25px;
	position: relative;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}
.newsflash_button{
	background: url("../images/down_button.jpg") no-repeat scroll center bottom #FFFFFF;
    bottom: 0;
    content: " ";
    height: 26px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 20;
    padding: 1px;
    cursor: pointer;
}
.button_close{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.gkTabsWrap.vertical ol{
	border-bottom:none;
}
.news_item{
	margin-bottom: 20px;
}
.news_item .readmore {
	font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    color: black;
    text-decoration: none;
}
.news_item .readmore:hover {
    text-decoration: underline;
}

.news.blog .items-row {
    border-top: 1px solid #990000;
    position: relative;
    padding:10px 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}
.news.blog .opened:after {
	background: url("../images/news_opened.png") no-repeat ;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 12px;
    width: 30px;
}
.news.blog .closed:after {
	position: absolute;
	right: 40px;
    top: 12px;
	width: 30px;
	height: 20px;
	background: url('../images/news_closed.png') no-repeat;
}
.page-header h1,.page-title{
	color:#E2E2E2;
    display: block;
    font-size: 95px;
    font-weight: 100;
    line-height: 95px;
    margin-top: -36px;
    padding-left: 0px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.news.blog .intro_img {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 150px;
    overflow: hidden;
}

.news.blog .item-image img{
	width: 230px;
	float: right;
	margin-left:35px;
}
.news.blog .item_text {
    float: left;
    margin-left: 188px;
    width: 500px;
    min-height: 120px;
}
.news.blog .item-image{
	margin-bottom: 0;
}
.news.blog .news_date {
    color: #990000;
    font-size: 13px;
    height: 15px;
    font-weight: 600;
    padding-right: 5px;
    margin-bottom: 10px;
}

.news.blog .published,.news.blog .create{
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: 300;
	color: #990000;
	line-height: 24px;
	text-decoration: none;
	margin-right:15px;
	width: 172px;
}
.news.blog .page-header {
margin-bottom:10px;
}
.news.blog  .news_block {
     float: left;
    width: 330px;
}
.news.blog  .news_block a {
	color: black;
	text-decoration: none;
}
.pub_date {
    border-right: 1px solid #990000;
    color: #990000;
    display: inline-block;
    font-size: 13px;
    height: 15px;
    font-weight: 600;
    padding-right: 5px;
}
h4,h4 > a {
    color: #990000;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    display: inline;
    text-decoration: none;
}
/*K2 CSS*/



.k2_content_left{
	width: 550px;
	float: left;
	margin-right: 20px;
}
.k2_content_left table{
	background: #ffffff;
	text-align: center;
	width: 545px;
}
.k2_content_right{
	float: left;
	width: 384px;
	overflow: hidden;
}
#component .k2_content_right .itemExtraFields ul ul{
	padding-left: 15px;
}

.itemExtraFields>ul>li {
    display:inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    width: 190px;
    vertical-align: top;
}
.itemExtraFields>ul>li img{
	max-width: 366px;
}
.itemExtraFields>ul>li.odd{
    margin-right: 0px;
}
.itemExtraFields{
	margin-bottom: 20px;
}
.itemExtraFields ul li{
	position: relative;
	padding-left: 15px;
}
.itemExtraFields ul ul li{
	position: relative;
	padding-left: 0px;
}
/*.itemExtraFieldsValue li:before {
    background: none repeat scroll 0 0 #990000;
    content: "";
    height: 10px;
    padding: 1px;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 10px;
}*/
.itemHeader{
	width: 550px;
}
.trigger_head{
	font-weight: 700;
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom:10px;
	background: none !important;
}
.trigger_head.closed:after{
	content: " ";
	background: url(../images/closed.png) left center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
}
.trigger_head:after{
	content: " ";
	background: url(../images/opened.png) left center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
}
.trigger_head+div.box_content{
    line-height: 20px;
    height: auto;
    overflow: hidden;
    max-height: 0;
    background:repeat scroll 0 0 rgba(0, 0, 0, 0) !important ;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}
.trigger_head + div.box_content.trigger_open{
	max-height: 1500px;
}
.k2_content_left ul{
    list-style-position: outside;
    margin-top: 5px;
    padding-left: 12px;
    position: relative;
}

.items-row.cols-4 .span3{
	display: block;
	float: left;
	margin-right: 22px;
	bottom: 15px;
}
.items-row.cols-4 .span3:last-child{
	margin-right:0px;
}
/*Clearing news slider*/
.gkIsWrapper-gk_shop_and_buy:before,
.gkIsWrapper-gk_shop_and_buy:after {
    content:"";
    display:table;
}
.gkIsWrapper-gk_shop_and_buy:after {
    clear:both;
}
.sigProLinkWrapper{
	border:none;
}

#lbCaption{
	display: none !important;
}
#lbCloseLink{
	margin:0 !important;
}

/*MITARBEITER*/
.cat-children {
	margin-bottom: 20px;
}
.cat-children div{
	float: left;
	margin-right: 15px;
}
.itemListView.mitarbeiter  .itemContainer{
	position: relative;
	overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    display: inline-block;
}
.itemListView.mitarbeiter  .itemContainer .catItemView{
	opacity: .3;
	-webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;

}
.itemListView.mitarbeiter  .itemContainer .catItemHeader {
    position: absolute;
    color: #ffffff;
    top: -50px;
    background:rgba(0,0,0,.5);
    width: 100%;
    padding-left: 15px;
    -webkit-transition: top .3s ;
    -moz-transition: top .3s ;
    -ms-transition: top .3s ;
    -o-transition: top .3s ;
    transition: top .3s ;
}
.itemListView.mitarbeiter  .itemContainer .catItemHeader  a ,.itemListView.mitarbeiter  .itemContainer .catItemHeader  h2{
	color: #ffffff;
}
.itemListView.mitarbeiter  .itemContainer:hover .catItemHeader {
	top: 0px;
}

.itemListView.mitarbeiter  .itemContainer .catItemView:hover{
    opacity: 1 !important;
}
.itemListView.mitarbeiter  .itemContainer.last_item{
	margin-right: 0;
}
.itemListView.mitarbeiter  .subCategoryContainer{
	float: left;
	margin-right: 25px;
}
.itemListView.mitarbeiter  .itemListCategoriesBlock{
	margin-bottom:25px;
}

.subcategory .itemContainer{
	float: left;
	margin-right: 20px;
	width: 345px;
	height: 400px;
	margin-bottom: 30px;

}
.subcategory .itemContainer:nth-child(2n){
	margin-right: 0px;
	margin-bottom: 30px;
}
.subcategory .itemContainer h1{
	margin-bottom: 5px;

}


h1.content_header a{
	font-size: 35px;
	font-weight: 400;
	color: #990000;
	line-height: 40px;
	margin-bottom: 30px;
	text-decoration: none;

}
.contact_form, .contact .moduletable{
	width: 550px;
	float: left;
	margin-right: 20px;
}
.contact form + div {
    display: none;
}
.italic_grey{
	color: #404040 !important;
	font-style: italic;
}
.form_row{
	margin-bottom:15px;
}
.label{
	width: 106px;
	float: left;
}
.input_box{
	width: 306px;
	height: 30px;
	float: left;
}
.input_box .inputbox{
	width: 306px;
	height: 30px;
		border:none;
	padding-left: 15px;
	background: #f1f1f2;
}
.msg textarea{
	width: 306px;
	height: 115px;
	padding: 15px;
	border:none;
	padding: 15px;
	background: #f1f1f2;
}
.contact_form.button {
    background: #990000 !important;
    border: medium none !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    height: 60px !important;
    margin-left: 291px;
    margin-top: 15px;
    width: 120px !important;
}
.search .form-inline {
    font-size: 12px;
    position: absolute;
    right: 16px;
}
.search .form-inline label{
	cursor: pointer;
}
.search .form-inline .inputbox{
	display: block;
	position: absolute;
	background: none ;
	border:1px solid #ADADAD;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
} 
.search .form-inline .button{
	display: block;
	position: absolute;	
}
.search .form-inline:after{
	background: url("../images/lupe.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 10px;
    width: 8px;
    position: absolute;
    right: -15px;
    top: 4px;
}
.gkTabsNav li{
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;

}
.gkIsSlide{
z-index: 0 !important;
}
input:focus{
	border-color: #990000;
}
/*K2 CATEGORY VIEW STANDART*/
.itemContainer{
	float: left;
	
}
.referenzen .itemContainer,.partner .itemContainer{
	margin-right: 0;
	margin-bottom: 22px;
	position: relative;
	overflow: hidden;

}
.referenzen .catItemIntroText{
	position: absolute;
	left: 0;
	background: url("../images/ref.png") no-repeat top left;
    color: #FFFFFF;
    top: -120px;
    width: 222px;
	height: 120px;
	overflow: hidden;
	padding-top: 3px;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
}
.referenzen .catItemImageBlock:hover + .catItemIntroText{
    top:0px;
}
.referenzen .catItemIntroText:hover{
    top:0px;
}
.referenzen .catItemView{
	width: 222px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	opacity: 0.6;
	cursor: default;
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}
.referenzen .catItemView:hover{
	opacity: 1;
}
.referenzen .catItemImageBlock{
	height: 120px;

}
.referenzen .catItemImageBlock .catItemImage{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.referenzen .catItemImageBlock img {
    background: none;
    vertical-align: middle;
}
.referenzen .page-header h1{
	margin-bottom:15px;
}
.referenzen .itemExtraFields {
	position: relative;
	margin-top:262px;
}
.referenzen .itemExtraFields>ul>li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 24px;
    overflow: hidden;
    width: 100%;
}
.referenzen .itemExtraFields>ul>li.ansprechpartner {
	float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 0px;
    overflow: hidden;
    width: 190px;
}
.referenzen .itemExtraFields>ul>li.casestudypdf {
	float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 0;
    overflow: hidden;
    width: 190px;
}

.referenzen .itemExtraFields > ul > li.zitat {
    color: #990000;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0px;
    position: absolute;
    top: -262px;
}
.zitat-autor{
	font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color:#000000;
    float: left;
}
.referenzen .itemBody img{
	max-width: 550px;
}
.referenzen .itemExtraFields .weitere_zitate img{
	max-width: 380px;
	margin-bottom: 15px;
}
.referenzen .itemExtraFields .weitere_zitate{
	max-width: 380px;
	color: #990000;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0px;
}



/*PARTNER SEITE*/




.partner .catItemImageBlock {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 120px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    width: 222px;
}
.partner .catItemImageBlock .catItemImage{

}

.partner .catItemImageBlock img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    vertical-align: middle;
}

.partner .catItemHeader h3 {
font-size: 16px;
color: #990000;
font-weight: 400;
margin-bottom: 10px;
width: 200px;
}

.partner .itemListCategory h2,.referenzen .itemListCategory h2, .cat_name{
	color:#E2E2E2;
    display: block;
    font-size: 95px;
    font-weight: 100;
    line-height: 95px;
    margin-top: -50px;
    padding-left: 0px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.sigProImg{
    margin-left: 8px !important;
    width: 371px !important;
}
.sigProLink{
	background:none;
}
#component > .search {
    margin-right: 20px;
    width: 550px;
}
.result-item{
	border-bottom:#990000 solid 1px;
	padding: 10px 0px;
}
.result-item .result-title{
	color:#990000;
}
.result-item .result-title a{
	color:#990000;
}
fieldset{
	border: none;
}
fieldset.phrases{
	border: none;
	border-bottom:#990000 solid 1px;
	padding: 10px 0px;

}
.form-limit{
	border: none;
	border-bottom:#990000 solid 1px;
	padding: 10px 0px;

}
.phrases-box{
	margin-bottom: 10px;
}
.controls label input{
	margin-right:5px;
}
.search-button {
    cursor: pointer;
    width: 100px;
    border: none;
    background: none;
    text-align: left;
}
.limit-box{
	float: left;
	margin-right: 10px;
}
.counter{
	float: left;
}
.pagination{
	margin-top:20px;
	float: right;
}
.pagination ul{
	list-style-type: none;
}
.pagination ul li{
	display: inline-block;
	float: left;
	color:#ADADAD;
	padding: 0 3px;

}
.pagination ul li a{
	color:#990000;
}
.pagination ul .pagination-start{
	display:none;
}
.pagination ul .pagination-end{
	display: none;
}
.pagination ul .pagination-prev{
}
.nl_red_box a{
	padding: 0 10px;
	background-color:#990000; 
	color:white;
}
.termine .pub_date{
	display: none;
}
.product .itemImageBlock{
	margin-left:-35px;
	margin-top:-35px;
	margin-bottom: 50px;
}
.tag_link{
	color: #990000;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 15px;
    display:inline-block;
}
.tagItemView {
    float: left;
    height: 450px;
    width: 40%;
}
.tagItemIntroText h1{
	margin-bottom:15px;
}


.k2_content_right .itemExtraFields .leitendesbildrechts{
	float:none;
	width:380px;
	margin-bottom: 15px;
}
.k2_content_right .itemExtraFields .dienstleistungen{
	float:none;
	width:380px;
	margin-bottom: 15px;
}
.k2_content_right .itemExtraFields .dienstleistungen a{
color:#000000;
position: relative;
}
.k2_content_right .itemExtraFields .dienstleistungen a:hover{
color:#990000;
}
.k2_content_right .itemExtraFields .dienstleistungen a:after{
	content: " ";
	background: url(../images/right.png) left center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -20px
}

.k2_content_right .itemExtraFields .leitendesbildrechts img{
	max-width:380px;
}
.home table tr td{
	vertical-align: top;
}
.home #component{
	padding-bottom:0px;
}
.historie .zitat{
	color: #990000;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    width: 380px;
}
.historie .k2_content_right{
	margin-top:62px;
}
.management h1{
	color: #E2E2E2;
    display: block;
    font-size: 95px;
    font-weight: 100;
    line-height: 95px;
    margin-top: -50px;
    padding-left: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.management td{
vertical-align: top;
}
.gkIsWrapper-gk_publisher figcaption a:hover{
	color:#990000;
}
.gkIsWrapper-gk_shop_and_buy .figcaption h3, .gkIsWrapper-gk_shop_and_buy .figcaption h3 a{
	padding-left: 43px;
}
.management .itemBackToTop{
	display:none;
}
.no-p{
	padding-left: 0 !important;
}
.ansprechpartner, .fact_sheet,.casestudypdf{
	display:inline-block;
	margin-top:20px;
}
.ansprechpartner img,.fact_sheet img{
	height: 140px;
}

.k2_content_right .itemImageGallery .sigProContainer{
	position: relative;
}

.k2_content_right .itemImageGallery .sigProLink:first-child:after{
	position: absolute;
	width: 60px;
	height: 40px;
	top: 100px;
	left: 160px;
	content: "";
	background: url('../images/gallery_icon.png')no-repeat;
}
.required_field{
	display: block;
	margin-top: 20px;
}
#header .gkIsWrapper-gk_shop_and_buy .figcaption{
	top:0px;
    left: -60px;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 548px;
    margin-top: 0 !important;
    cursor: pointer;
}
.gkIsWrapper-gk_shop_and_buy .figcaption h3, .gkIsWrapper-gk_shop_and_buy .figcaption h3 a{
	bottom:10px !important;
	cursor: pointer !important;
	position: absolute !important;
	height: 548px;
	padding-top: 500px;
	width: 1024px;

}
.product .k2_content_right .fact_sheet a {
    background: url("../images/link.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    padding-top: 3px;
    color: black;
    text-decoration: none;
    margin-bottom: 3px;
}
.product .k2_content_right .fact_sheet  a[href*="pdf"],a[href*="pdf"] {
    background: url("../images/pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    padding-top: 3px;
    color: black;
    text-decoration: none;
    margin-bottom: 3px;
}
.product .itemHeader h1{
	color: #E2E2E2;
    display: block;
    font-size: 115px;
    font-weight: 100;
    line-height: 95px;
    margin-top: -146px;
    padding-left: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;

}
.gkIsWrapper-gk_publisher figcaption h3{
	font-size: 26px !important;
    font-weight: 300 !important;
    line-height: 47px !important;
    text-decoration: none !important;
}
.gkIsWrapper-gk_publisher figcaption a{
	cursor: pointer !important;
	font-size: 26px !important;
    font-weight: 300 !important;
    line-height: 47px !important;
    text-decoration: none !important;
    display: inline-block;
    height: 290px;
    text-align: left;
    width: 550px;

}
#news_block_content{
	margin-top: 171px;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}

.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
}

.clr:before,
.clr:after {
    content:"";
    display:table;
}
.clr:after {
    clear:both;
}

.display_none {
	display: none;
}

.left_box {
	float: left;
}
.right_box {
	float: right;
}

.clear {
	clear: both;
}

/*ZUSATZSTYLES*/

/*ANIMATION*/
@keyframes einblenden{
  from {color:rgba(83,73,73,0);}
  to {color:rgba(83,73,73,1);}
}
@-webkit-keyframes einblenden{
  from {color:rgba(83,73,73,0);}
  to {color:rgba(83,73,73,1);}
}
/*Starseite*/

.wrap-couplink-loesungen {background-color: #fff; padding: 30px; width: 1024px;}
.wrap-couplink-loesungen h2 {font-size: 35px; margin-bottom: 30px;}
h3 .red-search {background-color: #b51f2a; color: #fff; text-transform: uppercase; margin: 0 15px 0 20px; padding: 5px 10px;}
h3 img {vertical-align: middle;}
h3 .cp-your {color: #b51f2a; font-weight: 600; font-size: 25px;}
h3 .your {color: #726e6f; font-style: italic;}
.wrapper-6-col {margin: 20px 0 0 0; display: inline-block;}
.hover-text {width: 16%; float: left; padding: 0 5px;}
.hover-text p {opacity: 0.05; transition: opacity 1s ease 0s;}
.hover-text:hover p {opacity: 1;}
.hover-text.img-1,
.hover-text.img-2 {width: 18%;}





