* {
  box-sizing: border-box;
}

body {
  font: 62.5%/1.5 verdana, sans-serif;
  color:#000;
  background: #dcdecf url(pferd.gif) repeat;
}

.header {
  padding: 5px;
}

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

.frame {
  margin: 0 auto;
  width: 900px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid;
  font-size: 12px;
  overflow:auto;
}

.banner {
  font-size: 36px;
  font-weight: bold;
  overflow:overlay;
  display: flex;
  align-items: center;
}

.bannerText {
  float:left;
  width:80%;
  height:100%;
}

.logo {
  float:left;
  width: 10%;
  height: min(100%,120px);
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.logoImg {
  height:auto;
  width:100%;  
}

.content {
  padding: 10px;
}

.footer {
  background: #d00505;
  color: #fff;
  padding: 5px;
  font-size: 11px;
}

.footer a {
  color: #fff;
  text-align: center;
}

h2 {
  color: #d00505;
  text-decoration: underline;
  letter-spacing: 1px;
}

@media only screen and (max-width: 900px) {
  /* For mobile phones: */
  .frame {
    width: 100%;
  }
  .banner {
    font-size: min(36px, 3.8cqi);
  }
}
