/* HTML5 ✰ Boilerplate
 * ==|== 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.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #292929; color: #fff; text-shadow: none; }
::selection { background: #292929; color: #fff; text-shadow: none; }

a { color:#363636; }
a:visited { color:#363636;}
a:hover { color:#363636;}
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
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: 1em 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: #fff; }

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

/* ==|== primary styles =====================================================
   Author: PAC Werbeagentur GmbH
   ========================================================================== */

body{
/*font-family:Helvetica, Arial, sans-serif;*/
font-family:Verdana, Arial, sans-serif;
color:#363636;
background:url(images/bg.jpg) top center no-repeat #00121e;
}
.clearfloat{
clear:both;
}
h1{
margin:0;
font-size:1.4em;
color:#0083cb;
/*font-weight:normal;*/
}
h2{
margin:0;
font-size:1.2em;
/*font-weight:normal;*/
}
a{
/*color:#0083cb;*/
color:#363636;
}
blockquote {
font-style:italic;
margin:10px 0 10px 0;
}
cite{
font-size:0.8em;
}
#content h1{
margin: 0 0 0 0;
font-size:1.4em;
font-weight:normal;
}
/*pac-farben*/
.rot{
color:#da0036;
}
.blau{
color:#0083cb;
}

#aside ul li{
margin-left:-20px;
list-style:none;
list-style-image:url(images/subnavli.png);
}
#aside ol li{
margin-left:-20px;
}

#container{
}
#header{
margin:0 auto;
width:960px;
height:80px;
}
#logo{
margin:30px 0 0 -110px
}
#search{
margin:-45px 0 0 0;
float:right;
width:270px;
height:75px;
background:url(images/mini_sb.png) top right no-repeat;
}
#search div{
margin:50px 0 0 128px;
}
#search_input{
width:100px;
}
#search_input, #search_button{
height:14px;
font-size:9px;
border:1px solid #fff;
color:#fff;
background:none;
}
#search_button{
border-top:none;
height:18px;
color:#001722;
font-weight:bold;
background:#fff;
}
/*start nav*/
#navdiv{
margin:0 auto;
width:960px;
height:65px;
border-bottom:4px solid #fff;
}
.ie7 #navdiv{
margin:25px auto 0 auto;
}
#mainnav{
height:30px;
width:960px;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
font-size:18px;
text-transform:uppercase;
}
#mainnav a{
color:#fff;
text-decoration:none;
}
#mainnav ul{
margin:-1px 0 0 20px;
}
#mainnav ul li{
float:left;
padding:5px 50px 5px 0;
list-style-image:url(images/navli.png);
}
#mainnav ul .aktiv{
list-style-image:url(images/navli_a.png);
}
#mainnav ul li a{
display:block;
}
#mainnav ul li  a:hover {
color:#0095da;
}
#subnav{
clear:left;
height:30px;
font-size:14px;
text-transform:uppercase;
}
#subnav a{
color:#fff;
text-decoration:none;
}
#subnav ul{
margin:1px 0 0 16px;
}
#subnav ul li{
float:left;
padding:5px 45px 5px 0;
list-style-image:url(images/subnavli.png);
}
#subnav ul .aktiv{
list-style-image:url(images/subnavli_a.png);
}
#subnav ul li a{
display:block;
}
#subnav ul li  a:hover {
color:#0095da;
}

#asidenav ul{
margin:10px 0 0 17px;
}
#asidenav ul li{
margin:0;
padding:5px 45px 5px 0;
list-style-image:url(images/asideli.png);
}
#asidenav ul .aktiv{
list-style-image:url(images/asideli_a.png);
}
#asidenav ul li a{
display:block;
}
#asidenav ul li  a:hover {
/*color:#0095da;*/
}

/*end nav*/
#main{
margin:15px auto 0 auto;
width:935px;
background:#fff;
padding:20px 5px 20px 20px;
}
#content{
margin:0;
float:left;
width:600px;
}

#content a{
text-decoration:none;
}

#content ul li{
margin:0 0 0 -22px;
padding:5px 45px 5px 0;
list-style-image:url(images/asideli.png);
}

