@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
#root {
  margin: 0 auto;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: white;

}

html {
  scroll-behavior: smooth;
  font-family: Montserrat, sans-serif;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  /* Adjust this to control spacing between elements */
  width: 100%;
  height: 100%;

}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  /* Adjust this to control spacing between elements */
  width: 100%;
  height: 83vh;
  margin-top: 5rem;

}

.title-box {
  position: relative;
  height: fit-content;
  width: 50%;
  z-index: 1;
  top: 60px;
  position: relative;
  color: black;
  border-radius: 10%;
  border: solid 1px #0000DE;
  margin: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;

}

.title-boxForm {
  position: relative;
  height: fit-content;
  width: 25rem;
  justify-content: center;
  align-items: center;
  display: flex; /* Added to use Flexbox */
  flex-direction: column; 
  text-align: center; /* Centers text horizontally */
  z-index: 1;
  color: black;
  border-radius: 16px; /* Consolidated border-radius */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
 

  padding: 15px;
  margin: 4rem;
}


.navigate-button {
  position: absolute;
align-items: center;
justify-content: center;
  right: 10px;
  bottom: 10px;
  padding: 15px;
  background-color: #0000DE;
  color: white;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  box-shadow: 2px 2px 5px white;
  font-family: "Montserrat", sans-serif;
height:3rem;
font-size:15px;


}

/* ... other styles ... */

.firmenLogos {
  position: absolute;
  display: flex;
  justify-content: space-between;
  /* Align one logo to the left, the other to the right */
  top: 2px;
  left: 250px;
  right: 250px;
  z-index: 2;
  height: 50px;
  /* Adjust as needed */
}

/* Add styles for individual logos if needed */
.logo1,
.logoIpCenter {
  height: 50px;
  /* Adjust as needed */
}


/* ... other styles ... */

/* Footer Styles */
.footer {
  position: relative;
  /* Fixed at the bottom of the screen */
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  color: #333;
  padding: 20px 0;
  gap: 10px;
  height: 100%;
  width: 100%;


}

.footer-sec-scenario {
  height: 100%;
  width: 100%;
}

.eu-logo {
  height: 50px;
  /* Adjust as necessary */
  margin-right: 20px;
  /* Space between logo and text */
}

.footer-content {
  width: 100%;
  /* Add more styling as needed */
}

.scenario0 {
  font-weight: bold;
  font-size: large;
}

.scenario0-subtitle {
  margin-bottom: 40px;
}


  @media (max-width: 1500px) {
  .footer {
    position: relative;
    /* Fixed at the bottom of the screen */
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    color: #333;
    padding: 20px 0;
    gap: 10px;
    height: 100%;
    width: 100%;
    margin-top: 10rem;
  
  
  }
}




@media (max-width: 768px) {


  .title-box {

    margin-top: 2rem;
    font-size: 11px;
    width: 80%;

    /* Make content containers wider on smaller screens */
  }

  .footer-content {
    max-width: 100%;
    /* Make content containers wider on smaller screens */
  }

  .title-boxForm {
    margin: 0px;
    margin-top: 7.6rem;
    width: 20rem;
  }


  .sec {
    flex-direction: column;
    /* Stack elements vertically on small screens */
  }

  .firmenLogos {
    flex-direction: column;
    align-items: center;
    /* Center logos vertically */
    padding: 10px 0;
    /* Add some padding around logos */
    height: 50px;
    left: 3px;
    right: 3px;

  }

  .footer-sec {
    margin-top: 15rem;
  }

  .footer-sec-scenario {
    margin-top: 7.5rem;
  }

  .logo1,
  .logoIpCenter {
    margin: 3px 0;
    /* Add some space between logos */
  }

  .navigate-button {
    width: fit-content;
    /* Make the navigate button full width */
    text-align: center;
    /* Center button text */
    margin-top: 1rem;

  }

  .footer {
    flex-direction: column;
    /* Stack footer elements vertically */
  }

  .eu-logo {
    margin-bottom: 10px;
    /* Add space below the EU logo in the footer */
  }
}

/* Consider adding more breakpoints for larger/smaller screens as needed */




@media (max-width: 768px) {
  body {
    font-size: 12px;
    /* Adjust base font size for small screens */
  }

  h1 {
    font-size: 1.5em;
    /* Make headings smaller on small screens */
  }
}