@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 100%;
    font-size: 100%;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  -webkit-print-color-adjust:exact;
}

.frame-outer {
  position: relative;
  padding: 0rem 0rem 0rem 3rem;
  width: 655px;
  margin: 1.3rem auto;
  background-color: #FFF;
  font-size: 1rem;
  line-height: 1.3;
}
.border {
    display: block;
    border: 0.55rem solid #e2001a;
    padding: 0.5rem 1rem 0;
    background: url('bg.jpg') no-repeat right bottom;
}

.border2 {
    display: block;
    border: 0.2rem solid #e2001a;
    padding: 0.5rem 1rem 0;
    background: url('bg.jpg') no-repeat right bottom;
}

p {
    padding-bottom: 0.5rem;
}

h1 {
    margin: 0 0 0.2rem;
    font-size: 2.3rem;
    line-height: 1.3;
}

h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
    color: #0072BC;
}

.red {
    color: #e2001a;
}

h3 {
    font-size: 1.15em;
    line-height: 1.3em;
    margin-bottom: 0;
}

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

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

ul {
	margin: 0 0 0.5rem 0;
	list-style-type: none;
}

li {
	position: relative; 
	margin: auto;
	padding: 0 0 0 1rem;
}

li:last-child{
	padding-bottom: 0;
}

ul li:before {
	 position: absolute;
	 top: -0.9rem;;
	 left: -0.4rem;
	 content: "•";
	 font-size: 2.25rem;
    color: #e2001a;
}

ul.blue li:before {
	 position: absolute;
	 top: -0.9rem;;
	 left: -0.4rem;
	 content: "•";
	 font-size: 2.25rem;
    color: #0065b1;
}

ul.orange li:before {
	 position: absolute;
	 top: -0.9rem;;
	 left: -0.4rem;
	 content: "•";
	 font-size: 2.25rem;
    color: #ff8c27;
}


/* Hebt Float left/right auf */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

/* Ende Standard */

.header {
    padding: 0;
}

.header img {
    float: right;
	width: 11rem;
	margin-left: 1rem;
}

.header p {
    padding-top: 1.3rem;
}

.content {
    padding: 0;
}

.title {
    margin: 0.3rem 0 0.5rem -4.5rem;
    background: #e2001a;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.192rem;
    line-height: 1.3;
    font-weight: bold;
}

.title2 {

    background: #e2001a;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.192rem;
    line-height: 1.3;
    font-weight: bold;
margin:0.5rem 0;

}

.title2 h1{
text-transform:uppercase;

}


/*--Flex--*/

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.left {
	width: 70%;
}

.right {
	width: 30%;
}

.right img{
width:78%;
}


.box {
    margin-left: 2.5rem;
}

.footer {
    padding: 0 0 0.3rem;
}

.refnr {}

.apply {}
