/* 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: 'Roboto Condensed', sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  word-spacing: normal;
  line-height: 1.2;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

strong{ font-weight:800;}
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 1rem 0;
  text-align: justify;
}

h1,
h2,
h3 {
  line-height: 1.1;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.25rem;
  color: #8f6c56;
  margin: 2rem auto;
}

h1,
h2 {
  text-align: center;
}

h2 {
  margin-bottom: 1rem;
}

h3 {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
  margin: 0 0 0.5rem 0.8rem;
}

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

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

li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: -1.2rem;
  font-size: 0.6rem;
  color: #8f6c56;
} 

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

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

.logo {
  width: 17rem;
  margin: 1rem auto 2rem auto;
}

.title-box {
  margin: 1.25rem 1.5%;
}

.content {
  padding: 1rem 8%;
}

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

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

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

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

.footer {
  margin: 2.5rem 0;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background: #8f6c56;
  padding: 1.75rem 8%;
  font-size: 1rem;
  letter-spacing: -0.02rem;
  color: #ffffff;
}

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

.flex p {
  margin-bottom: 0;
}

.left,
.right {
  width: 50%;
}

.hide {
  display: none;
}

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

.apply {}
