/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('libs/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('libs/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('libs/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('libs/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('libs/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('libs/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('libs/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('libs/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('libs/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('libs/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('libs/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('libs/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* HTML5 Boilerplate  */

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%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, body { width:100%; height:100%; margin:0; padding: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, serif; _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; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -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; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.left { float:left; }
.right { float:right; }


/* Basics */

html, button, input, select, textarea { font-family:'Open Sans',Arial,Helvetica,sans-serif; color:#5e5e5d; }
body { background:#383530 url('img/bg.jpg') repeat-x fixed; margin:0; font-size:13px; line-height:20px; }

::-moz-selection { background: #528531; color: #fff; text-shadow: none; }
::selection { background: #528531; color: #fff; text-shadow: none; }


h1,h2,h3,h4 { margin:0; padding:0; font-weight:700; }
p { margin:0; padding:0; }
a { color:#333; text-decoration:none; outline:0; }
a:hover, .aktiv a { color:#528531; }

.dn { display:none; }
.vh { visibility:hidden; }

/* Container */

#bg {
margin:0 auto;
width:960px; min-height:100%;
background:url('img/bg_kachel.jpg') repeat-y;
}

#all {
positition:relative;
width:960px;
}

#logo {
position:relative;
top:-18px;
float:left;
margin:0 0 130px 63px;
width:230px; height:97px;
background:url('img/logo.png') no-repeat;
}

#header, #main, #footer {
position:relative;
width:960px;
}

#header {
position:relative;
border-top:18px solid #7d7b6f;
height:261px;
background:url('img/bg_header.jpg') no-repeat;
}

#main {
min-height:100%;
background:#fff url('img/bg_rightcol.png') right top repeat-y;
}

#footer {
height:42px;
}

/* Navigation */

#nav, #nav li {
float:left;
margin:0; padding:0;
list-style-type:none;
position:relative;
}

#nav {
width:897px; height:35px;
margin-left:63px;
}

.lt-ie7 #nav {
margin-left:31px;
}

#nav li {
float:left;
margin-right:6px;
cursor:pointer;
}

#nav li a {
float:left;
height:35px;
text-indent:-1000em;
overflow:hidden;
background-repeat:no-repeat;
}

#nav #nav1 a { width:142px; background-image:url('img/nav1.png'); }
#nav #nav2 a { width:99px; background-image:url('img/nav2.png'); }
#nav #nav3 a { width:125px; background-image:url('img/nav3.png'); }
#nav #nav4 a { width:103px; background-image:url('img/nav4.png'); }
#nav #nav5 a { width:125px; background-image:url('img/nav5.png'); }
#nav #nav6 a { width:142px; background-image:url('img/nav6.png'); }

#nav li a:hover, #nav li:hover a { background-position:left -50px; }
#nav li.aktiv a { background-position:left -100px; }

#nav li ul { display:none; }
#nav li:hover ul, #nav li.hover ul { display:block; }

#nav li ul {
position:absolute; left:-3px; top:0px;
width:115px; height:65px;
padding:63px 0 0 15px;
background:url('img/bg_nav.png') left 26px no-repeat;
z-index:100;
}

#nav li.aktiv ul {
background:url('img/bg_nav_a.png') left 26px no-repeat;
}

#nav li ul li a { background:none !important; text-indent:0; height:auto; color:#000; }
#nav li ul li a:hover, #nav li ul li.aktiv a { color:#528531; }

/* Content */

#content {
float:left;
position:relative;
width:590px;
min-height:100%;
padding:49px 0 20px 73px;
}

         #content #lineal {
         position:absolute; left:73px; bottom:20px;
         }

         #content #impressum {
         width:100%;
         font-size:12px;
         font-weight:bold;
         position:absolute; left:753px; bottom:17px;
         }

h1 {
font-size:22px;
line-height:20px;
font-weight:bold;
text-transform:uppercase;
color:#444;
padding-bottom:7px;
border-bottom:1px solid #dfdfdf;
}

h2 {
margin-top:20px;
font-size:18px;
line-height:20px;
font-weight:bold;
color:#444;
}

h3 {
margin-top:20px;
font-size:13px;
line-height:20px;
font-weight:bold;
color:#386719;
}

#content img.right {
margin-left:20px;
}

#content ul {
padding-left:15px;
}

#rightcol {
float:right;
width:251px; min-height:100%;
overflow:hidden;
}

         #rightcol div {
         width:251px; height:515px;
         padding:53px 0 0 44px;
         background:url('img/bg_rightcol.jpg') no-repeat;
         font-size:12px;
         line-height:16px;
         color:#333;
         }

         #rightcol h3 {
         text-transform:uppercase;
         font-size:14px;
         line-height:16px;
         margin:0 0 16px 0;
         color:#333;
         }

input.text, textarea {
float:left;
width:500px;
padding:5px;
margin:10px 0 0 0;
color:#aeaeae;
font-size:13px;
background:#fff;
border:1px solid #aeaeae;
}

input.submit {
float:left;
margin:10px 0 0 0;
}

textarea {
height:150px;
}

input.submit {
width:154px; height:32px;
padding:3px 0 0 15px;
}

.impressum #content b {
color:#333;
}

#quotes, #quotes li {
float:left;
margin:0; padding:0;
list-style-type:none;
position:relative;
}

#quotes {
margin:107px 0 0 0;
}

         #quotes li {
         position:absolute; left:0px; top:15px;
         }

         #quotes div {
         width:165px; height:123px;
         padding:0;
         background:none;
         color:#fff;
         }



@media only screen and (max-width: 1024px) {


}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.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 print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { 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; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}