:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

body {
  margin: 0;
  overflow-x: hidden; /* Prevent horizontal scrolling */
  font-family: Berlin Sans FB Demi, var(--default-font-family);

}

a{
  text-decoration: none;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  width: 100%;
    max-width: 1920px;
    margin: 3rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-row-ca {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 17px 0 0;
  z-index: 1000;
}

.navigationtext {
  color: #ffffff;
  font-size: 26px;
  line-height: 20px;
  font-weight: 700;

}

.logo-weiss {
  width: auto;
  height: 100px;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 15;
}

.logo-weiss img {
  width: 100%;
  height: 100%;
}

.home {
  z-index: 4;
}

.uber-mich {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  top: 31px;
  font-family: Inter, var(--default-font-family);
  text-align: left;
  white-space: nowrap;
  z-index: 5;
}

.impressum {
  top: 31px;
  font-family: Inter, var(--default-font-family);
  text-align: left;
  white-space: nowrap;
  z-index: 6;
}

.flex-row-f {
  margin: 95px auto 0; /* Centered horizontally */
  z-index: 9;
  width: 65%;
}

.rectangle {
  background: rgba(18, 48, 153, 0.35);
  border-radius: 79px;
}

.das-bin-ich {
  font-family: Berlin Sans FB Demi, var(--default-font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.das-bin-ich-1,
.das-bin-ich-2 {
  position: relative;
  font-family: Berlin Sans FB Demi, var(--default-font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  width: 80%;
}

h2{
  font-family: Berlin Sans FB Demi, var(--default-font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  width: 80%;
  color: #ADD8E6;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.h2t{
  margin-top: 0;
}

.das-bin-ich-1 {
  color: #ADD8E6
  ;
}

.das-bin-ich-2 {
  color: #ffffff;
}

.hintergrund {
  margin: 0;
  width: 100%;
}

.hintergrund::before {
  content: "";
  position: fixed; /* Ensures the background stays in place */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./assets/images/Hintergrund\ 3.jpg) center center / cover no-repeat fixed;
  transform: scale(1.6); /* Adjust the scale to zoom in */
  z-index: -1; /* Ensures the background is behind other content */
  overflow: hidden;
}

@media (min-width:769px) and (max-width: 1024px){
  
  .navigationtext{
    font-size: 25px;
  }

  .flex-row-ca{
    gap: 40px;
  }

  .logo-weiss{
    height: 75px;
  }

  .main-container{
    margin: 1rem auto;
  }

  .das-bin-ich-2 {
    font-family: Berlin Sans FB Demi, var(--default-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
  
  }

  .das-bin-ich{
    padding: 2rem;
  }

  .flex-row-f {
    margin: 40px auto 0; /* Centered horizontally */
    z-index: 9;
    width: 90%;
}

  .rectangle {
    background: rgba(18, 48, 153, 0.35);
    border-radius: 45px;
  }

}

@media (min-width: 481px) and (max-width: 768px) {

  .navigationtext{
    font-size: 15px;
  }

  .flex-row-ca{
    gap: 30px;
  }

  .logo-weiss{
    height: 50px;
  }

  .main-container{
    margin: 1rem auto;
  }

  .das-bin-ich-2 {
    font-family: Berlin Sans FB Demi, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  
  }

  .das-bin-ich{
    padding: 2rem;
  }

  .flex-row-f {
    margin: 40px auto 0; /* Centered horizontally */
    z-index: 9;
    width: 90%;
}

  .rectangle {
    background: rgba(18, 48, 153, 0.35);
    border-radius: 40px;
  }
}

@media (max-width: 480px) {


  .navigationtext{
    font-size: 15px;
  }

  .flex-row-ca{
    gap: 30px;
  }

  .logo-weiss{
    height: 50px;
  }

  .main-container{
    margin: 1rem auto;
  }

  .das-bin-ich-2 {
    font-family: Berlin Sans FB Demi, var(--default-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  
  }

  .das-bin-ich{
    padding: 2rem;
  }

  .flex-row-f {
    margin: 40px auto 0; /* Centered horizontally */
    z-index: 9;
    width: 90%;
}

.rectangle {
  border-radius: 30px;
}
}