/* Version: 07.03.2016 */

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 89%;
    color: #4a4641;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.8;
    background-color: #f1f1f1;
}

p {
    margin: 0 0 20px 0;
}

h1 {
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 0;
    margin: 40px 0;
    color: #e01f2e;
}

h2 {
    margin: 0 0 10px 0;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: bold;
}

.subhead {
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: bold;
}

.rahmen {
    padding: 0px;
    width: 730px;
    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;
}

.header_colorblock {
  position: absolute;
  top: 16px;
  left: 0;
  width: 16px;
}

.content {
    padding: 16px;
}

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

.content_inner {
  margin: 26px 24px 26px 30px;
}

.logo {
  margin: 20px 0;
  width: 150px;
}

.bottom_border {
    padding-bottom: 20px;
    border-bottom: 3px solid #e01f2e;
}

.headline {
  width: 340px;
}

.header_image {
  position: relative;
}

.image_intro {
  position: absolute;
  top: 29px;
  left: 29px;
  width: 319px;
  background: rgba(0,150,255,0.5);
  padding: 26px 20px;
  color: #fff;
}

.image_intro p:first-of-type {
  margin-bottom: 10px;
}

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

.infos p {
  margin: 0;
}

.box_right {
    float: right;
    width: 48%;
}

.box_left {
    float: left;
    width: 48%;
}

#passbild {
    width: 25%;
    float: left;
    margin: 0 20px 10px 0;
}

.footer {
    background: #e6e1e1;
    padding: 35px 24px 30px 30px;
}

.footer_link a:link,
.footer_link a:visited {
    color: #4994df;
}

.footer_link a:hover {
    text-decoration: underline;
}

.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: none;
    color: #000;
}

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

ul {
    margin-left: 5px;
    padding-left: 9px;
    margin-top: 0px;
    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,
.flex2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	  flex-wrap: wrap;
}

.flex2 {
  margin-top: 15px;
}

.left {
  width: 16%;
}

.right {
  margin-top: 5px;
  width: 84%;
  letter-spacing: -0.01em;
}

.left2 {
  width: 72.1%;
  background: #e01f2e;
  padding: 3px 0 41px 30px;
  margin-right: 13px;
}

.left2 a:link,
.left2 a:visited {
  color: #fff;
}

.left2 a:hover {
  text-decoration: underline;
}

.right2 {
  width: 181px;
}

.button_box {
    text-align: center;
}

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

.button a {
    background: #936893;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 0 20px 0;
    padding: 3px 10px;
}

.button a:hover {
    background: #784b78;
}

.bottom_marg {
  margin-bottom: 40px;
}

.blue {
    color: #4994df;
}

.rot{color:#e01f2e;}

.apply {}


#sloganLogo {
    position: absolute;
    right: 65px;
    top: 240px;
    font-size: 17px;
}

#selbstIstDerMensch {
    position: absolute;
    right: 65px;
    top: 240px;
    color: #e01f2e;
    font-size: 17px;
}

#bgPink{
  background:#e01f2e;
  color:#fff;
  padding:2%;
}


#bgRot{
  background:#e01f2e;
  color:#fff;
  padding:2%;
}

.ausblenden{}
