/*
Theme Name: Kreher
Theme URI: http://www.kreher-gmbh.de
Author: Norman Paschke
Author URI: http://www.normansblog.de
Description: 
Version: 1.0
License: GNU General Public License
Tags: light, white, black, two-columns, left-sidebar, fixed-width
*/

/* Normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.5; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a { color: #800000; }
a:hover { text-decoration:none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted;cursor:help; }
b, strong { font-weight: bold; }
blockquote { margin: 15px 40px;font-family:georgia,serif;font-style:italic;font-size:15px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0 0 15px 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

::-moz-selection { background:#333;color:#fff;text-shadow:none !important }
::selection { background:#333;color:#fff;text-shadow:none !important }

/* Misc */
body {
	background:#e9e9e9;
	color:#000;
	margin-bottom:40px;
}
p {
	margin:0 0 15px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 0.5em;
	text-shadow:0 1px 0 #fff;
}
h2 {
	font-size:18px;
}
h1,.widget h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
#page {
	overflow:hidden;
	padding-top:20px;
}
#header {
	border-bottom:22px solid #fd0;
	height:90px;
	padding:10px 0 0;
}
#header .wrap {
	position:relative;
}
#logo {
	float:right;
	margin:0;
	position:absolute;
	right:20px;
	top:12px;
	z-index:10;
}
#logo a {
	background:transparent url(img/kreher_gmbh_logo.png) no-repeat right top;
	display:block;
	height:96px;
	outline:0;
	width:253px;
	text-indent:-9999px;
}
.wrap {
	margin:0 auto;
	width:940px;
}

/* Navigation */
#navi-main {
	background-color:#fd0;
	background-image:-moz-linear-gradient(top,#fd0,#fb0);
	background-image:-webkit-linear-gradient(top,#fd0,#fb0);
	background-image:-ms-linear-gradient(top,#fd0,#fb0);
	background-image:-o-linear-gradient(top,#fd0,#fb0);
	background-image:linear-gradient(top,#fd0,#fb0);
	border-radius:5px;
	box-shadow:0 1px 0 rgba(0,0,0,0.25);
	float:left;
	position:relative;
	z-index:20;
}
#navi-main li {
	float:left;
}
#navi-main a {
	border:1px solid #fb0;
	box-shadow:1px 1px 0 0 rgba(255,255,255,0.4) inset,0 -5px 5px -3px #fb0 inset;
	color:#000;
	display:block;
	font-weight:bold;
	outline:0;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
#navi-main li:first-child a {
	border-radius:5px 0 0 5px;
}
#navi-main li:last-child a {
	border-radius:0 5px 5px 0;
}
#navi-main .menu-item a:hover,
#navi-main .menu-item a:focus,
#navi-main .current-menu-item a {
	background:#444;
	border-color:#333;
	box-shadow:1px 1px 0 0 rgba(255,255,255,0.2) inset,0 -5px 5px -3px #333 inset;
	color:#fd0;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
}
#navi-main .home a {
	background:url(img/home.png) no-repeat center 9px;
	text-indent:-9999px;
	width:12px;
}
#navi-main .home a:hover,
#navi-main .home a:focus,
#navi-main .home.current-menu-item a {
	background:#444 url(img/home.png) no-repeat center -15px;
}	

/* Content */
#content {
	float:right;
	margin-bottom:20px;
	width:696px;
}
div.Grou_image {
	margin-bottom:15px;
	min-height:40px;
	text-align:center;
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
.aligncenter {
	margin:0 auto 10px;
}
iframe,
.Grou_image img {
	border:1px solid #d0d0d0;
	margin:0 !important;
	padding:0 !important;
}
img.aligncenter,
img.alignleft,
img.alignnone,
img.alignright,
.teaser {
	background-color:#fff;
	box-shadow:0 -2px 0 rgba(0,0,0,0.1) inset,0 4px 4px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.3);
	padding:10px;
}
#teaserbox {
	width:678px;
}
#teaserbox br {
	display:none;
}
.teaser {
	float:left;
	margin:0 20px 15px 0;
	outline:0;
	position:relative;
	text-decoration:none;
	width:129px;
}
.teaser:hover,
.teaser:focus {
	background-color:#ddd;
}
.teaser strong {
	background-color:#000;
	background-color:rgba(0,0,0,0.7);
	bottom:10px;
	color:#fff;
	left:10px;
	padding:10px;
	position:absolute;
	text-shadow:0 1px 1px #000;
	width:109px;
}
.referenz {
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	overflow:hidden;
	padding:0 5px 20px 0;
}
.referenz:last-child {
	border-bottom:0;
	margin-bottom:15px;
	padding-bottom:0;
}
.referenz p {
	margin:0;
}

