body {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
}

/* ================================================================================================================  */

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  position: fixed;
  margin: 20px;
  top: 0;
  z-index: 10000;
  width: 100%;
  transition: width 0.7s;
}

.sticky {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #b7dcff;
}

#Certification.scrollIntoView {
  behavior: "smooth";
}

.navbar-photo {
  max-height: 110px;
  margin-left: 150px;
}

.navbar-list {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0;
  padding: 0;
}

.navbar-list li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  transition: color 0.4s ease;
}

.navbar.scrolled .navbar-list a {
  color: #0d76d8; /* Change this to your desired color */
}

.navbar-list li a:hover {
  color: #0e60d9;
}

.navbar-button {
  padding: 10px 20px;
  background-color: #173034;
  color: #8bb93d;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  background: #333;
  margin: 5px;
  width: 25px;
}

#logoNavbarDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20%;
}

#linksAndButton {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
/* ================================================================================================================= */

.hero {
  background-color: #b7dcff;
  background-size: cover;
  background-position: center;
  height: 130vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#message {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  opacity: 75%;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bolder;
}

.hero h1 {
  text-align: left;
  font-size: 3rem;
  font-weight: bolder;
  margin-bottom: 0;
  color: #173034;
}

.hero p {
  text-align: left;
  width: 30%;
  color: #173034;
}

.foreground-image2 {
  position: absolute;
  z-index: 500;
  bottom: 0;
  width: 100%;
  height: auto;
}

.photo_main_1 {
  height: 68rem;
  position: absolute;
  top: 17%;
  right: 0;
  top: 0;
  display: block;
}

.photo_main_2 {
  display: none;
  height: 43rem;
  position: absolute;
  top: 28%;
  right: 0;
}

.headerInfo {
  display: flex;
  width: 80%;
}

.headerInfo2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 50vh;
  z-index: 1000;
}

.headerInfo2 button {
  display: flex;
  align-items: start;
  padding: 20px 35px;
  border: none;
  border-radius: 10px;
  background-color: #0d76d8;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

#hOne {
  color: #173034;
  margin: 0;
  font-weight: lighter;
  font-size: 4rem;
}

.square_design {
  position: absolute;
  top: 0;
  right: 0;
  height: 90vh;
  width: 100vh;
}

.button_years {
  height: 50px;
  position: absolute;
  right: 45%;
  top: 70%;
  border: none;
  font-size: 2rem;
  font-weight: 540;
  color: #0d76d8;
  height: 70px;
  width: 20rem;
  background-color: #fff;
  border-radius: 30px 30px 0 30px;
}

.containers {
  width: 100%;
}

.container_Top {
  display: flex;
  justify-content: center;
  width: 100%;
}

.container_Top_insider {
  width: 66%;
  background: rgb(16, 119, 214);
  background: linear-gradient(
    0deg,
    rgba(16, 119, 214, 1) 0%,
    rgba(97, 173, 253, 1) 100%
  );
  border-radius: 70px;
  padding: 20px 25px;
  margin-top: 10vh;
}

.container_Top_p {
  color: #fff;
  font-size: 1.8rem;
  padding-left: 10px;
  font-weight: 700;
}

.container_mini {
  background-color: #fff;
  padding: 20px;
  border-radius: 70px;
}

.container_mini p {
  line-height: 50px;
  color: #0d76d8;
  font-weight: 550;
  font-size: 1.83rem;
}

.photo_info_Container {
  height: 75vh;
}

.top_paragraph {
  color: #27292e;
  font-size: 3.2rem;
  font-weight: 600;
  margin-left: 10rem;
  width: 65%;
}

.bottom_paragraph {
  margin-left: 10rem;
  color: #0d76d8;
  width: 60%;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 2.5rem;
}

.container_Bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 4%;
}

.container_Bottom_insider {
  width: 30%;
  background: rgb(16, 119, 214);
  background: linear-gradient(
    0deg,
    rgba(16, 119, 214, 1) 0%,
    rgba(97, 173, 253, 1) 100%
  );
  border-radius: 70px;
  padding: 20px 25px;
  margin-top: 10vh;
}

.container_Bottom_p {
  color: #fff;
  font-size: 1.8rem;
  padding-left: 10px;
  font-weight: 700;
}

.container_mini_bottom {
  background-color: #fff;
  padding: 20px;
  border-radius: 70px;
}

