/* Version: 07.03.2016 */

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #64686a;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.35;
    background-color: #f1f1f1;
}

p {
    margin: 0 0 10px 0;
    text-align: justify;
}

h1 {
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: normal;
    color: #003571;
    padding: 0;
    margin: 35px 0 10px 0;
}

h2 {
    margin: 0px;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: normal;
}

.subline {
    color: #003571;
    font-size: 0.8rem;
    text-align: right;
    padding-right: 15px;
}

.rahmen {
    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: -0.5px 3px 15px #999;
    position: relative;
}

.rahmen2 {
    padding: 0px;
    width: 750px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #FFF;
    border: 1px solid #A7A9A4;
    box-shadow: -0.5px 3px 15px #999;
    position: relative;
}

.rahmen::after {
    content: "";
    display: block;
    clear: both;
}

.content {
    padding:35px 60px 20px 20px;
}

.content::after {
    content: "";
    display: block;
    clear: both;
}

.box-left {
    float: left;
    width: 25%;
}

.box-left img {
  width: 153px;
}

.box-right {
    float: right;
    width: 75%;
}

.footer {

}

.footer::after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    width: auto9;
    border: 0;
    vertical-align: middle;
}

a:link {
    color: #64686a;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #64686a;
}

a:hover {
    text-decoration: underline;
    color: #64686a;
}

a:active {
    text-decoration: none;
    color: #64686a;
}

ul {
    margin-left: 5px;
    padding-left: 9px;
    margin-top: 0px;
    list-style-type: disc;
}

li {
    margin: auto;
    padding: 0;
}

.haken ul {
	margin: 0 0 10px 0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

.haken li {
	position: relative;
	padding: 0 0 0 1rem;
}

.haken li::before{
	content:"🗸";
	position: absolute;
	top: 0.05rem;
	left: 0.05rem;
        color:#003571;
        font-weight:700;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.hide {
    display: none;
}

.refnr {}

.blocksatz {
    text-align: justify;
    text-align-last: justify;
}

.blocksatz:after {
    content: "";
    display: inline-block;
    width: 100%;
}

p:empty {
    height: 18px;
}

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

.cell {
    display: table-cell;
}

.row {
    display: table-row;
}

.flex {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
	  flex-wrap: wrap;
}

.button_box {
    text-align: center;
}

.button_box::after {
    clear: both;
    content: "";
    display: block;
}

.button a {
    background: #123487;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 10px 40px;
}

.button a:hover {
    background: #2d5aae;
}

.apply {}
