@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #000000;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #f4f0ef;
	line-height: normal;
	/*overflow-y: scroll;*/
}

strong {
	font-weight: 600;
	font-style: normal;
}

h2 {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 46px;
	font-weight: 100;
}

h3 {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 24px;
	font-weight: 600;
}

h4 {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 20px;
	font-weight: 700;
}

/* General Layout */

#main_ct {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 5px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#main_content {
	width: 100%;
	max-width: 1140px;
	display: inline-block;
	text-align: left;
}

#logo_ls_ct {
	text-align: right;
}

#logo_ls {
	height: 40px;
	width: auto;
	margin-top: 20px;
}

#head_title {
	padding-bottom: 10px;
}

#logo_glasi {
	height: 80px;
	width: auto;
}

#img_start {
	width: 100%;
	height:  auto;
}

#head_img_ct {
	background-image: url(/img/img_main.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 500px;
}

#haeuser_title_ct {
	padding: 40px 0px 20px 0px;
	color: #b59e94;
	background-color: transparent;
}

#intro_text_ct, #intro_logis_ct {
	display: flex;
	margin-bottom: 5px;
}

#intro_map {
	float: left;
	width: 30%;
	position: relative;
	display: inline-block;
	padding: 5px;
	background-color: rgba(255,255,255,0.5);
	background-image: url(/img/map_makro.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}
#intro_map:hover {
	background-color: rgba(255,255,255,1);
}

#intro_map span {
	position: absolute;
	width: 100%;
	height: 100%;
}

#img_mapintro {
	width: 100%;
	 height: auto;
}

#intro_text, #intro_logis_text {
	background-color: rgba(255,255,255,1);
	color: #333;
	float: left;
	width: 70%;
	font-size: 16px;
	line-height: 144%;
	position: relative;
	display: inline-block;
	padding: 20px;
	border-right: 5px solid #f4f0ef;
}

#intro_logis_img {
	width: 40%;
	background-image: url(/img/img_model_w2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

#intro_logis_img a {
	position: absolute;
	width: 100%;
	height: 100%;
}

#intro_logis_text {
	background-color: #90A236;
	color: #fff;
	width: 60%;
	border-left: 5px solid #f4f0ef;
	border-right: none;
}

#intro_text_inner {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

#logo_fischer_intro {
	display: inline-block;
	height: 30px;
	width: auto;
	margin-bottom: 5px;
}

#logo_fischer_form {
	display: inline-block;
	height: 25px;
	width: auto;
	margin-right: 6px;
}


#main_bezug_inner {
	display: inline-block;
	position: relative;
	width: 100%;
}

#main_form_ct {
	display: flex;
	min-height: 400px;
}


#haeuser_text_ct {
	/*display: flex;*/
	position: relative;
	margin-bottom: 80px;
}

#haeuser_map {
	float: left;
	width: 45%;
	position: relative;
	display: inline-block;
	padding: 10px;
	padding-top: 100px;
	background-color: transparent;
}

#plaetze_ct {
	position: absolute;
	bottom: 0px;
	font-size: 14px;
	color: #333;
	line-height: 160%;
}


#haeuser_text {
	background-color: transparent;
	color: #333;
	float: left;
	width: 55%;
	font-size: 16px;
	line-height: 144%;
	position: relative;
	display: inline-block;
	padding: 20px 0px 20px 20px;
	
}

#form_intro_text {
	background-color: rgba(181,158,148,0.4);
	color: #000;
	padding: 20px;
	margin-bottom: 5px;
}

#sub_img_ct {
	float: left;
	width: 50%;
	position: relative;
	display: inline-block;
	padding-right: 20px;
}

#sub_img_inner {
	position: absolute;
	width: 100%;
	height: 50%;
	top: 50%;
	border-top: 5px solid #f4f0ef;
	background-image: url(/img/img_model_contact1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#sub_img_inner2 {
	position: absolute;
	width: 100%;
	height: 50%;
	background-image: url(/img/img_model_contact0.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#main_form{
	float: left;
	width: 50%;
	position: relative;
	align-items: center;
	padding: 20px;
	background-color: rgba(181,158,148,0.2);
	border-left: 5px solid #f4f0ef;
}


#bauherrschaft_ct {
	display: flex;
	margin-top: 5px;
}

