@charset "UTF-8";

/**
 * Screen/main stylesheet for kuenzli-garten.ch
 *
 * This is the stylesheet for content pages of the website kuenzli-garten.ch
 *
 * @version   2011-03-18 pxm
 * @author    Patrick Bonetti, Pixelmanufaktur
 * @copyright ©2010-2011 by Pixelmanufaktur Patrick Bonetti
 * @see       http://www.pixelmanufaktur.ch
 */

/***** GENERAL SETTINGS *****/

h1 {
	font-size: 36px;
	line-height: 50px;
	margin: 0 0 0 0;
	color: #333;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

h2 {
	margin-bottom: 12px;
	margin-top: 13px;
	font-size: 24px;
	line-height: 25px;
	color: #111;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	
	margin-bottom: 10px;
	margin-top: 12px;
	font-size: 26px;
	line-height: 28px;
}

h3 {
	margin: 6px 0 3px 0;
	font-size: 18px;
 	line-height: 24px;
	color: #111;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

.gf a,
.gf a:visited {
	color: #E03A33;
}

.gb a,
.gb a:visited {
	color: #8E4627;
}

.gf a:hover,
.gb a:hover {
	color: #333;
	text-decoration: underline;
}

.gf a:active,
.gb a:active {
	color: #F2A61A;
	text-decoration: none;
}

h1 a,
h2 a {
	text-decoration: none;
}

.gf h1 a:visited,
.gf h2 a:visited {
	color: #E03A33;
}

.gb h1 a:visited,
.gb h2 a:visited {
	color: #8E4627;
}

/***** LAYOUT *****/
#wrapper {
	/*the following rules are needed to keep the footer at the bottom of the page*/
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -121px auto;
}

/*### HEADER ###*/
#header {
	display: block;
	width: 100%;
	background: transparent url("../../assets/media/bg_sky_and_grass_2.jpg") 0 -80px repeat-x;
}

#intro {
	position: relative;
	display: block;
	width: 960px;
	min-width: 960px;
	height: 240px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-top: 20px;
}

#mood {
	position: absolute;
	right: 0;
	top: 10px;
}

#lead {
	position: absolute;
	left: 0;
	bottom: 20px;
}

/*### NAVIGATION ###*/
/* 2nd level navigation */
#subnavi {
	width: 100%;
}

.gf #subnavi {
	background-color: #E03A33;
}

.gb #subnavi {
	background-color: #8E4627;
}

.kue #subnavi {
	background-color: #BADA1A;
}

#subnavi ul {
	position: relative;
	z-index: 300;
	width: 960px;
	margin: 0 auto;
}

#subnavi li {
	float: left;
}

#subnavi a,
#subnavi a:visited {
	display: block;
	margin: 6px 20px 0 0;
	padding: 6px 15px 8px 15px;
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#subnavi li.current a,
#subnavi a:hover {
	color: #333;
	background: #FFF url("../../assets/media/bg_subnavi.png") 0 0 repeat-x;
}

#subnavi a:active {
	color: #000;
	background-image: none;
	background-color: #EEE;
}

/* 3nd level navigation */
#subsubnavi {
	width: 100%;
	background-color: #FFF;
}

.gf #subsubnavi {
	border-bottom: 1px solid #E03A33;
}

.gb #subsubnavi {
	border-bottom: 1px solid #8E4627;
}

.kue #subsubnavi {
	border-bottom: 1px solid #BADA1A;
}

/**/
#subsubnavi ul {
	width: 960px;
	margin: 0 auto;
}

#subsubnavi li {
	float: left;
}

#subsubnavi a,
#subsubnavi a:visited {
	display: block;
	margin: 6px 20px 0 0;
	padding: 7px 15px 7px 15px;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	border: 1px solid #FFF;
	border-bottom: none;
	cursor: pointer;
}


#subsubnavi li.current a,
#subsubnavi a:hover {
	margin-bottom: -1px;
	color: #333;
	border: 1px solid #EEE;
	background-image: none;
	background-color: #EEE;
}

#subsubnavi li.current a {
	border-bottom: 1px solid #FFF !important;
	background: #FFF url("../../assets/media/bg_subnavi.png") 0 0 repeat-x;
}

