/* Version: 07.03.2016 */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 85%;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.2;
    background-color: #f1f1f1;
}

p {
    margin: 0;
}

h1 {
    font-family: Arial, sans-serif;
    line-height: 1.2;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0;
    margin: 10px 0;
}

h2 {
    font-family: Arial, sans-serif;
    margin: 0px;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: bold;
}

.rahmen {
    padding: 0px;
    width: 720px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #FFF;
    border: 1px solid #A7A9A4;
    box-shadow: -0.5px 3px 15px #999;
    position: relative;
}

.rahmen::after {
    content: "";
    display: block;
    clear: both;
}

.logo {
    position: absolute;
    top: 25px;
    left: 27px;
    width: 167px;
}

.content {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content::after {
    content: "";
    display: block;
    clear: both;
}

.content-inner {
  margin: 5px 0;
  padding: 15px;
  background: url(bg-intro.jpg) repeat-y top left / 100%;
  color: #fff;
}

.content-inner-bottom {
  background: url(bg.jpg) repeat-y top left / 100%;
  margin-bottom: 15px;
}

.content-inner-pad {
  padding: 20px 45px 50px 45px;
  position: relative;
}

.box-right {
    float: left;
    width: 56%;
    padding: 15px 0 0 13px;
}

.box-left {
    float: left;
    width: 15%;
    padding: 0 0 0 10px;
}

.footer {
    background: rgba(255,255,255,0.5);
    padding: 10px 0;
}

.footer p {
    font-size: 0.7rem;
    margin-bottom: 4px;
}

.footer p:first-of-type {
    font-size: 0.9rem;
    font-weight: bold;
}

.footer p:last-of-type {
  margin-bottom: 0;
}

.footer a:link,
.footer a:visited {
  font-weight: normal;
  text-decoration: none;
}

.footer::after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: 0;
    vertical-align: middle;
}

a:link {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

a:active {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}

ul {
    margin-left: -15px;
    padding-left: 9px;
    margin-top: 0px;
    list-style-type: none;
}

li {
    background: url(bp.png) no-repeat 0 7px / 15px;
    padding-left: 17px;
}

.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-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
	  flex-wrap: wrap;
}

.button-default {
  color: white;
  background: rgb(25, 9, 0);
  background: rgba(25, 9, 0, 0.7);
  padding: 3px 3px 3px 10px;
  margin: 20px 0 10px 0;
  display: block;
}

.button-slanted {
  -ms-transform: skewX(-36deg);
  -webkit-transform: skewX(-36deg);
  transform: skewX(-36deg);
}

.button-slanted-content {
  -ms-transform: skewX(36deg);
  -webkit-transform: skewX(36deg);
  transform: skewX(36deg);
  display: inline-block;
}

.button-slanted-content a:link,
.button-slanted-content a:visited {
  text-decoration: none;
  color: #fff;
}

.button-slanted-content a:hover {
  text-decoration: underline;
  color: #fff;
}

.bg-sizer {
  width: 170px;
}

.font-resizer {
  font-size: 1.5rem;
}

.marg-left {
  margin-left: 10px;
}

.apply-button {
  width: 300px;
  position: absolute;
  bottom: -19px;
  right: 0;
}

.apply {}
