/* @override 
	https://www.ufsk-osys.com/fileadmin/css/print.css */

/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: normal;
}

b,strong{
	font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 130%;
	font-family:"futura-pt",arial,sans-serif;
	padding: 35px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group BASIC */


#FooterNav,
.level2,
#scrollNav,
span.more,
#wmBox,
.pageNav,
span.close,
.subnav,
#mainNav,
.linkVertrieb,
.mobileBar,
.noscript,
.nivo-caption,
.news-list-browse{
	display: none;
}

#page{
	position: relative;
	overflow: hidden;
}

 .logo {
	display: block;
	position: relative;
	text-indent: -999em;
	width: 80px;
	height: 100px;
	
}

.logo:before{
	content:url('img/logo-ufsk-osys.png');
	transform: scale(.2);
	text-indent: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

a{
color: #0174b0;
}
.csc-default ul,
.csc-default p,
.csc-textpic-text ul,
.csc-textpic-text p{
	margin-bottom: 15px;
}

.csc-textpic-text li{
	margin-left: 20px;
	list-style-type: disc;
}

main li {
	list-style-type: disc;
	margin-left: 19px;
	margin-bottom: 5px;
}

/* @end */

/* @group SLIDER */

#multimedia,
 section.multimedia  {
	height: 350px;
	overflow: hidden;
	width: 100%;
	background: url(img/multimedia.png) repeat-x;
	margin-bottom: 35px;
}

#standard .multimedia{
	height: inherit;
	width: inherit;
}

.bigImg section.multimedia {
	height: inherit;
	margin-bottom: 0;
}



.bigImg .theme-default .nivoSlider{
	margin-bottom: 0;
}

.theme-bar.slider-wrapper{
	border: none!important;
}

#sliderWrap {
	height: 350px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	width: 999em;
}
#slider {
	margin-left: 0;
}
#sliderWrap .btn {
	display: block;
	width: 33px;
	height: 33px;
	background-color: #fff;
	position: absolute;
	z-index: 100;
	top: 150px;
	border: 2px solid #ccc;
	border-radius: 20px;
	cursor: pointer;
}
#sliderWrap .next {
	left: 1150px;
	background: #fff url(img/next.png) center center no-repeat;
	background-size: 35px;
}
#sliderWrap .prev {
	left: 10px;
	background: #fff url(img/back.png) center center no-repeat;
	background-size: 35px;
}
.slideItem {
	display: inline-block;
	width: 1200px;
	height: 350px;
	position: relative;
	overflow: hidden;
	opacity:0;
	transition: all 0.8s ease-in-out;
}

.slideItem.active{
	opacity: 1;
}

.slideItem figure {
	margin-left: 50px;
}

.slideItem figure a{
	position: relative;
	top: inherit;
	left: inherit;
	right: inherit;
	display: block;
	z-index: 50;
	width: 980px;
}

.slideItem h2{
	line-height: 100%;
}

.slideItem figure a:hover{
	right: inherit!important;
}

#slider .slideItem:first-child h2{
	top: 70px;
	left: 200px;
}

.slideItem h2 {
	position: absolute;
	z-index: 5;
	top: 25px;
	left: -270px;
	font-family:"futura-pt-condensed","Lucida Grande",sans-serif;
	font-size: 60px;
	color: #0174b0;
	transition: all 0.2s ease-out;
}
.slideItem.active h2, .slideItem.active h3 {
	left: 235px;
}
.slideItem h3 {
	position: absolute;
	z-index: 5;
	left: -350px;
	top: 110px;
	font-size: 28px;
	line-height: 140%;
	color: #555;
	transition: all 0.2s ease-out;
}
.slideItem p,
.slideItem a {
	position: absolute;
	z-index: 5;
	right: -451px;
	top: 237px;
	line-height: 140%;
	color: #0174b0;
	font-weight: bold;
	transition: all 0.2s ease-out;
	width: 450px;
}

.slideItem a {
	display: block;
	top: 55px;
	right: -35px;
	color: #333;
	font-weight: normal;
	padding-left: 35px;
	transition:  all 0.3s linear;
	line-height: 26px;
	
}

.slideItem a:hover{
	right: -55px;
}

.slideItem.active p{
	right: 515px;
}


/*Slider MTR*/

.mtr #slider .slideItem h2 {
	top: 70px;
}

.mtr #slider .slideItem.active h2 {
	left: 175px;
}

.mtr .slideItem p{
	color: #333;
	font-weight: normal;
	right: 673px;
	width:350px;
}

/*Slider StayCLEAN*/

#produkte #slider .slideItem h2 {
	top: 70px;
}