/*sidebar*/
#aside{
margin:0 0 0 20px;
padding:0 0 0 20px;
float:left;
width:280px;
/*font-size:0.8em;*/
min-height:495px;
border-left:2px solid #363636;
}
#aside .h1big{
margin:0 0 0 0;
font-size:2em;
font-weight:normal;
}
#aside h1{
margin:0 0 0 0;
font-size:1.4em;
font-weight:normal;
}
#aside h2{
margin:0 0 0 0;
font-size:1.4em;
font-weight:normal;
}
#aside h3{
margin:0 0 0 0;
font-size:1.2em;
font-weight:normal;
color:#0083cb;
}
#aside p{
margin:10px 0 10px 0;
line-height:1.2em;
}
#aside a{
/*color:#0083cb;*/
color:#363636;
}
#aside .toggle{
color:#0083cb;;
text-decoration:none;
font-weight:bold;
}
.aside_link, .cat_link{
background:url(images/link.png) left no-repeat;
text-indent:30px;
color:#363636;
}
.aside_link{
margin-left:25px;
}
.aside_link_noicon{
margin-top:-10px;
text-indent:25px;
color:#363636;
}
.tabtxt{
margin-left:25px;
}
.teaserbox{
margin:27px 0 0 0;
}
#footer{
margin:0 auto;
width:960px;
height:80px;
font-weight:bold;
color:#fff;
}
#footer a{
text-decoration:none;
color:#fff;
}
#footertxt{
margin:3px 0 0 0;
float:left;
font-size:10px;
}
.ie7 #footertxt{
margin:13px 0 0 0;
}
#footertxt2{
margin:-10px 0 0 0;
float:left;
font-size:10px;
}
.ie7 #footertxt2{
margin:10px 0 0 0;

}
#socialicons{
margin:0 0 0 20px;
float:left;
font-size:10px;
}
.ie7 #socialicons{
margin:10px 0 0 20px;
}
#socialicons img{
margin:0 2px;
}
#footerlogo{
margin:10px 0 0 0;
float:right;
width:250px;
height:20px;
background:url(images/inhouse.png) no-repeat right;
}

/*imagecontainer imagenavigation*/
#imagecontainer{
}
#imagecontainer #image_g{
margin:0 auto ;
width:600px;
height:400px;
}
#imagecontainer #image_tn{
margin:15px 0 0 0;
width:620px;
height:70px;
}
 #imagecontainer #image_tn .tn{
float:left;
height:77px;
width:108px;
margin:0 15px 0 0 ;
}
#imagecontainer #image_tn .tn p{
}
#imagecontainer #image_tn a:hover{
outline: 1px solid #0083cb;
}
#imagecontainer #image_tn a:focus{
outline: 1px solid #0083cb;
}
#imagecontainer #image_tn a:active{
}
/*imagecontainer stellen*/

#imagestellen_tn{
margin:5px 0 0 0;
}

#imagestellen_tn .tn{
margin-bottom:5px;
clear:both;
height:60px;
width:278px;
/*font-size:10px;*/
border:1px solid #3c4e58;
background:#3c4e58;
}

#imagestellen_tn .tn img{
float:left;
}
#imagestellen_tn .tn p{
margin:5px;
float:left;
width:160px;
font-size:1.1em;
color:#fff;
display:block;
}
#imagecontainer #imagestellen_tn a:hover{
outline: 1px solid #0083cb;
}
#imagecontainer #imagestellen_tn a:focus{
outline: 1px solid #0083cb;
}
#imagecontainer #imagestellen_tn a:active{
}

#asideimagecontainer{
}
#asideimagecontainer #image_g{
margin:0;
width:280px;
height:180px;
overflow:hidden;
}
#asideimagecontainer #image_tn{
margin:15px 0 0 0;
width:280px;

}
#asideimagecontainer #image_tn .tn{
float:left;
width:89px;
height:60px;
margin:0 2px 4px 2px ;
font-size:10px;
overflow:hidden;
}

/*kompetenzen image klein*/
#imagecontainer_ik img{
float:left;
}
#imagecontainer_ik h1{
margin:-5px 0 0 20px;
/*max-width:400px;*/
float:left;
}