#bauherrschaft_text {
	float: left;
	width: 70%;
	position: relative;
	align-items: center;
	padding: 20px;
	background-color: rgba(255,255,255,0.7);
	color: #666;
	border-right: 5px solid #f4f0ef;
}

#bauherrschaft_kontakt {
	float: left;
	width: 30%;
	position: relative;
	align-items: center;
	padding: 20px;
	background-color: rgba(255,255,255,0.7);
	color: #666;
}

.def_link {
	color: #666;
	text-decoration: none;
}

.def_link:hover {
	text-decoration: underline;
}

.haus_outer_ct {
	font-size: 14px;	
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.haus_inner {
	display: none;
	padding-bottom: 15px;
}

.haus_title {
	font-size: 14px;
	padding: 4px 5px;
	cursor: default;
	line-height: 125%;
	transition: all 0.5s;
}

.haus_title strong {
	font-size: 16px;
}

.mh .haus_title {
	background-color: rgba(181,158,148,0.2);
}

.act .haus_title {
	background-color: rgba(181,158,148,1);
	color: #fff;
}

.st34 {
	transition: all 0.5s;
	cursor: pointer;
	cursor: hand;
}

.mh.st34 {
	fill: rgba(181,158,148,1) !important;
}

.act.st34 {
	fill: rgba(166,178,58,1) !important;
}

.st36 {
	pointer-events: none;
}

.st36.act {
	fill: #ffffff !important;
}

.hpl {
	cursor: pointer;
	cursor: hand;
	fill: #000000 !important;
}

.hpl:hover, .hpl:hover tspan {
	fill:  #b59e94 !important;
}

.hpl.active, .hpl.active tspan, .hpl.active.st40, .hpl_piazza text#hpl_piazza, .hpl_ahornhof text#hpl_ahornhof, .hpl_glasi text#hpl_glasi, .hpl_henricornaz text#hpl_henricornaz tspan  {
	fill:  #b59e94 !important;
	/*font-weight: 700 !important;*/
	color:  #b59e94 !important;
}

.haus_img {
	width: 100%;
	height: auto;
}

.haus_sub {
	padding-top: 20px;
}

.haus_watx {
	float: left;
	width: 40%;
}

.haus_wanz {
	float: left;
	width: 30%;
}

.haus_gr {
	float: left;
	width: 30%;
	position: relative;
}

.haus_gr .lba .fa {
	font-size: 20px;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	background-color: #b59e94;
	color: #fff;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	transition: all 0.5s;
}

.haus_gr .lba:hover .fa {
	background-color: rgba(166,178,58,1);
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	padding-top: 15px;
	padding-left: 15px;
}


.ph_ct {
	position: absolute;
	background-color: #fff;
	color: #333;
	z-index: 10;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	width: 450px;
	height: 150px;
	margin-left: 20px;
	transition: margin-left 0.5s;
	
}

.ph_ct.pac {
	margin-left: 0px;
}

.ph_img {
	width: 150px;
	height:  auto;
	float: left;
}

.ph_inner {
	padding: 20px;
	padding-bottom: 0px;
	display: inline-block;
	float: left;
	width: 300px;
}

.ph_title {
	font-size: 21px;
	color: #b59e94;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
}

#ph_glasi {
	top: 190px;
	left: 155px;
}

#ph_piazza {
	top: 60px;
	left: 125px;
}

#ph_henricornaz {
	top: 120px;
	left: 80px;
}

#ph_ahornhof {
	top: 20px;
	left: 20px;
}

.infoteaser {
	color: #e73137;
	text-align: center;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 20px;
	width: 100%;
}

.infoteaser h3 {
	line-height: 160%;
}

.infoteaser h3 a {
	color: #e73137;
	text-decoration: none;
	border-bottom: 1px dotted #e73137;
}




