/* Version: 07.03.2016 */


@font-face { 
	
font-family: "Hind";
	 
  src: url(../../ofl/hind/Hind-Light.woff2) format('woff2') ;
	
	font-weight: 300;
	font-style: normal;	
}

@font-face { 

font-family: "Hind";
	 
	src: url(../../ofl/hind/Hind-Regular.woff2) format('woff2') ;

	font-weight: 400;
	font-style: normal;
}

@font-face { 

font-family: "Hind";
	 
	src: url(../../ofl/hind/Hind-Medium.woff2) format('woff2') ;

	font-weight: 500;
	font-style: normal;
}

@font-face { 

font-family: "Hind";
	 
	src: url(../../ofl/hind/Hind-SemiBold.woff2) format('woff2') ;

	font-weight: 600;
	font-style: normal;
}

@font-face { 

font-family: "Hind";
	 
	src: url(../../ofl/hind/Hind-Bold.woff2) format('woff2') ;

	font-weight: 700;
	font-style: normal;
}


* {
    box-sizing: border-box;
}

body {
    font-family: 'Hind', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #565655;
    text-decoration: none;
    font-weight: 300;
    word-spacing: normal;
    line-height: 1.2;
    background-color: #f1f1f1;
}

p {
padding: 0;
	margin: 0;
    text-align: justify;
}
.bold{
	font-weight: 600;

}
.bold_space {
	font-weight: 600;
	letter-spacing: 0.02rem;
	word-spacing: 0.015rem;
}

strong{font-weight: 600;}

.strongBlue {color: #004f9f;}

h1 {
    line-height: 1.1;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.675rem;
    font-style: italic;
    font-weight: 800;
    color: #004f9f;
    text-transform: uppercase;
    padding: 0;
    margin-top: 0.25rem;
	
}

h1 span {
	font-weight: 400;
	font-style: italic;
	font-size: 1rem;
	line-height: 1.1;
	padding: 0;
    margin: 0;
}



#logo {
	position: absolute;
	top: 1.5rem;
	right: 2.75%;
}

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

.rahmen {
    padding: 0px;
    width: 630px;
    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;
	 font-size: 0.92rem;
    position: relative;
}

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

.rahmen_top {
    padding: 0px;
}

.rahmen_bottom {
    padding: 0px;
}

.content {
    padding: 1rem 4%;
}

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

.box_top {}



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

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



.footer {
    background: #004f9f;
    color: #fff;
    padding: 0.5rem 4% 1rem 4%;
}

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

.white {
    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;
}
.hide_m {
  
}
.refnr {}

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

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



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







.subline {
  background-color: #004f9f;
  padding: 0.3rem 4% 0.125rem 4%;
  font-weight: 600;
  color: #fff;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
	text-transform: uppercase;
}

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

.apply {}
