/* Version: 05.03.2018 */

/**
 * 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: 'Arial', sans-serif;
  font-size: 100%;
  color: #1d1d1b;
  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: #215bb4;
  text-decoration: underline;
}

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

p {
  margin: 0 0 1rem 0;
}

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

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

li {
  margin: auto;
  padding: 0;
}

.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: 0.8rem;
  text-align: justify;
}

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

.content {
  padding: 2.5rem 7%;
}

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

.logo {
  width: 15rem;
  margin: 0 auto 1rem auto;
}

.logo33 {
  position: absolute;
  width: 16rem;
  margin: 0 auto 1rem auto;
  right: 2rem;
  bottom: 1.5rem;
}

.header {
  margin-bottom: 1rem;
}

.hide {
  display: none;
}
.refnr {}

.apply {}
