html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

b { font-weight: bold; }

.absatz_titel { font-weight: bold; }
.bild_titel { font-size: 18px; }
.logo_textfarbe { color: #CF261F; }

body {
  padding: 0;
  margin: 0;
  background-image: url(hintergrund.jpg);
  background-attachment:fixed;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300; }
  @media (min-width: 525px) {
    body {
      margin: 8px;
      margin: 0.8rem; } }

body, button, input, select, textarea {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

/* Website Block */
.website {
  max-width: 500px;
  max-width: 50rem;
  margin: 0 auto; }
  @media (min-width: 525px) {
    .website {
      box-shadow: 0 0 16px #828282;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=270);
      zoom: 1; } }

/* Header Block */
.header {
  display: block;
  font-size: 0; }
  .header__image {
    width: 100%;
    max-width: 100%;
    height: auto; }

/* Grid Block */
.grid {
  width: 100%;
  margin-top: 10px;
  margin-top: 1rem; }
  .grid:after {
    content: " ";
    display: table;
    clear: both; }
  .grid__box {
    width: 100%;
    display: inline-block;
    float: left; }
    .grid__box--50 {
      margin-top: 10px;
      margin-top: 1rem; }
      @media (min-width: 525px) {
        .grid__box--50 {
          width: 50%;
          padding: 5px;
          padding: 0.5rem;
          box-sizing: border-box;
          margin: 0; } }
  .grid__box-inner {
    display: block;
    padding: 8px;
    padding: 0.8rem;
    box-sizing: border-box; }
    .grid__box-inner--border {
      border: 1px solid #; }
    .grid__box-inner--border-dark {
      border: 1px solid #; }
    .grid__box-inner--highlighted {
      background-color: #; }
  .grid_images {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .grid__images_100 {
    width: 100%;
    max-width: 100px;
    height: auto; }
  .grid__images_200 {
    width: 100%;
    max-width: 200px;
    height: auto; }
  .grid__images_300 {
    width: 100%;
    max-width: 300px;
    height: auto; }
  .grid__images_400 {
    width: 100%;
    max-width: 400px;
    height: auto; }
  .grid__images_500 {
    width: 100%;
    max-width: 500px;
    height: auto; }
  .grid__images_600 {
    width: 100%;
    max-width: 600px;
    height: auto; }
  .grid__images_700 {
    width: 100%;
    max-width: 700px;
    height: auto; }
  .grid__paragraph {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 3px 0;
    padding: 0.3rem 0;
    margin: 0; }

/* Content Block */
.content {
  background-color: #FFFFFF;
  padding: 25px;
  padding: 2.5rem;
  box-sizing: border-box;
  color: #222;
  -webkit-flex: 1 70%;
  -ms-flex: 1 70%;
  flex: 1 70%; }
  .content--footerrow {
    display: none; }
    @media (min-width: 525px) {
      .content--footerrow {
        display: block; } }
  .content__headline {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
    padding: 0 80px 10px 0;
    padding: 0 8rem 1rem 0; }
    @media (min-width: 525px) {
      .content__headline {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 1.3; } }
  .content__headline2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
    padding: 0 80px 10px 0;
    padding: 0 8rem 1rem 0; }
    @media (min-width: 525px) {
      .content__headline2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.0; } }
  .content__paragraph {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px; }
    .content__paragraph--first {
      margin: 5; }
  .content__link {
    color: #00A046;
    text-decoration: none;
    transition: color 300ms; }
    .content__link:hover {
      color: #005023; }
  .content__ontop {
    display: block;
    text-align: right;
    cursor: pointer;
    transition: color 0.2s; }
    .content__ontop:hover {
      color: #961914; }
      .content__ontop:hover:before {
        -webkit-animation: bounce 750ms infinite linear;
        animation: bounce 750ms infinite linear; }
    .content__ontop:before {
      font: normal normal normal 13px/1 FontAwesome;
      content: "\003E";
      transition: all 0.2s;
      margin: 0 5px 0 0;
      position: relative;
      top: 1px;
      color: #828282; }
  .content__ontop-link {
    color: #828282;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none; }

@-webkit-keyframes bounce {
  0% {
    top: 1px; }

  33% {
    top: -2px; }

  66% {
    top: 2px; }

  100% {
    top: 1px; } }

@keyframes bounce {
  0% {
    top: 1px; }

  33% {
    top: -2px; }

  66% {
    top: 2px; }

  100% {
    top: 1px; } }

/* Container Block */
.container {
  max-width: 500px;
  max-width: 50rem;
  margin: 0 auto;
  background-color: #FFFFFF; }
  .container:after {
    content: " ";
    display: table;
    clear: both; }
  @media (min-width: 525px) {
    .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .container--first {
    margin: 0px auto 0 auto; }
    @media (min-width: 525px) {
      .container--first {
        margin: 25px auto 0 auto; } }
  @media (min-width: 525px) {
    .container--last {
      margin: 0 auto 25px auto; } }

/* Collapse Block */
.collapse {
  margin: 30px 0 0 0;
  margin: 3rem 0 0 0; }
  .collapse__list {
    margin: 0;
    padding: 0; }
  .collapse__item {
    display: block;
    margin-top: 8px;
    margin-top: 0.8rem;
    background-color: #f2f2f2; }
    .collapse__item:first-child {
      margin: 0; }
  .collapse__title {
    display: block;
    background-color: #f2f2f2;
    border-bottom: 2px solid #eeeeee;
    padding: 7px 15px;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s; }
    .collapse__title:hover {
      background-color: #c3d0d6; }
    .collapse__title:after {
      font: normal normal normal 18px/1 FontAwesome;
      content: "\003E";
      position: absolute;
      right: 15px;
      top: 12px;
      transition: all 0.2s; }
    .collapse__title--active {
      background-color: #e2e2e2; }
      .collapse__title--active:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .collapse__block {
    display: block;
    padding: 15px;
    padding: 1.5rem;
    line-height: 1.2;
    text-align: justify;
    display: none;
    position: relative;
    background-color: #f2f2f2;
    border-bottom: 2px solid #eeeeee; }

/* Footer Block */
.footer2 {
  display: block;
  font-size: 0; }
  .footer2__image {
    width: 100%;
    max-width: 100%;
    height: auto; }
