/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/open-sans-v34-latin-500.eot); /* IE9 Compat Modes */
  src: local(''),
       url(../fonts/open-sans-v34-latin-500_8b7d8b69c993f3aa.eot) format('embedded-opentype'), /* IE6-IE8 */
       url(../fonts/open-sans-v34-latin-500.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/open-sans-v34-latin-500.woff) format('woff'), /* Modern Browsers */
       url(../fonts/open-sans-v34-latin-500.ttf) format('truetype'), /* Safari, Android, iOS */
       url(../fonts/open-sans-v34-latin-500_7517a0fab455381d.svg) format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/open-sans-v34-latin-600.eot); /* IE9 Compat Modes */
  src: local(''),
       url(../fonts/open-sans-v34-latin-600_8b7d8b69c993f3aa.eot) format('embedded-opentype'), /* IE6-IE8 */
       url(../fonts/open-sans-v34-latin-600.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/open-sans-v34-latin-600.woff) format('woff'), /* Modern Browsers */
       url(../fonts/open-sans-v34-latin-600.ttf) format('truetype'), /* Safari, Android, iOS */
       url(../fonts/open-sans-v34-latin-600_7517a0fab455381d.svg) format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/open-sans-v34-latin-700.eot); /* IE9 Compat Modes */
  src: local(''),
       url(../fonts/open-sans-v34-latin-700_8b7d8b69c993f3aa.eot) format('embedded-opentype'), /* IE6-IE8 */
       url(../fonts/open-sans-v34-latin-700.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/open-sans-v34-latin-700.woff) format('woff'), /* Modern Browsers */
       url(../fonts/open-sans-v34-latin-700.ttf) format('truetype'), /* Safari, Android, iOS */
       url(../fonts/open-sans-v34-latin-700_7517a0fab455381d.svg) format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/open-sans-v34-latin-800.eot); /* IE9 Compat Modes */
  src: local(''),
       url(../fonts/open-sans-v34-latin-800_8b7d8b69c993f3aa.eot) format('embedded-opentype'), /* IE6-IE8 */
       url(../fonts/open-sans-v34-latin-800.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/open-sans-v34-latin-800.woff) format('woff'), /* Modern Browsers */
       url(../fonts/open-sans-v34-latin-800.ttf) format('truetype'), /* Safari, Android, iOS */
       url(../fonts/open-sans-v34-latin-800_7517a0fab455381d.svg) format('svg'); /* Legacy iOS */
}


* {
	-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.2em;
	margin: 10px 0;
	font-weight: 300;
	text-align: center
}
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: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4b4b4+0,8a8989+100 */
background: #b4b4b4; /* Old browsers */
background: -moz-linear-gradient(top,  #b4b4b4 0%, #8a8989 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b4b4b4 0%,#8a8989 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b4b4b4 0%,#8a8989 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#8a8989',GradientType=0 ); /* IE6-9 */

    text-align: center;
    padding: 10px;
}
.blaueschrift {
    font-size: 13px;
    color: #004a97;
    font-weight: bold;
}

.bg-grey {
	background: #b4b4b4;
    background: -moz-linear-gradient(top, #b4b4b4 0%, #8a8989 100%);
    background: -webkit-linear-gradient(top, #b4b4b4 0%,#8a8989 100%);
    background: linear-gradient(to bottom, #b4b4b4 0%,#8a8989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#8a8989',GradientType=0 );
}

a.button {
    background: #b4b4b4;
    background: -moz-linear-gradient(top, #b4b4b4 0%, #8a8989 100%);
    background: -webkit-linear-gradient(top, #b4b4b4 0%,#8a8989 100%);
    background: linear-gradient(to bottom, #b4b4b4 0%,#8a8989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#8a8989',GradientType=0 );
    color: white;
    padding: 12px 20px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
    position: relative;
    list-style-type: none;
    margin-top: 10px;
    padding-left: 26px;
}
ul li:before {
    content: "";
    background-image: url(../img/arrow.png);
    /* font-size: 60px; */
    width: 9px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: 2px;
}

ul .listinlist {
	padding-left: 45px;
}

ul .listinlist li:before {
   content: "\2022";
	background-image: none;
    font-size: 20px;

    color: #004a97;
    position: absolute;
    left: 0px;
	top: -1px;
    height: 2px;

}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	background-color: #FFF;
	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;
	margin-bottom: 20px;
	text-align: center; /* Logo Ausrichtung */
}
header section {
	padding: 0px 0% 0 0%;
}
.headerimg {
    float: left;
    width: 100%;
    padding: 0px 4% 10px 4%;
}
section {
	float: left;
	width: 100%;
	padding: 15px 4%;
}
section p {
	margin: 0 0 10px 0;
}
section p:last-child {
	margin: 0;
}
.text-center {
	text-align: center;
}
span.small {
	font-size: .65em;
	line-height: 0.75em;
}
.bg-orange {
	background: #004a97;
	color: white;
}
.bg-orange-light {
	background: #a7a7a7;
}
/* Titel*/

.title .box2-1 {
	float: left;
	width: 100%;
	padding: 0;
	Margin-right: 0;
}
.title .box2-2 {
	float: left;
	width: 15%;
	margin-left: 5%;
	padding: 0;
	text-align: center;
}
.title img.icon {
	width: 50px;
	height: 50px;
}
.title {
	position: relative;
}
/* Boxen 2 Spaltig */

.box2-1 {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.box2-2 {
	float: left;
	width: 47.5%;
}
.seperator {
	height: 2px;
	width: 100%;
	float: left;
	background: #d6d6d6;
	margin-top: 10px;
}
/* Footer */

footer {
	float: left;
	width: 100%;
	color: #000;
}
footer img {
	width: 28px;
	height: 20px;
	position: relative;
	left: -14px;
	margin-left: 50%;
}
footer a {
    margin: 0 auto;
    clear: both;
    display: table;
    color: white;
}
