/* Version: 05.03.2018 */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


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

body {
  font-family: 'Hind', sans-serif;
  font-size: 100%;
  color: #022e3e;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.3;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
  text-rendering: optimizeLegibility;
}


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

a:link,
a:visited,
a:active,
a:focus {
  color: #323232;
  text-decoration: none;
}

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

p {
  margin: 0 0 1.2rem 0;
}

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

h1 {
  margin-bottom: .5rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

ul {
  margin: 0 auto 1.5rem .5rem;
  padding-left: .5rem;
  list-style-type: none;
}

ul ul {
  margin: 0 auto 0 .5rem;
}

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

li:before {
  content: '•';
  position: absolute;
  top: 0;
  left: -.8rem;
  font-size: .8rem;
} 

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: .02rem solid #A7A9A4;
  box-shadow: -.1rem .1rem 1rem #999;
  font-size: .85rem;
}

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

.logo {
  width: 8.5rem;
  padding: 0 0 1.2rem;
}

.title-box {
  background: #022e3e;
  color: #ffffff;
  padding: 2.2rem 6% 2.6rem 12%;
}

.content {
  padding: 3rem 10% 1.7rem 12%;
}

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

.content-top {
  padding: 3rem 0 1.7rem 12%;
}

.content-middle {
  padding: 0 10% 1.7rem 12%;
}

.hide {
  display: none;
}

.flex {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.left {
  width: 55%;
}

.right {
  width: 41%;
}

.box-left {
  float: left;
  width: 60%;
}

.box-right {
  float: right;
  width: 35%;
}
.right-inner {
  width: 86%;
}

.button-wrapper {
  position: relative;
}

.button {
  position: absolute;
  top: -4.4rem;
  right: 5rem;
  width: 9rem;
}

.footer {
  padding: 2.3rem 10% 3.2rem 12%;
}

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

.footer a:link,
.footer a:visited {
  color: #323232;
}
.refnr {}

.apply {}
