.header {
  position: sticky; top: 0; z-index: 9 !important;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  
  font-size: 30px;
  font-family: sans-serif;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: rgb(30, 144, 255);
  color: white;
}

.header-right {
  float: right;
  font-family: sans-serif;
}

body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

.all {
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial', sans-serif;
  text-decoration-line: none;
}



.buchen {
  border: 2px solid #000000;
  padding: 8%;
  border-radius: 10px;
  max-width: 70%;
  margin: 0 auto;
}

h3 {
  text-align: center;
}

label {
  display: block;
  margin-bottom: 5px;
}

input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
  box-sizing: border-box;
}

iframe {
  border: 2px solid #000000;
  border-radius: 10px;
}

footer {
  background-color: #f8f8f8; /* Light grey background */
  color: #333; /* Dark text for better contrast */
  font-family: 'Segoe UI', 'Trebuchet MS', sans-serif;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1); /* Footer shadow for depth */
}

footer a {
  color: #007bff; /* Accent color */
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}



iframe {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  height: 100vh;
  margin-left: 3%;
  margin-right: 3%;
}

.klein {
  font-size: 15px;
}

.button-form {
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #ffffff;
}

.center {
  content: center!important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bild_box {
  text-align: center;
}

.border {
  border: 2px solid #000000;
  border-radius: 30px;
}

#slideshow img {
  width: 80%;
  height: 400px;
  object-fit: cover;
  border: 2px solid #000000;
  border-radius: 30px;
}



.bild_container {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.bild {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-blend{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
opacity: 0.5; 
}


.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(50px + 2vw); /* Dynamische Schriftgröße */
  background-color:  rgba(255, 255, 255, 0.9)
  width: 100%;
  
}

.wohnmobile_bild{
  display: block;
    margin-left: auto;
    margin-right: auto;
  width: 90%;
  border: 3px solid rgba(0, 0, 0, 0.744);
  border-radius: 10px;
 
}
.head{
  width: 90%;

  display: block;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  height: 500px;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 50px;
}

.head_content{
  align-items: center;
  color: white;
}


@media (max-width: 700px){
  
}

.überschrift{
  text-align: center;
  font-size: calc(100px + 2vw);
}
.kalender-up-div {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}



.button-form {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #007bff; /* Blaue Hintergrundfarbe */
  color: white; /* Weißer Text */
  border: none; /* Kein Rahmen */
  border-radius: 5px; /* Abgerundete Ecken */
  cursor: pointer; /* Zeiger-Cursor */
  transition: background-color 0.3s, transform 0.2s; /* Übergang für Animation */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Schatten für Tiefe */
}

.button-form:hover {
  background-color: #0056b3; /* Dunklere Farbe bei Hover */
  transform: translateY(-2px); /* Leichte Hebung bei Hover */
}

.button-form:active {
  transform: translateY(0); /* Zurück zur normalen Position bei Klick */
}

select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #a2a2a2; /* Standard-Rahmen */
    border-radius: 5px; /* Abgerundete Ecken */
    box-sizing: border-box; /* Box-Modell berücksichtigen */
    margin-bottom: 10px; /* Abstand nach unten */
}

.button {
    background-color: #6cb6e5; /* Grüner Hintergrund */
    border: none; /* Keine Rahmen */
    color: white; /* Weiße Schriftfarbe */
    padding: 15px 32px; /* Innenabstand */
    text-align: center; /* Text zentrieren */
    text-decoration: none; /* Keine Unterstreichung */
    display: inline-block; /* Inline-Block für Layout */
    font-size: 16px; /* Schriftgröße */
    margin: 4px 2px; /* Außenabstand */
    cursor: pointer; /* Hand-Cursor */
    border-radius: 4px; /* Abgerundete Ecken */
}