.container_mini_bottom p {
  line-height: 50px;
  color: #0d76d8;
  font-weight: 550;
  font-size: 1.63rem;
}

/*====================================================================================================================*/
.info_Explain {
  width: 100%;
  margin-top: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_Explain_text {
  width: 40%;
  margin-left: 10vh;
}

.info_Explain_text_p1 {
  text-align: left;
  color: #173034;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 800;
}

.info_Explain_text_p2 {
  line-height: 50px;
  color: #0d76d8;
  font-weight: 550;
  font-size: 1.63rem;
}

.info_Explain_img img {
  box-shadow: -130px -100px 0px 30px #66b6ff;
  border-radius: 50px;
  height: 40rem;
}

/*====================================================================================================================*/

/*====================================================================================================================*/

.info_Explain2 {
  width: 100%;
  margin-top: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_Explain_text2 {
  width: 40%;
  margin-right: 10vh;
}

.info_Explain_text2_p1 {
  text-align: left;
  color: #173034;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 800;
}

.info_Explain_text2_p2 {
  line-height: 50px;
  color: #0d76d8;
  font-weight: 550;
  font-size: 1.63rem;
}

.info_Explain_img2 img {
  box-shadow: 130px -100px 0px 30px #66b6ff;
  border-radius: 50px;
  height: 40rem;
}

/*====================================================================================================================*/

.base_photo1 {
  margin-top: 20vh;
  position: absolute;
  left: 0;
  height: 60vh;
}

.info_Container1 .ads_photo1 {
  height: 55vh;
  left: 8%;
  margin-top: 20rem;
}

.info_Container1 {
  height: 110vh;
  display: flex;
  align-items: center;
}

.image_container img {
  height: 75vh;
}

.offene_Stellen {
  background: linear-gradient(
    0deg,
    rgba(16, 119, 214, 1) 0%,
    rgba(97, 173, 253, 1) 100%
  );
  width: 80%;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20vh;
}

.offene_Stellen h2 {
  font-size: 4.2rem;
  font-weight: 800;
  margin: 0;
}

.offene_Stellen p {
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: 100;
}

.swiper {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #0d76d8;
  border-radius: 5px;
}

.slider_wrapper {
  min-height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider {
  position: relative;
  width: 100%;
  height: 43vh;
  margin-top: 30vh;
}

.item {
  position: absolute;
  width: 30%;
  height: 350px;
  text-align: justify;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  transition: 0.5s;
  left: calc(50% - 280px);
  top: 0;
  border: 10px solid #0d76d8;
}

#next,
#prev {
  position: absolute;
  top: 40%;
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: xxx-large;
  font-family: monospace;
  font-weight: bold;
  left: 50px;
  color: #0d76d8;
  cursor: pointer;
}

#next {
  left: unset;
  right: 50px;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin: auto;
  margin-top: 10vh;
  padding: 20px;
  gap: 100px;
}

.left-content {
  flex: 1;
}

.left-content p {
  color: #0d76d8; /* Blue text */
  font-size: 20px;
  font-weight: 800;
}

#p_up_left {
  font-size: 2.44rem;
  /* font-weight: bold; */
  margin-bottom: 10px;
}

.right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.right-content input,
.right-content textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #0d76d8;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

.right-content textarea {
  height: 80px;
}

.right-content input {
  height: 25px;
}

.right-content input:focus,
.right-content textarea:focus {
  border-color: #4285f4;
}

