@media (max-width: 767px) 

{

	.mobilehead {display: block; height: 140px; background: #fff; }
	.sticky {
  z-index: 100000;
  width: 100%;
  transform: none;
  top: 0;
}
	
	.site-header {display: block;}
	/* Logo-Stil */
.mobilelogo {
    margin-left: auto;
  width: 300px;
    height: auto;
}

.mobilehead {
    display: flex;
    align-items: center;
    justify-content: space-between;
	background: #fffae6;
}

.mobilehead	.textmedia {
  gap: 0px;
}
	
	
	}
