
a:link {
	color: #009036;
}

.row .noPadding {
	margin-left: 0;
	padding-left: 0;
	float: left;
}

.inhalt {
	line-height: 1.4em;
}

.header {
	padding: 1em 0;
	border-bottom: 1px solid white;
}

.header a {
	text-align: center;
	display: block;
}

.content a.button {
	display: block;
}

.content div img {
	background: #fff;
	padding: 0.2em;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.6);
}

.content div.small-12 {
	border-bottom: 2px solid #c3c3c3;
	padding: 0.6em 0;
	margin-bottom: 1em
}

.content div.small-12 p {
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}

.content div p strong {
	color: #009036;
}

.button {
	display: block;
	background-color: #DDD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background-image: -webkit-linear-gradient(top, #EEE, #CCC);
	background-image: -moz-linear-gradient(top, #EEE, #CCC);
	background-image: -ms-linear-gradient(top, #EEE, #CCC);
	background-image: -o-linear-gradient(top, #EEE, #CCC);
	background-image: linear-gradient(top, #EEE, #CCC);
	border: 1px solid #777;
	padding: 0 0.5em 0 1.5em;
	margin-bottom: 1.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
}

.google:before {
	content: url(../img/googlePlus.png);
}

.qype:before {
	content: url(../img/qype.png);
}

.button:before {
	background: #CCC;
	background: rgba(0, 0, 0, .1);
	float: left;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);
	box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
	pointer-events: none;
}

button:hover, button:focus, .button:hover, .button:focus {
	color: #333;
}

#footer ul li {
	list-style: none;
	float: left;
	margin-right: 2em;
	padding: 1em 2em;
}

#footer ul li a {
	color: #333;
	text-decoration: none;
	padding: 0.5em 0.3em
}

#footer ul li a:hover {
	color: #009036;
	text-decoration: none;
	padding: 0.5em 0.3em
}

