@charset "utf-8";

* { 
	margin: 0; 
	padding: 0; 
}

.clearfix { clear: both; }
.h400 { height: 400px; }
.h450 { height: 450px; }
.h500 { height: 500px; }
.h550 { height: 550px; }
.h600 { height: 600px; }
.h700 { height: 700px; }
.h800 { height: 800px; }
.h1000 { height: 1000px; }
.h1100 { height: 1100px; }
.h1200 { height: 1200px; }
.h1300 { height: 1300px; }
.h1500 { height: 1500px; }
.h1900 { height: 1900px; }
.h2000 { height: 2000px; }
.h2100 { height: 2100px; }
.h3800 { height: 3800px; }
.h4000 { height: 4000px; }

/**
 * typo
 */

h1 {
	font-family: "Open Sans Condensed", "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #298A95;
	margin-bottom: 20px;
}

h2 {
	font-family: "Open Sans Condensed", "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 72px;
	font-weight: normal;
	color: #622546;
	margin-bottom: -15px;
	text-shadow: 0 0 20px;
}

h3 {
	font-family: "Open Sans Condensed", "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #298A95;
	margin-bottom: 20px;
}

p {
	font-family: "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #622546;
	margin-bottom: 15px;
}

a {
	color:#298A95;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.back2top {
	background: url(images/back2top.png) no-repeat;
	width: 50px;
	height: 29px;
	position: absolute;
	bottom: -70px;
	right: -100px;
}


/**
 * page
 */

#wrap_main {
	width: 100%;
	position: absolute;
}

.wrap_content.bg_01 { /* Servicewelt */
	background: url(images/servicewelt/bg_01.jpg);
}

.wrap_content.bg_02 { /* Wohnwelten */
	background: url(images/wohnwelten/bg_02.jpg);
}

.wrap_content.bg_03 { /* Ideenwelt */
	background: url(images/servicewelt/bg_01.jpg);
}

.wrap_center_content {
	width: 990px;
	margin: 0px auto;
	position: relative;
}

.page_wrapper {
	margin-top: 0;
}

.wrapper_01 { /* Servicewelt */
	background: url(images/servicewelt/wrapper_01.jpg) repeat-x; 
	height: 340px; 
	border-top: 20px solid #298a95;
}

.wrapper_02 { /* Wohnwelten */
	background: url(images/wohnwelten/wrapper_02.jpg) repeat-x; 
	height: 262px; 
	border-top: 20px solid #298a95;
}

.wrapper_03 { /* Kontakt */
	background: url(images/wrapper_03.jpg) repeat-x; 
	height: 267px; 
	border-top: 20px solid #298a95;
}

.wrap_chapter {
	position: absolute; 
	top: 100px; 
	width: 100%; 
}

.wrap_chapter_splash {
	position: absolute;
	width: 100%;
}

.wrap_chapter .chapter_splash {
	position: absolute;
}

.wrap_chapter .wrap_text {
	position: absolute;
}


.wrap_topic {
	position: absolute;
	width: 100%;
}

.wrap_topic .topic_splash {
	position: absolute;
}

.wrap_topic .wrap_text {
	position: absolute;
}


#chapter_wohnwelten .wrap_topic .topic_splash {
	left: -40px;
	width: 1060px;
	border: 5px solid #fff;
	box-shadow: 0 0 10px #777;
}

#chapter_wohnwelten .wrap_topic .wrap_galerie {
	position: relative;
	top: 300px;
	float: left;
	margin: 0 50px;
	width: 30%;
}

#chapter_wohnwelten .wrap_topic .wrap_galerie img {
	box-shadow: 10px 10px 20px #777;
	margin-bottom: 30px;
	border: 1px solid #fff;
}

#chapter_wohnwelten .wrap_topic .wrap_content {
	position: relative;
	top: 300px;
	width: 55%;
	padding-top: 50px;
	text-align: center;
}

#chapter_wohnwelten .wrap_topic .wrap_galerie.left,
#chapter_wohnwelten .wrap_topic .wrap_content.left {
	float: left;
	margin-left: 50px
}

#chapter_wohnwelten .wrap_topic .wrap_galerie.right,
#chapter_wohnwelten .wrap_topic .wrap_content.right {
	float: right;
	margin-right: 45px
}