.right-content button {
  padding: 12px;
  background: linear-gradient(to right, #4285f4, #1a73e8);
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

::placeholder {
  color: #0d76d8bf;
  font-size: 1rem;
}

.right-content button {
  background: linear-gradient(to right, #61b2fd, #0e60d9);
}

.right-content button:hover {
  background: linear-gradient(to right, #1a73e8, #4285f4);
}

.wrapper {
  position: fixed;
  bottom: 50px;
  right: -400px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index:99;
}
.wrapper.show {
  right: 20px;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: #0d76d8;
  font-size: 32px;
}
header h2 {
  color: #0d76d8;
  font-weight: 500;
}
.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #0d76d8;
  font-size: 16px;
}
.data p a {
  color: #0d76d8;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #0d76d8;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #0d76d8;
}
#declineBtn {
  border: 2px solid #0d76d8;
  background-color: #fff;
  color: #0d76d8;
}
#declineBtn:hover {
  background-color: #0d76d8;
  color: #fff;
}
.myform {
  display: flex;
  flex-direction: column;
}

.send-btn {
  margin-bottom: 20px;
}
.result {
  margin-top: 20px;
  color: green;
  font-size: 20px;
  text-align: center;
}

.footer {
  background: linear-gradient(to right, #0d76d8, #66b6ff);
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
  margin-top: 20vh;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5vh;
}

.footer-logo {
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
}

.footer-right {
  display: flex;
  align-items: center;
}

.certification {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.language_switcher {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.language_switcher img {
  height: 30px;
}

.language_switcher .tooltip {
  position: relative;
  display: inline-block;
}

.language_switcher .tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position the tooltip above the image */
  left: 50%;
  margin-left: -80px; /* Center the tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.language_switcher .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%; /* Arrow pointing down */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.language_switcher .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.footer-bottom {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.certification_photo_1 {
  display: flex;
  height: 12rem;
}

.certification_photo_2 {
  display: flex;
  height: 12rem;
}

@media (max-width: 1550px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    position: fixed;
    margin: 20px;
    top: 0;
    z-index: 10000;
    width: 100%;
    transition: width 0.3s;
  }

  .navbar-photo {
    height: 70px;
    max-height: 110px;
    margin-left: 150px;
  }

  .navbar-list {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .navbar-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    transition: color 0.7s ease;
  }

  .navbar.scrolled .navbar-list a {
    color: #0d76d8; /* Change this to your desired color */
  }

  .navbar-list li a:hover {
    color: #0e60d9;
  }

  .navbar-button {
    padding: 10px 20px;
    background-color: #173034;
    color: #8bb93d;
    text-decoration: none;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
  }

  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }

  .hamburger span {
    height: 3px;
    background: #333;
    margin: 5px;
    width: 25px;
  }

  #logoNavbarDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20%;
  }

  #linksAndButton {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
  /* ========================================================================================================== */

  .hero {
    height: 155vh;
    background-color: #b7dcff50;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: block;
    height: 55rem;
    position: absolute;
    top: 0;
    right: 0;
  }

  .photo_main_2 {
    display: none;
    position: absolute;
    height: 30rem;
    top: 10%;
    right: 0;
  }

  .headerInfo2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    height: 100vh;
    z-index: 1000;
  }

  .info_Explain_img img {
    box-shadow: -130px -100px 0px 30px #66b6ff;
    border-radius: 50px;
    height: 40rem;
  }

  .info_Explain_text_p1 {
    font-size: 2.5rem;
  }

  .info_Explain_text_p2 {
    font-size: 1.3rem;
    line-height: 40px;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -100px 0px 30px #66b6ff;
    border-radius: 50px;
    height: 40rem;
  }

  .info_Explain_text2_p1 {
    font-size: 2.5rem;
  }

  .info_Explain_text2_p2 {
    font-size: 1.3rem;
    line-height: 40px;
  }

  .container_Top_insider {
    width: 66%;
    background: rgb(16, 119, 214);
    background: linear-gradient(
      0deg,
      rgba(16, 119, 214, 1) 0%,
      rgba(97, 173, 253, 1) 100%
    );
    border-radius: 70px;
    padding: 20px 25px;
    margin-top: 10vh;
  }

  .container_Bottom_insider {
    width: 30%;
    background: rgb(16, 119, 214);
    background: linear-gradient(
      0deg,
      rgba(16, 119, 214, 1) 0%,
      rgba(97, 173, 253, 1) 100%
    );
    border-radius: 70px;
    padding: 20px 25px;
    margin-top: 10vh;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1.25rem;
    line-height: 45px;
    text-align: left;
  }

  .container_mini_bottom p {
    font-size: 1.25rem;
    line-height: 35px;
    text-align: center;
  }

  .contact-container {
    width: 60%;
  }

  .right-content textarea {
    height: 100px;
  }

  .hero h1 {
    text-align: left;
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 0;
    color: #173034;
  }

  .hero p {
    text-align: left;
    width: 30%;
    color: #173034;
  }

  .button_years {
    top: 54.55%;
    right: 43%;
    width: 18.5rem;
    font-size: 2rem !important;
    font-weight: bold;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .offene_Stellen p {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 50px;
  }

  #p_up_left {
    font-size: 3rem;
  }

  .left-content p {
    font-size: 1.8rem;
  }

  .right-content input {
    height: 30px;
  }

  .right-content ::placeholder {
    font-size: 1.2rem;
  }

  .right-content button {
    height: 4rem;
    font-size: 1.5rem;
  }

  .container_Bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 4%;
  }

  .headerInfo2 button {
    display: flex;
    align-items: start;
    padding: 20px 35px;
    border: none;
    border-radius: 10px;
    background-color: #0d76d8;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
  }

  .contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: auto;
    margin-top: 10vh;
    padding: 20px;
    gap: 100px;
  }

  .certification {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
}

