/* #Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 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; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
* html .clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}

/* #basicStyles & helper
================================================== */
body {
    font-size: 13px;
    font-family: Arial;
    background: #fff;
    line-height: 1.2em;
    color:#000000;
    padding:0;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
}
h2 {
    border-bottom: 1px solid #000;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
h3 {
}
h4 {
}
h5 {
}

h2 a, 
h3 a,
h4 a {
    text-decoration: none;
}
h2 a:hover, 
h3 a:hover, 
h4 a:hover {
    text-decoration: none;
}

p {
    line-height: 1.2em;
    font-size: 1em;
    color:#000000;
    margin: 0 0 12px 0;
}
strong {
    font-weight: bold;
}

img {
    max-width: 100%;
}

/* custom classes */
.red,
.redListElement {
    color: #db2419;
}
.blue,
.blueListElement {
    color: #0b539e;
}
.visibleMiniTablet {
    display: none;
}

/* #Header
================================================== */
.landingpageWrapper {
    width: 930px;
    margin: 0 auto;
    background: url('../img/bilfit-header.png') no-repeat scroll 0 0 #c9c8c8;
    min-height: 1000px;
    position: relative;
}

/* #Content
================================================== */
section {
    float: left;
    position: absolute;
    /*top: 200px; */ top: 150px;
    left: 47px;
}
.oneRow {
    width: 835px;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 35px #303030;
    height: 317px;
}
.bilfitImage {
    width: 350px;
    float: left;
}
.bilfitText {
    width: 425px;
    float: left;
    padding: 20px 30px 10px 30px;
}
.bilfitText ul {
    margin-bottom: 15px;
}
.bilfitText ul li {
    padding-bottom: 5px;
}

.bilfitButton {
    border-radius: 10px;
    margin-top: 7px;
    color: #fff;
    text-decoration: none;
    padding: 4px 15px;
    display: inline-block;
}
.bilfitButton.technikButton {
    background: #c24015;
}
.bilfitButton.wassertechnikButton {
    background: #2581bb;
}

.redListElement,
.blueListElement {
    font-weight: bold;
}

.bilfitWassertechnikWrapper {
    margin-top: 55px;
}
/* #Footer
================================================== */
.landingpageWrapper footer {
    background: url('../img/bilfit-footer.png') no-repeat scroll 0 -20px transparent;
    display: block;
    width: 100%;
    height: 128px;
    position: absolute;
    bottom: -55px;
    left: 0;
}
.landingpageWrapper footer nav {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.landingpageWrapper footer ul {
    position: absolute;
    top: 20px;
    left: 47px;
    display: block;
    float: left;
}
.landingpageWrapper footer nav ul li {
    float: left;
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}
.landingpageWrapper footer nav ul li.first {
    padding-left: 0;
}

.landingpageWrapper footer nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}