/* Fußzeile Hintergrundfarbe */
#footer {
    background: #333;
}
/* Webseiten-Titel Hintergrundfarbe und Größe */
#header {
    padding: 1.2em;
    background: #fff;
}
/* Oberste Kopfzeile Hintergrundfarbe und Größe */
#header-wrap {
    border-top: 5px solid #333;
}
/* Kopfzeile Hintergrundfarbe und Linien - Größe/Farbe */
#topnav {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}
/* Navigationsleiste Hintergrundfarbe rechts */
#mainnav {
    background: #333;
}
#mainnav-menu a:link, #mainnav-menu a:visited {
    color: #fff;
    text-decoration: none;
}   
#navi-wrap {
    border-top: 2px solid #333;
    border-bottom: 0px solid #333;
    background: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
}
}
#mainnav-menu a {
    display: block;
    padding: 1em;
    text-decoration: none;
    font-size: 1em;
    font-family: 'Bitter', Georgia, Arial, Tahoma;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
/* Hauptmenue - Hintergrundfarbe */
#mainnav-menu {
    float: left;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    background: #E3811F;
}
.page-title, .entry-title {
    font-weight: bold;
    font-family: 'Bitter', Georgia, Arial, Tahoma;
    color: #333;
    line-height: 1.4em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#logo .site-title {
    display: inline-block;
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    font-family: 'Bitter', Georgia, Arial, Tahoma;
}
#logo .site-title a:link, #logo .site-title a:visited {
    color: #333;
}

/* "Weiter- und ZurückBlock" Hintergrundfarbe */
blockquote {
    background: #f5f5f5;
    border-left: 10px solid #E3811F;
    margin: 1.2em 0;
    padding: 0.3em 1.4em;
}




/* Schriftart und Schriftfarbe Artikel-Text */
body {
    font-family: 'Raleway', Arial, Tahoma;
    font-size: 0.95em;
    color: #333;
}
a, a:link, a:visited {
    color: #E3811F;
    text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
  	color: #E3811F;
}

/* Widget - Schriftfarbe */

.widget a:link, .widget a:visited {
    text-decoration: none;
    color: #fff;
}

/* Widget - Hintergrundfarbe */

.widget {
    margin-bottom: 1em;
    padding: 0.7em;
    background: #333;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* Widget - Titel Hintergrundfarbe, Schrift usw  */
.widgettitle {
    font-size: 1.1em;
    font-family: 'Raleway', Arial, Tahoma;
    padding: 0.8em;
    margin: -0.5em -0.5em 1em -0.5em;
    background: #E3811F;
    color: #fff;
    box-shadow: inset 0 0 1px #bbb;
    border: 1px solid #fff;
}
.widget a:hover, .widget a:active {
	text-decoration: underline;
  	color: #E3811F;

  
/* 
============================ MEDIA QUERIES ============================
============================ MEDIA QUERIES ============================
============================ MEDIA QUERIES ============================
============================ MEDIA QUERIES ============================
============================ MEDIA QUERIES ============================
============================ MEDIA QUERIES ============================
============================ MEDIA QUERIES ============================
============================ MEDIA QUERIES ============================

-->> #E3811F -->> einfügen in:

#mainnav-toggle {
		display: block;
		width: 100%;
		margin: 0;
		padding: 1.3em;
		text-align: left;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.0em;
		font-family: 'Bitter', Georgia, Arial, Tahoma;
		color: #fff;
		background: #E3811F;
		border: none;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;	
	}


UND



einfügen in
Theme Footer
(Footer.php)
*/