@charset 'UTF-8';
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700|Open+Sans+Condensed:300,700");
body {
	background: rgba(151,188,48,1);
	background: -moz-linear-gradient(top, rgba(151,188,48,1) 0%, rgba(185,210,117,1) 25%, rgba(220,232,186,1) 60%, rgba(220,232,186,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151,188,48,1)), color-stop(25%, rgba(185,210,117,1)), color-stop(60%, rgba(220,232,186,1)), color-stop(100%, rgba(220,232,186,1)));
	background: -webkit-linear-gradient(top, rgba(151,188,48,1) 0%, rgba(185,210,117,1) 25%, rgba(220,232,186,1) 60%, rgba(220,232,186,1) 100%);
	background: -o-linear-gradient(top, rgba(151,188,48,1) 0%, rgba(185,210,117,1) 25%, rgba(220,232,186,1) 60%, rgba(220,232,186,1) 100%);
	background: -ms-linear-gradient(top, rgba(151,188,48,1) 0%, rgba(185,210,117,1) 25%, rgba(220,232,186,1) 60%, rgba(220,232,186,1) 100%);
	background: linear-gradient(to bottom, rgba(151,188,48,1) 0%, rgba(185,210,117,1) 25%, rgba(220,232,186,1) 60%, rgba(220,232,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97bc30', endColorstr='#dce8ba', GradientType=0 );
	background-repeat:no-repeat;
}

body, input, textarea, select {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #333333;
}

div.scrollicon {
	position: absolute;
	right: 0;
	font-size: 2em;
	color: #CCCCCC;
	margin: 5px;
	padding:0.2em;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

a {
	color: #739917;
}

strong, b {
	font-weight: 700;
}

h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #333333;
}

h1 {
	text-align: center;
	color:#213564;
}

h2 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: inherit;
}

blockquote {
	border-left: solid 5px #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

em, i {
	font-style: italic;
}

hr {
	border: 0;
	border-top: solid 1px #ddd;
	padding: 1.5em 0 0 0;
	margin: 1.75em 0 0 0;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

br.clear {
	clear: both;
}

p, ul, ol, dl, table {
	margin-bottom: 1em;
}

/* Table */
table {
	width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
	background: #f4f4f4;
}

table.default td {
	padding: 0.5em 1em 0.5em 1em;
}

table.default th {
	text-align: left;
	font-weight: 700;
	padding: 0.75em 1em 0.75em 1em;
}

table.default thead {
	border-bottom: solid 1px #ddd;
}

table.default tfoot {
	border-top: solid 1px #ddd;
	background: #eee;
}

table.default tbody {
	
}

/* Form */

form label {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #4f4f4f;
	margin: 0 0 0.75em 0;
}

form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
	padding: 0.3em 0.75em;
	line-height: 1.25em;
	display: inline-block;
	border-radius: 0.3em;
	border: 1px solid #7c7c7c;
	-webkit-appearance: none;
}

form input[type="email"].width100, form input[type="password"].width100, form input[type="text"].width100 {
	width: 100%;
}

form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus {
	box-shadow: 0px 0px 1px 1px #6B7897;
}

form ::-webkit-input-placeholder {
	color: #9b9b9b;
}

form :-moz-placeholder {
	color: #9b9b9b;
}

form ::-moz-placeholder {
	color: #9b9b9b;
}

form :-ms-input-placeholder {
	color: #9b9b9b;
}

/* Section/Article */
header {
	margin: 0 0 1.5em 0;
}

header>p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	display: block;
	margin-top: 1em;
	color: #999;
}

section, article {
	margin-bottom: 3em;
}

section>:last-child, article>:last-child {
	margin-bottom: 0;
}

section>.inner>:last-child, article>.inner>:last-child {
	margin-bottom: 0;
}

section:last-child, article:last-child {
	margin-bottom: 0;
}

/* Image */
.image {
	display: inline-block;
}

