/*
Theme Name: 	Gebr&uuml;der Zimmermann
Theme URI: 		http://mohnrot.ch
Description: 	Eigenst&auml;ndiges Design f&uuml;r die Gebr&uuml;der Zimmermann AG
Version: 		1.0
Author: 		Kornelia Stoffel
Author URI: 	http://mohnrot.ch
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries
===========================
*/

/* ----------------------------------------------------------------------------------------------------------
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";
@import "js/slimbox/css/slimbox2.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#0C8EBD; color:#fff; }
::selection 		{ background:#0C8EBD; color:#fff; }

/* ----------------------------------------------------------------------------------------------------------
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@import "";

/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

body {
	background: url(css/img/hg.png) repeat-x;
	font-family: Arial;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

.wrapper {
	width: 990px;
	margin: 0px auto;
	background: #fff;
}

.success {
	background: #cce4c1;
	padding: 10px;
	border: 1px solid #52924b
}

.success p {
	margin: 0px !important;
}

.error {
	background: #eccdd8;
	padding: 10px;
	border: 1px solid #914949
}

.error p {
	margin: 0px !important;
}

a, a:link, a:visited, a:focus {
	color: inherit;
}

.primary {
	margin-left: 455px;
	height: 57px;
}

.primary li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #0C8EBD;
	margin-left: 35px;
	margin-top: 20px;
	font-size: 0.938em;
}

.primary li a {
	text-decoration: none;
}

.primary li.current_page_item, .primary li.current_page_ancestor {
	border-bottom: 2px solid #0C8EBD;
}

header {
	height: 284px;
	background: url(css/img/header_teil.jpg) 0 0 no-repeat;
}

header img {
	margin: 0 0 0 465px;
	width: 525px;
	height: 284px;
}

.content {
	background: #fff;
	padding: 25px;
	margin: 0 0 0 470px;

	height: auto;
	font-size: 0.813em;
	color: #555;
	line-height: 150%;
}

.wrapper > .content {
	padding-bottom: 50px;
}

.clear {
	clear: both;
}

.content p {
	margin-bottom: 1em;
}

.content h2 {
	text-transform: uppercase;
	color: #28a8d6;
}

.content h3 {
	text-transform: uppercase;
	color: inherit;
	margin: 2em 0 0 0;
}
.content h1 {
	text-transform: uppercase;
	color: #28a8d6;
	font-size: 20px;
	line-height: 23px;

}

.content ul {
	padding-left: 20px;
}

.content ul li {
	list-style-type: square;

}

.changing-image {
	margin:  0 0 0 0;
	float: left;
	box-shadow: 0 0 2px #999;
	width: 322px;
}

	.changing-image img {
		width: 100%;
		height: auto;
	}

		.changing-image img:nth-of-type(1) {
			position: relative;
			z-index: 99;
		}

		.changing-image img:nth-of-type(2),
		.changing-image img:nth-of-type(3) {
			position: absolute;
			z-index: 999;
			top: 0;
			left: 0;
			opacity: 0;
		}

		.changing-image img:nth-of-type(3) {
			z-index: 8;
		}

.middle_dark_blue {
	background: #008CC1;
	width: 143px;
	height: 227px;
	float: left;
}

.changing-image .content {
	margin: 0px;
	width: auto;
	min-height: 173px;
}

header nav {
	width: 110px;
	position: absolute;
	padding: 20px 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0C8EBD;
}

header nav li {
	margin-bottom: 4px;
}

header nav a {
	text-decoration: none;
	font-size: 0.875em;
	padding: 1px 2px;
}

header nav .current_page_item a {
	background: #fff;
	color: #333;
}

.gallery {
	width:100%;
}

.gallery .gallery-item {
	width:110px !important;
	height: 110px !important;
	margin-right: 10px;
}

.gallery .gallery-item:nth-of-type(4n) {
	margin-right: 0px;
}

.gallery .gallery-item img {
	width:100% !important;
	height: 100% !important;
	border: none !important;
}

.gallery br { display: none !important; }

.bigger-font {
	height: 55px;
	width: 55px;
	background: url(css/img/plus_schrift.gif) no-repeat center;
	float: left;
	cursor: pointer;
}

.bigger-font:hover {
	opacity: 0.7;
}

footer {
	background: url(css/img/fuss.png) no-repeat bottom;
	height: 30px;
	margin-top: -11px;
	position: fixed;
	bottom: 0px;
	width: 990px;
}

.webdesign {
	color: #999;
	text-decoration: none;
	bottom: 10px;
	font-size: 11px;
	display: block;
	text-align: right;
	width: 980px;
}

.webdesign a { text-decoration: none; background: #fff; display: block; float: right; padding: 0 0 5px 0 }

footer .tools {
	background: url(css/img/bild_fussteil.png) no-repeat bottom right;
	width: 326px;
	height: 110px;
	position: fixed;
	bottom: 0px;
	margin: 0 0 12px 141px;
}

img.employee {
	width: 110px;
	height: 77px;;
	background: #eee;
	border:0px;
	outline: none;
	margin: 10px 10px 0 0;
	padding: 0px;
	float: left;
	cursor: pointer;
}

img.employee:nth-child(4n+1) {
	margin-right: 0px;
}

img.employee.selected {
	outline: 1px solid #28a8d6;
}

.gray {
	color: #555 !important;
}

.wpcf7-form {
	margin-top: 50px;
}

.wpcf7-form p {
	width: 40%;
	float: left;
	margin-right: 10%;
}

.wpcf7-form p.message {
	width: 90%;
	margin-top: 20px;
}

.wpcf7-form p.captcha {
	width: 90%;
	margin-top: 10px;
}

.wpcf7-form label {
	float: left;
	width: 35%;
	font-size: 0.9em;
}

.wpcf7-form p.message label {
	font-weight: bold;
	margin-bottom: 6px;
}

.wpcf7-form p.captcha label {
	font-weight: bold;
	margin-bottom: 6px;
	width: 20%;
}

.wpcf7-text, .wpcf7-captchar {
	width: 60%;
	border:1px solid #ccc;
	border-top:1px solid #999;
}

.wpcf7-textarea {
	width: 98%;
	border:1px solid #ccc;
	border-top:1px solid #999;
	height: 70px;
}

.wpcf7-form p.captcha  img {
	margin: -6px 10px 0 0;
}

.wpcf7-form p.captcha .wpcf7-captchar {
	width: 20%;
}

.wpcf7-submit {
	float: right;
}

/* ----------------------------------------------------------------------------------------------------------
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}
