.entry-details {
display: none;
}

/* Email Courser Farbe schwarz */

input [type="text"] :focus,
input [tpye="email"] :focus
textarea :focus {
              color:  #333;
}


/* Footer in der Farbe rot*/

#homepage-message, #secondary-menu, #footer-sidebar, .header-sidebar .widget ul.menu ul a, #secondary-menu ul.menu ul a, .sb-options {
    background-color: #ff0000;
}

/* Titel ausblenden */
.entry-header .entry-title a {
   display:none; 
}

/* Titeltext Untertitel ganz oben */
#site-description {
    color: #333;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.4;
}

/* Border schwarz an Nav 
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    border-color: #222;
}*/