@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
} 
	
html {
	font-size: 100%;
}
	
body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #494948;
	width: 100%;
	height: 100%;
	background-color: #eee;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.content_area {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

header {
	position: absolute;
	top: 0px;
	height: 120px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #494948;
}

div.headercontent {
	max-width: 1001px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.headercontent_home, .headercontent_home, .headercontent {
	max-width: none !important;
	padding-left: 40px;
	padding-right: 40px;		
}

.navalways {
	position: absolute;
	top: 29px;
	right: 120px;
}

.navalways li {
	float: right;
	width: auto;
	padding-left: 20px;
	list-style-type: none;
}

div.navcategory {
	float: left;
	width: 33.33%;
}

.navcategories, .navalways {
	max-width: 1001px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul.navcategories li {
	float: left;
	width: 29.33%;
	padding-left: 2%;
	padding-right: 2%;
	list-style-type: none;
}

.navalways li {
	float: right;
	width: auto;
	padding-left: 20px;
	list-style-type: none;
}

ul.navcategories li {
	background-color: white;
}

nav a, .navalways li a {
	text-decoration: none;
	color: #ccc;
	display: block;
	padding-top: 13px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.navalways li a {
	text-align: center;
}

nav a, .navalways li a:hover {
	color: #96c11f;
}

#menu_icon {
	background-image: url("../img/menu_icon.png");
	background-repeat: no-repeat;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 3%;
	top: 25px;
	z-index: 1000;
	cursor: pointer;
	display: block;
}

#menu {
	color: white;
	height: 40px;
}

.language {
	display: none;
	position: absolute;
	right: 40px;
	top: -10px;
	color: #878787;
	font-size: 0.8rem;
	cursor: pointer;
}

.language:hover {
	color: #96c11f;
}

.language_term {
	display: none;
	right: 60px;
	top: -10px;
	position: absolute;
	color: #878787;
	font-size: 0.8rem;
}

nav {
	list-style: none;
	font-size: 1rem;
	text-transform: uppercase;
	transition: all 0s ease-in-out;
	margin: 0px;
	position: fixed;
	z-index: 100;
	background-color: rgba(73, 72, 72, 0.9);
	display: block;
	padding-bottom: 10px;
	width: 245px;
	right: -380px;
	top: 120px;
	height: calc(100% - 170px);
}

nav ul {
	display: block;
	clear: both;
	padding-top: 20px;
}

nav li {
	list-style: none;
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	display: block;
}

nav li:hover {
	color: #ccc;
}

nav li.hover_underline_effect a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out;
}

nav a {
	text-decoration: none;
	color: #ccc;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

nav li:hover a {
	color: #96c11f;
}

div.navcategory {
	float: left;
	width: 33.33%;
}

ul.navcategories li {
	float: left;
	width: 29.33%;
	padding-left: 2%;
	padding-right: 2%;
}

ul.navcategories li {
	background-color: white;
}

ul.navcategories li:hover {
	background-color: white;
}

ul.navcategories li a {
	color: #96c11f !important;
}

ul.navcategories li:hover a {
	color: black !important;
}

#logo {
	background-image: url("../img/mlux_logo_negativ.png");
	background-repeat: no-repeat;
	background-size: 131px 60px;
	width: 131px;
	height: 60px;
	display: block;
	z-index: 100;
	margin-top: 30px;
	/* margin-left: auto;
	margin-right: auto; */
}

.logo_slogan {
	font-family: 'Gochi Hand', cursive;
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	bottom: 29px;
	left: 166px;
}

#content {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 120px;
}

/******* STAGE **********/
div.stage {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	max-width: 1001px;
	margin-left: auto;
	margin-right: auto;
	top: 120px;
}

div.stage_home_full {
    position: fixed;
    top: 120px;
    bottom: 40px;
    left: 0px;
    right: 0px;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}

.stage_home_full h2 {
	padding-left: 40px !important;
	padding-right: 40px !important;
	min-width: 209px !important;
	font-size: 2.0rem !important;
}

.stage_home_full h3 {
	top: 56px !important;
	left: 0px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	font-size: 1rem !important;
}
	
