﻿
.ntm_WPZ_Banner .flex-container {
	max-height		: 488px;
	max-width		: 1100px; /* 1040px */
	overflow		: hidden;
	margin-top		: 0px;
	margin-left		: auto;
	margin-right	: auto;
}
.ntm_WPZ_Banner .flexslider > .ms-webpart-zone {
	padding-left	: 66px;
	z-index			: 41;
}
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.ntm_PL_2_2 .flexslider .slides > li {min-width: 482px;}
.flex-containerC li, .flex-containerD li { width : 502px; }
.flexslider .slides img {margin: 6% 0 -6% 23%; max-width: 100%; display: block;}
.flexslider.flexsliderA .slides span {
	font-family: 'Open Sans Bold', 'Open Sans', sans-serif;font-size: 2.8em; 
	/*color: #FFFFFF;*/
	font-weight: 600; 
	display:block; 
	position: relative; 
	top: -300px; 
	width: 40%;  /*40%, Puhlmann */
	min-width: 340px;
	height: 200px; /*100px , Puhlmann geändert*/
	z-index: 44;
	/* neu Puhlmann */
	padding-left: 0.3em;
	padding-right: 0.3em;
	/*background-color: rgba(75,160,70,0.6); zalf grün*/
	background-color: rgba(255,255,255,0.6);
	/*background-color: rgba(61,61,61,0.6); grau*/
}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav {z-index: 48;}
.flex-direction-nav li a {
	z-index: 47; 
	width: 35px; 
	height: 76px; 
	/*margin: -20px 0 0; */
	margin: -65px 0 0;
	display: block; 
	background: url(/_layouts/15/images/zalfweb/navigator.png) no-repeat 0 0; 
	position: absolute; 
	top: 40%; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 1; 
	-webkit-transition: all .3s ease;
}
.flex-direction-nav li a:hover {background: url(/_layouts/15/images/zalfweb/navigator_h.png) no-repeat 0 0;}
.flex-direction-nav li .next, .flex-direction-nav li .next:hover {background-position: 100% 0; right: 0px;} 
.flex-direction-nav li .prev {left: 0px;}
.ntm_PL_2_2 .flex-direction-nav li a {background: url(/_layouts/15/images/zalfweb/navigator_grau.png) no-repeat 0 0;}
.ntm_PL_1_2 .flex-direction-nav li .next, .ntm_PL_2_2 .flex-direction-nav li .next:hover {background-position: 100% 0; right: 14px /*18px*/;} 
.ntm_PL_1_2 .flex-direction-nav li .prev {left: 14px;}
.ntm_PL_2_2 .flex-direction-nav li .next, .ntm_PL_2_2 .flex-direction-nav li .next:hover {background-position: 100% 0; right: 14px;} 
.ntm_PL_2_2 .flex-direction-nav li .prev {left: 12px /*16px*/;}

