/* 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: 'Verdana', sans-serif;
  font-size: 100%;
  color: #000;
  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: #000;
  text-decoration: none;
}

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

p {
  margin: 0 0 2rem 0;
}

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

h1, h2 {
  font-weight: bold;
}

h1 {
  line-height: 1.3;
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  color: #006eb6;
}

h2 {
  line-height: 1.3;
  font-size: 0.85rem;
  padding: 0;  
  margin: 0 0 1.4rem 0;
  color: #006eb6;
}

ul {
  margin: 0 auto 1.4rem 2.5rem;
  padding-left: 0.5rem;
  list-style-type: none;
}

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

li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: -1.8rem;
  font-size: 0.85rem;
} 

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

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

.content {
  padding: 1.1rem 3%;
  border-bottom: 1rem solid #006eb6;
}

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

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

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

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

.hide {
  display: none;
}

.mb-s {
  margin-bottom: 1rem;
}

.mb-l {
  margin-bottom: 3rem;
}
.refnr {}

.apply {}
