@charset "utf-8";
/* hilfreich v1 STYLESHEET 1.4 */
/* 18-11-11 by agent */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: #fff;
	color: #808080;
	line-height: 1.5;
}

.hide {
	display: none;
}

div {
	position: relative;
}

ul {
	margin: 11px 0;
	padding-left: 40px;
	list-style-image: url(/images/listitem_arr_green.png);
}

p {
	margin: 11px 0;	
}

a {
	color: #808080;
	border-color: #808080;
	text-decoration: none;
	outline: none;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}

a.invisible, a.invisible:hover {
	border-width: 0px;
	background-image: none;
	padding: 0px;
}

a.anchor {
/*	padding: 154px 0px 0px;*/
	padding: 76px 0px 0px;
	background-image: none;
	
	
}

/* main content anchor */
a#Inhaltee{
	position: absolute;
	top: 230px;
	
}

a.anchor:target {
	color: #95c11c;
}

a.anchor:hover {
	color: inherit;
}

a.anchor:target:hover {
	color: #95c11c !important;
}

span.small, p.small, div.small, a.small {
	font-size: 12px;
}

.green {
	color: #95c11c;
}

span.highlight {
	color: #808080;
}

span.hint {
	color: #ababab;
	font-size: 11px;
}

a span {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a.highlight, a.highlight:hover {
	color: #3B6B9F !important;
}

a:hover {
	color: #282828;
	text-decoration: none;
}

a:hover span, a.highlight:hover {
	border-bottom-style: none;
}

/* resetting border, margin and padding */
h1, h2, h3, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* h1: invisible header */
h1 {
	float: left;
}

/* h2: box title */
h2 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 25px;
}

/* h3: subtitle */
h3 {
	font-weight: bold;
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 15px;
}

h3.projectdate {
	color: #95c11c;
	/* font-weight: bold; */
	font-size: 13px;
	margin-top: -20px;
	margin-bottom: 25px;
}

/* h4: news box */
h4 {
	/*height: 27px;
	padding-top: 4px;
	border-bottom: 1px solid #141414;*/
	font-weight: regular;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* h5: microdivider (impressum)
h4 {
	height: 22px;
	padding-top: 4px;
	border-bottom: 1px solid #141414;
	margin-bottom: 8px;
}
 */
.clear {
	clear: both;
}

.right {
	float: right;
	text-align: right;
}

.left {
	float: left;
	text-align: left;
}

.block {
	display: block;
}

span.error, a.error {
	color: #ff0000 !important;
}

span.success, a.success {
	color: #00a40e !important;
}

span.normal {
	font-weight: normal;
}

fieldset {
	margin: 0px 2px;
	padding: 10px 10px 12px;
	border: 1px solid #ccc;
}

fieldset legend {
	padding: 0px 2px;
	font-size: 15px;
	color: #ccc;
}

input, textarea, select {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #808080;
	margin-bottom: 3px;
	border: 1px solid #9b9b9b;
}

input.radio {
	margin-right: 4px;
}

input.text, textarea, input[type=text], input[type=email], select option {
	background-color: #fff;
	padding: 6px;
}

input.text, input[type=text], input[type=email], select option {
	height: 16px;
}

input.text:focus, textarea:focus, input[type=text]:focus, input[type=email]:focus, select:focus {
	border: 1px solid #606060;
}

input.button:hover, input.button:focus, input.button:active {
	cursor: pointer;
}

input.text.xs, input[type=text].xs, input[type=email].xs {
	width: 50px;
}

input.text.small, input[type=text].small, input[type=email].small {
	width: 150px;
}

input.text.medium, input[type=text].medium, input[type=email].medium {
	width: 250px;
}

textarea.xl {
	width: 462px;
	height: 130px;
}

input.button {
	height: 40px;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	border: none;
	background-color: #fff;
	padding-bottom: 2px;
}

input.button:hover, input.button:active, input.button:visited {
	border: none;
	color: #606060;
}

label.hint {
	color: #878787;
}

.bigtext {
	font-size: 13px;
}

div#header {
	width: 765px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fafafa;
	
	/* deco line */
	background-image: url(/images/decoline.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	
	/* padding for logo */
	padding-left: 35px;
	padding-top: 12px;
	
	position: fixed;
	top: 0px;
	z-index: 500;
	
	/* hide teaser ribbon */
	border-right: 2px solid #fff;
}

a#promise {
	display: block;
	height: 112px;
	width: 112px;
	position: absolute;
	z-index: 200;
	top: -2px;
	right: -2px;
	background-image: none;
	padding: 0px;
}

