/* Elements */

body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #745D5D;
	color: black;
}

a {
	color: black;
}

a:active, a:hover {
	color: #7A160D;
	text-decoration: none;
}

h1 {
	color: black;
	border-bottom: 1px solid black;
}

h2 {
	font-size: 1.9rem;
	font-weight: 200;
	border-bottom: 1px dotted #2CA644;
}

h3 {
	font-size: 1.6rem;
}

.title {
	background-color: #7A160D;
	color: silver;
	padding: 3px 10px;
	font-weight: bold;
}

/* Layout */

header nav#cms_nav, header nav#cms_nav_mobile_btn {
	background-color: #7A160D;
	color: white;
}

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

header a.scip-wappen {
	/* background-image: url(images/header_wappen.png); */
	margin-top: 10px;
	margin-left: 35px;
}

main {
	background-color: #fff;
	color: black;
}

aside.cms-sidebar {
	background-color: #CA5D5D;
	color: white;
}

aside nav a.nav-item.nav-link {
	border-bottom: 1px solid black;
	color: white;
}

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

footer, footer a {
	color: silver;
}