.BeSa {
  color: #ffffff;
}

.BeSa-link {
  color: #ffffff;
}

.headline {
  color: #00d0ff;
  font-size: 70px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_h1 {
  color: #ff0000;
  font-size: 50px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-left: 20px;
}

.kontakt_h1 {
  color: #ff0000;
  font-size: 50px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-left: 20px;
}

.home_text {
  font-size: 30px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-left: 100px;
  margin-bottom: 5px;
  width: calc(100% - 300px);
}

.about_text {
  font-size: x-large;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-left: 100px;
  margin-bottom: 5px;
  width: calc(100% - 200px);
}

.text {
  font-size: x-large;
  margin-left: 20px;
  margin-bottom: 5px;
}

.text_container {
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .headline {
    color: #00d0ff;
    font-size: 70px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home_text {
    font-size: 30px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    margin-left: 60px;
    width: 900px;
  }

  .text {
    font-size: x-large;
    margin-left: 20px;
  }
}

@media (max-width: 800px) {
  .headline {
    color: #00d0ff;
    font-size: 30px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home_text {
    font-size: 15px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    margin-left: 20px;
    width: 600px;
  }

  .text {
    font-size: medium;
    margin-left: 20px;
  }
}

.team_1_row_div {
  display: flex;
  justify-content: space-evenly;
  margin-left: 20px;
}

.team_2_row_div {
  display: flex;
  justify-content: space-evenly;
  margin-left: 20px;
}

.team_img {
  width: 250px;
}

.team_info {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .team_img {
    width: 250px;
  }

  .name {
    font-size: 40px;
  }

  .leiter {
    font-size: 30px;
  }

  .taskarea {
    font-size: 20px;
  }

  .task {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .team_img {
    width: 125px;
  }

  .name {
    font-size: 30px;
  }

  .leiter {
    font-size: 20px;
  }

  .taskarea {
    font-size: 15px;
  }

  .task {
    font-size: 10px;
  }

  .not_finished {
    font-size: 50px;
  }
}

.mail-link {
  color: #000000;
}

.phone-link {
  color: #000000;
}

.link {
  color: #000000;
}

.insta_icon {
  margin-right: 3px;
}

.link_none {
  text-decoration: none;
  color: #000000;
}

.hover {
  color: #000000;
}

.hover:hover {
  color: #00d0ff;
}

.hover:active {
  color: #ff0000;
}

.mdl-navigation .mdl-navigation__link:hover {
  color: #ffffff;
}

.mdl-navigation .mdl-navigation__link:active {
  color: #ff0000;
}

.BeSa-link:hover {
  color: #424242;
}

.BeSa-link:active {
  color: #ff0000;
}

.footer_1 {
  margin-top: 300px;
}

.footer_2 {
  margin-top: 450px;
}

.footer_3 {
  margin-top: 100px;
}

.BeSa_icon {
  width: 70px;
}

.not_finished {
  color: #ff0000;
}

.serviceForm {
  width: 900px;
  margin: 200px;
}

.form_row {
  display: flex;
  justify-content: space-evenly;
}

.form_element {
  display: flex;
  justify-content: center;
}

/*-------------- Service ---------------*/

.container {
  font-family: Arial, sans-serif;
  max-width: 700px;
  margin: 50px auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px #00d0ff5d;
}

.service_headline {
  color: #00d0ff;
  text-align: center;
  margin-bottom: 25px;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  color: #333333;
}

input,
select,
textarea {
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #00d0ff;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  font-family: 'Courier New', Courier, monospace;
}

.service_submit {
  background-color: #00d0ff;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.service_submit:hover {
  background-color: #00a8cc;
}

@media (max-width: 600px) {
  .container {
    margin: 20px;
    padding: 20px;
  }
}

.request {
  background-color: black;
  color: #00d0ff;
  padding: 10px;
  height: 200px;
  width: 100%;
  border-color: #00d0ff;
  border-width: 3px;
}

#bottom-popup {
  position: fixed;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  padding: 14px 22px;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: bottom 0.4s ease, opacity 0.4s ease;
  z-index: 9999;
}

#bottom-popup.show {
  bottom: 20px;
  opacity: 1;
}

.card {
  font-family: Arial, sans-serif;
  margin: 50px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px #00d0ff5d;
}

.card_headline {
  color: #00d0ff;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.login_card {
  font-family: Arial, sans-serif;
  max-width: 400px;
  margin: 50px auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px #00d0ff5d;
}

button {
  border-radius: 5px;
  height: 40px;
  border-color: #00d0ff;
  background-color: #80e8ffaf;
}

.logout {
  width: auto;
  height: auto;
  background-color: #ff0000;
  color: #ffffff;
  border-color: #ffffff;
}

.hidden {
  display: none;
}

.mdl-navigation__link.active {
  background: rgba(255, 255, 255, 0.15);
  border-left: 4px solid white;
  font-weight: 600;
}

.request-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.request-card {
  width: 100%;
}

.request-card .mdl-card__title {
  background-color: #1f1f1f;
  color: white;
}

.button_pin {
  background: none;
  border: none;
  height: 25px;
  color: white;
}

.button_delete {
  background: none;
  border: none;
  height: 25px;
  color: red;
}

.small_headline {
  color: #00d0ff;
  text-align: center;
  margin-bottom: 25px;
}

.list {
  margin-left: 15px;
  margin-top: 5px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* Standard: versteckt */
  justify-content: center;
  align-items: center;
}

/* Popup Box */
.popup {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.notification_dot {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}