/* @override http://192.168.168.62:8888/lawinenstift_site/wp-content/themes/lawinenstift/style.css */

/*
Theme Name: lawinenstift
Theme URI: http://lawinenstift.com/
Description: Standard Theme
Version: 1.0
Author: lawinenstift
Author URI: http://lawinenstift.com/
*/

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

* {
	margin: 0;
	padding: 0;
}

/* Begin Typography & Colors */
body {
	height:100%;
	width:100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #808080;
/*	z-index: 0; */
}

#content {
	z-index: 200;
}

.widecolumn .entry p {
}

.narrowcolumn .entry, .widecolumn .entry {
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: left;
}

.thread-alt {

}

.thread-even {

}

.depth-1 {

} 

.even, .alt {

}

#footer {

}

small {
	font-size: 12px;
	line-height: 1.5em;
}


#sidebar h2 {
	font-size: 1.2em;
}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #808080;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.nocomments, .postmetadata, blockquote, strike {
	color: #808080;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	z-index: 0;
}

#page {
	text-align: left;
	margin-right: auto;
	margin-top: 150px;
}

#header {
	position: relative;
	right: 40px;
	top: 40px;
	text-align: right;
	z-index: 100;
}

#header ul li {
	display: inline;
	margin-left: 10px;
}

.narrowcolumn {
	padding: 15px;
	width: 450px;
	margin-left: 75px;
	margin-top: 75px;
	z-index: 100;
	position: absolute;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-left: 75px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style: none;
}

html>body .entry li {
}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
*/
.entry ol {
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	width: 190px;
	margin-right: 0;
}

#sidebar form {
	margin: 0;
	text-align: right;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* added by mirco */

.referenzen {
	padding: 20px 40px 20px 90px;
	margin-top: 75px;
}

.referenzen img {
	border: 1px solid #999;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.news_img {
	border: 1px solid #999;
	margin-bottom: 20px;
	width: 100px;
	height: 125px;
}


/* @group buttons */

#b_close a:link, #b_close a:visited, #b_close a:hover, #b_close a:active
{
background: url(images/close_black.jpg) no-repeat 0px 0px;
border-style: none;width: 19px;height: 20px;display: block;
text-decoration: none;
	float: left;
	margin: 2px;
}

#b_prev a:link, #b_prev a:visited, #b_prev a:hover, #b_prev a:active 
{
background: url(images/prev_black.jpg) no-repeat 0px 0px;
border-style: none;width: 19px;height: 20px;display: block;
text-decoration: none;
	float: left;
	margin: 2px;
}

#b_next a:link, #b_next a:visited, #b_next a:hover, #b_next a:active
{
background: url(images/next_black.jpg) no-repeat 0px 0px;
border-style: none;width: 19px;height: 20px;display: block;
text-decoration: none;
	float: left;
	margin: 2px;
}

#b_close a:hover, 
#b_prev a:hover, 
#b_next a:hover 
{background-position: -20px 0px;
	margin: 2px;
}

#b_close a:active, 
#b_prev a:active, 
#b_next a:active
{background-position: -40px 0px;
	margin: 2px;
}

#b_hide
{
border-style: none;width: 19px;height: 20px;display: block;
float: left;
	margin: 2px;
}



/* @end */

/* @group type */

