@charset "UTF-8";
/* CSS Document */
/* --------	Intro -------- */
#intro_carousel_wrapper {
	width: 960px;
	height: 520px;
	position: relative;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
#intro_carousel_1 {
	width: 464px;
	height: 520px;
	position: absolute;
	top:0px;
	left:0px;
	overflow: hidden;
}
#intro_carousel_1_a {
	width: 464px;
	height: 520px;
	position: absolute;
	top:0px;
	left:0px;
	z-index:100;
	background-image: url(../img/transparent.png);
	background-repeat: repeat;
}
#intro_carousel_2_a {
	width: 464px;
	height: 520px;
	position: absolute;
	top:0px;
	right:0px;
	z-index:100;
	background-image: url(../img/transparent.png);
	background-repeat: repeat;
}
#intro_carousel_1_titel {
	width: 390px;
	height: 50px;
	position: absolute;
	top:110px;
	left:0px;
	font-size: 32px;
	line-height: 50px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #c21f34;
	text-decoration: none;
	background-image: url(../img/luxc_logo_kl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:74px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(59,56,59,0.6);
-moz-box-shadow: 0px 0px 10px 5px rgba(59,56,59,0.6);
box-shadow: 0px 0px 10px 5px rgba(59,56,59,0.6);
}
#intro_carousel_1_text {
	width: 390px;
	position: absolute;
	top:160px;
	left:0px;
	color:#484848;
	font-size: 14px;
	line-height: 23px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	padding-left:74px;
	background-color:#FFF;
	display:none;
	padding-top:10px;
	padding-bottom:10px;
}
#intro_carousel_2 {
	width: 464px;
	height: 520px;
	position: absolute;
	top:0px;
	right:0px;
	overflow: hidden;
}
#intro_carousel_2_titel {
	width: 390px;
	height: 50px;
	position: absolute;
	bottom:110px;
	right:0px;
	font-size: 32px;
	line-height: 50px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #c21f34;
	text-decoration: none;
	background-image: url(../img/luxc_logo_kl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:74px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(59,56,59,0.6);
-moz-box-shadow: 0px 0px 10px 5px rgba(59,56,59,0.6);
box-shadow: 0px 0px 10px 5px rgba(59,56,59,0.6);
}
#intro_carousel_2_text {
	width: 390px;
	position: absolute;
	bottom:160px;
	right:0px;
	color:#484848;
	font-size: 14px;
	line-height: 23px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	padding-left:74px;
	background-color:#FFF;
	display:none;
	padding-top:10px;
	padding-bottom:10px;
}

/* --------	Google map -------- */

.slice {
    height: 390px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	line-height:normal !important;
}
.slice h3 {
	font-size: 20px;
	line-height: normal;
	color: #1a171b;
	text-decoration: none;
	margin: 0px !important;
	padding: 0px !important;
	font-weight: 700;
	font-family: 'Nunito', 'sans-serif';
}



/* --------	Carousel mit Text und Titel -------- */

#carousel_bkg {
				width: 100%;
				height: 370px;
				background-color:#f2f2f2;
				position: relative;
			}
#carousel_wrapper, #prev, #next {
				height: 370px;
				position: absolute;
			}
			#carousel_wrapper {
	width: 90%;
	left: 5%;
				overflow: hidden;
}	
#carousel div {
	text-align: center;
	width: 306px;
	height: 370px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-top:20px;
}
#carousel div a {
	display:inline-block;
	width: 306px;
	height: 370px;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../img/transparent.png);
	background-repeat: repeat;
}
#carousel div a:hover {
	width:306px;
	height:370px;
	display:inline-block;
	z-index:1000;
	background-image: url(../img/luxc_ref_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#carousel div img {
border: none;
z-index:10;
}
#carousel div span.ref_titel {
	text-align: left;
	color: #c31a35;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 20px;
	display: block;
	line-height:normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
