/*
Theme Name: kohlerberatung.ch
Description: Theme für kohlerberatung,ch
Author: Schlüssel Informatik AG, Sandra Schmid
Author URI: http://www.schluesselinfo.ch
Template: twentytwelve
Version: 1.0
Tags:
*/
@import url("../twentytwelve/style.css");

/* Allgemein */

body {
	color: black;
}

a {
	color: #AF1D1E;
	text-decoration: none; 
}

a:visited {
	color: #AF1D1E;
	text-decoration: none; 
}

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

.site-header h1  {
	display: none; 
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
margin: 0; 
}

.by {
font-size: 10px;
color: grey;
background-color: #e6e6e6; 
max-width: 68.5714rem;
margin: 0 auto; 
text-align: right;
margin-bottom: 30px; 
padding-right: 65px; 
}

.by a {
color: grey;
}

body .site {
	margin-bottom: 10px;
	}

/* Header */

.logo {
	float: left;
	margin-bottom: 40px; 
}

/* Menu */

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border-bottom: 1px solid #AF1D1E;
	border-top: 1px solid black; 
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	padding-left: 15px;	
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #AF1D1E;
}
	
.main-navigation li a {
	color: black;
}

/* Content */

#text {
	float: left;
	width: 70%; 
	margin-right: 70px; 
}

.site-content article {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0; 
}
	
/* Footer */

div.site-info a {
	color: #AF1D1E;
	text-decoration: none; 
}


footer[role="contentinfo"] {
	border-top: 1px solid black;
	padding-top: 5px;
	padding-bottom: 10px; 
	padding-left: 15px;	
}