#produkte #slider .slideItem.active h2 {
	left: 175px;
}

#produkte .slideItem p{
	color: #333;
	font-weight: normal;
	right: 633px;
	width:390px;
}

.nivo-caption{
	display: none!important;
}

/* @end */

#home h1,
h1{
	font-family:"futura-pt-condensed","Lucida Grande",sans-serif;
	font-size: 47px;
	color: #0174b0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 35px;
	padding-bottom: 35px;
	line-height: 100%;
}

.multimediaBox {
	margin-top: 35px;
}

div.tx-imagecycle-pi3 {
	margin-top: 35px;
}

/* @group HOME */

.news-list-container.produktTeaser a{
display: block;
color: #333;
height: 100px;
position: relative;
padding-left: 130px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}



.news-list-container.produktTeaser a .title{
	font-weight: bold;
	
	display: inline-block;
}

.news-list-container.produktTeaser span.img{
	display: inline-block;
	width: 100px!important;
	height: 100px!important;
	background-size: 100%!important;
	position: absolute;
	left: 0;
	top: 0;
}

div#c3.frame.backgroundimage4ce {
	display: none;
}

.accordionWrap h3,
h2.special,
h4 {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	color: #0174b0;
	padding-bottom:5px;
}

#home .news-latest-container.messe .catImg{
	display: inline-block;
	width: 45%;
	
}

#home .news-latest-container.messe img{
	width: 100%;
	height: auto;
}

#home .news-latest-container.messe .news-latest-item {
	display: block;
	vertical-align: top;
	margin-left: 15px;
}


#home .news-latest-container.messe span.mbl_newsevent_location {
	font-weight: bold;
}

#home .news-latest-container.messe .news-latest-item h2{
	font-size: 20px;
	line-height: 100%;
	margin: 10px 0;
}

#home .news-latest-container.news a{
	display: block;
	font-size: px;
	color: #333;
}

#home .col2{
	display: none;
}

.news-latest-gotoarchive {
	display: none;
}

/* @end */

/* @group NEWS PAGE */

#newsPage .multimedia img {
	width: 100%;
	height: auto;
}
#newsPage .multimedia {
	margin-bottom: 15px;
}

#newsPage .news-list-item {
	margin-bottom: 35px;
}

#newsPage .news-list-item h2 a {
	font-family:"futura-pt-condensed","Lucida Grande",sans-serif;
	font-size: 27px;
	padding: 10px 0;
	display: block;
}

.news-list-item.messe, .news-list-item.news {
	margin-bottom: 20px;
	padding: 10px;
}

/* @end */

/* @group News */

.news-list-item.news {
	display: block;
}

.news-list-item.messe:nth-child(odd), .news-list-item.news:nth-child(odd) {
	background-color: #f7f7f7;
}

.newsTxt {
	width: 60%;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 140%;
	position: relative;
	padding-bottom: 10px;
	display: table-cell;
}

#c105 div.news-list-container. div.news-list-item.news.cat-30 figure a img {
	display: table-cell;
}

.news h2 {
	font-family: "futura-pt-condensed","Lucida Grande",sans-serif;
	font-size: 25px;
	margin: 25px 0;
	display: block;
	color: #0174b0;
	line-height: 100%;
	position: relative;
}

#c105 .news-list-container img {
	width: 20%;
	height: auto;
	
}

#c104 h1{
	margin-top: 100px;
}

#c104 img{
	display: none;
}

/* @end */

/* @group Messe */

#c100 h1{
	margin-top: 100px;
}

#c100 img{
	display: none !important;
}

.mbl_newsevent_singleICSDownload a {
	display: none !important;
}

/* @end */

/* @group KONTAKT */

article.uid1006 .tx-powermail{
	display: none;
}

div.tx-wecmap-pi1 {
	margin-bottom: 15px;
}

.tx-ttaddress-pi1  h2 {
	font-family: "futura-pt-condensed","Lucida Grande",sans-serif;
	font-weight: normal;
	font-size: 27px;
	margin-top: 10px;
}

.tx-ttaddress-pi1  h3{
	color: #0174b0;
}

.tx-ttaddress-pi1 .item{
	background-color: #f7f7f7;
	margin-bottom: 10px;
	padding: 20px 30px;
	width: 49.2%;
	float: left;
	box-sizing: border-box;
}

.tx-ttaddress-pi1 .item:nth-child(odd){
	margin-right: 10px;
}

.tx-ttaddress-pi1 a{
	display: inline-block;
	line-height: 26px;
	height: 26px;
	position: relative;
	text-indent: 35px;
	margin-top: 10px;
	color: #0174b0;
}

