@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "FlashD-Ligh";
	src: url("../fonts/web-flash-dig.eot"); /* IE9 Compat Modes */
	src: url("../fonts/web-flash-dig.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */  url("../fonts/web-flash-dig.svg") format("svg"), /* Legacy iOS */  url("../fonts/web-flash-dig.ttf") format("truetype"), /* Safari, Android, iOS */  url("../fonts/web-flash-dig.woff") format("woff"), /* Modern Browsers */  url("../fonts/web-flash-dig.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gidole-Regular";
	src: url("../fonts/Gidole-Regular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Gidole-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */  url("../fonts/Gidole-Regular.svg") format("svg"), /* Legacy iOS */  url("../fonts/Gidole-Regular.ttf") format("truetype"), /* Safari, Android, iOS */  url("../fonts/Gidole-Regular.woff") format("woff"), /* Modern Browsers */  url("../fonts/Gidole-Regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
body {
	background: #fafafa;
	font-family: 'Gidole-Regular';
	font-size: 15px;
	color: #000;
	display: flex;
	min-height: 50rem;
	line-height: 1.2rem;
}
h1 {
	font-size: 20px;
	letter-spacing: 2px;
	font-kerning: none;
	font-family: 'FlashD-Ligh';
}
h1 span, h2 {
	text-transform: uppercase;
	color: #01652f
}
h2 {
	font-size: 14px
}
h3 {
	font-size: .9em;
	margin-bottom: 0
}
li {
	list-style: square
}
.content {
	max-width: 626px;
	padding: 2px;
	margin: auto;
}
.inner {
	background: #fff;
	display: inline-block;
	border: 1px dashed #ccc;
}
img {
	max-width: 100%;
}
.ro1 {
	padding: 18px 40px
}
.block-info {
	padding: 15px 25px
}
.block-gruen {
	display: flex;
	background: #2c9247;
	color: #fff;
	padding: 11px 25px;
	letter-spacing: 2px;
	font-size: 15px
}
.block-grau {
	margin-top: 5px;
	display: inherit;
	background: #f1f1f1;
	letter-spacing: 2px;
	font-size: 15px;
	width: 100%
}
.block-grau img {
	padding: 6% 0;
}
.whiteline {
	border-right: 2px #fff solid
}
.inner2 {
	padding: 11px 0 11px 25px;
}
.footer {
	color: #d7d7d7;
	clear: both;
	margin: auto
}
.footer a {
	text-decoration: none;
	color: #000
}
.block {
	float: left;
	padding: 2px;
	width: 50%;
}
.block2 {
	font-weight: normal;
	float: left;
	padding: 2px 0 2px 15px;
	width: 46%;
	color: #000;
	letter-spacing: normal;
    margin-bottom: 15px
}


@media screen and (max-width: 420px) {
    
.inner2 {
    padding: 11px 0 11px 0;
}
    
.block-grau img {
	padding: 0;
}
.block-grau h1 {
	text-align: center;
}
.block-gruen {
	text-align: center;
	display: block;
}
.block, .block2 {
	text-align: center;
	float: none;
	padding: 2px;
	width: auto;
}
.mtop {
	margin-top: 10px;
}

.whiteline {
	border-right: none;
}
}
