/*.tourbutton {
	font-family:calibri, sans-serif;
	font-weight:700;
	background-color:#eabd0c;
	padding:10px 20px;
	border-radius:8px;
	text-decoration:none;
	color:#2e2f30;
	text-transform:uppercase;
}

.tourbutton:hover {
	background-color:#2e2f30;
	padding:10px 20px;
	border-radius:8px;
	text-decoration:none;
	color:#eabd0c;
}

*/



.headlinebar{
  position:absolute; top:0; left:50%;
  transform:translateX(-50%);
  background:#5d5e60; z-index:1000;
  padding:10px 30px; text-align:center;
	
}

/* Bild sauber block-level und skalierend */
.headlinebar img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
  max-width:300px;
}

/* Button NICHT absolut positionieren */
.tourbutton{
  position:static;           /* wichtig, falls irgendwo absolute gesetzt ist */
  display:inline-block;
  margin-top:12px;           /* Abstand unter dem Bild */
  font-family:calibri, sans-serif;
display: inline-block;
  position: static;       /* wichtig, kein absolutes Positionieren */
  background: #ffcc00;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(0.9rem, 2.5vw, 1rem); /* passt sich der Viewport-Breite an */
  padding: 0.6em 1.4em;  /* em statt px, wächst mit Schriftgröße */
  border-radius: 6px;
  margin-top: 1em;
  transition: all 0.3s ease;	
	
	
	
	
	
	font-weight:700;
	background-color:#eabd0c;


	text-decoration:none;
	color:#2e2f30;
	text-transform:uppercase;
}

.tourbutton:hover {
	background-color:#2e2f30;
	text-decoration:none;
	color:#eabd0c;
}