/* Version: 25.04.2016 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #FFF;
}
ul.pfeil_top
{
list-style-image:url(lipfeil.png);


}
ul.minus
{
list-style-image:url(minus.png);


}
ul {
	margin-left:5px;
	padding-left:5px;
	margin-top:0px;
	list-style-type:none;
}
li {
position: relative; 
	margin: auto;
  padding: 0;
}

li::before {
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: "-";
  font-size: 0.8rem;
  color: #000;
}

.italic-list li::before {
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: "▶";
  font-size: 0.8rem;
  color: #000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rahmen {
	color: #000;
	
	padding: 0px;
	width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #4f88c2;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
	background:#eaeef7;
}

#dreieckWeiss{
	position:absolute;
	top:16px;
	left:0;
	width: 0;
	height: 0;
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#dreieckBlau{
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-left: 16px solid #4f88c2;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#dreieckBlau33{
	position:absolute;
	top:1703px;
	left:0;
	width: 0;
	height: 0;
	border-left: 16px solid #4f88c2;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#logo{
	padding:3% 4%;
	text-align:right;
	background:rgba(255,255,255,1);
}

#logo2{
	padding:4% 4%;
	text-align:right;
	background:rgba(255,255,255,1);
}

#logoLinksOben{
        position: absolute;
        top: 14px;
        left: 20px;
        width: 120px;
}
.header{	
        padding: 2% 4% 1% 4%;
	background-color: #fff;
}

.logo_top_left {
   float: left;
}

.flex {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 1.1rem 3%;
}

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


.content{
	padding:2% 4%;	
}

.content2 {
    padding: 2.3% 4%;
}
p {
	margin:0;
}

p:empty {
height: 18px;
}

.abstand10{
	margin-top:10px;
}

.hellblau{color:#eaeef7;}
.dunkelblau{color:#4f88c2;}

#titel{
	padding:2% 1% 2% 4%;
	background:#4f88c2;
	color:rgba(255,255,255,1);
	display:inline-block;
	width:93%;
	position:relative;
}

h1{
	margin: 0px;
	line-height: 1.2;
	font-size: 26px;
	font-weight: bold;
}

h1 span{
	font-size: 20px;
	font-weight: normal;
}

h2{
	margin:10px 0 0 0;
	line-height: 1.2;
	font-size: 15px;
	font-weight: normal;
}

#adresse{
	color:#4f88c2;
	position:relative;
	padding:0 1% 2% 4%;
}

/*Tabelle*/
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
                /* table-layout: fixed; */
}

.cell {
    display: table-cell;
}

.row {
    display: table-row;
}
/*Tabelle*/

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

#box_rechts{
	float: right;
	width: 48%;
}
.clear{clear:both;font-size:0px;line-height:0px;}

#footer{
	padding:3% 4%;
	background:rgba(255,255,255,1);
}

#logosFooter{
	float:left;
	width:30%;
}

#textFooter{
	float:right;
	width:55%;
}

#textFooter2{
	float:right;
	width:55%;
}

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

a img { border: none;
}

 
/* Zusatz*/ 

a:link {
	color:#4f88c2;
	text-decoration: none;
}
a:visited {
	color:#4f88c2;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active{
	color:#4f88c2;
	text-decoration: none;
}


.ausblenden {
	display:block;
}



#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}

.apply {}