/* ## ENEM-SLIDER BY BEFA JULI 2017 */

/* FARBCODES (Klassen nicht benutzt) */
.phytron-gruen	{color: #92d050;}
.phytron-gelb	{color: #ffc000;}
.phytron-blau	{color: #0070c0;}
.phytron-rot	{color: #df0000;}
.phytron-c1	{	color: #000000;}
.phytron-c2	{	color: #595959;}
.phytron-c3	{	color: #cccccc;}
.phytron-c4	{	color: #f5f5f5;}
.phytron-c5	{	color: #ffffff;}


/* ALLGEMEINE ELEMENTE */
#nm_slider *
{
	box-sizing: border-box;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

/* SLIDER-LAYOUT */
#nm_slider
{
	letter-spacing: 0.5px;
	font-size: 16px;
	width: 100%;
	position: relative;
	display: block;
}
#nm_slider_ratio_fix
{
	display: block;
	padding-top: 65%;
}
#nm_slider_parcials_wrapper
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#nm_slider_parcials
{
	width: 100%;
	height: 100%;
	position: absolute;
	border: 0;
	max-width: 100%;
	display: block;
	overflow: hidden;
}
#nm_slider_parcials_row
{
	display: block;
	position: relative;
	height: 100%;
	width: 200%;
}
.nm_slider_parcial
{
	height: 100%;
	width: 50%;
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.nm_slider_parcial:hover .nm_slider_headline_h1
{
	text-decoration: underline;
}
.nm_slider_bg_image
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.nm_slider_gradient
{
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
}
.nm_slider_color_filter
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	background-blend-mode: multiply;
}
.nm_slider_full_color
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	opacity: 0;
}
.nm_slider_link_mobile
{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/* TEXT INHALTE */

.nm_slider_textarea_full
{
	text-align: right;
	position: absolute;
	top: 30%;
	left: auto;
	right: 10%;
	color: #fff;
	width: 70%;
	transform-origin: top left;
}
.nm_slider_headline_h1
{
	color: #fff;
    font-size: 42px;
    line-height: 48px;
    position: absolute;
    width: 70px;
    background: rgba(0,144,59,.8);
    bottom: 30px;
    left: 0;
    z-index: 99999;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    transition: all ease 0.6s;
}

.nm_slider_headline_h2
{
	width: 75px;height: 3px;background: #fff;margin: 10px 0 20px;float: left;
}
.nm_slider_description
{
	color: #fff;
	font-size: 18px;
	position: relative;
}
.nm_slider_button
{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border:solid 2px #fff;
	width: 170px;
	height: 50px;
	line-height: 45px;
	position: relative;
	margin-top: 20px;
}
.nm_slider_button > a
{
	position: relative;
	height: 100%;
	width: auto;
	display: block;
	color: #fff;
	padding-left: 20px;
}
.nm_slider_textarea_faded
{
	opacity: 1;
}
.nm_slider_no_mobile
{
	display: none;
}

/* GRAFIKEN */
img.nm_slider_image
{
	display: none;
}

/* NAVIGATION MOBILE */
#nm_slider_mobile_nav
{
	/*top: calc(100% - 60px);*/
	top: 0;
	height: 60px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1000;
	padding: 20px 0;
}
.slider_points
{
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fff;
	margin: 0 10px;
	display: inline-block;
	cursor: pointer;
	transition: background 1s!important;
}
.slider_points.active
{

	background: #df0000;

}
.nm_slider_headline_h1a{font-size:26px; position:absolute; right:12%; bottom:30px; text-align:right; font-weight:bold; line-height:24px;}
.nm_slider_headline_h1a a{color:#009a3b !important;}
.nm_slider_headline_h1a p{ font-size:12px; font-weight:normal; color:#666; margin-top:0px; text-transform:uppercase;}




/* MEDIAQUERYS (BOOTSTRAP LIKE)//////////////////////////////////////////////////////////// */
@media (min-width: 768px) {

	#nm_slider_parcials
	{
		display: table;
	}
	#nm_slider_parcials_row
	{
		display: table-row;
		width: 100%;
	}
	.nm_slider_parcial
	{
		display: table-cell;
		width: auto;
		position: relative;
		float: none;
		width: 100%;
	}
    .nm_slider_parcial:hover .nm_slider_headline_h1{opacity: 0;transition: 0.6s;}
    .gensuibai{width: 10px;position: absolute;right: 0;top: 0;height: 100%;z-index: 100;background: #fff}
	#nm_slider_ratio_fix
	{
		padding-top: 33%;
	}
	#nm_slider .nm_slider_textarea_full
	{
		text-align: left;
		left: 32%;
		right: auto;
        width: 70px;
	}
	#nm_slider.nm_tablet_mode_true .nm_slider_textarea_full
	{
		text-align: left;
		top: 83%;
		left: 10%;
		right: auto;
	}
	.nm_slider_textarea_faded
	{
		opacity: 1;
	}
	#nm_slider.nm_tablet_mode_true .nm_slider_textarea_faded
	{
		opacity: 0;
	}
	#nm_slider.nm_tablet_mode_true .nm_slider_no_mobile
	{
		display: block;
	}
	#nm_slider.nm_tablet_mode_true #nm_slider_mobile_nav
	{
		display: none;
	}
}

@media (min-width: 992px) {

	.nm_slider_parcial
	{
		cursor: default;
	}
	.nm_slider_parcial:hover .nm_slider_headline_h1
	{
		text-decoration: none;
	}
	.nm_slider_link_mobile
	{
		height: 0;
		width: 0;
	}
	.nm_slider_textarea_full
	{
		text-align: left!important;
	}
	#nm_slider_mobile_nav
	{
		display: none!important;
	}
	#nm_slider .nm_slider_no_mobile
	{
		display: block;
	}
	.nm_slider_textarea_faded
	{
		opacity: 0;
	}
}

@media (min-width: 1200px) {


}
