/* Elements */
body {
	font-family: 'Titillium Web', sans-serif;
	background-color: #4D4D4D;
	color:#333;
}

a {
	color:#7F6A00;
	color:darkgreen;
}
a:active, a:hover {
	color: forestgreen;
	text-decoration: none;
}

h1 {
	color: #990000;
	border-bottom: 1px solid #990000;
}
h2 {
	font-size: 1.9rem;
	font-weight: 200;
	border-bottom: 1px dotted #5E5E00;
}
h3 {
	font-size: 1.6rem;
}

/* Layout */
header nav#cms_nav,
header nav#cms_nav_mobile_btn {
	background-color: #990000;
}


header .scip-title {
	background-image: url(images/header.tmpl_1.jpg);
}

header a.scip-wappen {
	background-image: url(images/header_wappen.png);
}

main {
	background-color: #fff;
}

aside.cms-sidebar {
	background-color: #eee;
/*	background-color: #bed8be;
	background-color: #7E0002
*/}
aside nav a.nav-item.nav-link {
	border-bottom: 1px solid darkgreen;
	color: darkred;
}

aside.cms-sidebar h3 {
	font-weight: bold;
}

footer, footer a {
	color: silver;
}