div#naviBar {
	height: 30px;
	position: absolute;
	bottom: 36px;
	right: 0px;
}

div#naviBar2 {
	height: 30px;
	position: absolute;
	bottom: 6px;
	right: 0px;
}

ul#navi,
ul#navi2 {
	float: right;
	padding: 0px;
	height: 30px;
	margin: 0px;
	
	clear:left;
	float:left;
	
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}

ul#navi li ,
ul#navi2 li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	
	position: relative;
}

ul#navi li a,
ul#navi2 li a {
	display: block;
	height: 30px;
	text-indent: -4000px;
	font-size: 0;
	overflow: hidden;
	background-position: 0px 0px;
	background-repeat: repeat-y;
	padding: 0px;
}

ul#navi li a:hover,
ul#navi2 li a:hover {
	background-position: 0px 60px;
}

ul#navi li a.active,
ul#navi2 li a.active {
	background-position: 0px 90px;
}

ul#navi li a.active:hover,
ul#navi2 li a.active:hover {
	background-position: 0px 30px;
}


ul#navi li a.home {
	background-image: url(/images/navi/home.png);
	width: 57px;
}

ul#navi li a.aboutus {
	background-image: url(/images/navi/aboutus.png);
	width: 98px;
}

ul#navi li a.participate {
	background-image: url(/images/navi/participate.png);
	width: 92px;
}

ul#navi li a.projects {
	background-image: url(/images/navi/projects.png);
	width: 73px;
}

ul#navi li a.contact {
	background-image: url(/images/navi/contact.png);
	width: 69px;
}

ul#navi2 li a.impressum {
	background-image: url(/images/navi/impressum.png);
	width: 92px;
}

ul#navi2 li a.datenschutz {
	background-image: url(/images/navi/datenschutz.png);
	width: 99px;
}

div#wrapper {
	width: 800px;
	margin: 0px auto;
}

div#teaserBox {
	width: 800px;
	height: 316px;
	padding-bottom: 1px;
	
	/* deco line */
	background-image: url(/images/decoline.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	
	margin-top: 122px;
}

div#contentWrapper {
	width: 596px;
	margin-top: 44px;
	margin-bottom: 100px;
	float: left;
	clear: left;
}

div#contentWrapper.wide {
	width: 800px;
	float: none;
}

div#gadgetWrapper {
	width: 180px;
	margin-left: 24px;
	margin-top: 44px;
	margin-bottom: 50px;
	float: left;
}

div#footer {
	/* height: 222px; */
	width: 700px;
	/*height: 10px;*/
	padding: 6px 0px 6px 100px;
	
	/* deco line */
	background-image: url(/images/decoline.png);
	background-repeat: repeat-x;
	background-position: center top;
}

ul#footerLinks {
	float: left;
	padding: 0px;
	height: 30px;
	margin: 0px;
	
	clear:left;
	float:left;
	
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}

ul#footerLinks li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	
	position: relative;
}

/*
 * boxes
 */
