/* Header */
.site-header {
    background: rgb(154,7,61);  /* https://www.google.com/search?q=heccolor&sourceid=ie7&rls=com.microsoft:de-DE:IE-Address&ie=&oe= */
}

.site-header.is-stuck {
    background: rgba(154,7,61,0.7);   /* rgba(030,144,255,0.7) die "0.9" stellt die Transparenz ein */
}

/* Footer */
.site-footer .footer-main {
    background: #bcffff;
}

/* Schriftgrößer aller Seiten und Beiträge vergrößern */
.entry-content p {
	font-size: 20px;
}

/* Header Seiten-Titel Farbe und Schriftart */
.site-title, .site-title a {
color: #ffffff  !important;
font-family: arial  !important;
font-size: 30px  !important;}

/* Hauptmenü  Farbe, Schriftart und Größe */
.main-navigation li a {
color: #ffffff !important;
font-family: arial !important;
font-size: 22px !important;}

/* Hauptmenü Dropdown Hintergrundfarbe */
.main-navigation ul.menu ul.sub-menu {background-color: #9A073D}

/* Hauptmenü Dropdown Hintergrundfarbe bei Mouseover */
.sub-menu > li:hover > a {
    background: #350528 !important;
}