/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(255,255,255,0.4);
	margin: 8px 4px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}



#lba_prev, #lba_next, #lba_close {
	position: absolute;
	z-index:500;
	transition: all 0.5s;
	color: #b59e94;
	cursor: pointer;
	cursor: hand;
}

#lba_prev:hover, #lba_next:hover, #lba_close:hover {
	color: #b59e94;
}


#lba_prev {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: -45px;
}

#lba_next {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	right: -43px;
}

#lba_close {
	font-size: 40px;
	top: 10px;
	right: -45px;
	margin-top: -20px;
}


#thumbbox {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	z-index: 10;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

#lightbox_image_ct:hover #thumbbox {
	opacity: 1;
}

#thumbbox div {
	position: relative;
	display: inline-block;
	width: 90px; 
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 1px;
	opacity: 0.6;
	cursor: pointer; 
	cursor: hand;
	transition: all 0.5s;
}

#thumbbox div.active {
	opacity: 1;
	width: 120px;
	height: 80px;
	margin: 10px 5px;
}

.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}

#lb_projekttitel {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	background-color: rgba(0,78,131,0.8);
	color: #fff;
	padding: 10px;
}



#form_inner a {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dotted #333333;
}

#form_inner a:hover {
	border-bottom: 1px solid #333333;
}

/* Kontakt Formular */


#form_inner_cks1, #form_inner_cks2 {
	width: 50%;
	float: left;
	display: inline-block;
}

.page-kontakt .col_left {
	width: 630px;
	padding: 0;
	min-height: 520px;
}

.page-kontakt .col_right {
	width: 370px;
	padding-left: 120px;
}

.cont_row {
	border-bottom: 1px solid rgb(88,89,91);
}


input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
	margin-right: 20px;
	line-height: 175%;
}



input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 15px;
	height: 15px; 
	background-color: #fff; 
	border: 1px solid rgb(88,89,91);
	border-radius: 0px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 4px; 
	margin-bottom: 8px;
	margin-top: 5px;
	vertical-align: middle;
}

input[type="checkbox"] + label span {
	border-radius: 0px;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	/*background-image: url(ico_check.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #4da8d9;
}

input[type="text"], textarea, select {
	padding: 12px 10px 0px 7px;
	width: 50%;
	background-color: rgba(255,255,255,0);
	border: none;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	color: #000;
}

textarea {
	width: 100%;
}

#kontakt_form label {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	float: left;
}

input[type="text"]:focus, textarea:focus {
	background-color: rgba(255,255,255,0);
}

input[type="submit"], input[type="reset"] {
	background-color: #b59e94;
	color: #fff;
	border: none;
	padding: 5px 15px;
	float: right;
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #4da8d9;
}


form input.hlt, form select.hlt {
	background-color: rgba(255,0,0,0.2);
}

.hpt {
	display: none;
}

#mob_vis {
	display: none;
}

.gr_link {
	text-decoration: none;
	color: #987567;
	font-weight: 400;
	display: inline-block;
	margin: 4px 0 0 0;
	font-size: 14px;
	
}

.gr_link:hover {
	color: #000;
}


/* Media Queries */


@media only screen and (max-width : 1100px)  {

	.haus_watx {
		width: 50%;
	}
	
	.haus_wanz {
		width: 25%;
	}
	
	.haus_gr {
		width: 25%;
	}
	
}

@media only screen and (max-width : 940px)  {

	h2 {
		font-size: 42px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	#logo_glasi {
		height: 70px;
	}
	

	
	#intro_text {
		font-size: 14px;
	}
	
	.haus_watx {
		width: 60%;
	}
	
	.haus_wanz {
		width: 40%;
	}
	
	.haus_gr {
		width: 100%;
		text-align: center;
	}
	
	.haus_gr .haus_img {
		width: 50%;
	}
	
	
}



