/*
Template: twentyeleven
Theme Name: Twenty Timo
Author: Timo Haible
*/
@import url("../twentyeleven/style.css");

h4 {
	 line-height: 1px;
}

/*Content-Bereich für eigene Templates mit Sidebar (z.B. Presse) anpassen*/
#content.mit-sidebar {
	margin-top: -190px;
	margin-left: 75px;
	width: 700px;
}

/*Content-Bereich für eigene Templates ohne Sidebar (z.B. Wahlkreis) anpassen*/
#content.ohne-sidebar {
	margin-top: -50px;	
}

/*"Veröffentlicht am..." ausblenden*/
.post .entry-utility, .post .entry-meta {display:none;}

/*Kommentar-Sprechblase über Artikeln entfernen*/
.entry-header .comments-link { display:none; }

/*Hintergrund vom Menue rot faerben*/
#access {background: #b3080a;}	/*Dunkelrot*/
/* #e02124 Hellrot */

/* Site Generator Line */
/* "Gernot Gruber MdL" in Fußzeile fett*/
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
	font-weight:bold
}

/* =Header
----------------------------------------------- */

#branding {
	/* Logo oben rechts einfügen */
	/*SPD Logo*/
	background: url("https://grubermdl.de/wp-content/themes/twentytimo/images/logo_fraktion_gross.jpg") 760px 25px no-repeat;
	background-position: 760px 25px;
	/*Gruber Logo*/
	/*background: url("https://grubermdl.de/wp-content/uploads/2020/12/Gruber_300x250pix-2.jpg");
	background-position: 760px 10px;
	background-size: 150px 125px;*/
	background-repeat: no-repeat;
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	margin-top: -50px;
	padding: 3.65625em 0 0;
	color: #111;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a {
	color: #111;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	padding: 7px 0 7px 78px;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 16px;
	margin: 0 0 20px 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	/*font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;*/	/*allgemeine Schriftgröße statt 15 px*/
	font: 13px Arial, sans-serif;
	font-weight: 500;
	line-height: 1.5;

}
body {
	background: #e2e2e2;
}
#page {
	background: #fff;
}

/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 22px;	/*Größe der Überschriften auf der Hauptseite statt 26px*/
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
	margin-top: -10px;	/*Abstand nach oben verringern*/
	margin-bottom: -25px;	/*nach unten auch*/
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}


/*Größe der Überschrift in der Single-Ansicht anpassen*/
.singular .entry-title {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;	/*Abstand der Zeilen der Überschrift von 48px auf 32px*/
}

/*Display Posts Shortcode*/
/*Überschreibe die Einstellungen für die Post-Überschriften von Display Posts Shortcode mit den Standard-Einstellungen für Post-Überschriften auf der Startseite*/
.display-posts-listing .title {
  	color: #222;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
	margin-top: -10px;
	margin-bottom: -25px;
}