.flexslider:hover .next, .flexslider:hover .prev {opacity: 1;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center; z-index: 49;}
.ntm_WPZ_Banner .flex-control-nav {
	width: 60%; 
	/*bottom: 80px;*/
	bottom: 180px; 
	left: 100px;
}
.flex-control-nav li {padding: 0px 6px; display: table-cell; vertical-align: top; height:30px; zoom: 1; *display: inline;}
.flex-control-nav li a {width: 11px; height: 11px; display: block; position: relative; top: 4px; background: rgb(173,173,173); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(255,255,255,0.3);}
.flex-control-nav li a:hover { background: #d65430; background: rgb(37,75,33); }
.flex-control-nav li a.active { width: 19px; height: 19px; top: 0px; background: rgb(75,160,70); cursor: default; -webkit-border-radius: 40px; -moz-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; }

/* Pub Variante */
.ntm_PubSliderHold .flex-control-nav {
	display		: none;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .prev {opacity: 1; left: 0;}
  .flex-direction-nav .next {opacity: 1; right: 0;}
}
@media only screen and (max-width:768px) {
	.flexslider .slides img {
		/*margin: 18% 0 -12% 4%;*/
		margin: 14% 0 -12% 4%; 
		/*width: 88%;*/
		max-width: 100%;
	}
	.flexslider.flexsliderA .slides span {
		font-size: 2em; 
		/*top: -320px;*/
		top: -300px; 
		/*width: 70%;*/
		width: 60%;
		min-width: 300px; 
		height: 110px; /* 140 px*/
	}
	.ntm_WPZ_Banner .flex-control-nav {
		/*bottom: 0px; */
		bottom: 5px;
		left: 80px;
	}
	.ntm_WPZ_Banner .flex-control-nav li {padding: 0px 15px;}
}
@media only screen and (max-width:640px) {
	.ntm_BannerTop {background: transparent none;}
	.ntm_PL_2_2 .flexslider .slides > li {min-width: 382px;}
	.flex-containerC li, .flex-containerD li { width : auto; }
	.ntm_WPZ_Banner .flexslider > .ms-webpart-zone {padding-left: 0px;}
	.flexslider .slides img {margin: 0 0 0% 0%; max-width: 100%; /*width: 100%;*/}
	.flexslider.flexsliderA .slides span {
		font-size: 1.8em; 
		top: 0px; 
		width: 80%; 
		background-color: rgb(75,160,70); 
		/*padding: 10px 10%;*/
		padding: 5px 10%;
		height: 70px;
	}
	.flexsliderA {padding-bottom: 20px;}
	.ntm_WPZ_Banner .flex-control-nav {
		/*bottom: 0px; */
		bottom: 5px;
		left: 190px;
	}
	.ntm_PL_1_2 .flex-direction-nav a,.ntm_PL_2_2 .flex-direction-nav a {opacity: 0.3;}
	.ntm_PL_1_2 .flex-direction-nav li a {width: 24px; height: 56px; margin: 120px /*90px*/ 0 0; background: url(/_layouts/15/images/zalfweb/navigator.png) no-repeat 0 0; background-size: 50px;}
	.ntm_PL_2_2 .flex-direction-nav li a {width: 24px; height: 56px; margin: 120px /*90px*/ 0 0; background: url(/_layouts/15/images/zalfweb/navigator_grau.png) no-repeat 0 0; background-size: 50px;}
	.ntm_PL_1_2 .flex-direction-nav li .prev, .ntm_PL_2_2 .flex-direction-nav li .prev {left: 116px;}
	.ntm_PL_1_2 .flex-direction-nav li .next, .ntm_PL_2_2 .flex-direction-nav li .next, .ntm_PL_1_2 .flex-direction-nav li .next:hover, .ntm_PL_2_2 .flex-direction-nav li .next:hover {right: 116px;}

}
@media only screen and (max-width:480px) {
	.flexslider.flexsliderA .slides span {
		font-size: 1.8em;
		width: 90%;
		/*padding: 10px 10%;*/
		padding: 5px 5%;
		height: 105px;
	}
	.ntm_WPZ_Banner .flex-control-nav {
		/*bottom: 0px; */
		bottom: 5px;
		left: 110px;
	}
}

@media only screen and (max-width:414px) {
	.flexslider.flexsliderA .slides span {
		font-size: 1.7em; 
		width: 90%; 
		/*padding: 10px 10%;*/
		padding: 5px 5%;
		height: 105px;
	}
	.ntm_WPZ_Banner .flex-control-nav {
		/*bottom: 0px; */
		bottom: 5px;
		left: 60px;
	}
}


@media only screen and (max-width:320px) {
	.flexslider.flexsliderA .slides span {
		font-size: 1.7em; 
		width: 90%; 
		/*padding: 10px 10%;*/
		padding: 10px 5%;
		height: 110px;
	}
	.ntm_WPZ_Banner .flex-control-nav {
		/*bottom: 0px; */
		bottom: 0px;
		left: 50px;
	}
}
