@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,500);

*, html, body {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	line-height: 1.6;
	background-color: #fff;
}

h1 {
	font-weight: 500;
	font-size: 20pt;
	color: #42949E; /* #4CAF50 */
	margin: 0 0 1em 0;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-weight: 500;
	font-size: 18pt;
	color: #80C1CA; /* #8BC34A */
	margin: 1.5em 0 1em 0;
	text-align: left;
	text-transform: uppercase;
}

h3 {
	font-weight: 500;
	font-size: 20pt;
	color: #000;
	margin: 0 0 1em 0;
	text-align: left;
	border-bottom: 1px #000 dotted;
}

h4 {
	font-weight: 500;
	font-size: 15pt;
	color: #80C1CA; /* #8BC34A */
	margin: 0 0 1em 0;
	text-align: left;
	text-transform: uppercase;
}

h5 {
	font-weight: 400;
	font-size: 13pt;
	color: #000; /* #8BC34A */
	margin: 0 0 0.575em 0;
	text-align: left;
	text-transform: uppercase;
}

a:link, a:visited {
	text-decoration: none;
	color: #42949E; /* #4CAF50 */
	font-weight: 400;
}

a:hover, a:active {
	text-decoration: none;
	color: #333;
	font-weight: 400;
}

code {
	background-color: #42949E; /* #4CAF50 */
	color: #fff;
	white-space: pre;
	display: block;
	padding: 15px 20px;
	margin: 15px 0px 20px 0px;
	text-shadow: 1px 1px 2px #000;
}

div.clearleft {
	clear: left;
}

div.clearboth {
	clear: both;
}

div.height15 {
	display: block;
	height: 15px;
	width: 1px;
}

div.height20 {
	display: block;
	height: 20px;
	width: 1px;
}

input[type=text], input[type=password], select, input[type=number], textarea, input[type=file], input[type=submit] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px #ccc solid;
	margin-bottom: 1em;
	padding: 0 15px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	border-radius: 6px;
}

input[type=submit] {
	margin-bottom: 0px;
	cursor: pointer;
}

textarea {
	height: 118px;
}

/*input[type=submit] {
	width: 50%;
	height: 50px;
	line-height: 50px;
	border: 1px #ccc solid;
	padding: 15px 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	line-height: 2;
}*/

#golden_px {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -106px;
	overflow: visible;
}

#nice_login {
	width: 300px;
	height: 212px;
	text-align: center;
}

	#nice_login input[type=submit] {
		width: 100%;
	}

/*******************************************************************************************/

nav {
	display: flex;
	padding: 1.5em 2em 1.5em 3em;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0px 0px 5px #888;
	position: sticky;
	top: 0;
}

	nav a { margin: 0 1em; }

#container {
	margin: 3em;
}

ul {
	list-style-type: none;
	margin: 1em 0;
}

	ul li { background-color: #fff; padding: 0.275em 0.575em; display: flex; align-items: center; }
	ul li:nth-child(odd) { background-color: #edf7f9; border-top: 1px #80C1CA solid; border-bottom: 1px #80C1CA solid; }
	ul li.green { background-color: #DFF2BF; color: #270; }

p {
	margin: 1em 0;
}

i {
	margin-right: 0.575em;
}

span.taxonomie {
	margin-right: 0.575em;
	background-color: #42949E;
	color: #fff;
	font-weight: 400;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 8pt;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
}

div.legende {
	background-color: #edf7f9;
	border: 1px #80c1ca solid;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	padding: 1em;
	margin: 1em 0;
}

div.kompetenz {
	background-color: #f1f1f1;
	border-radius: 6px;
	border: 1px #c1c1c1 solid;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	padding: 1em;
	margin: 1em 0;
}

.flex { display: flex; justify-content: space-between; flex-wrap: wrap; }

	.flex p { flex-basis: 32%; }

.collapsible {
	background-color: #80C1CA;
	color: white;
	cursor: pointer;
	padding: 1em;
	margin: 1em 0;
	border: 1px #80c1ca solid;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	font-size: 16pt;
}

.collapsible:first-of-type {
	margin-top: 0 !important;
}

	.content {
	  display: none;
	}

.active { color: #000 !important; }