/* Version: 25.04.2016 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #FFF;
}

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

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

#content{
	padding: 3%;
}

.text{font-size: 12px;font-weight: normal;}

#text{
	padding: 0 32% 0 0;
	position: relative;
}
#column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    column-gap: 0px;
}

#column3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    column-gap: 0px;
}

#grauerKasten{
	background:#ededed;
	position: absolute;
	top:0;
	right:0;
	width:30%;
	padding: 1%;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

.abstand5{
	margin-top:5px;
}

.rot{
	color:#cd171a !important;
}

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

h1 span{
	margin: 0px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: normal;
}

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

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

.row {
    display: table-row;
}

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

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

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

#footer{
}

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

a img { border: none;
}

 
/* Zusatz*/ 

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


.ausblenden {
}

.einblenden {
	display:none;
}

ul {
	margin:0;
	padding-left:35px;
	list-style-type: none;
	list-style:none;
}
li {
	position: relative;
}
li::before{
	content:"";
	position: absolute;
	top: 5px;
	left: -14px;
	background: #cd171a;
	width:4px;
	height:4px;
	border-radius: 4px;
}

.refnr {}

.apply {}