body {
    font-family: 'Lato', sans-serif;
    color: #444;
    font-size:12px;
}
#buttonAnfrage{
    margin-top:10px;
    margin-left:60px;

}

h3,#SizeUpdate {
    color: #444;
}

.description2 {
	width:100px;
	display: inline-block;
	font-size:12px;

}
.description {
	width:60px;
	display: inline-block;
	font-size:12px;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(246,246,246,0.9);
  background-color: rgba(246,246,246, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-left:10px;
}
.footer a { 
    font-size: 12px;
    color: #444;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    color: #444;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #444;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.circle {
    width: 40px;
    height: 100px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 9px;
}