/* Version: 07.03.2016 */

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

@font-face { 
	font-family: "Noto Sans";
	src: url(../../ofl/notosans/NotoSans-Italic[wdth,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: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #575656;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.5;
    background-color: #f1f1f1;
}

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

h1 {
    line-height: 1.3;
    font-size: 1.3rem;
    font-style: italic;
    color: #004f9f;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight:400;
}

.titel_klein {
    font-size: 1rem;
}

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

.rahmen {
    padding: 0px;
    width: 600px;
    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;
}

.rahmen_top {
    padding: 0px;
}

.rahmen_bottom {
    padding: 0px;
}

.content {
    padding: 10px 26px;
}

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

.box_top {}

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

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



.box_right2 {
    float: right;
    width: 47%;
}

.box_left2 {
    float: left;
    width: 50%;
}

.footer {
    background: #004f9f;
    color: #fff;
    padding: 10px 26px;
}

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

.footer a:link {
  color: #fff;
  font-weight: bold;
}

.footer a:visited {
  color: #fff;
  font-weight: bold;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

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: none;
    color: #000;
}

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

.color_2 {
    color: #fff !important;
}

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

li {
    margin: auto;
    padding: 0;
}

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

.bild1 {
    display: block;
}

.bild2 {
    display: none;
}

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

.flex > div {
    background: #ccc;
}

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

.header {
  position: relative;
}

.slogan {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1rem;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.smalltext {
  position: absolute;
  left: 26px;
  bottom: 14px;
  color: #fff;
  font-size: 0.5rem;
}

.slogan p {
  text-align: left;
}

.fontnew {
  font-family: 'Archivo Black', sans-serif;
}

.subline {
  background-color: #004f9f;
  padding: 2px 0 2px 26px;
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

.subline::after {
    content: "";
    position: absolute;
    right: -18%;
    top: -20px;
    bottom: -20px;
    background: #fff;
    width: 20%;
    z-index: 2;
    transform: rotate(10deg);
}

.apply {}