.tx-ttaddress-pi1 a:before{
	content: "+";
	background-color: #0174b0;
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 30px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	border-radius: 50px;
	left: 0;
	top: 0;
	position: absolute;
	text-indent: 0;
}

legend,
.tx-powermail h3,
.tx-powermail label {
	display: none;
}

/* @end */

/* @group PRODUKTE */

#produkte .download{
	display: none;
}

.toggle_container {
	display: block!important;
}

.toggle_container {
	overflow: hidden;
}
.toggle_container figure {
	width: 44%;
	display: inline-block;
	margin-right: 5%;
}
.toggle_container img {
	width: 100%;
	height: auto;
}

.toggle_container h5:before{
	content: "";
	display: block;
	clear: both;
}

.toggle_container h5{
	font-weight: bold;
}

table.contenttable {
	display: inline-block;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 35px;
}

tr.tr-0 td {
	font-weight: bold!important;
}

.headerTooltip {
	display: none!important;
}

table.contenttable tr.tr-even{
	background-color: #efefef;
}

.wrap360{
	margin-top: 15px;
	position: relative;
}

.wrap360 h2{
	font-family:"futura-pt-condensed","Lucida Grande",sans-serif;
	font-size: 47px;
	color: #0174b0;
	line-height: 100%;
	
}

.move360{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}



.wrap360 h3 br,
.wrap360 p br{
	content: " ";
	white-space: nowrap;
	
}

.wrap360 h3 br::after,
.wrap360 p br::after{
	content: " ";
	white-space: nowrap;
}

figure.placeholder {
	
}

figure.placeholder img{
	width: 500px!important;
	height: auto!important;
	padding-top: 150px;
	position: relative!important;
	}

div#wr360container_wr360PlayerId.container {
	position: relative;
	display: inline-block;
	
}

.hotspot_indicator {
	display: none!important;
}

div#wr360container_wr360PlayerId img{
	width: 300px!important;
	height: auto!important;
	margin-left: 0!important;
	margin-top: 100px!important;
	margin-bottom: 35px!important;
}

/* @group stayclean */

#c369.frame.backgroundimage4ce {
	display: none !important;
}

article.uid366 .csc-textpic-image, article.uid367 .csc-textpic-image {
	display: table-cell;
}

article.uid367 .csc-textpic-text {
	margin-top: 20px;

}

article.uid368 .csc-textpic-image {
	display: table-cell;
	padding-top: 40px;
}

article.uid368 .csc-textpic-text {
	display: none !important;
}

article.uid366 img,
article.uid367 img {
	width: 80%;
	height: auto;
}

#c45.csc-default h3 {
	font-family: "futura-pt-condensed","Lucida Grande",sans-serif;
	font-size: 25px;
	line-height: 40px;
	height: 40px;
	color: #0174b0;
}

/* @end */

/* @end */

/* @group Referenzen */

#ref .news-list-container{
	background: none;
	padding-top: 0;
}

#ref .multimedia h2{
	display: none;
}

#svgMap svg path{
	fill: #0174b0;
	stroke: #fff;
	stroke-width: 1;
	color: #003c6a;
}

section.multimedia {
	background: none;
}

div.news-catmenu {
	border-top: 1px solid #0174b0;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.news-catmenu a{
	color: #0174b0;
	display: block;
	transition: all 0.3s linear;
	font-weight: 400;
}

.news-catmenu li{
	font-family:"futura-pt-condensed","Lucida Grande",sans-serif;
	font-size: 25px;
	margin-bottom: 10px;
	list-style-type: none;
	margin: 5px 0;
	border-bottom: 1px solid #0174b0;
	padding-bottom: 10px;
}

.news-catmenu li li{
	font-family:"futura-pt";
	font-size: 16px;
	margin-left: 10px;
	display: none;
	border-bottom: none;
	padding-bottom: 0;
}
.news-catmenu li.active li.active li,
.news-catmenu li.active li{
	display: block;
}

.news-catmenu li.active li li,
.news-catmenu li li li{
	display: none;
}
.news-catmenu a:hover,
.news-catmenu span.active a{
	color: #dd4d15!important;
}

.news-catmenu li.active > a{
	color: #dd4d15!important;
}

.multimedia #c356 {
	display: none;
}

.news-list-browse {
	display: none !important;
}

/* @end */

/* @group FOOTER */

#footer{
	margin-top: 35px;
}

#home #footer h3,
#home #footer .inside a
{
	display: none;
}

div.certification {
	display: none;
}

#home #footer .inside .kontaktbox a{
	display: block;
}

/* @end */