/*
Theme Name: Graphy Child
Theme URI: http://themegraphy.com/wordpress-themes/graphy/
Author: Themegraphy
Author URI: http://themegraphy.com/
Template: graphy
Description: Graphy is a blog-oriented WordPress theme designed with great attention given to the beauty of the typography. Made using mobile-first responsive web design, even when your site is viewed on a smartphone or tablet there will be no negative impact on the beautiful typography.
Version: 2.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: graphy-child
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/



/* HEADER */ 

/* Hintergrundbild für den Header, im Moment deaktiviert */
/*
.site-header, .site:before {
	background-image: url("../../uploads/2017/08/Chor1.jpg");
} 
*/



.site-logo {
	background-color: #6D0C0C;
}

.site-branding {
	/* max-width: 100%; */
	background-color: #6D0C0C;
}


.site-title a {
	color: #f8f7f7;
}

.site-description {
	color: #cccccc;
}

/* Hintergrundfarbe Navigationleiste oben */
#site-navigation {
	background-color: white;;
}

/* Hintergrundfarbe Buttons Hauptmenu oben */
.main-navigation a {
	color: black;
	background-color: white;;
	max-width: 100%;
}

.main-navigation a:hover {
	color: #cc0033;
}

.main-navigation a:active{
	color: #cc0033;
}

/* HEADER Ende*/ 



/* CONTENT */

body {
	background-color: white;
	font-family: Open Sans,sans-serif;
	color: #32373c; 
}


/* Überschriften*/

h1 {
	color: #6D0C0C;
	margin-bottom: 0em;
}

h2 {
	margin-top: 0em;
	color: #6D0C0C;
}




/* CONTENT Ende */



/* RECHTE SEITE */

.site-credit {
	font-size: 70%;
}

.site-content .widget-area {
    background: white;
    padding-left: 18px;
}

/* RECHTE SEITE Ende */



/* BEITRÄGE */

/* Kategorie ausblenden */
.cat-links 	{
	display: none;
}

/* Datum wann veröffentlicht ausblenden */
/*  .posted-on {
	display: none;
}   */

/* Autor ausblenden */
.byline {
	display: none;
}

/* Link zu comments ausblenden */
.comments-link {
	display: none;
}

/* BEITRÄGE Ende */