.stage_home_full > .betterslider_prev {
	background-image: url("../img/arrow_left.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: calc(40% - 20px);
	z-index: 10;
	cursor: pointer;
}

.stage_home_full > .betterslider_next {
	background-image: url("../img/arrow_right.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: calc(40% - 20px);
	z-index: 10;
	cursor: pointer;
}

.stage_home_full > .betterslider_pagination {
    position: absolute;
    bottom: 170px;
    text-align: center;
    width: 100%;
    left: 0px;
    display: block;
}

div.stage .stage_item {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	color: white;
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-color: white;
}

.stage_content > h2 {
	position: absolute;
	top: 0px;
    left: 0px;
    z-index: 20;
    display: inline-block;
	padding: 10px 40px 8px;
    background: rgba(155, 155, 155, 0.8);
    font-weight: 400;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
}

.stage_content > h3 {
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    display: inline-block;
	padding: 10px 40px 8px;
    background-color: #494948;
    font-weight: 300;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
}

.image {
	width: 100%;
	background-image: url("../img/light_blurred_neu.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
	position: relative;
}

.betterslider_prev {
	background-image: url("../img/arrow_left.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: calc(50% - 20px);
	z-index: 10;
	cursor: pointer;
}

.betterslider_next {
	background-image: url("../img/arrow_right.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: calc(50% - 20px);
	z-index: 10;
	cursor: pointer;
}

.betterslider_pagination {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    left: 0px;
    display: block;
}

.betterslider_pagination a {
	background-color: #9b9b9a;
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}

.betterslider_pagination a.current {
	background-color: #96c11f;
}

.image_text {
    position: absolute;
    top: 290px;
    left: 40px;
    z-index: 20;
    display: inline-block;
    padding: 10px 20px 8px;
    background: rgba(0, 0, 0, 0.5)
}

.imagetext p {
	text-align: right;
}

h0 {
	font-weight: 600;
	font-size: 2.6rem;
	text-transform: uppercase;
	color: white;
}

/******* STAGE ENDE **********/

h1 {
	font-weight: 200;
	font-size: 2rem;
	text-transform: uppercase;
	color: #96c11f;
	margin-bottom: 40px;
	padding-top: 60px;
}

h2 {
	font-weight: 200;
	font-size: 1.7rem;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #494948;
}

h3 {
	padding-top: 20px;
	padding-bottom: 20px;
}

h4 {
	font-weight: 200;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #9b9b9a;
	padding-top: 20px;
	padding-bottom: 20px;
}

a {
	color: #494948;
	text-decoration: none;
}

p {
	font-size: 1rem;
	color: #494948;
	margin-bottom: 20px;
	line-height: 24px;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
}

li {
	font-size: 1rem;
	color: #494948;
	line-height: 24px;
	list-style: none
}

p a {
	color: #96c11f;
}

p a:hover {
	text-decoration: underline;
}

footer a {
	color: #494948;
}

a > p {
	margin-bottom: 0px;
}

nav ul li.current a {
	color: #96c11f;
}

img.contentimage {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}

div#content > .teasers {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

.teaser {
	width: 300px;
	padding-top: 200px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	cursor: pointer;
	overflow: hidden;
	background-position: center top;
	margin-right: 50px;
	margin-bottom: 50px;
}

.teaser:nth-child(3n+3) {
	margin-right: 0px;
}

.teaser .title {
	height: 50px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	display: table;
	vertical-align: middle;
	width: 100%;
	background-color: #494848;
}

.teaser .title span {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.referenzen_title {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	text-align: center;
	padding-bottom: 10px;
}

.referenzen_subtitle {
	font-size: 0.6rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	text-align: center;
}

a.logo {
	background-repeat: no-repeat;
	height: 200px;
	display: block;
	float: left;
	background-color: white;
	margin-right: 8%;
	margin-bottom: 5%;
	overflow: hidden;
	transition: background-color 200ms ease-out 0s;
	background-position: center center;
	border: solid 1px #888;
	width: calc(24% - 2px);
	margin-right: 1.333%;
	margin-bottom: 1.333%;
}

.imagegallery {
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-color: white;
	cursor: pointer;
	width: 135px;
	height: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: background-color 200ms ease-out 0s;
	border: solid 1px #ccc;
	padding: 10px;
	background-position: center;
}

.teaser_compact {
	margin-left: 1.5%;
}

.area {
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	cursor: pointer;
	background-position: center;
}

.area .title {
    display: inline-block;
    padding: 10px 20px 8px;
    background: rgba(0, 0, 0, 0.35);
    font-weight: 600;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: white;
	margin: 0px;
}

.area:hover .overlay_hover {
	display: block;
}

.overlay_hover {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.15);
	display: none;
}

.areas_area {
	position: fixed;
	top: 120px;
	bottom: 40px;
	left: 0px;
	right: 0px;
}

.areas {
	position: relative;
	max-width: 1001px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.area1 {
	position: absolute;
	width: calc(50% - 1px);
	top: 0px;
	left: 0px;
	border-bottom: solid 1px white;
	bottom: 50%;
}

.area2 {
	position: absolute;
	width: calc(50% - 1px);
	top: 50%;
	left: 0px;
	bottom: 0px;
}

.area3 {
	position: absolute;
	width: 50%;
	top: 0px;
	left: 50%;
	height: 33.33%;
}

.area4 {
	position: absolute;
	width: 50%;
	top: 33.33%;
	left: 50%;
	border-top: solid 1px white;
	height: 33.33%;
}

.area5 {
	position: absolute;
	width: 50%;
	top: 66.66%;
	left: 50%;
	height: 33.33%;
	border-top: solid 1px white;
}

.teaser_home {
	background-repeat: no-repeat;
	min-width: 250px;
	display: block;
	float: left;
	background-color: white;
	cursor: pointer;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	transition: background-color 200ms ease-out 0s;
	padding-top: 151px;
	margin-top: 30px;
	padding-bottom: 10px;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #494948;
	color: white;
	text-align: center;
}

.teaser_zoom {
	transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
}

.animate {
	-webkit-transition: all 0.35s linear 0.5s;
	transition: all 0.35s linear 0.5s;
	-moz-transition: all 0.35s linear 0.5s;
	-ms-transition: all 0.35s linear 0.5s;
	-o-transition: all 0.35s linear 0.5s;
}

.animate_nav {
	-webkit-transition: all 0.35s linear 0.2s;
	transition: all 0.35s linear 0.2s;
	-moz-transition: all 0.35s linear 0.2s;
	-ms-transition: all 0.35s linear 0.2s;
	-o-transition: all 0.35s linear 0.2s;
}

.teaser_zoom:hover {
	color: #494948 ;
	font-weight: 400;
	transform: scale(0.95, 0.95);
	-moz-transform: scale(0.95, 0.95);
	-webkit-transform: scale(0.95, 0.95);
	-o-transform: scale(0.95, 0.95);
	-ms-transform: scale(0.95, 0.95);
}

.detail_image {
	width: 690px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 300px;
	margin-top: 50px;
}

footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-color: #494948;
	padding-top: 10px;
}

.footernav {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	list-style: none;
	text-align: center;
}

.footernav a {
	color: #ccc;
	padding-right: 20px;
}

.footernav a:hover {
	color: #96c11f;
}

.footer_contact {
	max-width: 1400px;
	width: 96%;
	font-size: 0.8rem;
	line-height: 20px;
	padding-top: 40px;
}

.footer_right {
	position: absolute;
	right: 25px;
	top: 0px;
}

.socialmedia {
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-top: 8px;
	margin-left: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.instagram {
	background-image: url("../img/icon_instagram.png");
}

.twitter {
	background-image: url("../img/icon_twitter.png");
}

div#content > p, div#content > ul, div#content > h1, div#content > h2, div#content > h3, div#content > h4, div#content > h5, div#content > h6, div#content .content, div#content > .teasers {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}

.map {
	position: absolute;
	left: calc(50% - 500px);
	display: block;
	padding-bottom: 100px;
}

.images {
	float: right;
}

.textumlauf_rechts {
	float: right;
	padding-left: 40px;
	padding-bottom: 20px;
	width: 400px;
	height: 267px;
}

.product_images {
	max-width: 50%;
	float: left;
	margin-bottom: 60px;
}

.product_text {
	max-width: 50%;
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-right: 20px;
	width: 35%;
	margin-left: 0px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 24px;
}

.product_text strong {
	margin-bottom: 20px;
	display: block;
	font-size: 1.2rem;
	text-align: left;
}

.product_text a {
	margin-top: 20px;
	display: block;
	text-decoration: underline;
}

/******* Detail text *******/

hr {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	color: #96c11f;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail_text {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}

.detail_text p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.text_above {
	width: 100%;
}

.text_left {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

.text_right {
	display: inline-block;
	width: 70%;
}

/******* NEWSTEASER ANFANG **********/

.newsteaser_container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}

.newsteaser {
	display: block;
	position: relative;
	height: 150px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
	background-color: #494948;
}

.newsteaser:hover {
	background-color: #333;
}

.newsteaser_date_block:hover {
	background-color: #666;
}

.newsteaser_date_block {
	background-color: #96c11f;
	color: white;
	width: 110px;
	height: 150px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.newsteaser_date_day {
	font-size: 2rem;
	margin-bottom: 0px;
	margin-top: 25px;
	letter-spacing: 1px;
	font-weight: 500;
}

.newsteaser_date_month {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.newsteaser_date_year {
	border-top: solid 2px #fff;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 40px;
}

.newsteaser_image {
	width: 300px;
	float: left;
}

.newsteaser_text_block {
	position: absolute;
	left: 450px;
	right: 0px;
	float: left;
	padding: 30px;
}

.newsteaser_text_title {
	font-size: 1.2rem;
	margin-top: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #96c11f;
}

.newsteaser_text_textarea {
	padding-top: 10px;
	font-size: 1rem;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #ccc;
}

/******* NEWSTEASER ENDE **********/

/******* NEWSTEASER DETAIL ANFANG *******/

.newsteaser_detail {
	display: block;
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}

.newsteaser_detail_text_block {
	display: block;
	width: 100%;
	color: #878787;
}

.newsteaser_detail_text_title h1 {
	padding: 0px !important;
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.newsteaser_detail_text_textarea {
	margin-top: 20px;
  	line-height: 26px;
}

.newsteaser_detail_galerie_title h2 {
	padding-left: 0px !important;
	padding-top: 60px;
	font-size: 1rem;
}

.gallery_image {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gallery_image:hover {
	opacity: 0.7;
}

/******* NEWSTEASER DETAIL ENDE *******/