.color {
}
.bg-color {
	background-color: grey;
	color: white;
}
.border-color {
}
* {
	-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: 2em;
	line-height: 1.1em;
	font-weight: normal;
	padding: 25px 4%;
	background: #0a1843;
	float: left;
	width: 92%;
	margin:0 4%;
	color: #fff;
}

h2 {
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 5px 0;
}
h3 {
	font-size: 1.25em;
	line-height: 1.35em;
	margin: 3px 0;
	color: #0b2265;
}
a {
	color: #0a1843;
	text-decoration: none;
	font-weight: bold;
}
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: .75em;
}
.big {
	font-size: 1.25em;
}
ul {
	padding: 0;
	margin: 0 0 15px 0;
}
ul li {
	position: relative;
	list-style-type: none;
	margin-top: 4px;
	padding-left: 20px;
}
ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background-image: url(../img/li2.gif);
    background-size: contain;
    background-repeat: no-repeat;
    top: 3px;
    left: 0;
}
body {
	font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	color: #37424a;
	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: #ededed;
	border: 1px solid #d2d2d2;
	overflow: auto;
}

#content-wrapper {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}
header {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: right; /*Logo Ausrichtung */
}
header section {
	padding: 20px 4% 20px 4%;
	background: #fff;
	width: 100%;
	margin: 0;
}
.logo img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
section {
	float: left;
	margin: 15px 4% 15px 4%;
	padding: 15px 4%;
	background: #fff;
	width: 92%;
}
section p {
	margin: 0 0 10px 0;
}
section p:last-child {
	margin: 0;
}
.text-center {
	text-align: center;
}
/* Boxen */

div[class^="box"] {
}
footer div[class^="box"] {
}
/* Boxen 2 Spaltig */

.box2-1, .box2-2 {
	float: left;
	width: 47.5%;
	padding: 10px;
}
.box2-1 {
	margin-right: 5%;
}
/* Boxen 3 Spaltig */

.box3-1, .box3-2, .box3-3 {
	float: left;
	width: 30%;
}
.box3-1, .box3-2 {
	margin-right: 5%;
}
footer {
	float: left;
	width: 100%;
	color: #0b2265;
}


/* 1/3 Boxen */

.box1-3 {
	width: 38%;
	float: left;
	padding: 10px;
	background: #ededed;
	height: 200px;
}

.box2-3 {
	width: 62%;
	background-image: url(../img/verka_slideshow_vk.jpg);
	background-size: cover;
	height: 200px;
	float: left;
	background-position: center;
}

.box1-3-2 {
	width: 38%;
	float: left;
	padding: 10px;
	background: #ededed;
	height: 200px;
}

.box1-3-2-1 {
 	width: 47%;
	float: left;
	padding: 10px;
	background: #ededed;
	height: 200px;   
}

.box2-3-2 {
	width: 53%;
	background-image: url(../img/verka_slideshow_vk.jpg);
	background-size: cover;
	height: 200px;
	float: left;
	background-position: center;
}


.bottom {
	margin-top: 0;
}

.top {
	margin-bottom: 0;
}