/* Version: 07.03.2016 */
 @import url(../../css2_e7d00f2f52727a88.css);
* {
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0 0 14px 0;
  text-align: justify;
}

h1 {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d57835;
}

.rahmen {
  position: relative;
  padding: 0px;
  width: 720px;
  margin: 20px auto;
  background-color: #FFF;
  border: 1px solid #A7A9A4;
  box-shadow: -0.5px 3px 15px #999;
  font-size: 0.7rem;
}

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

.content {
  padding: 0 6% 10px 6%;
}

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

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

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

.footer {

}

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

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

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #000;
}

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

a:active {
  text-decoration: none;
  color: #000;
}

ul {
  margin: 0 auto auto 5px;
  padding-left: 9px;
  list-style-type: disc;
}

li {
  margin: auto;
  padding: 0;
}

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

.hide {
  display: none;
}

.refnr {}

.blocksatz {
  text-align: justify;
  text-align-last: justify;
}

.blocksatz:after {
  content: "";
  display: inline-block;
  width: 100%;
}

p:empty {
  height: 18px;
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  /* table-layout: fixed; */
}

.cell {
  display: table-cell;
}

.row {
  display: table-row;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 4% 25px 4%;
}

.left {
  width: 50%;
}

.right  {
  width: 40%;
}

.button_box {
  text-align: center;
}

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

.button a {
  background: #123487;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 10px 40px;
}

.button a:hover {
  background: #2d5aae;
}

.apply {}