.gf #subsubnavi li.current a,
.gf #subsubnavi a:hover  {
	color: #E03A33;
	border-color: #E03A33;
}

.gb #subsubnavi li.current a,
.gb #subsubnavi a:hover  {
	color: #8E4627;
	border-color: #8E4627;
}

.kue #subsubnavi li.current a,
.kue #subsubnavi a:hover  {
	color: #BADA1A;
	border-color: #BADA1A;
}

#subsubnavi a:active {
	color: #000 !important;
	background-color: #EEE;
}

/*### CONTENT ###*/

/* teasers homepage */
#teasers {
	padding: 25px 0 25px 0;
	background-color: #F7F7F7;
	border-bottom: 1px solid #C7C7C7;
}

.teaser {
	margin: 0 auto;
	color: #333;
}

#teasers .teaser {
	width: 960px;
	min-width: 960px;
}

.full-width .box {
	width: 440px;
	margin-right: 40px;
	float: left;
}

.full-width .box.image {
	width: auto;
	clear: both;
}

.teaser img {
	float: left;
	margin: 0 13px 8px 0;
}

#teasers .teaser img {
	margin: 0 28px 0 0;
	border: 1px solid #666;
}

.teaser a img {
	border: 1px solid #FFF;
}

.gf .teaser a:hover img {
	border: 1px solid #E03A33;
}

.gb .teaser a:hover img {
	border: 1px solid #8E4627;
}

.teaser h1 {
	display: block;
	/*margin-left: 210px;*/
	padding-right: 30px;
}

.full-width .box.teaser h2 {
	margin-top: 13px;
}

#teasers .teaser p {
	/*margin-left: 210px;*/
}

.teaser p {
	display: block;
	padding-right: 30px;
	font-size: 16px;
	line-height: 25px;
}

.teaser.icon p {
	margin-left: 0;
}

#main {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	padding-bottom: 146px;
}

#main p {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 25px;
}

#maincol ul {
	margin-bottom: 27px;
}

#main li {
	margin-top: 12px;
	margin-left: -4px;
	padding: 0 0 0 35px;
	font-size: 14px;
	line-height: 25px;
}

.gf #main li {
	background: transparent url("../../assets/media/list_bullet_gf.png") 0 -2px no-repeat;
}

.gb #main li {
	background: transparent url("../../assets/media/list_bullet_gb.png") 0 -2px no-repeat;
}

.kue #main li {
	background: transparent url("../../assets/media/list_bullet_kue.png") 0 -2px no-repeat;
}

#maincol {
	width: 540px;
	float: left;
	margin: 25px 0 0 0;
}

.full-width #maincol {
	width: 100%;
	margin: 25px 0 50px 0;
}

/* box image */

.box.image {
	margin-bottom: 25px;
}

/* box document download */
.box.doc-load {
	display: block;
	clear: both;
}

.box.doc-load.half-sized {
	width: 50%;
	float: left;
	clear: none;
}

.box.doc-load p.icon {
	float: left;
	margin: 0 10px 10px 0;
}

.box.doc-load p.text {
}

.box.doc-load p.text a {
	font-weight: bold;
}

.box.doc-load p.text span {
	display: block;
}

/* box media gallery*/
div.magazine-layout {
	padding-bottom: 25px;
	clear: both;
}

.compact div.magazine-layout div.magazine-container {
	padding-bottom: 0 !important;
	margin-bottom: -25px !important;
}

#sidecol div.magazine-layout {
	padding-top: 20px;
}

#sidecol .compact div.magazine-layout div.magazine-container {
	padding-bottom: 0 !important;
	margin-bottom: -55px !important;
}

/*### SIDECOLUMN ###*/
#sidecol {
	width: 290px;
	float: left;
	border: 1px solid #C7C8CA;
	padding: 10px 39px 0 39px;
	margin: 50px 0 135px 48px;
}

#sidecol h3 {
	margin-top: 15px;
}

#sidecol .box {
	margin-bottom: 25px;
}

/* Promo-Teaser-Box */
div.promo {
	margin-bottom: 25px;
}