#carousel div span.ref_text {
	text-align: left;
	color: #575656;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	text-decoration: none;
	font-size: 14px;
	display: block;
	line-height:normal;
	text-transform: normal;
}
#prev, #next {
	background: center center no-repeat #f2f2f2;
	width: 5%;
}
#next:hover {
	background-color: #f2f2f2;
	background-image: url(../img/luxc_pfeil_r_h.png);
}
#prev:hover {
	background-color: #f2f2f2;
	background-image: url(../img/luxc_pfeil_l_h.png);
}
#prev {
	background-image: url(../img/luxc_pfeil_l.png);
	left: 0;
}
#next {
	background-image: url(../img/luxc_pfeil_r.png );
	right: 0;
}

/* --------	Carousel nur mit Titel -------- */

#carousel_2_bkg {
				width: 100%;
				height: 260px;
				background-color:#f2f2f2;
				position: relative;
			}
#carousel_wrapper_2, #prev_2, #next_2 {
				height: 260px;
				position: absolute;
			}
			#carousel_wrapper_2 {
	width: 90%;
	left: 5%;
				overflow: hidden;
}	
#carousel_2 div {
	text-align: center;
	width: 306px;
	height: 260px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-top:20px;
}
#carousel_2 div a {
	display:inline-block;
	width: 306px;
	height: 260px;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../img/transparent.png);
	background-repeat: repeat;
}
#carousel_2 div a:hover {
	width:306px;
	height:260px;
	display:inline-block;
	z-index:1000;
	background-image: url(../img/luxc_ref_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#carousel_2 div img {
border: none;
}
#carousel_2 div span.ref_titel {
	text-align: left;
	color: #c31a35;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 20px;
	display: block;
	line-height:normal;
	text-transform: uppercase;
	padding-top: 10px;
}
#prev_2, #next_2 {
	background: center center no-repeat #f2f2f2;
	width: 5%;
}
#next_2:hover {
	background-color: #f2f2f2;
	background-image: url(../img/luxc_pfeil_r_h.png);
}
#prev_2:hover {
	background-color: #f2f2f2;
	background-image: url(../img/luxc_pfeil_l_h.png);
}
#prev_2 {
	background-image: url(../img/luxc_pfeil_l.png);
	left: 0;
}
#next_2 {
	background-image: url(../img/luxc_pfeil_r.png );
	right: 0;
}


/* ------------- referenzmodul  ------------- */

#referenz_container{
	width: 960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	color: #424242;
    font-family: 'Nunito','sans-serif';
    font-size: 14px;
    font-weight: 300;
	line-height: 24px;
}
#referenz_titel{
	width: 670px;
}
#referenz_titel h1{
	margin-bottom:0px !important;
	font-size: 24px;
	text-transform: uppercase;
	color: #c31a35;
	font-weight: 500;
	text-decoration: none;
	font-family: 'Alegreya Sans SC', sans-serif;
	padding:0px !important;
}
#referenz_untertitel{
	width: 670px;
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
	text-transform: uppercase;
	color: #575656;
	text-decoration: none;
	font-family: 'Alegreya Sans SC', sans-serif;
	padding:0px !important;
}
#referenz_navigation {
	width: 230px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	right:0px;
}
#referenz_nav {
	margin:0px;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 16px;
	display:inline-block;
	text-transform: uppercase;
	line-height:36px !important;
	font-weight: 500;
	float:right;
	color:#575656;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

#referenz_col_1 {
	width: 960px;
	padding-top:45px;
}

