@charset "UTF-8";


.kopftext{
  top: 10px;
  color: white;
  position: absolute;
  z-index: 4;
  left: 5%;
  text-align: center;
}

.kopftext2{
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.sprachekopf{
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 4;
}
  
@media screen and (max-width: 730px) {
	.kopftext,
	.kopftext2 {
		display: none;
	}
	
	 
}