/* Elements */

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

a {
	color: black;
}

a:active, a:hover {
	color: #272B60;
	text-decoration: none;
}

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

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

h3 {
	font-size: 1.6rem;
}

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

/* Layout */

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

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

/** 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: #C9CCD7;
	color: black;
}

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

aside.cms-sidebar h3 {
	font-weight: bold;
	color: #7B9E72;
}

footer, footer a {
	color: white;
}