/* Colors
Green	#31562d	Main
		#264020	Dark
		#adc086	Light
Rot		#		
		#		
Gelb	#e8c860			
*/

/* Fonts */
@import url("fonts/open-sans/open-sans.css");
@import url("fonts/zoobasel/stylesheet.css");
/* Basic stuff */
html, body {
	height: 100%;
}
body {
	font-family: "Open Sans", Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	line-height: 1.0em;
	color: #111111;
	background: #31562d !important;
	font-weight: normal;
	margin: 0;
	padding: 0;
	overflow-x: hidden !important;
}



h1, h2, h3, {
font-family: "Open Sans", Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
font-weight:bold;
}
h4, h5, h6 {
	font-family: "Open Sans", Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.textkursiv{ font-style:italic;}
.textgreen{color: #31562d;}

section {
	width:100%;
	position:relative;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a {
	color: #31562d;
}
a:hover {
	color: #31562d;
}
a:focus {
	outline: none;
	text-decoration: none;
	color: #31562d ;
}
a:active {
	color: #31562d ;
}

a:visited{
	color: #31562d;
}


::selection {
	background: #31562d;
	color: #fff;
	opacity: 1;
}
::-moz-selection {
 background: #31562d;
	color: #fff;
}
/* Scroll to top button */
.scrollup {
	color: #adc086;
	display: none;
	position: fixed;
	bottom: 50px;
	width: 48px;
	height: 10px;
	right: 20px;
/*	background-image: url("../img/grafiken/arrow_totop.png");
	background-repeat: no-repeat;
	background-position: center 15px;
	background-color: #31562d;*/
    background-image:url(img/backgrounds/green_dark_90.png);background-repeat:repeat;
	font-size: 9px;
	font-weight: 900;
	text-align: center;
	line-height: 1.0;
	padding: 8px 0 35px 0; /*-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;*/
	filter: alpha(opacity=0);
	z-index: 10000;
	cursor: pointer;
	border-radius: 4px;
	border:#679951 solid 1px;
}
.scrollup a {
	color: #31562d;
	text-decoration: none !important;
}
.scrollup a:visited, .scrollup a:active, .scrollup a:hover, .scrollup a:focus {
	color: #679951 !important;
}

.scrollup:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #e8c860 !important;
	cursor: pointer;
	text-decoration: underline !important;
}
.formError {
	color: #961219;
}
.uppercase {
	text-transform:uppercase;
}


/* Description */

/* Facebook */
.facebookWrapper{padding:2px 10px 2px 2px; }
/* Thumb overlay */
.thumb-overlay {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0, 100, 100); /* Fallback */
	background-color: rgba(0, 100, 100, 0.1);		overflow: hidden;	opacity: 0;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);
	-o-transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);}
.thumb-overlay .fa {color:#e8c860;	position: absolute;	top: 50%;	left: 50%;	margin-left: -12px;	margin-top: -12px;	font-size: 32px;}
.thumb-overlay {	opacity: 1; }
/* Website Version */
.versionMarker{position: fixed; top:15px; left:0; display:block; padding:5px 10px; z-index:100000;}
.versionMarker:hover{cursor:pointer;}
.versionMarker.alpha{border:#F5AA05; background-color:#EC920B; color:#fff; font-size:10px; opacity:0.9; }
.versionMarker.beta{border:#F5AA05; background-color:#EC920B; color:#fff; font-size:10px; opacity:0.9;}


/***** Errors/Messages *****/

.ERROR {
	background-color:#fbd9d5;
	color: #fb4b34;
font-size:14px;
font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 10px;
	border: #fb4b34 solid 1px;
	margin-bottom:1px;
	}
.ERROR a {	color: #fb4b34;
text-decoration:underline;	}

.MSG  {
	background-color:#cdd4fc;
	color: #396fd5;
font-size:14px;
font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 10px;
	border: #396fd5 solid 1px;
	margin-bottom:1px;
	}
	
.MSG a {	color: #396fd5;
text-decoration:underline;	}

