/*
Skin Name: Nivo Slider lebenshilfe Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-lebenshilfe.slider-wrapper {
    background: #f9f6ec;
    padding: 0px;
    overflow:hidden;
    max-height: 381px;
    overflow:hidden;
}
.theme-lebenshilfe .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
    overflow: visible;
}
.theme-lebenshilfe .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-lebenshilfe .nivoSlider a {
	border:0;
	display:block;
}

.theme-lebenshilfe .nivo-controlNav {
	text-align: right;
	padding: 0;
	position: relative;
	z-index: 10;
	top: -40px;
	right:15px;
	height: 0px;
	overflow:visible;

    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -41px;*/

	
}
.theme-lebenshilfe .nivo-controlNav a {
	display:inline-block;
	width:24px;
	height:24px;
	background:#fff;

	border:0;
	margin: 0 3px;
	border-radius: 4px ;
	line-height:24px;
	text-align: center;
}
.theme-lebenshilfe .nivo-controlNav a.active,
.theme-lebenshilfe .nivo-controlNav a:hover {
	background:#004A99;
	color:#fff;
}



.theme-lebenshilfe .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 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-lebenshilfe:hover .nivo-directionNav a { opacity: 1; }
.theme-lebenshilfe a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-lebenshilfe a.nivo-prevNav {
	left:15px;
}





.theme-lebenshilfe .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-lebenshilfe .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-lebenshilfe .nivo-caption a:hover {
    color:#fff;
}

.theme-lebenshilfe .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-lebenshilfe .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-lebenshilfe .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


@media only screen and (max-width:600px){

	.theme-lebenshilfe .nivo-controlNav {
		top: 5px;
		right:5px;
		height: 40px;
		text-align: center;	
		display:none;
	}

}