/* Sidebar */
#sidebar {
	float:left;
	width:220px;
}
.widget,
.content {
	background-color:#fff;
	border:1px solid #d0d0d0;
	box-shadow:0 0 5px rgba(0,0,0,0.05);
	padding:1px;
	margin-bottom:20px;
}
.widget-inner,
.content-inner {
	background-image:-moz-linear-gradient(top,#e9e9e9,#fff 100px);
	background-image:-webkit-linear-gradient(top,#e9e9e9,#fff 100px);
	background-image:-ms-linear-gradient(top,#e9e9e9,#fff 100px);
	background-image:-o-linear-gradient(top,#e9e9e9,#fff 100px);
	background-image:linear-gradient(top,#e9e9e9,#fff 100px);
	padding:19px 19px 4px;
	overflow:hidden;
}
#widget_grandomimg-2img2d {
	position:static !important;
}
.griwNavigation {
	margin:-5px 0 10px;
	overflow:hidden;
}
.prevIm,.nextIm {
	height:16px;
	outline:0;
	text-indent:-9999px;
	width:16px;
}
.prevIm {
	background:url(img/prev.png) no-repeat center center;
	float:left;
}
.nextIm {
	background:url(img/next.png) no-repeat center center;
	float:right;
}

/* Footer */
#footer {
	background:#242424;
	bottom:0;
	box-shadow:0 10px 10px -5px rgba(0,0,0,0.5) inset;
	color:#888;
	clear:both;
	line-height:20px;
	padding:10px 0;
	position:fixed;
	text-shadow:0 1px 0 #000;
	width:100%;
	z-index:10;
}
#footer a {
	color:#ccc;
	text-decoration:none;
}
#footer a:hover,
#footer a:focus {
	color:#fff;
	text-decoration:underline;
}

/* Formulare */
label {
	display:inline-block;
	width:100px;
}
.buttonrow {
	margin-left:104px;
}
button,
.wpcf7-submit {
	background-color:#fd0;
	background-image:-moz-linear-gradient(top,#fd0,#fb0);
	background-image:-webkit-linear-gradient(top,#fd0,#fb0);
	background-image:-ms-linear-gradient(top,#fd0,#fb0);
	background-image:-o-linear-gradient(top,#fd0,#fb0);
	background-image:linear-gradient(top,#fd0,#fb0);
	border:1px solid #fb0;
	border-radius:5px;
	box-shadow:0 1px 0 rgba(0,0,0,0.25),1px 1px 0 0 rgba(255,255,255,0.4) inset,0 -5px 5px -3px #fb0 inset;
	color:#000;
	font-weight:bold;
	outline:0;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
button:hover,
button:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
	background:#444;
	border-color:#333;
	box-shadow:1px 1px 0 0 rgba(255,255,255,0.2) inset,0 -5px 5px -3px #333 inset;
	color:#fd0;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
}
input[type="text"],
select,
textarea {
	background:#fff;
	border:1px solid #d0d0d0;
	border-radius:3px;
	padding:4px;
	-moz-transition:border-color linear 0.25s;
	-webkit-transition:border-color linear 0.25s;
	-ms-transition:border-color linear 0.25s;
	-o-transition:border-color linear 0.25s;
	transition:border-color linear 0.25s;
	width:200px;
}
textarea {
	width:400px;
}
input[type="text"]:focus,
select:focus,
textarea:focus {
	border-color:#444;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4) inset;
}
.ajax-loader {
	margin-left:20px;
}
.wpcf7-not-valid-tip {
	margin-left:20px;
}
.wpcf7-not-valid-tip:before {
	content:"‹ ";
	display:inline;
	vertical-align:text-bottom;
}
.wpcf7-response-output {
	margin:0 0 15px 104px;
}
.wpcf7-validation-errors,
.wpcf7-not-valid-tip,
.wpcf7-mail-sent-ok {
	color:#f22;
	font-weight:bold;
}
.wpcf7-mail-sent-ok {
	color:#0a0;
}