/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

/*added for SliderJS Module PHPWCMS*/
.sliderjsmodule {
    position:relative;
    width:100%;
    overflow:hidden;
	z-index:10;
}
.sliderjsmodule ul{
    margin:0;
    padding:0;
}
 

.theme-Lyngholt .nivoSlider {
	position:relative;
	background:transparent;
    margin-bottom:10px;

	/*	background:#fff url(loading.gif) no-repeat 50% 50%; */

 /*   -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a;
    -moz-box-shadow: 0px 0px 0px 0px #4a4a4a;
    box-shadow: 0px0px 0px 0px #4a4a4a;
*/  z-index:1;
	}
.theme-Lyngholt .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	height:auto; 
	min-height:200px; 
}
.theme-Lyngholt .nivoSlider a {
	border:0;
	display:block;
}

.theme-Lyngholt.nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-Lyngholt .nivo-controlNav a {
	display:inline-block;
	width:20px;
	height:20px;
  /* background:url(bullets.png) no-repeat;  */
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	position:relative;
	cursor:pointer;
	z-index:19;
 
	
}
.theme-Lyngholt  .nivo-controlNav a:hover, .nivo-controlNav a.active {
	background-position:0 100%;
}
.theme-Lyngholt .nivo-directionNav a {display:none}

.theme-Lyngholt .nivo-caption p {
	padding:5px;
		margin:0;
}
 
.theme-Lyngholt  .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-Lyngholt .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.nivo-directionNav a :hover{ o pacity: 30; }
 
 .theme-Lyngholt a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
 a.nivo-prevNav { left:15px; }
 

 

.theme-Lyngholt .nivo-caption {
    position:absolute;
    left:0%; /* x offset position */
    top:0%; /* y offset position */
    width:60%;
	max-width:400px;
	min-width:210px;
	height:100%;
	max-height:300px;
 
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;   
    -moz-box-shadow: 1px 1px 2px #e6e6e6;   
    box-shadow: 1px 1px 2px #e6e6e6;   
    cursor: default;   
    background: #fff;  
	border: 1px solid black;
    color:red;
    text-align:left;
   /*  text-transform:uppercase; converts text to UPPERCASE */
    z-index:900;
	 	
	/* 	border: 2px solid red;
 opacity:0.5;  Change the transparency of the caption bar */

	}

                 /* opacity:0.5;  Change the transparency of the caption bar */




.theme-Lyngholt .nivo-caption a {  display:inline !important; }

   
  @media screen and (max-width:479px) { .theme-Lyngholt  .nivo-caption {font-size: 1.5em;  line-height: 90%; }     }
  
 .theme-Lyngholt .nivo-html-caption { background:transparent; }

.theme-Lyngholt .nivo-caption1 {
	position:relative;
    margin-left:0px;
	margin-right:5px;
    margin-top:0px;
    wid th:500px;
	he ight: 150px; 	
    text-transform:none;
    bord er: 2px solid red;
	text-tran sform:uppercase; 
}

.theme-Lyngholt .nivo-caption1 g{   }


.theme-Lyngholt .nivo-caption2 {
	position:absolute;
	 margin-left:10px;
	margin-top:5px;
	width:500px;
 	line-height:30px;
	text-transform:uppercase;
	border: 2px solid red;
}
		
.theme-Lyngholt .nivo-caption3{
	position:absolute;
	margin-left:10px;
	margin-top:10px;
	width:300px;
 	line-height:14px;
	te xt-transform:uppercase;
	border: 2px solid red;
}

 .bild_beschriftung {
  position: relative;
}
.bild_beschriftung img {
  display: block;
}

.bild_beschriftung span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  color: #fff;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  border-top: 1px solid #ababab;
  background: #404040; /* Fallback IE 6-8 */
  background-color: rgba(40, 40, 40, 0.6);
}

 
 