#chapter_wohnwelten .wrap_topic .wrap_content h2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

#chapter_wohnwelten .wrap_topic .wrap_content .ornament {
	background: url(images/ornament.png) no-repeat;
	position: relative;
	left: 175px;
	top: 30px;
	width: 181px;
	height: 41px;
}

#chapter_wohnwelten .wrap_topic .wrap_content a .action_button {
	position: relative;
	left: 170px;
	top: 40px;
}

#chapter_wohnwelten .wrap_topic .wrap_content a:hover,
#chapter_wohnwelten .wrap_topic .wrap_content a:hover .action_button {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}

#arbeiten_tooltip {
	 background: #fff; 
	 width: 692px; 
	 height: 345px;
}

#arbeiten_tooltip img {
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 5px #999999;
	margin: 4px;
}

/**
 * header
 */

.header {
	background: url(images/header_roll.jpg) no-repeat;
	height: 300px;
	position: relative;
}

.header-links {
	position:absolute;
	font-size:0.8em;
	left:10px;
	top:10px;
	color:#999;
}

.header-links a {
	color:#ccc;
	text-transform:uppercase;
	font-size:.9em;
}

.header-links a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

.text_manuel_ziser {
	/*background: url(images/manuel_ziser.png) no-repeat;*/
	width: 400px;
	height: 60px;
	position: absolute;
}

.text_manuel_ziser p {
	font-family:'News Cycle';
	font-size:1.8em;
	letter-spacing:1px;
}

.text_manuel_ziser p.name {
	font-weight:700;
	margin:0;
	line-height:.5em;
}

.text_manuel_ziser p.bezeichnung {
	font-weight:400;
	margin:0;
}

.text_manuel_ziser p.slogan {
	font-size:1em;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color:#B1264F;
}

.header .text_manuel_ziser {
	top: 227px;
	left: 591px;
}

/**
 * footer
 */

.footer {
	height: 645px;
	position: relative;
}

.footer-links {
	position:absolute;
	font-size:0.8em;
	left:10px;
	bottom:10px;
	color:#999;
}

.footer-links a {
	color:#ccc;
	text-transform:uppercase;
	font-size:.9em;
}

.footer-links a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

.footer .text_manuel_ziser {
	top: 27px;
	left: 530px;
}

.footer_roll {
	background: url(images/footer_roll.png) no-repeat;
	position:absolute;
	bottom:0;
	height:285px;
	width:100%;
}

.footer .wrap_manuel_ziser_brillux {
	height:535px;
}

.footer .splash_textbox {
	top:140px;
}

/**
 * content
 */

.wrap_manuel_ziser_brillux {
	position: absolute; 
	top: 221px; 
	left: -10px;
	width: 600px;
	height: 600px;
	overflow: hidden;
}

.splash_textbox {
	position: absolute; 
	top: 340px; 
	right: 0; 
	width: 400px;
}

h2.topleft {
	margin-top: -50px;
	margin-left: 40px;
}

h3.topleft {
	margin-top: 0px;
	margin-left: 100px;
}

.transparent.white {
	background: #fff; 
	opacity: 0.5;
}


/* Kollektionen */

#wrap_kollektionen_tapetenrollen {
	position: absolute; 
	top: 305px; 
	left: 0px;
	width: 600px;
	height: 600px;
	overflow: hidden;
}



.kollektionen {
}

.kollektionen li {
	list-style: none;
}

.kollektionen li.bxtrigger,
.kollektionen li.fancytrigger {
	clear: both;
	padding: 10px;
	border: 5px solid #fff;
	margin: 10px 88px 10px 80px;
	height: 100px;
	box-shadow: 0 0 20px #ccc;
	background: url(images/kreis.png) right -30px center no-repeat;
	cursor:pointer;
}

.kollektionen li.bxtrigger:hover,
.kollektionen li.fancytrigger:hover {
	box-shadow:0 0 10px #333;
}

.kollektionen li.bxtrigger img,
.kollektionen li.fancytrigger img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

.kollektionen li.bxtrigger .name,
.kollektionen li.fancytrigger .name {
	font-family: "Open Sans Condensed", "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	font-style: italic;
	color: #298A95;
	float: left;
	position: absolute;
	left: 275px;
	padding-top: 35px;
	text-shadow:0 1px 0 #fff;
}