#sortierung_image {
	width: 960px;
	margin-bottom:13px;
}
a.referenz_vor {
	width: 20px;
	background-image: url(../img/luxc_pfeil_r.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	display:inline-block;
	float:right;
}
a.referenz_zur{
	width: 20px;
	background-image: url(../img/luxc_pfeil_l.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	display:inline-block;
	float:right;
}

a.referenz_vor:hover {
	width: 20px;
	background-image: url(../img/luxc_pfeil_r_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	display:inline-block;
}
a.referenz_zur:hover {
	width: 20px;
	background-image: url(../img/luxc_pfeil_l_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	display:inline-block;
}

#ref_back_link{
	width:960px;
	margin-bottom:30px !important;
	font-size: 24px;
	text-transform: uppercase;
	color: #c31a35;
	font-weight: 300;
	text-decoration: none;
	font-family: 'Alegreya Sans SC', sans-serif;
	padding:0px !important;
	margin-left:auto;
	margin-right:auto;
}
#content a:link { color:#525252; text-decoration:none; }
#content a:visited { color:#525252; text-decoration:none; }
#content a:active { color:#c31a35; text-decoration:none; }
#content a:hover { color:#c31a35; text-decoration:none;  }

/* ------------- Kategorieliste ------------- */

.container {
	position: relative;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container_filter {
	float:right;
	text-align: right;	
	/*position:absolute;
	right:0px;
	top:0px;*/
	padding-right: 12px;
	width:100%;
	background-color: #f0eeec;
	height:35px;
	margin-bottom:30px;
}
.container h1 { 
	width: 500px;
	float:left;
}

#filters {
	margin:0px;
	padding:0px;
}
#filters li {
		float:left;
}
ul#filters li span:before{
	content:"/ ";
	}
#filters li span {
	display: block;
	text-decoration:none;
	color:#fff;
	cursor: pointer;
	padding-right: 8px;
	padding-left: 8px;
	line-height:35px;
}
#filters li span.active {
		color:#fff;
		background-color:#424242;
}
#filters li span:hover {
		color:#fff;
		background-color:#424242;
}
 
ul#filters {
	list-style:none !important;
	list-style-type:none !important;
	margin-top: 0px !important;
	margin-right: auto !important;
	margin-bottom: 0px !important;
	margin-left: auto !important;
	width:944px;
	background-color:#c31a35;
	height:35px;
	line-height:35px;
	font-size:13px;
	color:#FFF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	}
ul#filters li {
		list-style:none !important; 
	list-style-type:none !important;
	margin:0px !important;
	}
#portfoliolist {
	margin-top: 0px !important;
	margin-right: auto !important;
	margin-bottom: 0px !important;
	margin-left: auto !important;
	width:960px;
	padding: 0px;
	}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:306px;
	margin-right:14px;
	margin-bottom:34px;
	display:none;
	float:left;
	overflow:hidden;
	font-size: 14px !important;
	line-height: normal !important;
	font-weight: 400 !important;
	color: #1a171b !important;
}
#portfoliolist a { font-weight: 400 !important; }
#portfoliolist a:link { color:#1a171b !important; text-decoration:none; }
#portfoliolist a:visited { color:#1a171b !important; text-decoration:none; }
#portfoliolist a:active { color:#e2001a !important; text-decoration:none; }
#portfoliolist a:hover { color:#e2001a !important; text-decoration:none;  }

.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
}
.portfolio-wrapper a {
		position: absolute;
		bottom:0px;
		left:0px;
		width:306px;
		height:236px;
		display:inline-block;
		z-index:1000;
}
.portfolio-wrapper a:hover {
	width:306px;
	height:236px;
	display:inline-block;
	z-index:1000;
	background-image: url(../img/luxc_ref_hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
	
.portfolio img {
		max-width:100%;
		position: relative;
}	
.portfolio .portfolio_thumb {
	width: 100%;
	height:200px;
	text-decoration: none;
}
.portfolio .label {
	width: 100%;
	text-decoration: none;
	font-size:16px;
	color:#575656;
	padding-bottom:16px;
	height:20px;
}


/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
	
	#ads {
		display:none;
	}
	
}

/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* ------------- Galerie ------------- */

