*,
*::before,
*::after{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html{
	font-size: 18px;
}

.baustelle{
    text-align: center;
    max-width: 1920px; 
    margin: auto; 
}

img{
    max-width: 100%;
	max-height: 99vh;
}

.wrapper{
	max-width: 980px;
	margin: 0 auto;
}

h1{
	font-size: 2rem;
}

.bewerben{

	position: absolute;
	right: 10px;
	top: 10px;
	width: 150px;
	max-width: 150px;
	height: auto;
	z-index: 9999;
}

@media (max-width: 768px) {
  .bewerben {
    width: 100px; /* Breite für mobile Geräte */
    max-width: 100px; /* Maximale Breite für mobile Geräte */
  }
}