.kollektionen li.bxtrigger .down,
.kollektionen li.fancytrigger .down {
	background: url(images/down.png) no-repeat;
	background-size: 35px;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 220px; 
	opacity: .5;
}

.kollektionen li.bxgallery {
	margin-left:-10px;
	padding-top:10px;
}

.kollektionen li.bxgallery .bxslider li {
	height:750px;
	margin-left:96px;
	width:auto !important;
}

.kollektionen li.bxgallery div img {
	width: 820px;
}

.kollektionen .bxwrapper {
	background: none;
}

.kollektionen .fancy-gallery {
	margin-left: 82px;
	text-align: center;
	width: 820px;
}

.kollektionen .fancy-gallery img {
	float:left;
	margin:4px;
	height:143px;
	border:1px solid #fff;
}

.kollektionen .fancy-gallery img:hover {
	box-shadow:0 0 8px #666;
}

/**
 * action button
 */

.action_button {
	background: #b0264e; /* Old browsers */
	background: -moz-linear-gradient(top, #b0264e 0%, #63162c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0264e), color-stop(100%,#63162c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b0264e 0%,#63162c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b0264e 0%,#63162c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b0264e 0%,#63162c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b0264e 0%,#63162c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0264e', endColorstr='#63162c',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 0 25px #666;
	color: #E0DCDE;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	position: absolute;
	width: 200px;
	height: 60px;
	padding-top: 30px;
	cursor: pointer;
}

.action_button.twolines {
	padding-top: 20px; 
	padding-bottom: 10px;
}

a .action_button { 
	text-decoration: none;
}

a .action_button:hover { 
	font-weight:bold;
}


/* .:: form fields ::. */

.iform form label { 
	display: block; 
	padding: 8px 0px 0px 0px; 
	width: 145px;
	clear: left;
	float: left;
	font-family:"Lato", sans-serif;
	color:#622546;
}

.iform form  input, .iform form  textarea { 
	width: 65%; 
	background-color: #E9E0E5; 
	padding: 8px;
	border: 1px solid #ddd;
	border-radius:5px; 
	margin-bottom: 10px;
	font-family: "Lato", sans-serif;
	font-size: 1em;
	color:#222;
	text-shadow:0 1px 0 #fff;
}

/* -- checkbox -- */

.iform input.checkbox { 
	float: left; 
	width: auto; 
	border: none; 
	margin-top: 9px; 
	margin-right: 5px;
	cursor: pointer; 
}
*html .iform input.checkbox { margin-top: 0px; }
*+html .iform input.checkbox { margin-top: 0px; }
.iform label.checkbox { 
	clear: none; 
	float: left; 
	display: inline; 
	font-size: .9em;
	cursor: pointer;
	width: 300px;
}

.xblue, .xorange, .xgreen { 
	display: none; 
	margin: 0px; 
	padding: 0px; 
}

.iform label.failure { color: #cc0000; }


/* -- submit -- */

.iform input.submit, .iform input.submithover,
input.submit { 
	float: left;
	margin-top: 15px; 
	margin-bottom: 5px;
	width: 120px; 
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	font-family: "Cinzel", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-shadow: #789 1px 1px 0px; 
	background: #9ab;
	border:none;

	background: #b0264e; /* Old browsers */
	background: -moz-linear-gradient(top, #b0264e 0%, #63162c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0264e), color-stop(100%,#63162c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b0264e 0%,#63162c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b0264e 0%,#63162c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b0264e 0%,#63162c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b0264e 0%,#63162c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0264e', endColorstr='#63162c',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 0 25px #666;
	color: #E0DCDE;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	width: 200px;
	height: 60px;
	cursor: pointer;
	float:right;
}
input.submit { margin-right: 20px; }
input.submit.submithover, input.submit:hover { 
	color: #fff;
	font-weight:bold;
}

#response_contact_form {
	display: block;
	position: absolute;
	left: -350px;
	top: 420px;
}

.ok { border: 1px solid #282; }
.nok { border: 1px solid #cc0000; }
.notification { 
	background: #fefefe;
	padding: 10px;
	color: #333;
	border-left-width: 1px;
	border-radius:5px;
	font-family:"Lato", sans-serif;
	margin-left:145px;
	width:75%;
}

/* -- end of forms */
