/*
 * 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 {
	position:relative;
	width:920px;
	/*height:auto;*/
	height:380px;
	/*border:5px solid #EDEDED;*/
	overflow:visible;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	border:none !important;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 920px !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
  background:url(img/button_details.png) left top no-repeat;
	top:280px;
	left:75px;
	width:91px;
	height:39px;   
	border:0;
	padding:0;
	margin:0;
	z-index:800;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:380px!important;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
/* EDIT LW */
.nivo-caption {
	position:absolute;
	left: 30px;
	top:95px;
	height:259px;
	background:url(img/sprechblase.png) left top no-repeat;
	color:#3d3d3d;
	width:342px;
  text-align:left;
	z-index:8;
	padding: 45px 60px 45px 45px; 
	overflow: hidden;
	display: none;
	-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 p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

/* EDIT LW */

.nivo-caption .ueberschrift
{
color:#3d3d3d; 
font-size:24px;
font-weight:bold; 
line-height:30px; 
padding-bottom:10px;
text-transform:uppercase;
}

.nivo-caption .text
{
color:#636363; 
font-size:15px; 
line-height:18px;
font-family:verdana, sans-serif;
font-weight:normal;
}


/* END EDIT LW */

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:-65px;
	z-index:1000;
	cursor:pointer;
}
.nivo-directionNav a:hover {
  /*background-color:#EAEAEA !important;*/
}

.nivo-prevNav {
  position:absolute;
  left:-35px;
  top:159px;
  background:url(img/button_left.png) left top no-repeat;
  width:62px;
  height:62px;
}
.nivo-nextNav {
	position:absolute;
  right:-35px;
  top:159px;
  background:url(img/button_right.png) left top no-repeat;
  width:62px;
  height:62px;  
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
  width:920px;
  top:415px;
  left:0px;
  text-align:center;
  z-index:800;
}
.nivo-controlNav a {
	display:inline-block;
  cursor:pointer;
  margin:5px 5px 5px 5px;
  background:url(img/dot.png) left top no-repeat;
  width:10px;
  height:11px;
  text-decoration:none !important;
  text-indent: -9999px;
}
.nivo-controlNav a:hover {
  background-position:-10px;
}
.nivo-controlNav a.active {
  background-position:-10px;
}