.color {
}
.bg-color {
	background-color: #333333;
	color: white;
}
.bg-color-2 {
    background-color: black;
    color: white;
}

footer a {
	color: white;
}


* {
	-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;
	float:left;
}
h1 {
	font-size: 2em;
	line-height: 1.1em;
	margin: 10px 0;
	font-weight: 600;
}
h2 {
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 5px 0;
}
h3 {
	font-size: 1.25em;
	line-height: 1.35em;
	margin: 3px 0;
		font-weight: normal;
}

h3.fullwidth {
	flex: 100%;
}

a {
	color: black;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.small {
	font-size: .75em;
}
.big {
	font-size: 1.25em;
}

section.big {
	font-size: 1em;
	padding: 30px 4%;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	position: relative;
	list-style-type: none;
	margin-top: 4px;
	padding-left: 20px;
}
ul li:before {
	content:"\203A"; 
	color: #999;
	position: absolute;
	left: 5px;
	top: -1px;
	font-size: 1.5em;
}
body {
font-family: 'Nunito', 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: #FFF;
	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;
}

section.logo {
	justify-content: flex-start;
}

.logo img {
    width: 100%;
    height: auto;
    padding: 0px;
    background: black;
}

.logo.text img {
	width: 200px;
}

.logo.text p {
	margin-left: 20px;
}

section {
	float: left;
	width: 100%;
	padding: 25px 4%;
}
section p {
	margin: 0 0 10px 0;
}
section p:last-child {
	margin: 0;
}

section.stimmungsbild {
	background-image: url(../img/header_daet.jpg);
    height: 258px;
    padding: 0;
    background-position: center bottom;
	background-size: contain
}
.title {
	    background: #000;
	color: #fff;
}
.title .box2sp:nth-of-type(1){
	flex: 0 1 77%;
	position: relative;
	    padding: 0 15px 0px 0;
}

.title .box2sp:nth-of-type(1):after {
	content: "";
	height: 100%;
	width: 1px;
	background: #333;
	position: absolute;
	right: 0;
	top: 0
}

.title .box2sp:nth-of-type(2){
	flex: 0 1 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0;
}

.title .box2sp:nth-of-type(2):before {
	content: "";
	height: 100%;
	width: 1px;
	background: #333;
	position: absolute;
	left:0;
	top: 0	
}

.title .icon {
	flex: 100%;
	display: flex;
	align-items: center;
}
.title .icon:nth-of-type(n + 2) {
	margin-top: 10px;
}
.title .icon i {
	margin-right: 10px;
    font-size: 2em;
    width: 25px;
}

.text-center {
	text-align: center;
}

footer {
	float: left;
	width: 100%;
	color: #000;
}


.flex {
	display: flex;
}

.wrap {
	flex-wrap: wrap;
}

.center-items {
	align-items: center;
}

.space-between {
	justify-content: space-between;
}

.box2sp {
	flex: 0 1 49%;
}

.box2sp:nth-of-type(2) {
	margin-left: 2%;
}


.box3sp {
	flex: 0 1 32%;
}

.box3sp:nth-of-type(n+2) {
	margin-left: 2%;
}

a.btn {
    padding: 12px 30px 12px 76px;
    background: white;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: black;
    position: relative;
}

a.btn:before {
    content: "\f0e0";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    color: #fff;
    width: 55px;
    background: #000;
    line-height: 39px;
    height: 100%;
    top: 0;
    font-size: 21px;
    text-align: center;	
}

a.btn:hover {
	text-decoration: none;
}

a.btn i {
	margin-right: 10px;
	    font-size: 1.4em;
}

section.fullwidth {
	padding: 0;
}

section.fullwidth .box2sp {
	flex: 0 1 50%;
	padding: 10px 4%;
}

section.fullwidth .box2sp:nth-of-type(2) {
	margin: 0;
}

.nobr {
	white-space: nowrap;
}
.pre-header {
	text-align: right;
}

.pre-header a {
		color: #fff;
}

.pre-header a:nth-of-type(2) {
    margin-left: 15px;
}

.pre-header a i {
    margin-right: 5px;
}

section.divider {
    background: #ededed;
    width: 92%;
    height: 1px;
    padding: 0;
    margin: 10px 4%;
} 

footer section:nth-of-type(1) {

}

footer section:nth-of-type(2) {
	    padding: 15px 4%;
}

.margin {
	    margin-right: 30px;
}