
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 âœ° Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #779e0d; color:#fff; text-shadow: none; }
::selection { background:#779e0d; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Lehnert Styles!                ||
   ||                                              ||
    \\ ========================================== //
*/

body {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANElEQVQYlY3KtwEAIBADsVvH+w9oCgrSBwp1AnBFkvkIedpCnK7wpiCcKQkrFWGmJpg2gAfXZ1UDWGPHXwAAAABJRU5ErkJggg==);
}



/* 3.2 =Image Grid
---------------------------------------------------------------------- */

.image-grid {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding-bottom: 130px;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
	width: 14.285%;
/*	height: 16.6667%;*/
	float: left;
	color: #686f74;
	overflow: hidden;
	margin: 0 !important;
	border: 0 !important;
}

.image-grid li:hover {
}

.image-grid li img {
  display: block;
 /* 100.5% hier, um zu vermeiden, dass senkrechte 1px AbstÃ¤nde entstehen,
    wenn der Browser die Breit ungÃ¼nstig rundet. Falls dadurch das Bild 1px zubreit
    werden wÃ¼rde, wÃ¤re es aufgrund des overflow: hidden des umgebenden li nicht sichtbar... */
	width: 100.5%;
/*	height: 100% !important;*/
/*	-webkit-transition: all 0.2s ease-in-out;*/
	opacity: .7;
	margin: 0 !important;
	border: 0 !important;
}

.image-grid li img:hover {
/*	-webkit-transform: scale(1.3);*/
}

#images li a {
	z-index: 20;
}

#filter {
	font-family: 'Didact Gothic', arial, serif;
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
	-moz-box-shadow: 0 0 50px 0 #444;
	-webkit-box-shadow: 0 0 50px 0 #444;
    box-shadow: 0 0 50px 0 #444;
    height: 90px;
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#logo {
	position: absolute;
	top: 25px;
	right: 65px;
}

.logo_watermark {
	opacity: .1;
	position: absolute;
	right: 20px;
	bottom: 20px;
}


#toggles {
	overflow: hidden;
	margin:0;
	list-style: none;
	padding-top: 30px;
	padding-left: 45px;
	font-size: 18px;
}

#toggles li {
	float: left;
	padding-right: 30px;
	padding-left: 16px;
	background-image: url("img/colors.png");
	background-repeat: no-repeat;
	background-color: transparent;
	color: #ccc;
	font-size: 16px;
	height: 20px;
}

#toggles a {
	background-image: url("img/nav_filter.png");
	background-repeat: no-repeat;
	background-color: transparent;
	text-decoration: none;
	color: #ccc;
	display: block;
	height: 25px;
	margin-top: -4px;
	margin-left: -3px;
}

#toggles a:hover {
	text-shadow: 0 0 4px #fff ;
	color: #fff;
	text-decoration: none;
}

#navigation {
	background-color: #779e0d;
	display: block;
	margin: 0;
	list-style: none;
	position: relative;
}

#navigation ul {
	position: absolute;
	left: 15px;
	top: 10%;
	margin-left: 0;
	padding-left: 0;
	height: 80%;
}

#navigation ul li {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	line-height: 0;
	height: 30%;
	min-height: 20px;
}

#navigation ul li a {
	background-image: url("img/nav_green.png");
	width: 105px;
	height: 20px;
	display: block;
}

#navigation #about {
	background-position: 0 0px;
}

#navigation #kunden {
	background-position: 0 -21px;
}

#navigation #kontakt {
	background-position: 0 -43px;
}

#navigation #impressum {
	background-position: 0 -65px;
}

#navigation #about:hover {
	background-position: -105px 0px;
}

#navigation #kunden:hover {
	background-position: -105px -21px;
}

#navigation #kontakt:hover {
	background-position: -105px -43px;
}

#navigation #impressum:hover {
	background-position: -105px -65px;
}

.all {
	background-position:0 6px;
}

.all a {
	background-position:0 6px;
	width: 37px;
}

.all a:hover {
	background-position: -74px 6px;
}

.events {
	background-position:0 -74px;
}

.events a {
    background-position: 0 -51px;
    width: 50px;
}

.events a:hover {
    background-position: -74px -51px;
}

.ads {
	background-position:0 -34px;
}

.ads a {
    background-position: 0 -79px;
    width: 75px;
}

.ads a:hover {
    background-position: -74px -79px;
}

.interior {
	background-position:0 -54px;
}

.interior a {
    background-position: 0 -108px;
    width: 52px;
}

.interior a:hover {
    background-position: -74px -108px;
}

.fashion {
	background-position:0 -14px;
}

.fashion a {
    background-position: 0 -22px;
    width: 54px;
}

.fashion a:hover {
    background-position: -74px -22px;
}


.lightbox {
	font-family: 'Didact Gothic', arial, serif;
	padding: 35px;
	color: #ccc;
	line-height: 150%;
}

.lightbox h2 {
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 22px;
	color: #fff;
}

.lightbox h3 {
	font-weight: lighter;
	letter-spacing: 5px;
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}

.lightbox p {
	margin-top: 10px;
}

.lightbox #tmg {
        font-size: 10px;
        color: #555555;
        margin-top: 0;
}

#toggles input {
	display:none;
}

#cust_left_col {
	float: left;
	margin-right: 50px;
}

address {
	font-style: normal;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; bottom: 0; left:0; width: 100%; margin-right: 1px; border-left: 1px solid #000; padding-right: 10px; padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-right: 1px solid #000; border-bottom: 1px solid #000; color:#fff; font-family: 'Didact Gothic', arial, serif; font-size: 14px; text-shadow: 0px 1px 1px #555 ;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(img/controls2.png) no-repeat 0 0;}
        #cboxPrevious,#cboxNext{text-indent:-9999px; width:50%; height:100%; top: 0;position:absolute; opacity: .25;}
		#cboxPrevious{background:url(img/left.png) no-repeat left 50%; left:0;}
        #cboxPrevious.hover{opacity: .75;}
        #cboxNext{background:url(img/right.png) no-repeat right 50%; right:0;}
        #cboxNext.hover{opacity: .75;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}







.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}