/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 

/* The Nivo Slider styles */
.nivoSlider {
	clear:both;
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	-moz-box-shadow: 0 0 1px #999;
	-webkit-box-shadow: 0 0 1px #999;
	box-shadow: 0 0 1px #999; 
}

.nivoSlider img {
	position:absolute;
	top:0 !important;
	left:0 !important;
	width: 100%;
	border:none;
	box-shadow: #000 0em 0em 0em;
}

 .nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important; 
} 
 
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none; 
}
/* The slices and boxes in the Slider  */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; } 

/* Caption styles */
.nivo-caption {
	background:#fff;
	color:#333;
	height:auto;
	width:60%;
	z-index:8;
	opacity: 0.7;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.7;
	filter:alpha(opacity=7);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.startseiten-wrapper .nivo-controlNav {
	text-align:center;
padding: 10px 5px;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}




/*///// Ergaenzungen aus Theme-CSS /////*/


.startseiten-wrapper.theme-default .nivo-controlNav {float:right; margin-top:-40px;margin-right:12px;}
.startseiten-wrapper.theme-default .nivo-controlNav a {
	position:relative;
	z-index:999;
	display:block;
	width:14px;
	height:14px;
	text-indent:-9999px;
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
	opacity: 0.5;
	border:0;
	margin-left:7px;
	float:left;
	background: #FFF; 
	border:1px solid #246d9a;
}
.theme-default .nivo-controlNav a.active {-moz-opacity:1;filter:alpha(opacity=10);opacity:1;}


.theme-default .nivo-directionNav a {
/*	display:block;
	width:0;
	height:0;
	opacity:0;
	text-indent:-9999px;
	border:30px solid transparent; ... ab hier von BUR */
	width:36px;
	height:36px;
	display:none; 
}

.theme-default:hover .nivo-directionNav a {display:block;opacity:0.7;color:transparent;}

.theme-default a.nivo-nextNav { 
	right:10px;
	background-image:url(../images/showcase-nav.png);background-position:-36px 0;
}
.theme-default a.nivo-prevNav {
	left:10px;
	background-image:url(../images/showcase-nav.png);
} 

.theme-default .nivo-caption {
    font-family: 'Open Sans', helvetica, arial, 'sans serif';
	position:absolute;
	bottom:20px;left:20px;
	line-height:1.2em;
	padding:0 5px 0 20px;
	font-size:18px;
}

.theme-default .nivo-caption h2 {line-height:1.2em;clear:both;font-size:24px;color:#246d9a;padding-right:20px;padding-bottom:15px;}
.theme-default .nivo-caption p {padding-right:20px;}

.close {float:right;font-size:11px;padding-right:0 !important;}
.close a {color:#222;}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
	margin-top:15px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 100px;
	border:1px solid #ddd;
	height: auto;
	float:left;
	margin:-5px 10px 15px 0;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {margin-left:0;margin-right:5px;}
.nivo-thumbs-enabled a {opacity:0.4;filter:alpha(opacity=40);}
.nivo-thumbs-enabled a:hover, .active  {opacity:1 !important;filter:alpha(opacity=100) !important;}
.projektfoto-wrapper.theme-default .nivo-caption {display:none !important;}


@media only screen and (max-width: 767px) {
	.theme-default .nivo-caption {display:none !important;}
}
