
.container {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position:static;
  display: flex;
  flex-direction: column;
}

.taskbar {
  width: 100%;
  display: flex;
}

.abstand {
  height: 50px;
  width: 100%;
}

.logo {
  height: 40px;
  width: auto;
  display: block;
  margin-left: 350px;
}

.menu {
  margin-left: 450px;
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.side {
  flex-grow: 1;
}

.text {
  margin-top: 150px;
  margin-left: 400px;
  width: 1200px;
}

.anfrage {
  width: 350px;
  height: 40px;
  border: 0;
  border-radius: 7px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #000000;
}

.anfragen::selection {
  border: 0;
}