#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #333;
}

#lightbox p.click-hint {
  text-align: right;
  color: #fff;
  margin-right: 20px;
  font-size: 12px;
}

#lightbox #content {
  width: 550px;
  margin: 0 auto;
}

#lightbox #content .scroll {
  margin: 15px;
  overflow: auto;
  height: 500px;
  text-align: left;
  color: #000;
}
#website{ display:none; }

input {
	padding: 15px 5px; outline:none; border:none; background-color:rgba(230,230,230,0.3); width:95%;
	font-family:open sans; font-weight:normal; font-size:12px; color:#333; width:95%;
	transition: .2s ease;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

input[type="text" i]:hover {
	padding: 15px 5px; outline:none; border:none; background-color:#E6E6E6; width:95%;
	transition: .2s ease;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
input[type="text" i]:focus {
	padding: 15px 5px; outline:none; border:none; background-color:#E6E6E6; width:95%;
	transition: .2s ease;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#zurück { margin-left: 18px; }
