/* Textfarben #6e6e6e */
body, select, input, textarea, a,
div#aniKiste,
article.post h2,
h1.entry-title,
article.post p,
.single article.post.hauptArtikel .entry-content, 
.page article.post.hauptArtikel .entry-content,
footer#footer,
article.post footer a,
div.sichtbar a,
article.post a.Kategorie,
article.post h2 a,
article.post a,
article.post p a.more-link
{ color: #6e6e6e; }

/* Die Reihenfolge muss eingehalten werden! Bei Bedarf Kommentierung loeschen */
/* a:link,    article.post h2 a:link    { color: #000; } */
/* a:visited, article.post h2 a:visited { color: #000; } */
/* a:focus,   article.post h2 a:focus   { color: #000; } */

a:hover, article.post h2 a:hover,
article.post p a.more-link:hover
{ color: #000; }

div.navigation { color: #282828; }
/* Ende Textfarben */


/* Navigation */
nav ul#menu-hauptmenue-block-1 li:hover, 
nav ul#menu-hauptmenue-block-2 li:hover,
nav ul#menu-hauptmenue-block-1 li:active, 
nav ul#menu-hauptmenue-block-2 li:active,
nav ul#menu-hauptmenue-block-1 li.current_page_item, 
nav ul#menu-hauptmenue-block-2 li.current_page_item,
nav ul#menu-hauptmenue-block-1 li ul.sub-menu li, 
nav ul#menu-hauptmenue-block-2 li ul.sub-menu li,
nav ul#menu-hauptmenue-block-1 li:hover ul.sub-menu li:hover,
nav ul#menu-hauptmenue-block-2 li:hover ul.sub-menu li:hover,
.menu li:hover,
.menu li:active,
.menu li.current_page_item { background-color: #eee; color: #000; } /* border: 1px solid #aff;  */

.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect 
{ border: 1px dotted #006; }

*/ Ende Navigation */

/* Hintergrundfarben */
body { background-color: #ffffff; }
div#leerKiste { background-color: #eeeeee; }
header h1 a { background-color: transparent; }
article.post { background-color: #ffffff; }
.home article.post { background-color: #eee; } /* #ffffff; } */
.single div#artikelBild, .page div#artikelBild { background-color: transparent; }
div.mejs-container, iframe.videoIframe { background-color: #000000; }
div.sichtbar { background-color: #fff; }
div#aniKiste { background-color: #ffffff; }
div#videoBehaelter, div#videoBehaelter2 { background-color: transparent; }		
article.page { background-color: #ffffff; }
/* Ende Hintergrundfarben */

/* Rahmen */
/* article.post, article.buecher, article.page { border: 2px solid #000066; } */
div.sichtbar { border: 1px solid #e6e6e6; }
div.sichtbar a { border-right: 1px solid #333; }
#mobile-nav-button { border-bottom: 1px solid #e6e6e6; }

textarea { border: 1px solid #e6e6e6; }
div.trenner { border-bottom: 1px solid #e6e6e6; }
.single-post footer ol.commentlist li.comment { border-bottom: 1px dotted #ccc; }
/* h1.entry-title { border-bottom: 1px solid #000066; } */
div#sidebar { border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }

/* Ende Rahmen */


/* selten oder nicht gebraucht */
hr { border-top: 1px solid #e6e6e6; color: #fff; background-color: #fff; }
span.einBuchAutor a:after, span.einBuchHrsg a:after, span.einBuchThema a:after,
span.einBuchAutor a:last-child:after, span.einBuchHrsg a:last-child:after, 
span.einBuchThema a:last-child:after { color: #333333; }

::selection { color: #000; background-color: #e6e6e6; }
::-moz-selection { color: #000; background-color: #e6e6e6; }
/* Ende selten oder nicht gebraucht */

/* Mediaqueries */
@media only screen and (min-width: 481px) and (max-width: 767px) { 
	.single div#linkeSpalte, .page div#linkeSpalte { background-color: #fff; }
}

/* groesser als iPad quer, also Desktop */
@media only screen and (min-width: 1024px) { 
	/* article.post { background-color: #fff; } */
}
/* Ende Mediaqueries */