@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------*/
/*NEWS  -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/


/*.owl-carousel .owl-wrapper-outer {width:1500px!important;}*/
#newsOnSite {
	background:#f3f3f3;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding: 40px 0;
	width:100%;
	overflow:hidden;
}

#newsOnSite .timeline {background:url(/images/site/newsTimeline.jpg) right 240px repeat-x; position:absolute; height:250px; width:50%; left:50%;}


#newsOnSite #newsOS .newsBlokTitle {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:32px;
	margin:0;
}
#newsOnSite #newsOS {background:url(/images/site/newsTimeline.jpg) left 240px repeat-x;}

#newsOnSite #newsOS .newsBlokTitle a {color:#757575; text-decoration:none;}
#newsOnSite #newsOS .newsOSContent {margin: 44px 0px 0px 0px; padding:0;}

#newsOnSite #newsOS .year {
	width:83px; 
	height:83px; 
	background:#c0c0c0; 	
	-webkit-border-radius: 83px;
	-moz-border-radius: 83px;
	border-radius: 83px;
	position:absolute;
	top:200px;
	left: -130px;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding-top:28px;
}

#newsOnSite #newsOS .newsItem {/*width:367px;*/ float:left; display:inline; padding-right:60px; width:100%;}

#newsOnSite #newsOS .newsContentItem {
	background:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	position:relative;
}

#newsOnSite #newsOS .newsContentItem .overlay {
	position:absolute;
	width: 100%;
	height: 100%;
	background: url(/images/site/productsOverlayWhite.png);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor:pointer;
}

#newsOnSite #newsOS .newsContentItem .overlay:hover {
	-webkit-opacity: 1; 
	-moz-opacity: 1; 
	opacity: 1;
}

#newsOnSite #newsOS .newsContentItem .overlay .arrow {
	background: url(/images/site/productsOverlay.png) 45% center no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}
#newsOnSite #newsOS .newsContentItem .newsItemImage {
	width:100%;
	height:160px;
	overflow:hidden;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#newsOnSite #newsOS .newsContentItem .newsItemImage img {
	min-width: 100%;
	height: auto;
	max-width: 150%;
}

#newsOnSite #newsOS .newsContentItem .newsText {
	padding: 15px 18px 15px 10px;
}
#newsOnSite #newsOS .newsContentItem .newsTitle {
	font-size:20px;
	height:48px;
	overflow:hidden;
	margin: 0 0 20px 0;
	padding-right:20px;
}

#newsOnSite #newsOS .newsContentItem .newsTitle a {color:#010101; text-decoration:none;}
#newsOnSite #newsOS .newsContentItem .newsTitle a:hover {color:#ff9c17;}

#newsOnSite #newsOS .newsContentItem .newsTeaser {
	color:#585858;
}

#newsOnSite #newsOS .newsContentItem .date {
	width:62px; 
	height:62px; 
	background:#919191;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align:center;
	color:#ffffff;
	padding-top:12px;
	position:absolute;
	right:-30px;
	top:130px;
}

#newsOnSite #newsOS .newsContentItem .currentDate {background:#ff9c17;}

#newsOnSite #newsOS .newsContentItem .date .day {font-size:30px; font-weight:bold; line-height:20px;}
#newsOnSite #newsOS .newsContentItem .date .month {font-size:17px; line-height:20px; text-transform:uppercase;}

#newsOnSite #newsOS .newsContentItem .tags {margin-top:7px;}

#newsOnSite #newsOS .newsContentItem .newsBottom {background:url(/images/site/newsItemBottom.png); width:9px; height:9px; position:absolute; bottom:-9px; left:19px;}



#newsOnSite #newsOS .newsNavigation, .owl-pagination {margin: 38px auto 0 auto; width: 410px;}
#newsOnSite .owl-buttons {display:none; height:30px; width:100%;}
#newsOnSite .owl-buttons .owl-next {
	background: url(/images/site/arrowNext.png);
	width: 14px;
	height: 30px;
	z-index: 11;
	font-size:0;
	padding:0;
	margin:-30px 0 0 0;
}

#newsOnSite .owl-buttons .owl-prev {
	background: url(/images/site/arrowPrev.png);
	width: 14px;
	height: 30px;
	z-index: 11;
	font-size:0;
	padding:0;
	margin:-30px 0 0 0;
}


