@charset "utf-8";
/**
 * @version $Id: articlecolors.css  2018-10-03 
 * @author David Satz
 * @package kirche Integral
 *
 * ad different colors for articles
 */

/*{.beige} #BB7B1C
{.purpur} #8805FA
{.rot} #FE3600
{.blau} #063FFA
{.orange} #FE8700
{.gruen} #08A15F
{.gelb} #FEE700
{.tuerkis} #00FF99
{.koralle} #F7C08F*/

/* backgrounds for color articles */
.article-beige #main 
{
	background-color: #F7D795;
}

.article-rot #main
{
	background-color:#F7C4C4;
}

/* nav menu */
#nav ul.menu li.menu-rot {
    border: 2px solid #DE180E;
    background-color: #F7C4C4;
}

#nav ul.menu li.menu-beige {
    border: 2px solid #DE180E;
    background-color: #F7D795;
}

/* titles */
h3.beige:before,h3.purpur:before,h3.rot:before,h3.blau:before,h3.orange:before,
h3.gruen:before,h3.gelb:before,h3.tuerkis:before,h3.beige:before,h3.koralle:before {
 	content: '• ';
   position: relative;
	top: .05em;
	font-size: 1.8em;
	line-height: 0.5em;
	display: inline-block;
	overflow: hidden;
	margin-right: 0.1em;
}

h4.beige:before,h4.purpur:before,h4.rot:before,h4.blau:before,h4.orange:before,
h4.gruen:before,h4.gelb:before,h4.tuerkis:before,h4.beige:before,h4.koralle:before {
 	content: '• ';
   position: relative;
	top: .02em;
	font-size: 1.8em;
	line-height: 0.5em;
	display: inline-block;
	overflow: hidden;
	margin-right: 0.1em;
}

h3.beige:before,h4.beige:before {color:#BB7B1C}
h3.purpur:before,h4.purpur:before {color:#8805FA}
h3.rot:before,h4.rot:before {color:#FE3600}
h3.blau:before,h4.blau:before {color:#063FFA}
h3.orange:before,h4.orange:before {color:#FE8700}
h3.gruen:before,h4.gruen:before {color:#08A15F}
h3.gelb:before,h4.gelb:before {color:#FEE700}
h3.tuerkis:before,h4.tuerkis:before {color:#00FF99}
h3.koralle:before,h4.koralle:before {color:#F7C08F}

/* code blocks */
body code.language-beige {border-color:#BB7B1C;background-color:#F7E2C4}
body code.language-purpur {border-color:#8805FA;background-color:#DEBAFE}
body code.language-rot {border-color:#FE3600;background-color:#FFD2C6}
body code.language-blau {border-color:#063FFA;background-color:#F2F2FF}
body code.language-orange {border-color:#FE8700;background-color:#FFF5D2}
body code.language-gruen {border-color:#08A15F;background-color:#D2FFCC}
body code.language-gelb {border-color:#FEE700;background-color:#FFFFD7}
body code.language-tuerkis {border-color:#00FF99;background-color:#CAFFEA}
body code.language-koralle {border-color:#F7C08F;background-color:#FDEBDB}




