.tabelle {
border-spacing: 20px;
}

.transparent1 {
background-color: rgba (255,255,255,0.6);
}

.transparent {
opacity: 0.5;
}
.overlay {
background-color: rgba (255,255,255,0.6);
}

.image-button {
    display: inline-block;
    background: transparent;
    transition: background 0.3s ease;
}

.image-button:hover {
    background: rgba(255,255,255,0.1);
	transform: scale(1.05);
}

.image-button img {
    display: block;
    border: 1px solid white;
}


.menu-title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 32px;
    color: turquoise;
}

.fliesstext {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: black;
}

h1{
  font-family: "Great Vibes", cursive;
font-size:120px
}

h2 {
  font-family: "Great Vibes", cursive;
font-size:60px
}
h3{
 font-family:"Great Vibes", cursive;
font}

ul {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color:Darkorange;

    list-style-type: square;
    margin: 20px auto;
    padding-left: 25px;
    max-width: 700px;
}

.inhalt {
    display: flex;              /* Bild und Text nebeneinander */
    align-items: flex-start;    /* oben ausrichten */
    gap: 30px;                  /* Abstand zwischen Bild und Text */
    max-width: 1000px;
    margin: 20px auto;
}

.inhalt img {
    width: 40%;                 /* Bildbreite */
    height: auto;
    border-radius: 8px;
}
.text {
    width: 60%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: black;
}
@media (max-width: 768px) {
    .inhalt {
        flex-direction: column;
    }

    .inhalt img,
    .text {
        width: 100%;
    }
}
.natur-box {
    background-image: url("Bilder/natur-usbekistan.png");
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}


.hintergrund-box {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
    max-width: 900px;
    border-radius: 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: black;
    line-height: 1.5;
}

.tier-box {
    background-image: url("Bilder/kamel-tiere.png");
    background-size: cover;
    background-position: center;
    padding: 140px 20px;
    display: flex;
    justify-content: center;
}

