/* Version: 05.03.2018 */

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}
/**
 * 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;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 100%;
  color: #575656;
  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: #575656;
  text-decoration: none;
}

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

p {
  margin: 0 0 1rem 0;
}

h1, h2 {
  line-height: 1.3;
  font-size: 1.85rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

h1 {
  letter-spacing: 0.02rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

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

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

li:before {
  content: "■";
  position: absolute;
  top: 0.2rem;
  left: -.8rem;
  font-size: .5rem;
} 

.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: .775rem;
}

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

.header {
  position: relative;
}

.logo {
  position: absolute;
  top: 1.3rem;
  left: 6%;
  width: 13rem;
}

.title {
  position: absolute;
  bottom: 8%;
  left: 0;
  padding: 0.2rem 3% 0.6rem 6%;
  background: rgba(255,255,255,0.7);
  color: #3c3c3b;
}

.content {
  padding: 3rem 6% 1.5rem 6%;
}

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

.content-bottom {
  padding: 1rem 6% 0 6%;
}

.gradient-box {
  padding: .3rem 6%;
  background: -moz-linear-gradient(180deg, rgba(194,197,201,0) 0%, rgba(194,197,201,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(194,197,201,1)), color-stop(100%, rgba(194,197,201,0))); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, rgba(194,197,201,0) 0%, rgba(194,197,201,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, rgba(194,197,201,0) 0%, rgba(194,197,201,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, rgba(194,197,201,0) 0%, rgba(194,197,201,1) 100%); /* ie10+ */
  background: linear-gradient(270deg, rgba(194,197,201,0) 0%, rgba(194,197,201,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c5c9', endColorstr='#c2c5c9',GradientType=1 ); /* ie6-9 */ 
}

.gradient-box p:last-of-type {
  margin-bottom: 0;
}

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

.box-right{
float:right;
width:66%;
}

.hide {
  display: none;
}

.jus {
  text-align: justify;
}

.footer {
  padding: .5rem 6%;
  background: #004f9f;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.02rem
}

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

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

.lightgrey {
  color: #575656
}

.font--s {
  font-size: 0.675rem;
}
.refnr {}

.apply {}

/*--Button--*/
.button_box {
	text-align: left;
}

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

.button a {
	display: inline-block;
	background: #004f9f;
	padding: 0.6rem 2rem 0.6rem 2rem;
	margin: 1rem auto ;
	cursor: pointer;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	border: 0.1rem solid #004f9f;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
}
.button a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #004f9f;
	border: 0.1rem solid #004f9f;
}
