/* AG */

/* Swiper 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 {
	left: 20px;
	background: transparent url( '../js/jquery/swiper/icons/home-slider-prev-small.png' ) no-repeat;
	}
	
div.swiper-button-next {
	right: 20px;
	background: transparent url( '../js/jquery/swiper/icons/home-slider-next-small.png' ) no-repeat;
	}

/* Swiper 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( '../js/jquery/swiper/icons/arrowRightBlueBig.png' ) no-repeat;
	right: 75px;
	top: 12px;
	}

div.swiper-button-pause {
	background: transparent url( '../js/jquery/swiper/icons/pause.png' ) no-repeat;
	right: 79px;
	top: 16px;
	}

/* Swiper Buttons - Bullets */
span.swiper-pagination-bullet {
	margin: 0 2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: none;
	opacity: 1.0;
	background: transparent url( '../js/jquery/swiper/icons/slide-inactive.png' ) no-repeat;
	}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #3C506E none repeat scroll 0 0;
	background: transparent url( '../js/jquery/swiper/icons/slide-active.png' ) no-repeat;
	}
	

	
/* Swiper-Play/Pause-Button mur im Viewport von 960px bis 1279px Breite darstellen */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
	div.swiper-button-play {
		right: 123px;
		top: 12px;
		}
		
	div.swiper-button-pause {
		right: 127px;
		top: 16px;
		}
}

/* Swiper-Pagination-Buttons (Bullets) ab Viewport von 960px Breite absolut darstellen (in Box-Titlebars und Topmessages) */
@media only screen and (min-width: 960px) {
	div.swiper-pagination {
		position: absolute;
		top: 50px;
		}
		
	div.swiper-pagination.left { left: 18px; }
	div.swiper-pagination.right { right: 18px; }
	
	/* MOVE */
	.presseItem,
	.jurisItem,
	.zvgItem {
		margin-top: 25px;
		padding: 0 20px 25px 20px
		} 
}

/* Swiper-Pagination-Buttons (Bullets) bis Viewport von 959px Breite unterhalb vom Content und ohne sonstige Buttons (Prev, Next, Play/Pause) darstellen */
@media only screen and (max-width: 959px) {
	div.swiper-pagination {
		position: static;
		top: auto;
		margin: 20px;
		}
		
	div.swiper-pagination.left { left: auto; }
	div.swiper-pagination.right { right: auto; }
	
	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;
		} 
}