.image img {
	display: block;
	width: 100%;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

/* Button */
input[type="button"], input[type="submit"], input[type="reset"], .button
	{
	cursor: pointer;
	background-color: #2e4989;
	border-radius: 0.3em;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 500;
	text-decoration: none;
	-moz-transition: background-color .20s ease-in-out, color .35s
		ease-in-out;
	-webkit-transition: background-color .20s ease-in-out, color 35s
		ease-in-out;
	-o-transition: background-color .20s ease-in-out, color .35s ease-in-out;
	-ms-transition: background-color .20s ease-in-out, color .35s
		ease-in-out;
	transition: background-color .20s ease-in-out, color .35s ease-in-out;
	text-shadow: -1px -2px 0px rgba(100, 100, 100, 0.75);
}

input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled,
	input[type="button"].disabled, input[type="submit"].disabled, input[type="reset"].disabled,
	.button.disabled {
	opacity: 0.35;
	cursor: default;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover,
	.button:hover {
	background-color: #8FB440;
}

input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active,
	.button:active {
	background-color: #6B7897;
}

input[type="button"].alt, input[type="submit"].alt, input[type="reset"].alt,
	.button.alt {
	background-color: #364050;
}

input[type="button"].alt:hover, input[type="submit"].alt:hover, input[type="reset"].alt:hover,
	.button.alt:hover {
	background-color: #465060;
}

input[type="button"].alt:active, input[type="submit"].alt:active, input[type="reset"].alt:active,
	.button.alt:active {
	background-color: #263040;
}

/* List */
ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

/* Pagination */
.pagination {
	
}

.pagination .pages {
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.pagination .pages span {
	display: inline-block;
	width: 1.5em;
	text-align: center;
	margin: 0 0.4em 0 0;
}

.pagination .pages a {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: inherit;
	background-color: #e8e8e8;
	color: #565656;
	margin: 0 0.4em 0 0;
	border-radius: 0.4em;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	box-shadow: inset 0 0.075em 0.25em 0 rgba(0, 0, 0, 0.1);
}

.pagination .pages a:hover {
	background-color: #dadada;
}

.pagination .pages a.active {
	background-color: #364050;
	color: #fff;
	box-shadow: none;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
}

/* Box */
.box {
}

.box.post {
	position: relative;
}

.box.post .info {
}

.box.post .info .stats {
	margin: 0;
	cursor: default;
}

.box.post .info .stats a {
	font-size: 0.8em;
	text-decoration: none;
	color: #232323;
	font-weight: 700;
	line-height: 1em;
}

.box.search {
	color: #333333;
}

.box.search form {
	position: relative;
}

.box.search form input {
	position: relative;
	padding-right: 34px;
}

.box.search form:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f002';
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	position: absolute;
	right: 0.36em;
	top: 0.25em;
	z-index: 1;
	text-shadow: none;
	color: #b6bbbe;
}

.box.text-style1 {
	color: #213564;
}

.box.text-style1 .inner {
	position: relative;
	background-color: #8FB440;
	padding: 1.1em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

.box.text-style1 .inner strong {
	padding-right: 0.5em;
}

#sidebar section.admin a {
	font-size:0.8em!important;
}

.box a {
	text-decoration:none;
	color:#213564;
	font-size:0.9em;
	padding:0.1em 0.3em 0.1em 0.3em;
}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/
.icon {
	position: relative;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/
#wrapper {
	position: relative;
}

/* 
 * Navigation
 */
#nav {	
	font-size: 0.9em;
}
#nav ul li ul {
	margin-left: 10px;
}

#nav ul li ul li {
	font: 14px solid #FFF;
}

#nav ul {
	margin: 0;
}

#nav li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 0.2em;
	border: 1px solid #eaeaea;
}

#nav li ul li, #nav li ul li ul li {
	margin-bottom: 0.1em;
	border-right: 0;
}

#nav li:last-child {
	padding-bottom: 0;
	margin-bottom: 1em;
}

