@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 90%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
    }
    .branding {
        float: none;
        clear: both;
        margin: 0;
    }
    .center {
      text-align: center;
    }
    a.bewerben {
    margin: 0 auto;
    width: auto;
    font-size: 1.5em;
    display: inline-block;
    font-weight: normal;
  }
}

.refnr {}

.apply {}