div.box {
	background-image: url(/images/boxdeco.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 22px;
	margin-bottom: 50px;
	clear: both;
	padding-left: 100px;
}

div.box.gadget {
	margin-bottom: 50px;
	padding-left: 0px;
}

div.box.message {
	text-align: center;
}

div.box.message, div.box.error, div.box.success {	
    border-radius: 8px;

	background-image: none;
	/*border-style: solid;
	border-width: 1px;*/
	margin: 20px 0px -30px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
}

div.box.error {
	border-color: #c50000;
	background-color: #fff0f0;
	color: #c50000;
}

div.box.error a {
	color: #777;
}

div.box.error ul {
	list-style-image: url(/images/listitem_square_red.png);
}

div.box.success {
    background-color: #95c11c;
    /*border-color: #95c11c;*/
    color: #fff;
    padding-bottom: 8px;
/*
	border-color: #47ca4e;
	background-color: #f0fff0;
	color: #00a40e;
	padding-bottom: 8px;
*/
}

div.box.error a {
	color: #777;
}

div.box.success ul {
	list-style-image: url(/images/listitem_square_green.png);
}


/*
 * image container
 */

span.imageContainer {
	color: #9bb1ba;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
}

span.imageContainer.left {
	float: left;
	margin-right: 12px;
}

span.imageContainer.right {
	float: right;
	margin-left: 12px;
}

span.imageContainer.center {
	/*float: left;					// fix for wrong floating (now floating with text?) */
	/*width: 100%;					// new concept of auto-margin and no-flow */
	margin-left: auto;
	margin-right: auto;
	float: none;
}

span.imageContainer img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

span.imageContainer span {
	display: block;
	width: 100%;
	text-align: center;
	padding: 3px 0px;
	font-size: 12px;
}

span.imageContainer a {
	background-image: none;
	padding: 0px;
}

 
/*
 * TEASER BOX
 */
#slides {
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:800px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container.visible {
	display: block !important;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container img, .slides_container div, .slides_container a {
	width: 800px;
	height: 316px;
	display: block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	display: none !important;
	background-image: none;
	padding: 0px;
	position:absolute;
	top:118px;
	left:0px;
	width:40px;
	height:80px;
	display:block;
	z-index:101;
}

#slides:hover .next, #slides:hover .prev {
	display: block !important;
}

#slides .next {
	left: 760px;
}

.pagination {
	display: none;
}

/*
 * home
 */
div.videoplayer * {
	z-index: 200;
}

/*
 * projects
 */ 
div.box.project {
	cursor: pointer;
	background-image: none;
	padding-top: 0px;
	padding-left: 0px;
}

div.box.project:hover, div.box.project:hover a, div.box.project:hover a span {
	color: #282828;
	border-bottom: none;
}

div.box.project a.more {
	float: left;
	margin-bottom: 15px;
}

div.box.project a.more span.green {
	border-bottom-width: 0px;
}

div.box.project h2 {
	margin-bottom: 0px;
}

div.box.project span.date {
	font-size: 11px;
}



/*
 * participate
 */ 
div#participate {
	width: 800px;
	height: 316px;
}

div#participate a {
	float: left;
	width: 267px;
	height: 316px;
	padding: 0px;
	
	background-image: url(../images/teaser/08_participate.jpg);
	background-repeat: no-repeat;
}

div#participate a.school {
	background-position: 0px 0px;
}

div#participate a.school:hover {
	background-position: 0px -316px;
}

div#participate a.donate {
	width: 266px;
	background-position: -267px 0px;
}

div#participate a.donate:hover {
	background-position: -267px -316px;
}

div#participate a.spread {
	background-position: -534px 0px;
}

div#participate a.spread:hover {
	background-position: -534px -316px;
}


/* donate */
div.donateOptionsWrapper {
	width: 496px;
	margin-top: 40px;
}

div.donateOptionsWrapper a.paypal {
	width: 208px;
	height: 112px;
	padding-left: 40px;
	padding-top: 24px;
	display: block;
	float: left;
	padding-right: 0px;
	background-image: none;
}

span.bankTransfer {
	width: 232px;
	display: block;
	float: left;
	border-right: 1px solid #cccccc;
}

span.bankTransfer span {
	margin-bottom: 8px;
	display: block;
}

span.bankTransfer span span.hint {
	margin-bottom: 0px;
}




