body{
	overflow: hidden;
}

#slideShow{
	height: 25px;
}

#slideShowItems{
	display: none;
}

#slideShowNavigationWrapper {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	z-index: 99999;
}

#slideShowNavigation {
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
}

#slideShowItemTitle h1 {
	margin: 0;
	font-weight: normal;
	padding: 5px 8px 5px 8px;
	font-family: 'Trade Gothic W01 Bold', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	height: 25px;
	background-image: url('/typo3conf/ext/blauraum_settings/Resources/Public/Media/opacity75.png');
	white-space: nowrap;
	text-align: center;
}

#slideShowItemTitle a {
	text-decoration: none;
}

#slideShowNavigation .inner {
	float: left;
	position: relative;
	left: 50%;
}

#slideShowNavigation .center {
	float: left;
	position: relative;
	left: -50%;
	padding: 0 47px;
}

.slideShowDirection {
	position: absolute;
	top: 0;
}

.slideShowDirection:hover {
	cursor: pointer;
}

#slideShowNext {
	right: 0;
}

#slideShowPrev {
	left: 0;
}

#slideShowItemLink {
	font-family: 'Trade Gothic W02 Bold 2', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 14px;
	padding: 25px 0 0 0;
}

#slideShowFullScreenItem{
	background: #00092d;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
}

#slideShowFullScreenItem img{

}
#slideShowFullScreenItemContainer{
	display: none;
}
.currentItem{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}
#controle{
	background: red;
	color: #fff;
	height: 100px;
	width: 300px;
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 9999;
}
#slideShowFullScreenItemPlayer{
	background: #d7dbdb;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
}
#loading{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 18px;
	width: 56px;
	margin: -14px 0 0 -36px;
	padding: 5px 8px 6px 8px;
	font-family: 'Trade Gothic W01 Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	background-image: url(/typo3conf/ext/blauraum_settings/Resources/Public/Media/opacity75.png);
	z-index: 99999;
	opacity: 0;
}
#slideShowFullScreenItemPlayerIpad{
	display: none;
}

/*IPAD SPECIFICS*/
@media only screen and (device-width: 768px) {
	#slideShowNavigationWrapper {
		bottom: 27px;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (max-device-width: 1136px) and (orientation:portrait) {
	/* For portrait layouts only */
	#slideShowFullScreenItemPlayerIpad{
		display: none;
		position: absolute;
		width: 680px;
		height: 382px;
		background:  #fff;
		z-index: 99999;
		margin: -191px 0 0 -340px;
		left: 50%;
		top: 50%;
		-moz-box-shadow: 0px 0px 5px #111;
		-webkit-box-shadow: 0px 0px 5px #111;
		box-shadow: 0px 0px 5px #111;
		opacity: 0;
	}
	#player{
		width: 680px;
		height: 382px;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (max-device-width: 1136px) and (orientation:landscape) {
	/* For landscape layouts only */
	#slideShowFullScreenItemPlayerIpad{
		display: none;
		position: absolute;
		width: 780px;
		height: 440px;
		background:  #fff;
		z-index: 99999;
		margin: -220px 0 0 -390px;
		left: 50%;
		top: 50%;
		-moz-box-shadow: 0px 0px 5px #111;
		-webkit-box-shadow: 0px 0px 5px #111;
		box-shadow: 0px 0px 5px #111;
		opacity: 0;
	}
	#player{
		width: 780px;
		height: 440px;
	}
}



@media only screen and (min-device-width: 281px) and (max-device-width: 480px) and (max-device-width: 1136px) and (orientation:portrait) {
	/* For portrait layouts only */
	#slideShowFullScreenItemPlayerIpad{
		display: none;
		position: absolute;
		width: 180px;
		height: 101px;
		background:  #fff;
		z-index: 99999;
		margin: -50px 0 0 -90px;
		left: 50%;
		top: 60%;
		-moz-box-shadow: 0px 0px 5px #111;
		-webkit-box-shadow: 0px 0px 5px #111;
		box-shadow: 0px 0px 5px #111;
		opacity: 0;
	}
	#player{
		width: 180px;
		height: 101px;
	}
}
@media only screen and (min-device-width: 281px) and (max-device-width: 480px) and (max-device-width: 1136px) and (orientation:landscape) {
	/* For landscape layouts only */
	#slideShowFullScreenItemPlayerIpad{
		display: none;
		position: absolute;
		width: 180px;
		height: 101px;
		background:  #fff;
		z-index: 99999;
		margin: -50px 0 0 -90px;
		left: 50%;
		top: 60%;
		-moz-box-shadow: 0px 0px 5px #111;
		-webkit-box-shadow: 0px 0px 5px #111;
		box-shadow: 0px 0px 5px #111;
		opacity: 0;
	}
	#player{
		width: 180px;
		height: 101px;
	}
}


/* -- MOBILE VERSION -------------------------------------------------------- */
@media screen and (max-device-width: 480px) and (max-device-width: 1136px) {
	#footerNavigation {
		display: none;
	}

	#slideShowFullScreenItem{
		top: 116px;
	}

	#slideShowNavigationMobile {
		position: absolute;
		bottom: 10px;
		visibility: hidden;
		z-index: 99999;
		padding: 0 25px;
		/*min-height: 26px;*/
	}

	#slideShowItemTitleMobile {
		background: #fff;
		padding: 3px 7px 2px 7px;
		text-align: center;
	}

	#slideShowItemTitleMobile h1 {
		margin: 0;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: normal;
	}

	#slideShowPrevMobile {
		position: absolute;
		top: 0;
		left: 0;
	}

	#slideShowNextMobile {
		position: absolute;
		top: 0;
		right: 0;
	}

	#slideShowItemLinkMobile {
		padding: 5px 0 0 0;
		text-align: center;
	}
}



/* -- STARTPAGE NEWS -------------------------------------------------------- */
.tx-blauraumstartpage-pi2 {
	position: absolute;
	top: 88px;
	right: 26px;
	z-index: 999999;
	width: 305px;
	font-size: 14px;
	line-height: normal;
}

.tx-blauraumstartpage-pi2 h2 {
	font-size: 16px;
	line-height: 14px;
	margin: 0;
}

.tx-blauraumstartpage-pi2 .startNewsItem {
	background: url('/typo3conf/ext/blauraum_settings/Resources/Public/Media/bg10.png');
	margin: 20px 0 0 0;
	padding: 15px;
}

.tx-blauraumstartpage-pi2 .startNewsItem:hover {
	background: url('/typo3conf/ext/blauraum_settings/Resources/Public/Media/bg50.png');
}

.tx-blauraumstartpage-pi2 .startNewsItem .date {
	font-size: 12px;
	margin: 0 0 15px 0;
}

.tx-blauraumstartpage-pi2 .startNewsItem h2 {
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.tx-blauraumstartpage-pi2 .startNewsItem h2 a {
	text-decoration: none;
}

.tx-blauraumstartpage-pi2 .startNewsItem h2 a:hover {
	text-decoration: underline;
}

.tx-blauraumstartpage-pi2 .startNewsItem .image {
	margin: 0 0 15px 0;
}

.tx-blauraumstartpage-pi2 .startNewsItem .image img {
	border: 0;
}