.logoeins {
  border-radius: 5px;
  background: #ff2d21;
  width: 10px;
  height: 40px;
  margin: 0px 10px;

}
.logozweio {
  border-radius: 5px;
  background: #ff2d21;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 5px;
}
.logozweiu {
  border-radius: 5px;
  background: #ff2d21;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 5px;
}
.logoz {
  float: left;
  position: relative;
  width: 30px;
  height: 40px;
}
.logo {
  margin: auto; 
  width: 100px;
  min-width: 90px;
}
#header {
  border-bottom: #ff2d21 2px solid;
  margin: 0 auto; 
  padding: 10px 0;
  height: auto;
}

#content {
  margin: 0 auto; 
  padding: 10px 0;
  height: auto;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both; 
  content: "";
  display: table; 
}
h1 {
  color: black;
  font-size: 3em;
  text-align: center;
}
.titleimg {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  border: #999999 5px solid;
  max-width: 600px;
  width: 96vw;
}
#footer {
  padding: 10px 0;
  height: auto;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-top: #ff2d21 2px solid;
}
#wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}
.footer,
.push {
  height: 50px;
}
html, body {
  height: 100%;
  margin: 0;
}