/*
 * gadgets
 */
div#fb_like {
	padding-left: 52px;
	padding-top: 20px;
}

div#partners a {
	padding-bottom: 20px;
	float: left;
}

.gadget .sm-links .icon {
	padding: 8px;
	background-image: none;
}

.gadget .sm-links .icon span {
	border-bottom-width: 0;
}

.gadget .sm-links .icon:nth-child(2n-1) {
	margin-right: 9px;
}

.gadget .sm-links .icon img {
	width: 50px;
	height: 50px;
	
	filter: grayscale(100%) contrast(0%) brightness(0.6);
	-webkit-filter: grayscale(100%) contrast(0%) brightness(0.6);
	
}

.gadget .sm-links a.icon:hover img {
	filter: none;
	-webkit-filter: none;
}


/*
 * feedback
 */  
table.feedback td {
	vertical-align: top;
	padding-bottom: 26px;
}

table.feedback td.desc {
	width: 410px;
	padding-right: 16px;
}

textarea.feedback {
	width: 260px;
	height: 75px;
}

table.feedback label:hover {
	color: #3e75ad;
}

table.feedback td.send {
	padding-top: 40px;
}

.rating span {
	display:block;
	height:100%;
	width:0px;
	float: left;
	background-repeat: no-repeat;
}

.rating.feedback {
	background-image: url(../images/stars_inactive.png);
	height:20px;
	width:105px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
	display:block;
	/*margin-left:-2px;*/
	cursor: pointer;
	margin: 0px;
	padding: 0px 0px;
	position: relative;
}

.rating.feedback span {
	background-image: url(../images/stars_active.png);
}

.rating.disabled {
	cursor: default !important;
}

div#fb_likehbcontainer {
	text-align: center;
}


/*
 * PARSLEY FORMS
 */

form.defaultForm fieldset {
	border: 1px solid #eee;
	padding: 1em;
	border-width: 1px 0px;
}

form.defaultForm fieldset legend {
	font-weight: bold;
}

form.defaultForm p {
	padding-left: 12px;
}

form.defaultForm .bs-callout p {
	padding-left: 0px;
}

form.defaultForm label {
	padding-bottom: 3px;
	clear: both;
	display: block;
}

form.defaultForm p:last-child {
	margin-bottom: 0px;
}

form.defaultForm p label span {
	display: inline-block;
	width: 100px;
}

input.fancy-button {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #a1c73a;
    border-color: #a1c73a;
    color: #fff;
}

input.fancy-button:hover {
	background-color: #84a822;
	border-color: #84a822;
}

input.fancy-button.standalone {
	margin-left: 100px;
}

form.defaultForm .parsley-errors-list {
	display: none;
}

form.defaultForm input[type=text], form.defaultForm input[type=email], form.defaultForm select, textarea {
	transition: border 0.2s linear 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	border-radius: 3px;
}

form.defaultForm input[type=text]:focus, form.defaultForm input[type=email]:focus, form.defaultForm textarea:focus, form.defaultForm select:focus {
	border-color: #a1c73a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(161, 199, 58, 0.4);
    outline: 0 none;
}

form.defaultForm  input.parsley-error, form.defaultForm textarea.parsley-error, form.defaultForm select.parsley-error  {
	border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(255, 0, 0, 0.3);
}

form.defaultForm input[type=text].parsley-error:focus, 
form.defaultForm input[type=email].parsley-error:focus, 
form.defaultForm textarea.parsley-error:focus, 
form.defaultForm select.parsley-error:focus {
	border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.5);
}

form.defaultForm textarea.xl {
	width: 436px;
}

form.defaultForm .bs-callout {
	background-color: #dedede;
	margin: 0px -15px 24px;
	padding: 12px;
	border-radius: 8px;
}

form.defaultForm .bs-callout.bs-callout-warning {
	background-color: rgb(255, 240, 240);
}

form.defaultForm .bs-callout h4 {
	border-bottom-width: 0px;
}