/*firmenportrait*/
#firmenportrait{
margin:20px 0 0 0;
}
#firmenportrait table{
font-size:0.9em;
}
#firmenportrait table tr{
height:35px;
/*border:1px solid red;*/
}
#firmenportrait table td{
padding-bottom:5px;
}
#firmenportrait .strong{
font-weight:bold;
padding-right:10px;
}
/*arbeiten*/
#slicecontainer{
width:600px;
height:400px;
overflow:hidden;
background:#00040b;
margin-bottom:5px;
}

#imagecontainer #linkshow{
margin-top:-5px;
}

#imagecontainer .bordertop{
border-top:1px solid #000;
}
#imagecontainer .borderbottom{
border-bottom:1px solid #000;
}
#imagecontainer .toggle{
text-decoration:none;
}
.slice{
float:left;
}
.slice img:hover{
margin-top:-2px;
}
.sliceclearfloat{
clear:left;
}

/*arbeiten kategorien*/
#content #cat{
}
/*image*/
#content #cat .tn{
width:150px;
margin:10px 20px 0 0;
float:left;
/*border:1px solid red;*/
}
/*text*/
#content #cat .projekte{
font-size: 0.8em;
margin:10px 0 0 0;
width:400px;
float:left;
margin-bottom:15px;
/*border:1px solid red;*/
}
#content #cat .projekt{
/*border:1px solid green;*/
}
#content #cat .projekte .cat_link {
background:url(images/link.png) left no-repeat;
text-indent:30px;
color:#363636;
/*border:1px solid green;*/
}

.cat_link a{
color:#363636;
text-decoration:none;
}
.backbutton{
margin:-5px 0 5px 0;
}
.backbutton a{
text-decoration:none;
}
/*geschaeftsfuehrung*/
#geschaeftsfuehrung{
margin:20px 0 0 0;
}
#geschaeftsfuehrung table{
font-size:0.9em;
}
#geschaeftsfuehrung table tr{
padding-bottom:10px;
}
#geschaeftsfuehrung table td{
padding-bottom:5px;
}
#geschaeftsfuehrung .strong{
font-weight:bold;
padding-right:10px;
}
/*karriere*/

/*kontakt_ansprechpartner*/
#kontakt_ansprechpartner{
margin:0;
float:left;
width:900px;
padding:0 5px 20px 0px;
}

#kontakt_ansprechpartner h1{
/*margin:10px 0 0 0;*/
/*font-size:1.4em;*/
/*font-weight:normal;*/
}

#kontakt_ansprechpartner h2{
margin:20px 0 0 0;
font-size:1.4em;
font-weight:normal;
background:url(images/2dot.png) left no-repeat;
text-indent:50px;
}
#kontakt_ansprechpartner hr{
margin:20px 0 0 0;
} 
#kontakt_ansprechpartner .box1{
margin:30px 50px 0 0;
float:left;
}
#kontakt_ansprechpartner .box2{
margin:30px 0 0 0;
float:left;
}
#kontakt_ansprechpartner .image{
float:left;
border:1px solid #cccccc;
}
#kontakt_ansprechpartner .text{
margin:-15px 0 0 20px;
float:left;
width:200px;
}
#kontakt_ansprechpartner .boxh21{
float:left;
margin:0 1px 0 0;
}
#kontakt_ansprechpartner .boxh22{
float:left;
margin:0 0 0 0;
}
#kontakt_ansprechpartner a{
color:#363636;
text-decoration:none;
}

/*anprechpartner in der facybox*/
.anprechpartner{
width:800px;
background:#fff;
padding:20px;
}
.anprechpartnerimg {
margin:5px 0 0 5px;

}
.anprechpartnerimg img{
float:left;
border:1px solid #cccccc;
}
.anprechpartnertext{
margin:-15px 0 0 0;
float: left;
padding:0 10px 10px 30px;
width:450px;
}
.ie7 .anprechpartnertext{
margin:0;
}
.anprechpartnertext span{
font-weight:bold;
}
/*anfahrtskizze*/
#map{
visibility:hidden;
display:none;
}

