/* Version: 07.03.2016 */

@font-face {
	font-family: "Inter";
	src: url(../../ofl/inter/Inter[opsz,wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url(../../ofl/inter/Inter-Italic[opsz,wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}


* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 84%;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.3;
    background-color: #f1f1f1;
}

p {
    margin: 0;
}

h1 {
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

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

.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;
}

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

.header {
  position: relative;
}

.header-img {
  margin-top: 30px;
}

.logo {
  position: absolute;
  top: 0;
  left: 30px;
  width: 230px;
}

.title {
  position: absolute;
  bottom: 20px;
  background: #e41e13;
  width: 93%;
  color: #fff;
  padding: 0 0 0 30px;
}

.content {
    padding: 20px 30px;
}

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

.grey-box {
    background: #e3e3e3;
    padding: 20px 30px;
}

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

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

.footer {

}

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

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

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

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

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

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

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

li {
    margin: auto;
    padding: 0;
}

.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-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	  flex-wrap: wrap;
}

.left {
  width: 70%;
}

.right {
  width: 30%;
  text-align: right;
}

.flex2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.left2 {
  width: 48%;
}

.right2 {
  width: 48%;
}

.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;
}

.marg-bot {
  margin-bottom: 10px;
}

.apply {}
