/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* @license
 * MyFonts Webfont Build ID 2314673, 2012-06-25T03:27:39-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: VAG Rundschrift D by URW++
 * URL: http://www.myfonts.com/fonts/urw/vag-rundschrift/d/
 * Licensed pageviews: 10,000
 * 
 * Webfont: VAG Rundschrift D Light by URW++
 * URL: http://www.myfonts.com/fonts/urw/vag-rundschrift/d-light/
 * Licensed pageviews: unspecified
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2314673
 * Webfonts copyright: Copyright 2010 URW++ Design &amp; Development Hamburg
 * 
 * © 2012 Bitstream Inc
*/
@font-face {
  font-family: 'VAGRundschriftD';
  src: url('../fonts/2351B1_0_0.eot');
  src: url('../fonts/2351B1_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2351B1_0_0.woff') format('woff'), url('../fonts/2351B1_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'VAGRundschriftD-Lig';
  src: url('../fonts/2351B1_1_0.eot');
  src: url('../fonts/2351B1_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2351B1_1_0.woff') format('woff'), url('../fonts/2351B1_1_0.ttf') format('truetype');
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 1, 2013 09:02:43 AM America/New_York */
@font-face {
  font-family: 'AmaticSCRegular';
  src: url('../fonts/AmaticSC-Regular-webfont.eot');
  src: url('../fonts/AmaticSC-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/AmaticSC-Regular-webfont.woff') format('woff'), url('../fonts/AmaticSC-Regular-webfont.ttf') format('truetype'), url('../fonts/AmaticSC-Regular-webfont.svg#AmaticSCRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AmaticBold';
  src: url('../fonts/Amatic-Bold-webfont.eot');
  src: url('../fonts/Amatic-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Amatic-Bold-webfont.woff') format('woff'), url('../fonts/Amatic-Bold-webfont.ttf') format('truetype'), url('../fonts/Amatic-Bold-webfont.svg#AmaticBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==========================================================================
   author's custom mixins
   ========================================================================== */
/*
.fontSizeMini() {
    font-size: 10px;
    font-size: .75rem;
}

.fontSizeSmaller() {
    font-size: 12px;
    font-size: @fontSizeSmaller;
} */
/*
.fontSizeLarger() {
    font-size: 32px;
    font-size: @fontSizeLarger
}

.fontSizeLargest() {
    font-size: 40px;
    font-size: @fontSizeLargest;
}

.fontMini {
    .fontSizeMini();
    font-family: Verdana, Arial, "Sans";
} */
/* ==========================================================================
   author's custom helper classes
   ========================================================================== */
.noBreak {
  white-space: nowrap;
}
/* ==========================================================================
   H5BP helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.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;
}
html,
button,
input,
select,
textarea {
  color: #666;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  overflow-y: scroll;
  font-family: "VAGRundschriftD-Lig", Arial, Helvetica, sans-serif;
  font-size: medium;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.no-fontface html {
  font-weight: normal;
}
body {
  margin: 0;
  padding: 0;
  background: #e0e7ea url(../img/layout/bg.png);
}
p {
  margin: .75em 0 0;
}
a {
  text-decoration: none;
  color: inherit;
}
.cWidth {
  width: 960px;
  margin: 0 auto;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
.swipe img {
  width: 100%;
}
.no-js .swipe {
  visibility: visible;
}
.no-js .swipe .swipe-wrap > div {
  display: none;
}
.no-js .swipe .swipe-wrap > div:first-child {
  float: none;
  display: block;
}
#main {
  *zoom: 1;
  min-height: 488px;
  padding: 0 10px 100px 250px;
}
#main:before,
#main:after {
  display: table;
  content: "";
  line-height: 0;
}
#main:after {
  clear: both;
}
#main h2 {
  margin: 0;
  font-family: AmaticBold, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  color: #92ab38;
}
.no-fontface #main h2 {
  font-weight: bold;
}
#main a {
  color: #6fb2d0;
  /*
        &:before {
            content: "\00bb\00a0"; // &raquo;&nbsp;
        } */
}
#main b,
#main strong {
  font-weight: normal;
  font-family: "VAGRundschriftD", Arial, Helvetica, sans-serif;
}
.no-fontface #main b,
.no-fontface #main strong {
  font-weight: bold;
}
#main .col {
  width: 340px;
}
#main .col:first-child {
  float: left;
}
#main .col:first-child + .col {
  margin-left: 360px;
}
#main .boxImage,
#main .boxQuote,
#main .boxText,
#main .boxTextImage {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
}
#main .boxImage {
  padding: 10px;
}
#main .boxImage img {
  width: 100%;
}
#main .boxImage.frameless {
  background: transparent;
  padding: 0;
}
#main .boxText {
  padding-top: 10px;
  border-top: #6fb2d0 10px solid;
}
#main .boxTable {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  padding-top: 10px;
  border-top: #6fb2d0 10px solid;
}
#main .boxTable .table img {
  width: 100%;
}
#main .boxTextImage header {
  margin: -10px -10px 10px;
}
#main .boxTextImage header img {
  width: 100%;
}
#main .boxTextImage.frameless header {
  margin: -20px -20px 10px;
}
#main .boxQuote header {
  margin: -10px -10px 0.75em;
}
#main .boxQuote header img {
  width: 100%;
}
#main .boxQuote blockquote {
  margin: 0;
  color: #6fb2d0;
  font-size: larger;
  text-align: center;
}
#main .boxQuote blockquote p:first-child {
  margin-top: 0;
}
#main .boxQuote blockquote .author {
  color: #666;
  font-size: medium;
  font-size: 1rem;
}
#main .accordeon {
  margin: 0;
}
#main .accordeon dt {
  margin: .75em 0 0;
  font-family: "VAGRundschriftD", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 114.28571429%;
  color: #6fb2d0;
}
.no-fontface #main .accordeon dt {
  font-weight: bold;
}
.js #main .accordeon dt {
  cursor: pointer;
  padding-left: 24px;
  background: transparent url(../img/layout/plus.png) left 3px no-repeat;
  background-size: 18px;
}
.js #main .accordeon dt.open {
  background-image: url(../img/layout/minus.png);
}
#main .accordeon dd {
  margin: 0;
}
.js #main .accordeon dd {
  display: none;
}
#siteHeader {
  height: 340px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../img/layout/Kopfgrafik.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#siteHeader .cWidth {
  position: relative;
  height: 340px;
}
#siteHeader .cWidth ul {
  margin: 0;
  padding: 0;
}
#siteHeader .cWidth #logo {
  display: block;
  padding-top: 10px;
  width: 240px;
  height: 313px;
  background: transparent url("../img/layout/Bussy_Logo_L.png") bottom no-repeat;
}
#siteHeader .cWidth #navBar {
  position: absolute;
  left: 10px;
  top: 100%;
  width: 220px;
  padding-bottom: 250px;
  text-align: center;
  text-transform: uppercase;
}
#siteHeader .cWidth #navBar #menu {
  font-family: "VAGRundschriftD", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.no-fontface #siteHeader .cWidth #navBar #menu {
  font-weight: bold;
}
#siteHeader .cWidth #navBar #menu li {
  margin: 0;
  padding: 0 10px;
  background: #92ab38;
}
#siteHeader .cWidth #navBar #menu li a {
  display: block;
  padding: 10px;
  border-top: #829832 1px solid;
  border-bottom: #a2be3e 1px solid;
  color: #daf08e;
}
#siteHeader .cWidth #navBar #menu li a:hover {
  color: #50640a;
}
#siteHeader .cWidth #navBar #menu li.active > a {
  color: #50640a;
}
#siteHeader .cWidth #navBar #menu li.first a,
#siteHeader .cWidth #navBar #menu li:first-child a {
  border-top: 0;
}
#siteHeader .cWidth #navBar #menu li.last a {
  border-bottom: 0;
}
#siteHeader .cWidth #navBar #menu li.b2b {
  margin-top: 10px;
  background: #a4a4a4;
}
#siteHeader .cWidth #navBar #menu li.b2b a {
  border: 0;
  color: #e0e0e0;
}
#siteHeader .cWidth #navBar #menu li.b2b a:hover small {
  color: #333;
}
#siteHeader .cWidth #navBar #menu li.b2b a strong {
  display: block;
  font-weight: bold;
  color: #ab0c06;
}
#siteHeader .cWidth #navBar #menu li.b2b.active small {
  color: #333;
}
#siteHeader .cWidth #navBar #menu li .l2 {
  font-size: smaller;
}
#siteHeader .cWidth #navBar #menu li .l2 li {
  padding: 0;
}
#siteHeader .cWidth #navBar #menu li .l2 li a {
  margin-top: -10px;
  border: 0;
}
#siteHeader .cWidth #navBar #menu li .l2 li.last a {
  border-bottom: #a2be3e 1px solid;
}
.no-fontface #siteHeader .cWidth #navBar #menu {
  font-weight: bold;
}
#siteHeader .cWidth #navBar #quickNav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 220px;
  background: transparent url("../img/layout/bg-quicknav.png") center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#siteHeader .cWidth #navBar #quickNav a {
  display: block;
  font-family: AmaticBold, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  color: #fffefb;
}
.no-fontface #siteHeader .cWidth #navBar #quickNav a {
  font-weight: bold;
}
#siteHeader .cWidth #navBar #quickNav a:hover {
  color: #ad7901;
}
#siteHeader .cWidth #navBar #quickNav li {
  margin: 0 20px;
}
#siteHeader .cWidth #navBar #quickNav li:first-child {
  border-bottom: #fdb717 1px solid;
}
#siteHeader .cWidth #navBar #quickNav li:first-child a {
  padding: 48px 0 30px;
}
#siteHeader .cWidth #navBar #quickNav li:first-child + li {
  border-top: #e09c02 1px solid;
}
#siteHeader .cWidth #navBar #quickNav li:first-child + li a {
  padding: 30px 0 48px;
}
#siteHeader .cWidth #meta {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: "VAGRundschriftD", Arial, Helvetica, sans-serif;
  color: #666;
  color: rgba(0, 0, 0, 0.5);
}
.no-fontface #siteHeader .cWidth #meta {
  font-weight: bold;
}
#siteHeader .cWidth #meta li {
  float: left;
  padding: 8px 0;
  padding-left: 10px;
  line-height: 2em;
}
#siteHeader .cWidth #meta li a {
  display: block;
  padding-right: 10px;
  border-right: #666 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
  color: #666 !important;
}
#siteHeader .cWidth #meta li a:hover {
  text-decoration: underline;
}
#siteHeader .cWidth #meta li.social {
  line-height: 2em;
  padding: 8px 0 0 10px;
}
#siteHeader .cWidth #meta li.social a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  border: none;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/layout/fb.png) left top no-repeat;
}
#siteHeader .cWidth #meta li.langSelect {
  padding: 0 0 0 10px;
  border: 0;
  line-height: 3em;
}
#siteHeader .cWidth #meta li.langSelect a {
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  vertical-align: middle;
}
#siteHeader .cWidth .de {
  background: transparent url(../img/layout/DE.png) center no-repeat;
}
#siteHeader .cWidth .en {
  background: transparent url(../img/layout/EN.png) center no-repeat;
}
#siteFooter {
  width: 100%;
  padding-top: 17px;
  background: transparent url("../img/layout/Footer_Border.png") top repeat-x;
  font-family: "VAGRundschriftD", Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.no-fontface #siteFooter {
  font-weight: bold;
}
#siteFooter > .cWidth {
  padding: 20px 0 40px;
  background: #fff;
  color: #92ab38;
}
#siteFooter > .cWidth a {
  color: #6fb2d0;
}
#siteFooter > .cWidth a:hover {
  text-decoration: underline;
}
#siteFooter > .cWidth .legal {
  float: left;
}
#siteFooter > .cWidth .legal a {
  padding: 0 20px;
}
#siteFooter > .cWidth .email {
  padding: 0 20px 0 10px;
  text-align: right;
}
#siteFooter > .cWidth .email a {
  white-space: nowrap;
}
#siteFooter #bottomline {
  background: #92ab38;
}
#siteFooter #bottomline .cWidth {
  position: relative;
}
#siteFooter #bottomline #copyright {
  padding: 5px 20px;
  color: #fff;
}
#siteFooter #bottomline #toplink {
  position: absolute;
  right: 20px;
  top: -25px;
}
#siteFooter #bottomline #toplink img {
  width: 48px;
}
#siteFooter.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen {
  .cWidth {
    width: auto;
    max-width: 960px;
  }
  #siteHeader .cWidth #logo {
    background-image: url("../img/layout/Bussy_Logo_L_2x.png");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #siteHeader #meta li.social a {
    background-image: url(../img/layout/fb@2x.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .js #main .accordeon dt {
    background-image: url(../img/layout/plus_2x.png);
  }
  .js #main .accordeon dt.open {
    background-image: url(../img/layout/minus_2x.png);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx), only screen and (min-resolution: 200dpi) {
  body {
    background-image: url("../img/layout/bg@2x.png");
    -webkit-background-size: 8px;
    -moz-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
  }
  #siteHeader {
    background-image: url("../img/layout/Kopfgrafik@2x.jpg");
  }
  #siteHeader .de {
    background: transparent url(../img/layout/DE@2x.png) center no-repeat;
  }
  #siteHeader .en {
    background: transparent url(../img/layout/EN@2x.png) center no-repeat;
  }
  #siteFooter {
    background-image: url("../img/layout/Footer_Border@2x.png");
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    -o-background-size: 35px auto;
    background-size: 35px auto;
  }
}
@media only screen and (max-width: 60em) {
  #main .col {
    width: 100%;
  }
  #main .col:first-child {
    float: none;
  }
  #main .col:first-child + .col {
    margin-left: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  #main {
    padding: 0 0 100px;
  }
  #siteHeader {
    height: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("../img/layout/Kopfgrafik_schmal.jpg");
    -webkit-background-size: auto 342px;
    -moz-background-size: auto 342px;
    -o-background-size: auto 342px;
    background-size: auto 342px;
  }
  #siteHeader .cWidth {
    height: auto;
  }
  #siteHeader .cWidth #logo {
    width: 232px;
    height: 232px;
    margin: 0 auto;
    padding-top: 100px;
    background-image: url("../img/layout/Bussy_Logo_S_2x.png");
  }
  #siteHeader .cWidth #navBar {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0;
  }
  #siteHeader .cWidth #navBar #menu {
    background: #e0e7ea url("../img/layout/bg.png");
  }
  #siteHeader .cWidth #navBar #menu li.b2b a strong {
    display: inline;
  }
  #siteHeader .cWidth #navBar #menu li.b2b a strong,
  #siteHeader .cWidth #navBar #menu li.b2b a small {
    font-size: medium;
    font-size: 1rem;
  }
  #siteHeader .cWidth #navBar #quickNav {
    display: none;
  }
  #siteHeader .cWidth #meta {
    top: 10px;
  }
  #siteHeader .cWidth #meta li {
    display: none;
  }
  #siteHeader .cWidth #meta li.langSelect {
    display: block;
  }
  #siteFooter > .cWidth .legal {
    float: none;
  }
  #siteFooter > .cWidth .legal a {
    display: block;
    line-height: 2;
  }
  #siteFooter > .cWidth .email {
    display: none;
  }
}
