/*
 Theme Name: Child Theme Flat
 Theme URI: www.queeres-netzwerk-hd.de
 Description: Child Theme Flat
 Author: Christina Grab
 Author URI: www.queeres-netzwerk-hd.de
 Template: flat
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Theme Name Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

h2 {
font-family: 'PT Sans', sans-serif;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
}


h1, h3, h4 {
font-family: 'PT Sans', sans-serif;
font-style: italic;
}

h1 {
margin-top:-20px;
}

h2 .entry-title a {
    color:#555 !important;
}

#primary h4 {
display:inline;
    background:#60e6ce;
    color:#fff;
	margin-left:auto;
margin-right:auto;
}

#footer h6 a {
display:inline;
    color:#555 !important;
}

#footer h6 a:visited {
    color:#555 !important;
}

#footer h6 a:focus,
#footer h6 a:hover {
    color:#555 !important;
	font-weight:800 !important;
}


#secondary a:visited {
  color: #fff;
  font-weight:200 !important;
}


#secondary a {
  color: #fff;
}


#secondary a:visited {
  color: #fff;
  font-weight:200 !important;
}



#secondary a:focus,
#secondary a:hover {
  color: #fff;
  font-weight:800 !important;
}

#secondary a:active {
  color: #fff;
  font-weight:800 !important;
}

#site-navigation .current-menu-item > a,
#site-navigation .current-menu-parent > a,
#site-navigation .current-menu-ancestor > a,
#site-navigation .current_page_item > a,
#site-navigation .current_page_parent > a,
#site-navigation .current_page_ancestor > a {
 	color: #fff;
    font-weight:800 !important;

}

#footer {
  text-align:center;
}

.entry-summary a { color: red; }

.hentry .entry-title {
	font-size: 35px;
}
@media only screen and (max-width: 450px) {
.hentry .entry-title {
	font-size: 24px;}
		
	}