@media only screen and (max-width : 760px)  {
	
	h2 {
		font-size: 28px;
	}
	
	h3, h4 {
		font-size: 16px;
	}
	
	#logo_ls {
		height:  60px;
	}

	#logo_glasi {
		height: 50px;
	}
	
	#intro_text_ct {
		display: block;
	}
	
	#intro_text {
		width: 100%;
		border-right: none;
		border-bottom: 5px solid #f4f0ef;
		padding: 10px;
	}
	
	#intro_map {
		width: 100%;
		height: 200px;
		text-align: left;
	}
	
	#img_mapintro {
		width: 50%;
	}
	
	#haeuser_text_ct {
		display: block;
	}
	
	#haeuser_map {
		width: 100%;
	}
	
	#haeuser_text {
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.ph_ct {
		position: relative;
		display: block !important;
		top: auto !important;
		left: auto !important;
		margin-left: 0px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0);
		width: 100%;
		margin-bottom: 5px;
		height: auto;
	}
	
	.ph_img {
		width: 35%;
	}
	
	.ph_inner {
		width: 65%;
		padding: 5px 15px;
	}
	
	.ph_title {
		font-size: 16px;
	}
	
	
	.haus_watx {
		width: 66%;
	}
	
	.haus_wanz {
		width: 34%;
	}
	
	
	#haeuser_title_ct, #form_intro_text {
		padding: 10px;
	}
	
	#main_form_ct {
		display: block;
		min-height: 0px;
	}
	
	
	#sub_img_ct {
		width: 100%;
		height: 180px;
		border-bottom: 5px solid #f4f0ef;
	}
	
	#sub_img_inner {
		width: 50%;
		height: 100%;
		top: 0px;
		border-top: none;
		border-right: 5px solid #f4f0ef;
	}
	
	#sub_img_inner2 {
		width: 50%;
		height: 100%;
		left: 50%;
	}
	
	
	
	#main_form {
		width: 100%;
		border-left: none;
		padding: 20px 10px;
	}
	
	#form_inner_cks1, #form_inner_cks2 {
		width: 100%;
	}
	
	#form_inner_cks2 {
		margin-bottom: 15px;
	}
	
	#bauherrschaft_ct {
		display: block;
	}
	
	#bauherrschaft_text {
		width: 100%;
		margin-bottom: 5px;
		border-right: none;
		padding: 20px 10px;
	}
	
	#bauherrschaft_kontakt {
		width: 100%;
		padding: 20px 10px 20px 10px;
	}
	
	#bauherrschaft_kontakt h3 {
		display: none;
	}
	
		#lba_close {
		top: -60px;
		right: 10px;
		margin-top: 0;
	}
	
	#lba_prev {
		top: auto;
		bottom: -60px;
		left: 10px;
	}
	
	#lba_next {
		top: auto;
		bottom: -60px;
		right: 10px;
	}
	
	#thumbbox {
		display: none !important;
	}
	
	#plaetze_ct {
		display: none;
	}
	
	#intro_logis_ct {
		display: block;
	}
	
	#intro_logis_img, #intro_logis_text {
		width: 100%;
		font-size: 14px;
		border-left: none;
		border-right: none;
		border-bottom: 5px solid #f4f0ef;
	}
	
	#intro_logis_text {
		padding: 10px;
	}
	
	#intro_logis_img {
		height: 150px;
	}
	
	#logo_ls {
		height: 30px;
		margin-bottom: 30px;
	}
	
	#main_ct {
		padding-top: 20px;
	}

	
}



@media only screen and (max-width : 540px)  {

	h2 {
		font-size: 24px;
	}
	
	h3, h4 {
		font-size: 15px;
	}
	
	#img_mapintro {
		width: 90%;
	}
	
	#intro_text {
		font-size: 13px;
	}
	
	#haeuser_map {
		padding-top: 20px;
	}

	
	.haus_outer_ct {
		font-size: 13px;
	}
	
	.ph_title {
		font-size: 15px;
	}
	
	.ph_ct {
		font-size: 13px;
	}
	
	#form_inner_cks2 strong, #form_inner_cks1 strong {
		display: inline-block;
		margin-bottom: 5px;
	}
	
	#sub_img_ct {
		display: none;
	}
	
}







