body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #f2f2f2;
}
header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 18px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
  padding-bottom: 30px;
  font-weight: 400;
  background-color: #f2f2f2;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
}
#margin-top {
  margin-top: 164px;
}
header a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
}
a:hover {
  color: #a0a0a0;
  text-decoration: none;
}

.logo {
  width: 125px;
}
::selection {
  background-color: rgb(210, 210, 255);
}

@media (max-width: 768px) {
  body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
  }
  .prime {
    font-size: 7px;
  }
  header {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
    padding-bottom: 30px;
    font-weight: 400;
  }
  .menu {
    margin-right: 10px;
  }
  .mobile-navbar {
    display: flex;
    justify-content: space-between;
  }
  .logo {
    width: 100px;
  }
  .wetter {
    font-size: 14px;
  }
  .temp {
    display: none;
    color: rgb(64, 182, 255);
  }
  .request {
    height: 1200px;
  }
}

/*menu ausblenden*/
.menu img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu img {
    display: block;
  }
  .link {
    display: none;
  }
}
.mobile-text-centering {
  margin-left: 15px;
  margin-right: 15px;
}
.info {
  font-weight: 300;
  font-size: 20px;
}
