.orangecolor {
	color: #fff;
}
.bg-color {
	background-color: grey;
	color: white;
}
.border-color {
}
.umbruch {display:block;}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border: 0;
}
h1 {
	font-size: 2.3em;
	line-height: 1.1em;
	margin: 10px 0;
	font-family: "Arial Black", arial Impact, Haettenschweiler, "Franklin Gothic Bold",  "sans-serif";
}
h2 {
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 5px 0;
	color: #EF7700;	
	font-family: "Arial Black", arial Impact, Haettenschweiler, "Franklin Gothic Bold",  "sans-serif";	
}
h3 {
	font-size: 1.25em;
	line-height: 1.35em;
	margin: 3px 0;
}
a {
	color: #EF7700;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a.btn {
	padding: 12px 30px;
	background: white;
	/* float: left; */
    /* clear: both; */
	display: inline-block;
	margin-bottom: 10px;
}
.small {
	font-size: .65em;
	line-height: 1.7em;
font-family: Arial, Helvetica, sans-serif;
}
.big {
	font-size: 1.25em;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	position: relative;
	list-style-type: none;
	margin-top: 4px;
	padding-left: 20px;
}
ul li:before {
	content:"|"; 
	color: #B1C82A;
	position: absolute;
	left: 5px;
	top: 0px;
	font-size: 1em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#wrapper {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	background-color: #DDDDDD;
	border: 1px solid #d2d2d2;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	overflow: auto;
}
header {
	width: 100%;
	float: left;
	padding-bottom: 15px;
		padding-top: 25px;

	text-align: center; /* Logo Ausrichtung */
	background-color: #101F2D;
}
header section {
	padding: 30px 4% 0 4%;
}
.logo img {
	max-width: 200px;
	width: 100%;
	height: auto;
}

/*
################
               Zusatz
################
*/

.orange {
	color: #B1C82A;
	 font-weight: bolder;
	font-size: 1.5em;
}
	.green {
	color: #B1C82A;
	 font-weight: bolder;
	font-size: 1.5em;
}

.orange-color {
	color: #EF7700;
	 
	}
.green-color {
	color: #B1C82A;

}

.background-white {
	background-color: white;
	color: black;
}

/*
################
               Zusatz Ende
################
*/

section {
	float: left;
	width: 100%;
	padding: 20px 4%;
}
section p {
	margin: 0 0 10px 0;
}
section p:last-child {
	margin: 0;
}
.text-center {
	text-align: center;
}

footer {
	float: left;
	width: 100%;
	background-color: #101F2D;
}


.flex {
	display: flex;
}

.center-items {
	align-items: center;
}

.box2sp {
	flex: 0 1 49%;
}

.box2sp:nth-of-type(2) {
	margin-left: 2%;
}

footer .box2sp {
	padding: 20px;
}

ul + h3 {
	margin-top: 20px;
}
.box3sp {
	flex: 0 1 32%;
}

.box3sp:nth-of-type(n+2) {
	margin-left: 2%;
}