/* Linie am oberen Seitenrand siehe ReReplacer */
/* Hintergrundfarbe in den erweiterten Template-Einstellungen ändern */

/* MENÜ: RAHMEN OBEN UND UNTEN ENTFERNEN */
.navigation {
    border-top: 0px solid rgba(0,0,0,0.075);
    border-bottom: 0px solid rgba(0,0,0,0.075);
}
/* HORIZONTALES MENÜ ANPASSEN*/
.nav-pills > li > a {
    padding-top: 4px; /* 8px */
    padding-bottom: 4px; /* 8px */
    margin-top: 0px; /* 2px */
    margin-bottom: 10px; /* 2px */
    -webkit-border-radius: 4px; /* 5px */
    -moz-border-radius: 4px; /* 5px */
    border-radius: 4px; /* 5px */
    text-transform: uppercase; /* MENÜPUNKTE IN GROSSBUCHJSTABEN */
}
/*  RAHMENLINIE UNTER BEITRAGSÜBERSCHRIFT ENTFERNEN */
.page-header {
    border-bottom: 0px solid #eee;
}
/* BODY: RAHMEN UM CONTENT ENTFERNEN UND HINTERGRUND TEILTRANSPARENT MACHEN */
.body .container {
    border: 0px solid rgba(0,0,0,0.15);
    background-color: rgba(255, 255, 255,0.85);
    border-radius: 0px;
}
/* CONTENT: TEXTFORMATIERUNG*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px; /* 13px */
    line-height: 22px; /* 18px */
    color: #333; /* #333 */
}
/* ZITATE ANPASSEN UND MIT BOHNENHINTERGRUND VERSEHEN*/
blockquote {
    padding: 0 0 0 0px;
    margin: 0 0 18px;
    border-left: 0px solid #eee;
    background-image: url(/images/background/bohne.png);
    background-repeat: repeat;
}
blockquote p {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 9px;
}
/* HINTERGRUND DES FOOTERS AN CONTENT ANPASSEN */
.container {
    background-color: rgba(255, 255, 255,0.85);
    border-radius: 0px;
    padding: 0 20px 10px 20px;
}

/* LINIE AM SEITENKOPF ENTFERNEN */
.page-header {
    border-bottom: 0px solid #eee;
}

/* BURGERMENU DER MOBILEN VERSION ANPASSEN */
.navbar .btn-navbar .icon-bar {
    background-color: #235c6d; /* wie Templatefarbe */