@media (max-width: 1100px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 30rem;
  }

  .navbar {
    width: 100%;
    flex-wrap: wrap;
  }

  .navbar-list li a {
    color: #fff;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 4px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -100px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 90%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 90%;
  }

  #linksAndButton.active {
    display: flex;
    top: 100%;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 135vh;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: block;
    height: 60rem;
    position: absolute;
    top: 11%;
    right: 0;
  }

  .photo_main_2 {
    display: none;
    position: absolute;
    height: 30rem;
    top: 10%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 40vh;
  }

  .info_Explain_text_p1 {
    font-size: 3.4rem;
  }

  .info_Explain_text_p2 {
    font-size: 2.4rem;
  }

  .info_Explain_text2_p1 {
    font-size: 3.4rem;
  }

  .info_Explain_text2_p2 {
    font-size: 2.4rem;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 2%;
    margin-top: 10vh;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 92%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 2rem;
    line-height: 45px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1.93rem;
    line-height: 35px;
    text-align: center;
  }

  .contact-container {
    width: 60%;
  }

  .right-content textarea {
    height: 100px;
  }

  .headerInfo2 h1 {
    font-size: 4.1rem;
    font-weight: bolder;
    width: 100%;
    text-align: center;
    color: #173034;
    margin-bottom: 0;
    margin-top: 40vh;
  }

  .headerInfo2 p {
    font-size: 2.5rem;
    text-align: center;
    color: #173034;
    margin-top: 0;
    width: 85%;
    margin-left: 3vh;
  }

  .button_years {
    top: 54.55%;
    right: 38%;
    width: 18.5rem;
    font-size: 2rem !important;
    font-weight: bold;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .offene_Stellen p {
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 40px;
  }

  #p_up_left {
    font-size: 3rem;
  }

  .left-content p {
    font-size: 2.5rem;
  }

  .right-content input {
    height: 50px;
  }

  .right-content ::placeholder {
    font-size: 1.7rem;
  }

  .right-content button {
    height: 4.5rem;
    font-size: 2rem;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    position: relative;
    height: 6rem;
    width: 100%;
    left: 17rem;
    font-size: 3rem;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 920px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 30rem;
  }

  .navbar {
    width: 100%;
    flex-wrap: wrap;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 4px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -100px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 90%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 90%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 135vh;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: block;
    height: 60rem;
    position: absolute;
    top: 11%;
    right: 0;
  }

  .photo_main_2 {
    display: none;
    position: absolute;
    height: 30rem;
    top: 10%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 40vh;
  }

  .info_Explain_text_p1 {
    font-size: 3.4rem;
  }

  .info_Explain_text_p2 {
    font-size: 2.4rem;
  }

  .info_Explain_text2_p1 {
    font-size: 3.4rem;
  }

  .info_Explain_text2_p2 {
    font-size: 2.4rem;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 2%;
    margin-top: 10vh;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 92%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 2rem;
    line-height: 45px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1.93rem;
    line-height: 35px;
    text-align: center;
  }

  .contact-container {
    width: 60%;
  }

  .right-content textarea {
    height: 100px;
  }

  .headerInfo2 h1 {
    font-size: 4.1rem;
    font-weight: bolder;
    width: 100%;
    text-align: center;
    color: #173034;
    margin-bottom: 0;
    margin-top: 40vh;
  }

  .headerInfo2 p {
    font-size: 2.5rem;
    text-align: center;
    color: #173034;
    margin-top: 0;
    width: 85%;
    margin-left: 3vh;
  }

  .button_years {
    top: 54.55%;
    right: 38%;
    width: 18.5rem;
    font-size: 2rem !important;
    font-weight: bold;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .offene_Stellen p {
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 40px;
  }

  #p_up_left {
    font-size: 3rem;
  }

  .left-content p {
    font-size: 2.5rem;
  }

  .right-content input {
    height: 50px;
  }

  .right-content ::placeholder {
    font-size: 1.7rem;
  }

  .right-content button {
    height: 4.5rem;
    font-size: 2rem;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    position: relative;
    height: 6rem;
    width: 100%;
    left: 15rem;
    font-size: 3rem;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 860px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 30rem;
  }

  .navbar-list li a {
    color: #0d76d8;
    font-size: 2rem;
  }

  .navbar {
    width: 100%;
    flex-wrap: wrap;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 4px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -100px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 90%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 90%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 135vh;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: block;
    height: 47rem;
    position: absolute;
    top: 11%;
    right: 0;
  }

  .photo_main_2 {
    display: none;
    position: absolute;
    height: 30rem;
    top: 10%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 40vh;
  }

  .info_Explain_text_p1 {
    font-size: 2.4rem;
  }

  .info_Explain_text2_p1 {
    font-size: 2.4rem;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 92%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1.3rem;
    line-height: 35px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1.3rem;
    line-height: 35px;
    text-align: center;
  }

  .contact-container {
    width: 60%;
  }

  .right-content textarea {
    height: 100px;
  }

  .headerInfo2 h1 {
    font-size: 3.5rem;
    width: 100%;
    text-align: center;
    color: #173034;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
  }

  .button_years {
    top: 46.6%;
    right: 36%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .right-content input {
    height: 30px;
    color: #0e60d9;
    font-size: 1.3rem;
  }

  .right-content textarea {
    height: 100px;
    color: #0e60d9;
    font-size: 1.3rem;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    /* display: inline; */
    position: relative;
    height: 6rem;
    width: 100%;
    left: 13rem;
    font-size: 3rem;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 840px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 30rem;
  }

  .navbar {
    width: 100%;
    flex-wrap: wrap;
  }

  .navbar-list li a {
    color: #0d76d8;
    font-size: 1.5rem;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 4px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -100px 0px 30px #66b6ff;
    height: 42vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 90%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 90%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 135vh;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: block;
    height: 45rem;
    position: absolute;
    top: 11%;
    right: 0;
  }

  .photo_main_2 {
    display: none;
    position: absolute;
    height: 30rem;
    top: 10%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 60vh;
  }

  .info_Explain_text_p1 {
    font-size: 2.4rem;
  }

  .info_Explain_text2_p1 {
    font-size: 2.4rem;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 92%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1.3rem;
    line-height: 35px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1.3rem;
    line-height: 35px;
    text-align: center;
  }

  .contact-container {
    width: 60%;
  }

  .right-content textarea {
    height: 100px;
  }

  .headerInfo2 h1 {
    font-size: 3.5rem;
    width: 100%;
    text-align: center;
    color: #173034;
    margin-top: 10vh;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
    width: 80%;
    margin-left: 5vh;
  }

  .button_years {
    top: 47.8%;
    right: 36%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    position: relative;
    height: 5rem;
    width: 100%;
    left: 14rem;
    font-size: 2rem;
  }

  .info_Explain_text_p2 {
    font-size: 2rem;
  }

  .info_Explain_text2_p2 {
    font-size: 2rem;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 780px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 30rem;
  }

  .navbar-list li a {
    color: #0d76d8;
    font-size: 1.5rem;
  }

  .navbar {
    width: 100%;
    flex-wrap: wrap;
  }

  .navbar-photo {
    max-height: 80px;
    margin-left: 100px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 4px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 50vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -100px 0px 30px #66b6ff;
    height: 50vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 90%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 90%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 135vh;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: block;
    height: 45rem;
    position: absolute;
    top: 11%;
    right: 0;
  }

  .photo_main_2 {
    display: none;
    position: absolute;
    height: 30rem;
    top: 10%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 70vh;
  }

  .info_Explain_text_p1 {
    font-size: 2.4rem;
  }

  .info_Explain_text2_p1 {
    font-size: 2.4rem;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 92%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1.3rem;
    line-height: 35px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1.3rem;
    line-height: 35px;
    text-align: center;
  }

  .contact-container {
    width: 60%;
  }

  .right-content textarea {
    height: 100px;
  }

  .headerInfo2 h1 {
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    color: #173034;
    margin-top: 10vh;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
    width: 90%;
    margin-left: 3vh;
  }

  .button_years {
    top: 50%;
    right: 38%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    position: relative;
    height: 5rem;
    width: 100%;
    left: 13rem;
    font-size: 2rem;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 550px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 20rem;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .navbar {
    width: 100%;
    flex-wrap: wrap;
  }

  .navbar-photo {
    height: 55px;
    max-height: 80px;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .hamburger {
    display: flex;
    color: #0d76d8;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 2px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 50vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -50px 0px 30px #66b6ff;
    height: 50vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 80%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 80%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 145vh;
    background-color: #66b5ff46;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: none;
    height: 68rem;
    position: absolute;
    top: 17%;
    right: 0;
  }

  .photo_main_2 {
    display: block;
    position: absolute;
    height: 38rem;
    top: 10%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 45vh;
  }

  .info_Explain_text_p1 {
    font-size: 1.5rem;
    font-weight: 1000;
  }

  .info_Explain_text_p2 {
    font-size: 1.25rem;
    line-height: 35px;
  }

  .info_Explain_text2_p1 {
    font-size: 1.505rem;
    font-weight: 1000;
  }

  .info_Explain_text2_p2 {
    font-size: 1.25rem;
    line-height: 35px;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 10vh 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 90%;
    padding: 10px 15px;
    margin: 2%;
  }

  .offene_Stellen h2 {
    font-size: 3rem;
    font-weight: 800;
    margin: 0;
  }

  .offene_Stellen p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 30px;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
  }

  .headerInfo2 h1 {
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    color: #173034;
    margin-top: 50vh;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
    width: 100%;
    margin: 0;
  }

  .button_years {
    top: 52.6%;
    right: 30%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .left-content p {
    font-size: 0.98rem;
  }

  #p_up_left {
    font-size: 1.6rem;
    font-weight: 1000;
  }

  .right-content input {
    height: 30px;
    color: #0e60d9;
    font-size: 1.3rem;
  }

  .right-content textarea {
    height: 100px;
    color: #0e60d9;
    font-size: 1.3rem;
  }

  .right-content ::placeholder {
    font-size: 1.2rem;
  }

  .contact-container {
    gap: 10px;
    width: 80%;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    display: inline;
    height: 4.2rem;
    width: 10rem;
    font-size: 1.5rem;
    left: 8.5rem;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 440px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 15rem;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .navbar {
    width: 95%;
    flex-wrap: wrap;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 2px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 80%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 80%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 122vh;
    background-color: #66b5ff46;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: none;
    height: 68rem;
    position: absolute;
    top: 17%;
    right: 0;
  }

  .photo_main_2 {
    display: block;
    position: absolute;
    height: 30rem;
    top: 15%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 60vh;
  }

  .info_Explain_text_p1 {
    font-size: 1.5rem;
    font-weight: 1000;
  }

  .info_Explain_text_p2 {
    font-size: 1.25rem;
    line-height: 35px;
  }

  .info_Explain_text2_p1 {
    font-size: 1.505rem;
    font-weight: 1000;
  }

  .info_Explain_text2_p2 {
    font-size: 1.25rem;
    line-height: 35px;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 10vh 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 89%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .headerInfo2 h1 {
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    color: #173034;
    margin-top: 10vh;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
    margin: 0;
    width: 100%;
  }

  .button_years {
    top: 47.6%;
    right: 25%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .left-content p {
    font-size: 0.98rem;
  }

  #p_up_left {
    font-size: 1.6rem;
    font-weight: 1000;
  }

  .contact-container {
    gap: 10px;
    width: 80%;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .offene_Stellen h2 {
    font-size: 3.2rem;
    font-weight: 800;
    margin: 0;
  }

  .offene_Stellen p {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    position: relative;
    width: 100%;
    left: 59%;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 420px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 12rem;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .navbar {
    width: 95%;
    flex-wrap: wrap;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 2px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 35vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -50px 0px 30px #66b6ff;
    height: 35vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 80%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 80%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 122vh;
    background-color: #66b5ff46;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: none;
    height: 68rem;
    position: absolute;
    top: 17%;
    right: 0;
  }

  .photo_main_2 {
    display: block;
    position: absolute;
    height: 30rem;
    top: 15%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 60vh;
  }

  .info_Explain_text_p1 {
    font-size: 1.5rem;
    font-weight: 1000;
  }

  .info_Explain_text_p2 {
    font-size: 1.25rem;
    line-height: 35px;
  }

  .info_Explain_text2_p1 {
    font-size: 1.505rem;
    font-weight: 1000;
  }

  .info_Explain_text2_p2 {
    font-size: 1.25rem;
    line-height: 35px;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 10vh 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 89%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .headerInfo2 h1 {
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    color: #173034;
    margin-top: 10vh;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
    margin: 0;
    width: 100%;
  }

  .button_years {
    top: 47.6%;
    right: 25%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .left-content p {
    font-size: 0.98rem;
  }

  #p_up_left {
    font-size: 1.6rem;
    font-weight: 1000;
  }

  .contact-container {
    gap: 10px;
    width: 80%;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .offene_Stellen p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 30px;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    position: relative;
    width: 100%;
    left: 50%;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 400px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 12rem;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .navbar {
    width: 95%;
    flex-wrap: wrap;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 2px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 80%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 80%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 130vh;
    background-color: #66b5ff46;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: none;
    height: 68rem;
    position: absolute;
    top: 17%;
    right: 0;
  }

  .photo_main_2 {
    display: block;
    position: absolute;
    height: 30rem;
    top: 15%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 60vh;
  }

  .info_Explain_text_p1 {
    font-size: 1.5rem;
    font-weight: 1000;
  }

  .info_Explain_text_p2 {
    font-size: 1.25rem;
    line-height: 35px;
  }

  .info_Explain_text2_p1 {
    font-size: 1.505rem;
    font-weight: 1000;
  }

  .info_Explain_text2_p2 {
    font-size: 1.25rem;
    line-height: 35px;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 10vh 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 87%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .headerInfo2 h1 {
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    color: #173034;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
  }

  .button_years {
    top: 49%;
    right: 25%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .left-content p {
    font-size: 0.98rem;
  }

  #p_up_left {
    font-size: 1.6rem;
    font-weight: 1000;
  }

  .contact-container {
    gap: 10px;
    width: 80%;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .offene_Stellen p {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    display: inline;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 380px) {
  body {
    padding: 0;
    margin: 0;
  }

  #logoNavbarDiv {
    width: 100%;
    justify-content: space-evenly;
    gap: 10rem;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .navbar {
    width: 95%;
    flex-wrap: wrap;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 2px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 80%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 90%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 160vh;
    background-color: #66b5ff46;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: none;
    height: 68rem;
    position: absolute;
    top: 17%;
    right: 0;
  }

  .photo_main_2 {
    display: block;
    position: absolute;
    height: 30rem;
    top: 10%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;

    width: 100%;
    margin-top: 80vh;
  }

  .info_Explain_text_p1 {
    font-size: 1.38rem;
    font-weight: 1000;
  }

  .info_Explain_text_p2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .info_Explain_text2_p1 {
    font-size: 1.38rem;
    font-weight: 1000;
  }

  .info_Explain_text2_p2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 10vh 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 87%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .headerInfo2 h1 {
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    color: #173034;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
    width: 100%;
  }

  .button_years {
    top: 44.6%;
    right: 25%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .left-content p {
    font-size: 0.98rem;
  }

  #p_up_left {
    font-size: 1.6rem;
    font-weight: 1000;
  }

  .contact-container {
    gap: 10px;
    width: 80%;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .offene_Stellen p {
    font-size: 1rem;
    line-height: 30px;
    font-weight: 500;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    position: relative;
    align-items: center;
    width: 100%;
    left: 45%;
  }

  .right-content button {
    height: 4.5rem;
    font-size: 1.6rem;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 370px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .navbar {
    width: 95%;
    flex-wrap: wrap;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 2px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -50px 0px 30px #66b6ff;
    height: 40vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 80%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 90%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 143vh;
    background-color: #66b5ff46;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: none;
    height: 68rem;
    position: absolute;
    top: 17%;
    right: 0;
  }

  .photo_main_2 {
    display: block;
    position: absolute;
    height: 30rem;
    top: 15%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 80vh;
  }

  .info_Explain_text_p1 {
    font-size: 1.38rem;
    font-weight: 1000;
  }

  .info_Explain_text_p2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .info_Explain_text2_p1 {
    font-size: 1.38rem;
    font-weight: 1000;
  }

  .info_Explain_text2_p2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 10vh 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 87%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 0.9rem;
    line-height: 30px;
    text-align: center;
  }

  .headerInfo2 h1 {
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    color: #173034;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
  }

  .button_years {
    top: 50%;
    right: 25%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .left-content p {
    font-size: 0.98rem;
  }

  #p_up_left {
    font-size: 1.6rem;
    font-weight: 1000;
  }

  .contact-container {
    gap: 10px;
    width: 80%;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .offene_Stellen p {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    display: inline;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}

@media (max-width: 350px) {
  body {
    padding: 0;
    margin: 0;
  }

  /* =============================================================================================================== */

  #logoNavbarDiv {
    width: 100%;
  }

  .navbar-list li a {
    color: #0d76d8;
  }

  .navbar {
    width: 95%;
    flex-wrap: wrap;
  }

  .navbar-photo {
    max-height: 80px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger span {
    background-color: #0d76d8;
    margin: 2px;
  }

  #linksAndButton {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: absolute;
    top: 110px; /* Adjust based on your logo height */
    left: 0;
    right: 0;
  }

  .info_Explain {
    flex-direction: column-reverse;
  }

  .info_Explain_img img {
    box-shadow: -130px -50px 0px 30px #66b6ff;
    height: 30vh;
    margin-top: 20vh;
  }

  .info_Explain2 {
    flex-direction: column;
  }

  .info_Explain_img2 img {
    box-shadow: 130px -50px 0px 30px #66b6ff;
    height: 30vh;
    margin-top: 20vh;
  }

  .info_Explain_text {
    margin-left: 0;
    width: 80%;
  }

  .info_Explain_text2 {
    margin-right: 0;
    width: 90%;
  }

  #linksAndButton.active {
    display: flex;
  }

  .navbar-list {
    height: 20rem;
    display: flex;
    flex-direction: column;
  }

  .navbar-button {
    width: 70%;
    text-align: center;
    order: 1; /* Move button to the bottom */
    margin-bottom: 10px;
  }
  /* ========================================================================================================== */

  .hero {
    height: 123vh;
    background-color: #66b5ff46;
  }

  .headerInfo {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo_main_1 {
    display: none;
    height: 68rem;
    position: absolute;
    top: 17%;
    right: 0;
  }

  .photo_main_2 {
    display: block;
    position: absolute;
    height: 30rem;
    top: 15%;
    right: 0;
  }

  .headerInfo2 {
    justify-content: center;
    height: 0;
    width: 100%;
    margin-top: 30vh;
  }

  .info_Explain_text_p1 {
    font-size: 1.38rem;
    font-weight: 1000;
  }

  .info_Explain_text_p2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .info_Explain_text2_p1 {
    font-size: 1.38rem;
    font-weight: 1000;
  }

  .info_Explain_text2_p2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .container_Top_insider {
    padding: 10px 15px;
    margin: 10vh 2%;
    width: 100%;
  }

  .container_Bottom_insider {
    width: 87%;
    padding: 10px 15px;
    margin: 2%;
  }

  .slider {
    width: 40%;
  }

  .container_mini {
    padding: 10px;
  }

  .container_mini p {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .container_mini_bottom p {
    font-size: 0.8rem;
    line-height: 30px;
    text-align: center;
  }

  .headerInfo2 h1 {
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    color: #173034;
    margin-top: 45vh;
  }

  .headerInfo2 p {
    font-size: 1.5rem;
    text-align: center;
    color: #173034;
  }

  .headerInfo2 button {
    display: inline;
    height: 4.2rem;
    width: 10rem;
    font-size: 1.5rem;
  }

  .button_years {
    top: 50%;
    right: 25%;
    width: 13.5rem;
    font-size: 1.5rem !important;
    font-weight: bolder;
  }

  .item {
    width: 5%;
  }

  .square_design {
    display: none;
  }

  .info_Container1 {
    display: grid;
  }

  .left-content p {
    font-size: 0.98rem;
  }

  #p_up_left {
    font-size: 1.6rem;
    font-weight: 1000;
  }

  .right-content button {
    height: 4rem;
    font-size: 1.5rem;
  }

  .contact-container {
    gap: 10px;
    width: 80%;
  }

  .navbar-photo {
    margin-left: 0;
  }

  .offene_Stellen p {
    font-size: 1rem;
    line-height: 30px;
    font-weight: 500;
  }

  .container_Bottom {
    display: grid;
  }

  .headerInfo2 button {
    position: relative;
    width: 100%;
    left: 4rem;
  }

  .contact-container {
    display: grid;
  }

  .certification {
    display: grid;
  }
}