#newsOnSite #newsOS .owl-pagination  .pagerContainer {
	padding-top:5px;
		display:inline-block;
}
#newsOnSite #newsOS .owl-pagination  .pager {
	width:35px; 
	height:35px;
	background:#444444;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	margin:-5px 16px 0 0;
	vertical-align:middle;
}


#newsOnSite #newsOS .newsNavigation .arrowNext {
	background: #444444 url(/images/site/arrowRightSmall.png) center center no-repeat;
}

#newsOnSite #newsOS .owl-pagination .twitter {background:#a2a2a2 url(/images/site/iconTwitter.png) center center no-repeat; margin-left:9px;}
#newsOnSite #newsOS .owl-pagination .twitter:hover {background:#359bed url(/images/site/iconTwitter.png) center center no-repeat;}
#newsOnSite #newsOS .owl-pagination .facebook {background:#a2a2a2 url(/images/site/iconFacebook.png) center center no-repeat;}
#newsOnSite #newsOS .owl-pagination .facebook:hover {background:#335497 url(/images/site/iconFacebook.png) center center no-repeat;}
#newsOnSite #newsOS .owl-pagination .linkedIn {background:#a2a2a2 url(/images/site/iconLinkedIn.png) center center no-repeat;}
#newsOnSite #newsOS .owl-pagination .linkedIn:hover {background:#107db8 url(/images/site/iconLinkedIn.png) center center no-repeat;}
#newsOnSite #newsOS .owl-pagination .print {background:#a2a2a2 url(/images/site/iconPrint.png) center center no-repeat;}
#newsOnSite #newsOS .owl-pagination .print:hover {background:#7b7b7b url(/images/site/iconPrint.png) center center no-repeat;}





/*-------------------------------------------------------------------------------------*/
/*MEDIA QUERIES------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media(max-width:1345px){
	#newsOnSite #newsOS .year {left: -80px;}
}

@media(max-width:1024px){
	#newsOnSite #newsOS .year {display:none;}
}

@media(max-width:991px){
	#newsOnSite #newsOS {background:none;}
	#newsOnSite .timeline {display:none;}
}

@media(max-width:767px){
	#newsOnSite #newsOS .newsNavigation {margin: 38px auto 0 auto; width: 210px;}
	#newsOnSite #newsOS .newsOSContent {width:100%!important;}
}

@media(max-width:568px){
	#newsOnSite {padding: 20px 0;}
	#newsOnSite #newsOS .newsBlokTitle {font-size: 23px;}
	#newsOnSite #newsOS .newsOSContent {margin: 25px 0px 0px 0px; width:100%!important; overflow:hidden;}
	.owl-carousel .owl-wrapper-outer {width:100%!important;}
	#newsOnSite #newsOS .newsOSContent .newsItem  {width:100%; padding:0;}
	#newsOnSite .timeline {background:none;}
	#newsOnSite #newsOS .newsOSContent .date {left: 50%; margin-left: -31px; right:auto;}
	#newsOnSite #newsOS .newsContentItem .newsText {padding-top:30px;}
	#newsOnSite #newsOS .newsNavigation {margin: 0 auto 0 auto;}
	#newsOnSite #newsOS .owl-pagination {display:none;}
	#newsOnSite .owl-buttons {display:block; position: absolute; top: 160px; width:100%;}
	#newsOnSite .owl-buttons .owl-prev {left:0; position:absolute; background-repeat:no-repeat; background-position:left center; width: 37px; height: 50px; margin-top:-20px!important;}
	#newsOnSite .owl-buttons .owl-next {right:0; position:absolute; background-repeat:no-repeat; background-position:right center; width: 37px; height: 50px; margin-top:-20px!important;}
	#newsOnSite .owl-controls {margin:0;}
	#newsOnSite #newsOS .newsContentItem .overlay {background:none;}
	#newsOnSite #newsOS .newsContentItem .overlay .arrow {background:none;}
	#newsOnSite .owl-buttons .owl-next, #newsOnSite .owl-buttons .owl-prev {margin: 0px 0 0 0;}
	#newsOnSite .owl-buttons .owl-prev {left:15px;}
	#newsOnSite .owl-buttons .owl-next  {right:15px;}
}