.overlay6 {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: -2000px;
    background-color: rgba(6, 18, 30, 0.80);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content6 {
    position: relative;
    top: 140px;
    width: 100%;
    text-align: center;
	color: white;
}

.overlay6 .closebtn6 {
    position: absolute;
    top: 40px;
    right: 10%;
    font-size: 60px;
}

#close_unten6 {
	margin-top:20px;
	position:relative;
	top:0;
	right:0;	
}

.cancel {
	width:26px;
	z-index:9999;
	position:absolute;
}
.overlay6 {
   top:13%;
   height:77%;
   width:75%;
   left:12%;
   background-color: rgba(169, 202, 234, 0.9);
  background-size:cover;
}
overlay6 h2 {
  color:#e12e2e;  
}
.overlay-content5 {
top:200px;
color:#114398;
font-weight:bold;
padding-left:30px;
padding-right:30px;
}
.overlay-content5 h2 {
  margin-top:140px;
}
@media (max-width:640px) {
  .overlay6 {
    width:100%;
  left:0;
  }
}