/* Version: 17.01.2014 */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #222;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #FFF;
    line-height: 1.45;
    background-image: url(../images/hg_63b8ed50f7.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	font-size: 1.5rem;
	font-weight: bold;
}

h2{
	margin: 0px;
	font-size: 1rem;
	font-weight: bold;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	font-size: 0.8rem;
}

.logo{
    background-image: url(hg_logo.jpg);
    background-repeat: repeat-x;
    background-position: center top;
	background-size: 100% 100%;
	padding: 0 4%;
	background-color: #FFF;
}

.logo img{
    height: 55px;
}

.content{
	padding: 4%;
	border-top: solid 1px #dce2e6;
	background-color: #FFF;
}

.box_oben{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f5fb+0,8eb7e3+100 */
background: #f0f5fb; /* Old browsers */
background: -moz-linear-gradient(top, #f0f5fb 0%, #8eb7e3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f0f5fb 0%,#8eb7e3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f0f5fb 0%,#8eb7e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f5fb', endColorstr='#8eb7e3',GradientType=0 ); /* IE6-9 */
	padding: 4%;
	border-top: solid 2px #e7ebee;
	border-bottom: solid 1px #f5f6f7;
	color: #2f3b55;
}

.box_mitte{
}

.flex {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	margin-top: 35px;
}

.left, .right {
	width: 48%;
	background-color: #FFF;
	border: 1px solid #dce2e6;
}

.left:hover, .right:hover {
	border: 1px solid #003888;
	transition-duration: 0.4s;
}

.box{
	padding: 20px;
}

.transp{
	padding: 4%;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.8); 
}

.box_unten{
	border: 1px solid #FFF;
	padding: 20px;
}

.box_unten:hover{
	border: 1px solid #003888;
	transition-duration: 0.4s;
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #003888;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ab9c41;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.blau {
	color: #003888;
}

.gold {
	color: #ab9c41;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.abstand5 {
	padding-top: 5px;
}

.abstand10 {
	padding-top: 10px;
}

.abstand15 {
	padding-top: 15px;
}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #003888;
	padding: 13px 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #ab9c41;
}

ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 0px 5px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 6px;
    height: 6px;
    left: -12px;
    top: 6px;
    background-color: #406aa6;
}