.promo strong {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

.promo span {
	display: block;
}

.promo img {
	position: absolute;
	top: -15px;
	left: -30px;
	margin-bottom: -15px;
	z-index: 200;
}

.promo a {
	position: relative;
	display: block;
	padding: 12px 10px 12px 25px;
	margin-top: 25px;
	background-color: #FFF;
	border: 2px solid #E7402E;
	line-height: 25px;
	font-size: 14px;
	background: #A5D8E3 url("../../assets/media/bg_promo.png") left top repeat-x;
}

.promo a,
.promo a:visited {
	text-decoration: none;
	color: #000;
}

.promo a:hover {
	color: #E7402E;
}

.promo a:active {
	color: #000;
}



/*### FOOTER ###*/
#footer {
	position: relative;
	margin-top: -121px;
	height: 120px;
	border-top: 1px solid #C7C8CA;
	font-size: 13px;
	line-height: 20px;
}

.gf #footer {
	background: transparent url("../../assets/media/bg_footer_gf.png") 0 bottom repeat-x;
}

.gb #footer {
	background: transparent url("../../assets/media/bg_footer_gb.png") 0 bottom repeat-x;
}

.kue #footer {
	background: transparent url("../../assets/media/bg_footer_kue.png") 0 bottom repeat-x;
}

#footermood {
	display: block;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-right: 480px;
	width: 480px;
	height: 230px;
	bottom: 0;
}

.gf #footermood {
	background: transparent url("../../assets/media/gf_symbol_footer.png") right 0 no-repeat;
}

.gb #footermood {
	bottom: 25px;
	background: transparent url("../../assets/media/gb_symbol_footer.png") right 0 no-repeat;
}

.kue #footermood {
	display: none;
}

#contact {
	height: 50px;
	width: 680px;
	padding-top: 10px;
	color: #333;
}

#bottomline {
	position: absolute;
	z-index: 200;
	height: 38px;
	width: 960px;
	min-width: 960px;
	padding-top: 22px;
	color: #FFF;
}

#bottomline a {
	color: #FFF;
}

#bottomline a:hover {
	color: #000;
}


/*### Forms ###*/

.xform fieldset {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

.xform legend {
	font-weight: bold;
	margin-bottom: 15px;
}

.xform p,
p.answertext {
	font-size: 1.4em;
	line-height: 1.785714285714286em;
	margin-bottom: 1.071428571428571em;
}

.xform p.formlabel-anrede {
	margin-bottom: 0 !important;
}

p.answertext {
	padding: 1.5em 3.0em;
	border: 0.1em solid #19325D;
}

.xform label {
	display: block;
	width: 10.0em;
}

.xform .radios p {
	display: inline;
	margin-right: 20px;
}

.xform .radio label {
	display: inline;
}

.xform .radio input {
	display: inline;
	width: auto;
}
.xform .radios {
	margin-bottom: 15px;
}

.formlabel-scode label {
	font-size: 13px;
	display: inline;
	width: auto;
}

.xform .formradio input,
.xform .formcheckbox input {
	display: inline;
	width: auto;
	height: auto;
	padding-right: 5px;
	border: none;
}

.xform input {
	width: 98%;
	height: 25px;
	padding: 2px 4px;
	vertical-align: center;
	border: 1px solid #999;
	font-size: 13px;
}

.formlabel-scode input {
	width: 3.0em;
}

.xform textarea {
	width: 98%;
	height: 125px;
	padding: 2px 4px;
	font-size: 13px;
	border: 1px solid #999;
	font-family: Arial, sans-serif;
}

.xform input.button-submit {
	display: block;
	width: auto;
	height: auto;
	border: 0.1em solid #19325D;
	text-decoration: none;
}

.rex-message {
	border: 1px solid #ccc;
	padding: 10px;
}

.xform  ul.form_warning {
	margin-bottom: 3.0em;
	padding: 1.5em 3.0em 0.5em 3.0em;
	border: 0.2em solid red;
	list-style-type: square;
}

.xform .form_warning li {
	font-size: 1.4em;
	line-height: 1.785714285714286em;
	margin: 0 0 0.714285714285714em 1.5em;
	color: red;
}

/*### DEVELOPMENT ###*/
/**
#main {
	background: transparent url("assets/media/dev/lines25.png") 0 0 repeat;
}
**/