/*a:link, a:visited, a:hover, a:active, .line {border-bottom: 1px solid #c3dbf9;}
a:hover {border-bottom: 1px solid #3eafff;}
a:active {border-bottom: 1px solid #ff5917;}
*/
.a10px
{font: normal 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

.a12px, .small, .refnavsub, .refnavproj, .refdefaulttext, .projd, .person_text
{font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

.a13px, #sidebar, .grau, .marken
{font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.a14px, .more_info, .more, .entry p, .refnav, #header ul li, .arbeiten_copy
{font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

.arbeiten_copy {
	margin-top: 30px;
}

.a15px
{font: normal 15px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

.a16px
{font: normal 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

.a18px, h2, h3, .headline, .proj_name, .angebot_a, .angebot_ia
{font: normal 18px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	text-align: left;
}

.a20px
{font: normal 20px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;}

.a22px
{font: normal 22px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;}

.links, .more_info, .more, .entry p
{text-align: left;}


/* @end */

/* @group colors */

.orange, h2, h3, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover, .headline, #sidebar a:active, #header a:active, a:active {
	color: #ff5917;
}

.blau, .blue, #header li a:hover, #sidebar a:hover, .current, a:hover, .angebot  {
	color: #3eafff;
}

.weiss 
{color: #fff;}

.grau1
{color: #e2e2e2;}

.grau2, small
{color: #c2c2c2;}

.grau3, #sidebar li, #sidebar li a:link, .angebot a
{color: #999;}

.grau4, .more_info, .more, .entry
{color: #777;}

.grau5
{color: #424242;}

.grau6
{color: #333;}

.whitebg, .narrowcolumn  {
	background-color: rgba(255,255,255,0.9);
}



/* @end */

/* @group positions */

#sidebar {
	right: 40px;
	position: fixed;
	top: 180px;
	text-align: right;
}

.entry p {
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 0;
}

#header ul {
	margin-top: 15px;
}

/* @end */

/* @group special styles */

#header li a:link, #header img, #header li a:hover, #header li a:active, a:link, #header li a:visited, #b_more a, #sidebar a:hover, #sidebar a:link, #sidebar a:active, #sidebar a:visited, .refnav a, .refnavsub a, .refnavproj a, .angebot a
{
	text-decoration: none;
}

.more_button {
	display: block;
	margin-top: 15px;
	width: 68px;
	height: 15px;
	cursor: pointer;
	display:none;
	background: url(images/readmore.jpg) no-repeat 0 0;
}

.more_button:hover {
	background-position: 0 -21px;
	background-repeat: no-repeat;
}

.normal {
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

#background_container {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

#people {
	width: 680px;
	height: 520px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.more li {
	list-style-type: disc;
	list-style-position: inside;
}

.close_button {
	background: url(images/close_button.jpg) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.brueter {
	position: absolute;
	top: 60px;
	border: 1px solid #ccc;
	display: block;
	left: 500px;
}

/* @end */

/* @group boxes */

.ref_bg {
	background-color: #333;
	/*background-color:#333;
	filter:alpha(opacity=1);
	-moz-opacity: 1;*/
	opacity: 1;
	width: 100%;
	height: 100%;
	right: 0;
	cursor: pointer;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
}

#person_info {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: none;
	position: absolute;
	z-index: 90;
	top: 0;
	margin: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#box_overlay {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
	display: none;
	z-index: 90;
	top: 0;
	left: 0;
	position: absolute;
}

#box_detail {
	display: none;
	z-index: 100;
	position: absolute;
}

#box_detail_old {
	width: 100%;
	height: 100%;
	margin: auto auto 0 0;
	cursor: pointer;
	display: none;
	z-index: 100;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#more_info {
	z-index: 70;
}

.more_info {
	z-index: 70;
}

.person_detail {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 500px;
	padding: 0;
	z-index: 110;
	margin: auto;

}

.marken {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 220px;
	padding: 20px;
}

.person_detail img {
	position: relative;
	top: 0;
	left: 0;
	border-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

.person_text {
	position: absolute;
	top: 20px;
	border-style: none;
	float: right;
	padding: 0;
	margin: 0;
	right: 20px;
	left: 370px;
}

.ref_box {
	position: relative;
	width: 680px;
	height: 450px;
	cursor: auto;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.ref_box img {
	border-style: none;
	margin: 0;
}

.ref_box table {
	border-style: none;
	margin: 5px 0 10px;
}
.refnav {
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px dotted #79b4ff;
}

.refnavsub {
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px dotted #79b4ff;
	padding-top: 5px;
}

.refnavproj {
	padding-bottom: 20px;
	padding-left: 5px;
	padding-top: 5px;
	line-height: 16px;
}

.thumbnails {
	margin-bottom: 10px;
}

.startrefs {
	display: block;
}

.contitech_box {
	position: relative;
	width: 770px;
	height: 500px;
	margin: 80px auto auto;
	cursor: auto;
	background-color: #333;
}
/* @end */

/* @group Netzwerk */

#netzwerk {
	background-color: #fff;
	border: 1px dotted #eee;
	z-index: -1;
	margin-right: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: 10px;
}

#ajax-contact-form input{
width: 250px;
}
#ajax-contact-form textarea{
width: 250px;
}
#ajax-contact-form .button{
width: 250px;
float: left;
}

#newsletter {
	display: block;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;

background-color: rgba(249, 249, 249, 0.597656);
border: 1px solid grey;
bottom: 0px;
padding: 15px;
padding-top:5px;
position: fixed;
right: 0px;
text-align: left;
width: 270px;
height: 40px;
z-index: 200;
margin-right: 3px;
margin-bottom: 3px;

}
#newsletter {
	display:none;
}
#newsletter br{
	display:none;
}
#newsletter table{
	margin-top:5px;
}
#newsletter, #newsletter a, #newsletter p {
	display: block;
	font: normal normal normal 14px/20px 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}
#newsletter .required{
	display: none;
}
#newsletter table .required{
	display: block;
}
#newsletter .poweredphplist{
	display: none !important;
	padding: 0px !important;
	margin: 0px !important;
	border-spacing: 0px !important;
}
#newsletter p a{
	display: none !important;
}

#newsletter table tr{
	width: 200px;
}

#newsletter form input{
	border: 1px solid grey;
	padding-right: 5px;
}

#newsletter form input[type="submit"]{
	border: 1px solid grey;
	padding-right: 5px;
	padding-left: 5px;
	background-color: white;
}

#newsletter form .attributeinput input{
	border: 1px solid grey;
	padding-left: 0;
	width: 180px;
	margin-right: 5px;
}

#newsletter form td div{
	margin-right: 10px;
}
/* @end */