/*kontakt kontaktformular*/
#kformular{
}
#kformular h1{
margin:-6px 0 0 0;
font-size:2em;
font-weight:normal;
}
#kformular .alert{
color:#da0036;
font-weight:bold;
padding:2px 5px 2px 5px;
margin:0 ;
}
#kformular  #alertdiv{
margin:10px 0 0 0;
}
#kformular .mailok{
color:#0083cb;
font-weight:bold;
padding:2px 5px 2px 5px;
margin:0 ;
}
#kontakt{
margin:0 0 0 4px;
padding:0 10px 10px 0;
}
#kontakt .cell{
margin:20px 0;
}
#kontakt .label{
margin:0 0 10px 0;
}
#kontakt input{
border:1px solid #C4C4C4;
width:280px;
}
#kontakt textarea{
border:1px solid #C4C4C4;                   
width:280px;
height:230px;
}
#kontakt .mailbutton{
margin:5px 0 0 0;
padding:0;
border:1px solid #C4C4C4;
font-weight:bold;
}

/*suche content ausgabe*/
#searchdiv{
margin:0;
float:left;
width:900px;
padding:0 5px 20px 20px;
}
#searchdiv div{
padding:5px;
border-bottom:1px solid #0083cb;

}
.suchwort{
color:#0083cb;
}

.suchtitel{
font-size:1.2em;
padding:0 0 20px 0;
}
#searchdiv p{
margin-bottom:15px;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; 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: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ==|== media queries ====================================================== */
@media only screen and (min-width: 480px) {
}

}
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 480px) {

#search{
display: none; 
}
#mainnav ul li, #subnav ul li{
float:none;
}
#logo{
display:block;
position:relative;
width:280px;
overflow:hidden;
left:-95px;
}
#footertxt{
float:none;
}
#socialicons{
margin-left:0;
}
#kontakt_ansprechpartner h2{
background:none;
text-indent:0;
}

}
@media only screen and (max-width: 960px) {
#container{
width:100%;
overflow:hidden;
}
#main, #header, #navdiv, #mainnav, #subnav, #content, #cat,#searchdiv, #footer{
width:95%;
height:auto;

}
#main{
clear:both;
margin: auto;
}
#header, #navdiv, #mainnav, #subnav, #content, #footer{
margin:10px;
}

#header{
max-width:485px;
border-bottom:1px solid #344d54;
height:60px;
}
#navdiv, #mainnav, #subnav{
padding:;
border:0;
}
#search{
margin:-68px 0 0 220px;
float:none;
}
#logo{
margin:30px 0 0 10px;
}
#search{
background:none;
}
#mainnav{
font-size:1.2em
}
#subnav{
font-size:1em
}
#content img {
max-width: 100%;
}
#content h1, h2{
clear:both;
margin:auto;
}
#content, #aside, #imagecontainer{
clear:both;
float:left;
margin:0;
}
#imagecontainer, #slicecontainer{
max-width: 100%;
display:inline;
}
#cat{
margin:0;
}
#sliceimage{
background:#00040b;
width: 100%;
overflow:hidden;
}
#slicecontainer{
}
#cat #slicecontainer .slice{
max-width: 8%;
}
#cat #slicecontainer.slice img{
max-width: 100%;
}
#content #cat .tn{
float:none;
}
#content #cat .projekt{
float:none;
width: 100%;
}
#content #cat .projekte{
float:none;
width: 100%;
}

.toggle{
margin-top:20px;
height:30px;
}
#image_g{
max-width: 100%;
display:inline;
}
#aside{
margin:10px 0 0 0;
min-height:inherit;
width: 85%;
}
#subnav{
}
#kontakt_ansprechpartner{
width:100%;
}
#kontakt_ansprechpartner .box1, #kontakt_ansprechpartner .box2 {
margin:30px 30px 0 0;
}
#kontakt_ansprechpartner .box1 .image, #kontakt_ansprechpartner .box2 .image{
float:none;
margin-bottom:10px;
width:170px;
}
#kontakt_ansprechpartner .box1 .text, #kontakt_ansprechpartner .box2 .text{
width:auto;
margin-left:0;
}

#kontakt_ansprechpartner .boxh21, #kontakt_ansprechpartner .boxh22{
float:none;
}

#footerlogo{
display:none;
}
}
/* ==|== print styles ======================================================= */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  /*a[href]:after { content: " (" attr(href) ")"; }*/
	a[href]:after { content: " "; }
  /*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; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
	#header, #navdiv, #footer{ display: none !important; visibility: hidden; }
}


