/*

	$colors['light'] 	= '#2DAD16' ;
	$colors['dark'] 	= '#35D91B' ;

*/

/* allgemein
--------------------------------------------------------------------------------------- */

html {
	-webkit-font-smoothing: antialiased;
}
body {
	background: #ffffff;
	color: #4d4f53;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, p, a, li, input, textarea {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}
h1 {
	font-size: 44px;
	text-align: left;
	margin: 0 auto 30px auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #B8B8B8;
	color: #2DAD16;
}
h1 span {
	display: block;
	color: #31D927;
	font-weight: 300;
}
h2 {
	font-size: 26px;
	padding: 0 0 30px 0;
}
h3 {
	font-size: 22px;
	padding: 0 0 30px 0;
}
h4 {
	color: #D93127;
	font-size: 20px;
	padding: 0 0 30px 0;
}
h5 {
	color: #D93127;
	font-size: 16px;
	padding: 0 0 30px 0;
}
em, cite {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}
strong {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: inherit;
}
.fehler {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #ee0000;
}
.rot {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #ee0000;
}
.gross {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 26px;

}
p {
	margin-bottom: 6px;
	line-height: 26px;
	font-size: 16px;
}
#footer p {
	font-size: 13px;
}
li {
	line-height: 26px;
	font-size: 16px;
}
a {
	color: #2DAD16;
}
textarea {
	width: 340;
	height: 100;
}
.sbutton { 
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	font-size: 16px; 
	color: #ffffff; 
	background-color: #2DAD16; 
	border: 1px solid #B8B8B8; 
}
.bigbutton { 
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
	font-size: 30px; 
	color: #ffffff; 
//	background-color: #ffffff; 
	border: 2px solid #B8B8B8; 
	text-decoration: none;
}
img {
	display: block;
}
img.align-left {
	float: left;
	padding: 3px 16px 16px 0;
}
img.align-right {
	float: right;
	padding: 3px 0 16px 16px;
}
img.align-center {
	padding: 7px 7px 7px 7px;
}
.cleaner,
.clearer {
	float: none;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.size-box {
	width: 960px;
	margin: 0 auto;
}
.key-visual {
	padding:0 0 30px 0;
	position: absolute;
	left:-750px;
	top: 0px;
}
#frame {
	margin: 0 auto;
	min-width: 1024px;
}
#header {
	height: 41px;
	background: #fefefe;
	border-bottom: 1px solid #dfdfdf;
}
#header ul {
	position: relative;
	left: -15px;
}
#header ul li {
	float: right;
	margin: 0 0 0 0;
	position: relative;
}
#header ul li a {
	color: #4d4f53;
	padding: 7px 15px 8px 15px;
	display: block;
	text-decoration: none;
}
#header ul li a:hover {
	color: #fff;
	background-color: #2DAD16;
	text-decoration: none;
}
#content ul {
	margin:0;
	padding:0;
}
#content ul li {
	background:url(../images/square.png) 0 10px no-repeat ;
	padding-left:15px;
}
#content .color-box.light-grey {
	background: #f1f1f1;
}
#content .color-box.light-grey p,
#content .color-box.light-grey li,
#content .color-box.light-grey h2,
#content .color-box.light-grey a {
	color: #525459
}
#content .color-box.light-grey .highlight {
	background-color: #2DAD16;
	color: #fff;
}
#content .color-box.dark-grey {
	background: #4E5950;
}
#content .color-box.dark-grey p,
#content .color-box.dark-grey li,
#content .color-box.dark-grey h2,
#content .color-box.dark-grey a {
	color: #fff
}
#content .color-box.dark-grey .highlight {
	background-color: #fff;
	color: #2DAD16 ;
}
#content .size-box {
	padding: 40px 0;
}
#content .col {
	position: relative;
}
#content .col.one-half {
	width: 450px;
	float: left;
	margin-right: 60px;
}
#content .col.one-half.last {
	margin-right: 0;
}
#content .col.text-center p {
	text-align: center;
}
#footer {
	padding: 20px 0 10px 0;
}
#footer .col.one-half {
	width: 450px;
	float: left;
	margin-right: 60px;
}
#footer .col.one-half.last {
	margin-right: 0;
}
#footer .col.text-right p {
	text-align: right;
}

#totop a {
	display: none;
    z-index: 999; 
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: auto;
    padding: 7px 10px 2px 10px;
    background-color: #35D91B ;
    font-size: 20px;
    text-align: center;
    color: #d8d8d8;
	text-decoration: none;
}