@font-face {
  font-family: "DroidSans";
  src: url(../fonts/DroidSans.ttf) format("ttf"),
    url(../fonts/DroidSans.woff) format("woff"),
    url(../fonts/DroidSans.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
}


@media(max-width:509px) {
.content-frame{
  padding-right: 10px;
  padding-left: 10px;
  max-width: 355px;
  z-index: 2;
}
.balken-info {
  position: absolute;
  width: 100%;
  min-height: 146px;
  margin-top: 270px;
  background-color: #222;
}
}

@media(min-width:510px) {
  .content-frame {
    max-width: 526px;
    z-index: 2;
  }
  .balken-info {
    position: absolute;
    width: 100%;
    min-height: 146px;
    margin-top: 326px;
    background-color: #222;
  }
}

@media(min-height:860px) {
  .footer {
    position: absolute;
    bottom: 28px;
  }
}

@media(max-height:859px) {
  .footer {
    position: relative;
    margin-top: 30px;
  }
}

body {
  font-family: 'DroidSans';
  font-size: 16px;
  color: #222;
}

span{
  color: #cd1719;
}

h1 {
  font-family: 'DroidSans';
  font-size: 16px;
  color: #cd1719;
}

h2 {
  font-family: 'DroidSans';
  font-size: 18px;
  color: #fff;
}

h3 {
  font-family: 'DroidSans';
  font-size: 18px;
  color: #222;
}

p {
  font-family: 'DroidSans';
  font-size: 16px;
  color: #222;
}

a {
  display: inline;
  color: #cd1719;
}

hr {
  display: inline;
  border: none;
  border-left: 1px solid #7F8487;
  height: 16px;
  width: 0px;
  margin: 0;
  margin-left: 6px;
  margin-right: 7px;
}

.wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  background: url("../img/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}

.frame {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  height: 100vh;
  padding: 0;
  min-width: 526px;
  z-index: 1;
}


.branding {
  margin-top: 50px;
}

.branding img {
  width: 100%;
  height: auto;
  max-height: 202px;
}

.info {
  margin-top: 74px;
  height: 146px;
  padding-left: 25px;
  position:relative;
  z-index:9999;
}

.info h2 {
padding-top: 48px;
}

.contact {
  margin-top: 80px;
  padding-left: 25px;
}

.contact h1 {
  margin-top: 40px;
}

.footer {
  padding-left: 25px;
}

.footer a {
  font-size: 14px;
}

a:hover {
  color: #7F8487;
}
