/* Version: 07.03.2016 */

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

@font-face {
	font-family: "Roboto Condensed";
	src: local('Roboto Condensed'),     
	url(../../ofl/robotocondensed/RobotoCondensed-Italic[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: 'Roboto Condensed', sans-serif;
    font-size: 85%;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.3;
    background-color: #f1f1f1;
}

p {
    margin: 0;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
    font-size: 2.4rem;
    font-weight: bold;
    color: #003761;
    padding: 0;
    margin: 0;
}

.h1_2rem{
   font-size:2rem;
}

h2 {
    font-family: Arial, sans-serif;
    margin: 0px;
    line-height: 1.2;
    font-size: 1.4rem;
    color: #003761;
    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;
    overflow: hidden;
}

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

.logo {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 300px;
}

.content {
    position: relative;
    padding: 15px 15px 0 15px;
}

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

.content-inner,
.content-inner-bottom {
  padding: 20px;
  margin: 4px 0 0 0;
  background: #bfe3ef;
}

.content-inner-bottom {
  padding: 40px 50px 15px 50px;
}

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

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

.footer {
    background-color: #003761;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

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

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

a:link {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

a:active {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}

ul {
    margin: 0 0 17px -27px;
    padding-left: 9px;
    list-style-type: none;
}

li {
    background: url(bp.jpg) no-repeat 0 10px / 14px;
    padding: 0 0 0 18px;
    background-position: 2px 8px;
}

.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-default {
  color: white;
  background-color: #003761;
  padding: 0 10px 0 7px;
  margin: 0;
  display: block;
}

.button-slanted {
  -ms-transform: skewX(-41deg);
  -webkit-transform: skewX(-41deg);
  transform: skewX(-41deg);
}

.button-slanted-content,
.button-slanted-content-apply {
  -ms-transform: skewX(41deg);
  -webkit-transform: skewX(41deg);
  transform: skewX(41deg);
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem;
}

.button-slanted-content-apply {
  font-size: 1.5rem;
}

.button-slanted-content-apply a:link,
.button-slanted-content-apply a:visited {
  text-decoration: none;
  color: #fff;
}

.button-slanted-content-apply a:hover {
  text-decoration: underline;
  color: #fff;
}

.blue-box-unit {
  width: 181px;
  margin: 0 0 15px 0;
}

.apply-box-unit {
  width: 300px;
  margin: 61px -112px 15px 0;
  float: right;
}

.centerer {
  margin: 0 auto;
  width: 210px;
}

.neg-marg {
  margin-left: -7px;
}

.apply {}
