#titel {
  text-align: right;
  margin-right: 120px;
  margin-top: 570px;
}

.titel {
  text-align: right;
  margin-right: 120px;
}
#hgbild {
  background-image: url(../Titelbild.jpg);
  background-size: 190%;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
}

.navbar {
  padding: 20px 20px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-decoration: none;
}

.menu li {
  margin-left: 330px;
  text-decoration: none;
}

.burger-menu {
  display: none;
  margin-left: 330px;
  flex-direction: column;
  cursor: pointer;
  order: 2;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 3px 0;
  margin-left: 20px;
}

@media (max-width: 430px) {
  .menu {
    display: none;
    flex-direction: column;
    order: 1;
  }
  .burger-menu {
    display: flex;
    order: 3;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  width: 50%;
  text-align: center;
  padding: 10px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bodybieten {
  background-color: beige;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

input[type="text"] {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

select {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #3751e2;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

form {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background-color: beige;
  border-radius: 10px;
  box-sizing: border-box;
}

.headerbieten {
  background-color: beige;
}

.homebutton {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  padding-right: 20px;
  padding-top: 20px;
}

.headerkollektion {
  margin-top: 150px;
}

.bodykollektion {
  background-color: beige;
  text-align: center;
}

.pictures {
  height: 300px;
  width: 300px;
  padding-top: 130px;
  padding-right: 50px;
}

#minus {
  margin-left: 80px;
  margin-top: 50px;
}

#Gebot {
  margin-top: 380px;
  margin-left: 280px;
}

.bodyalmond {
  background-color: beige;
}

#zurueck {
  margin-top: -400px;
  margin-left: 20px;
}
