/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://www.rechtsinformatik.ch/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Sabra Vidali
 Author URI:   http://textweaver.ch
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

body {
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

h1,h2,h3,h5,h6 {
	font-family: Lato, Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	color: #046695;
	margin-top: 0px;
	text-transform: uppercase !important;
}
.entry-content h2 {
display: none;
}
.entry-content h3 {
	font-family: Lato, Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	text-transform: uppercase !important;
}

.entry-content h4, .entry-summary h4, .comment-content h4, .textwidget h4 {
    color: #9c2a0c;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 300;
    text-transform: none;
}

.entry-content h5:first-child {
    font-weight: 300;
    text-transform: none !important;
}

button#menu-toggle.menu-toggle {
	color: #ffffff;
}

.entry-content h3, .entry-summary h3, .comment-content h3, .textwidget h3 {
    font-size: 21px !important; 
    font-size: 1.313rem !important;	
}

.entry-content h4, .entry-summary h4, .comment-content h4, .textwidget h4 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: 800;
	color: #9c2a0c;
	margin-top: 0px;
	text-transform: none;
}

.entry-title {
    font-size: 23px !important; 
    font-size: 1.438rem !important;
    color: #046695;
}

.entry-title a {
    font-size: 23px !important; 
    font-size: 1.438rem !important;
    color: #9c2a0c !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
margin-top: 0px;
}

blockquote, .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus, .post-navigation, .post-navigation div + div, .pagination, .widget, .page-header, .page-links a, .comments-title, .comment-reply-title {
    border-color: #9c2a0c !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .menu-toggle.toggled-on, .pagination:before, .pagination:after, .pagination .prev, .pagination .next {
    background-color: #046695 !important;
}

.post-navigation .post-title {
    display: none;
}

.lowercase {
    text-transform: lowercase;
}

/*post and category pages - remove left column*/ 

.post .entry-footer {display:none;}

.post .entry-content {min-width:90%; float: none !important;}

.single-post .entry-footer {
display: none;
}
.single-post .entry-content {
float: none !important;
width: 90% !important;
margin-right: 20px !important; 
}

@media only screen and (min-width: 980px) and (max-width: 20000px) {
.blog .entry-content,.single-post .entry-content {
float: none !important;
width: auto !important;
max-width: 90% !important;
}
}

