.nav > li {
    display: inline;
}
.nav > li > a {
    display: inline;
    color: #5d5d5c;
    font-weight: normal;
    float: none;
    font-size: 12pt;
    line-height: 18pt;
}
.nav > li:not(:last-child):after {
    content: "|";
    display: inline;
    margin-left: 6px;
    margin-right: 6px;
}
.body {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    height: 100% !important;
}
body.site {
    padding: 0 !important;
    border: none !important;
}
.footer {
    display: none !important;
}
.navigation {
    border: none;
}

.body .container {
    padding: 40px 20px 20px;
    width: 1066px;
    max-width: none;
    height: auto;
    min-height: 650px;
}
.well {
    border: none;
    border-left: #b9baba 1px solid;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding-right: 0;
    margin-top: 60px;
}
.well .page-header {
    padding-bottom: 17px !important;
}
.well a:hover,
.well a:focus,
.well a {
    font-weight: normal;
}
.header {
    margin-bottom: 30px;
    margin-right: 10px;
}
.header .brand {
    padding-right: 4px;
    text-align: right;
}
a {
    color: #5d5d5c !important;
}
body, label, input, button, select, textarea, legend, h1, h2, h3, h4, h5 {
    color: #5d5d5c;
    font-family: myHelveticaLight, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Light", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    line-height: 1.5;
}
.gelb a:hover, .gelb a {
    font-family: myHelveticaLight, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Light", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,  h3, b, strong {
    /*font-family: myHelveticaBold, "Helvetica Neue Bold", "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;*/
    font-weight: bold;
}

@font-face {
    font-family: myHelveticaLight;
    src: local("Helvetica Neue Light"),
         local("HelveticaNeue-Light");
}
@font-face {
    font-family: myHelveticaBold;
    src: local("Helvetica Neue Bold"),
         local("HelveticaNeue-Bold");
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a {
    text-decoration: none;
    background-color: #FFFFFF !important;
}
#content .page-header {
    display: none;
}
.moduletable h3 {
    display: none;
}
.moduletable {
    padding-bottom: 30px;
}

.kontakt p {
    font-size: 10pt;
    line-height: 12pt;
}
.row-fluid .span3 {
    width: 220px !important;
    margin-left: 20px;
}
.row-fluid .span9 {
    width: 800px !important;
}
h1 {
    font-size: 18pt;
    font-weight: normal;
    line-height: 28pt;
}
h3 {
    font-size: 12pt;
    line-height: 1.5;
    margin-left: 100px;
    margin-right: 100px;
    padding: 25px 0 0 28px;  
}
.pull-left.item-image {
    float:left;
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 20px;
}
#content p, .contact-form {
    clear: both;
    padding: 20px 0 6px 28px;
    margin: 0;
    margin-left: 100px;
    margin-right: 100px;
}
#content h1.home {
    margin-left: 150px;
}
#content p.home {
    clear: both;
    padding: 0;
    margin: 6px 0 6px 0;
    margin-left: 0;
    margin-right: 0;
}
#content ul {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
#content li { 
    padding-left: 0.7em; 
    text-indent: -0.7em;
    padding-bottom: 0.2em;
}
#content li:before {
    content: "• ";
    color: #ffcc00; /* or whatever color you prefer */
    font-weight: bold;
}

.body .container {
    border-top: solid 10px #ffcc00;
    border-bottom: solid 4px #ffcc00;
}

#content .gelb, #content .gelbgross, #content .presse {
    padding: 0 0 20px 18px;
    border-left: solid 10px #ffcc00;
    margin: 0;
    margin-left: 100px;
    margin-right: 100px;
}
#content p.gelb {
    padding-bottom: 10px;
}
#content p.gelbgross {
    font-size: 16pt;
    line-height: 22pt;
}
#content p.kopf, .pull-left.item-image, #content p > img.kopf {
    clear: both;
    float:none;
    margin-right: -47px;
    margin-left: -47px;
    padding-bottom: 20px;
}
#content p > img.kopf {
    margin-left: -148px;
    max-width: 1106px;
}
.pull-left.item-image {
    display:none
}
#content ul.presse li {
    margin-bottom: 10px;
}
#content ul.presse a {
    font-weight: bold;
}



/* kontakt */

legend {
    font-size: 10pt;
    line-height: 16pt;
    border: none;
}
.btn-primary {
    background-color: #ffcc00;
    color: #5D5D5C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #FFE68B;
    color: #000000;
}

.form-horizontal .control-label {
    text-align: left;
    width: 100px;
}

.form-horizontal .controls, .form-horizontal .form-actions {
    margin-left: 100px;
}

input, textarea, .uneditable-input {
    width: 530px;
}

textarea {
    height: 135px;
}

.form-actions {
    background: none;
    border: none;
    margin: 0;
}

.form-horizontal .form-actions {
    padding: 0;
}   

[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    float: left;
}


@media (max-device-width: 480px) { 
    body, li, legend, label, input, button, select, textarea {
        font-size: 30pt;
        line-height: 36pt;
    }

    .nav > li > a {
        float: left;
        font-size: 16pt;
        line-height: 18pt;
        clear: both;
    }

    #content p.gelbgross {
        font-size: 32pt;
        line-height: 38pt;
    }

    .nav > li:not(:last-child):after {
        content: "";
    }

    #aside {
        display: none;
    }

    .form-horizontal .control-label {
        width: 100%;
    }

    .form-horizontal .controls, .form-horizontal .form-actions {
        margin: 0;
    }
}
