/* AG */

/* Swiper Player Buttons - Play/Pause */
div.swiper-button-play,
div.swiper-button-pause {
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 10;
	cursor: pointer;
	transform: translate( 0, 0 );
	}
	
div.swiper-button-play {
	/*background: transparent url( '../images/system_bilder/jquery_swiper_custom_icons/arrowRightBlueBig.png' ) no-repeat; */
	background: none;
	right: 75px;
	top: 12px;
	}

div.swiper-button-play:before {
	content: url( '../images/system_bilder/jquery_swiper_custom_icons/arrowRightBlueBig.png' );
	}


div.swiper-button-pause {
	/* background: transparent url( '../images/system_bilder/jquery_swiper_custom_icons/pause.png' ) no-repeat; */
	background: none;
	right: 79px;
	top: 16px;
	}

div.swiper-button-pause:before {
	content: url( '../images/system_bilder/jquery_swiper_custom_icons/pause.png' );
	}

/* Swiper Navigation Buttons - Prev/Next */
div.swiper-button-prev,
div.swiper-button-next {
	top: 0;
	margin: 0;
	display: inline-block;
	width: 27px;
	height: 50px;
	border: none;
	opacity: 1.0;
	}
	
div.swiper-button-prev {
	/* background: transparent url( '../images/system_bilder/jquery_swiper_custom_icons/home-slider-prev-small.png' ) no-repeat; */
	background: none;
	left: 20px;
	}
	
div.swiper-button-prev:before {
	content: url( '../images/system_bilder/jquery_swiper_custom_icons/home-slider-prev-small.png' );
	}
	
div.swiper-button-next {
	/* background: transparent url( '../images/system_bilder/jquery_swiper_custom_icons/home-slider-next-small.png' ) no-repeat; */
	background: none;
	right: 20px;
	}
	
div.swiper-button-next:before {
	content: url( '../images/system_bilder/jquery_swiper_custom_icons/home-slider-next-small.png' );
	}

div.swiper-button-prev::after,
div.swiper-button-next::after {
	content: '';
	}

span.swiper-notification {
	display: none;
	}

/* Swiper Pagination */
div.swiper-pagination {
	position: absolute;
	top: 50px;
	}
	
div.swiper-pagination.left,
div.swiper-pagination.right {
	width: auto;
	height: 20px;
	}
		
div.swiper-pagination.left { left: 18px; right: auto; }
div.swiper-pagination.right { left: auto; right: 18px; }
	
span.swiper-pagination-bullet {
	margin: 0 2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: none;
	opacity: 1.0;
	/* background: transparent url( '../images/system_bilder/jquery_swiper_custom_icons/slide-inactive.png' ) no-repeat; */
	background: none;
	}

span.swiper-pagination-bullet:before {
	content: url( '../images/system_bilder/jquery_swiper_custom_icons/slide-inactive.png' );
	}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	/*
	background: #3C506E none repeat scroll 0 0;
	background: transparent url( '../images/system_bilder/jquery_swiper_custom_icons/slide-active.png' ) no-repeat;
	*/
	background: none;
	}
	
span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	content: url( '../images/system_bilder/jquery_swiper_custom_icons/slide-active.png' );
	}
	
/* Swiper Darstellung fuer Viewport ab 960px Breite */
@media only screen and (min-width: 960px) {
	div.swiper-button-play {
		right: 123px;
		top: 12px;
		}
		
	div.swiper-button-pause {
		right: 127px;
		top: 16px;
		}

	/* MOVE */
	.presseItem,
	.jurisItem,
	.zvgItem {
		margin-top: 25px;
		padding: 0 20px 25px 20px
		}
}

/* Swiper Darstellung fuer Vierport bis 959px Breite */
@media only screen and (max-width: 959px) {	
	div.swiper-button-prev,
	div.swiper-button-next,
	div.swiper-button-play,
	div.swiper-button-pause	{
		display: none;
		}
		
	/* MOVE */
	.presseItem,
	.jurisItem,
	.zvgItem {
		margin-top: 20px;
		padding: 0 20px 20px 20px;
		}
		
	table.topMessagesControllTable div.swiper-pagination {
		position: static;
		margin: 20px;
		}
}