#nav li a {
	font-weight: 400;
	display: block;
	padding: 0.4em 0.4em 0.4em 0.4em;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: 0;
	color: #555555;
	-moz-transition: background-color .30s ease-in-out, color .10s ease-in-out;
	-webkit-transition: background-color .30s ease-in-out, color .10s ease-in-out;
	-o-transition: background-color .30s ease-in-out, color .10s ease-in-out;
	-ms-transition: background-color .30s ease-in-out, color .10s ease-in-out;
	transition: background-color .30s ease-in-out, color .10s ease-in-out;
}

#nav li.active>a {
	background-color: #92b72f !important;
	color: #FFFFFF;
}

#nav ul li:hover a {
	background-color: #92b72f;
	color: #FFFFFF;
}

section #nav ul li {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

section #nav ul li a {
	font-size:12px;
	padding:0.1em 1em 0.1em 1em;
	color:#696969;
}
#sidebar {
	color: #aaaaaa;
	color: rgba(255, 255, 255, 0.55);
	text-shadow: 2px -2px 0px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
}
#sidebar form input, #sidebar form select, #sidebar form textarea {
	border: 0;
}

#sidebar section, #sidebar nav {
	position: relative;
}

#sidebar section:before, #sidebar strong, #sidebar b {
	color: #fff;
}

#sidebar a {
	color: #333333;
}

#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	color: #333333;
	margin: 5px;
}

#sidebar header {
	margin: 0 0 0 0;
}

#sidebar section:before, #sidebar nav:before {
	height: 0.2em;
	margin: 0 0 1em 0;
}

#content {
	position: relative;
	background-color: #FFFFFF;
}

#content>.inner {
	position: relative;
	z-index: 1;
}

#copyright {
	
}

#copyright a {
	color: #333333;
	text-decoration: none;
	font-size: 0.8em;
}

/*
 * MOBILE
 */
#titleBar {
	background-color: #213564;
	-webkit-box-shadow: inset 0px -20px 8px -18px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px -20px 8px -18px rgba(255,255,255,1);
	box-shadow: inset 0px -20px 8px -18px rgba(255,255,255,1);
}

#titleBar .toggle {
	width: 70px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

#titleBar .toggle:before {
	font-family: FontAwesome;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0c9';
	display: block;
	position: absolute;
	left: 6px;
	top: 2px;
	font-size: 17px;
	width: 47px;
	height: 30px;
	line-height: 32px;
	vertical-align: middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #213564;
	text-align: center;
	background-color: #9CC332;
}

/*
 * Hinweis-Boxen
 */
.alert-box {
	color: #555555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	padding: 7px 10px 7px 10px;
	margin: 5px 0px;
}

.alert-box span {
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 20px;
}

.error {
	background: #ffecec;
	border: 1px solid #f5aca6;
}

.error:before {
	font-family: FontAwesome;
	content: "\f05e";
	margin-right: 0.5em;
	color: #e83324;
	font-size: 1.2em;
}

.success {
	background: #e9ffd9;
	border: 1px solid #a6ca8a;
}

.success:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 0.5em;
	color: #78af50;
	font-size: 1.2em;
}

.warning {
	background: #fff8c4;
	border: 1px solid #f2c779;
}

.warning:before {
	font-family: FontAwesome;
	content: "\f071";
	margin-right: 0.5em;
	color: #eaa21c;
	font-size: 1.2em;
}

.notice {
	background: #e3f7fc;
	border: 1px solid #8ed9f6;
}

.notice:before {
	font-family: FontAwesome;
	content: "\f129";
	margin-right: 0.5em;
	color: #20b6ee;
	font-size: 1.2em;
}

div.login div.pure-controls {
	font-size: 0.9em;
}

div.file_download {
	border: 1px solid #EEE;
	display: block;
	padding: 1em;
}

div.file_download a {
	text-decoration: none;
	font-size: 1em;
}
h1#logo {
	margin:0.5em 0;
}
h1#logo a img {
	max-width: 240px;
}

section.joe_logo {
	text-align:center;
}
section.joe_logo img {
	max-height:80px;
}