.image {
    margin-bottom: 13px;
}
.image img {
    display: block;
}
.image.left {
    float: left;
    margin-right: 13px;
	margin-left: 0px;
}
.image.right {
    float: right;
    margin-right: 0px;
	margin-left: 0px;
}
.image.no-margin {
    margin-right: 0px;
	margin-left: 0px;
}
.gallery .image {
    margin-bottom: 13px;
}
.slice_gallery {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}


/* ------------- Map ------------- */

#header_map_link {
	margin: 0px !important;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#header_map_link a:link 		{ color: #ED8C0E; text-decoration: none; }
#header_map_link a:visited 	{ color: #ED8C0E; text-decoration: none; }
#header_map_link a:active 	{ color: #636363; text-decoration: none; }
#header_map_link a:hover 	{ color: #636363; text-decoration: none; }

/* --------	Modul WYSIWYG mit Bild -------- */

img.logo_top_left {
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 26px;
	margin-left: 0px;
	float:left;	
}
img.logo_top_right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 26px;
	float:right;
}

div.tinymcewysiwyg {
	margin-bottom:20px;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	}

/* ----- Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie ----- */

div.wysiwygimg {
	margin-bottom:20px;
	}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0px none; margin:1px}
.wysiwygimg img.wysiwygimg {
	padding:1px;
}
.wysiwygimg a.wysiwygimg img {border:0px none;padding:0px;vertical-align:top; margin:1px}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link { display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {}
.wysiwygimg a.wysiwygimg:focus {}
.wysiwygimg a.wysiwygimg:active {}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}

/* --------	AUSGABEN / Fehlermeldungen --------	*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	border-bottom-width: 1px;
	color: #de0f24;
	font-weight: bold;
}

.formgen .formcaptcha
{
	/*border: 2px solid #990000;*/
	vertical-align: top;
	float: left;
	margin-right: 10px;
	margin-left: 155px;
}

.formgen .formreq {
	color: #de0f24;
}

.formgen .formheadline {
	color: #de0f24;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
 
 
 
/* --------	Xform --------	*/
 
div#form-module {
	}
form#form_formular {
	margin-top:20px;
	margin-bottom:20px;
	}

input, textarea {
	color: #474d43 !important;
	font-family: 'Gudea', sans-serif;
	font-size: 14px !important;
	}

p.formcheckbox {}
input.checkbox {
	}
label.checkbox {
	}
input.select {
	width: 220px;
	margin-left: 4px !important;
	margin-bottom:5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 14px;
	}
label.select {
	width: 210px;
	clear: left;
	float: left;
	font-weight: normal;
	color: #474d43;
	}
p.formtext {}
input.text {
	width: 220px;
	margin-left: 4px;
	margin-bottom:5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #474d43;}
label.text {
	width: 210px;
	clear: left;
	float: left;
	font-weight: normal;
	color: #474d43;
	}
p.formtextarea {}
label.textarea {}
textarea.textarea {
	width: 440px;
	height: 100px;
	border: 1px solid #474d43;
	background-color: #ffffff;
	font-size:14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	#form_formular input:focus, #form_formular input:hover,
#form_formular textarea:focus, #form_formular textarea:hover {
	border-bottom-color: #474d43;
	background-color: #eceded;
	color:#474d43;
}
p.formcaptcha {}
label.captcha img {}
p.formcaptcha input {}

p.formsubmit {}
input.submit {
	width: 230px;
	height:32px;
	text-align: center;
	background-color: #92B300;
	border: 1px solid #474d43;
	color: #FFFFFF !important;
	margin-top: 20px;
	margin-left: 214px;
	padding-top:5px;
	padding-bottom:5px;
	}
input.submit:hover {
	background-color: #de0f24 !important;
	}
p.answertext {}
label .text form_warning, .text form_warning, .form_warning {
	color: #de0f24 !important;
	font-weight: bold !important;
	}
ul.form_warning {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #de0f24;
	}
ul.form_warning li {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.form_warning ul li {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.kon_block {
	margin-top:20px;
	margin-bottom:20px;
	font-style: italic;
	}