@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Smooch+Sans:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Montserrat Alternates";
    width: 100%;
    overflow-x: hidden; 
    height: 100%;
    background-color: #1f1f1f;
    color: white;
    overflow-x: hidden;
    text-align: center;
}
html{
    overflow-x: hidden;
}
.line{
    border: 2px solid #0f6ab1;
    margin-top: 120px;
    margin-bottom: 30px;
}
.line-bottom{
    border: 2px solid #0f6ab1;
    margin-top: 20px;
    margin-bottom: 70px;  
}
.container{
   margin: auto;
   width: 60%;
   margin-top: 190px;
}
.back-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0f6ab1;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.0rem;
  margin: auto;
}

.back-button:hover {
  background-color: #005bb5;
}

.menu{
    background-color: #0f6ab1;
    position: fixed;
    width: 100vw;
    padding: 37px 0px;
    height: 130px;
}
.menu-item{
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    transition: background-color 0.3s;
}
.menu-item:hover{
    background-color: #1f1f1f;
    border-radius: 5px;
}
.menu-logo{
   height: 85%;
   margin-top: 10px;
   position: absolute;
   top: 0;
   left: 0;
   margin-left: 10px;
}
.menu-container{
    display: flex;
    gap: 30px;
    justify-content: center;
    vertical-align: middle;
}
.menu-title{
    font-size: 50px;
    font-style: italic;
    text-align: center;
    color: white;
    margin-top: 170px;
    font-weight: bold;
    color: white; 
    text-align: center;
    text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5); 
    margin-bottom: -50px;
    
}
.menu-text{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    vertical-align: middle;
    color: white;
    text-decoration: none;
}
  
  .image {
    display: block;
    margin: 20px auto;
    width: 50%;
    height: auto;
    border-radius: 10px;
  }
  

  h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5); 
  }
  
  p {
    font-size: 15px;
    line-height: 1.6;
  }
  
  strong {
    font-weight: bold;
  }
  .margin-text{
    margin-top: 50px;
    font-size: 20px;
  }
  .main-text{
    text-align: left;
  }
  .main-text1{
    text-align: left;
    margin-bottom: 50px;
  }
  .main-text2{
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  /* Media Queries für Schriftgröße jede 100px */
  @media (max-width: 1000px) {
    h1 { font-size: 30px; }
    p { font-size: 14px; }
    .margin-text{
      font-size: 17px;
    }
  }
  
  @media (max-width: 900px) {
    h1 { font-size: 28px; }
    p { font-size: 13px; }
    .margin-text{
      font-size: 16px;
    }
  }
  
  @media (max-width: 800px) {
    h1 { font-size: 26px; }
    p { font-size: 12px; }
    .margin-text{
      font-size: 15px;
    }
  }
  
  @media (max-width: 700px) {
    h1 { font-size: 24px; }
    p { font-size: 11px; }
    .margin-text{
      font-size: 14px;
    }
  }
  
  @media (max-width: 600px) {
    h1 { font-size: 22px; }
    p { font-size: 10px; }
    .margin-text{
      font-size: 13px;
    }
  }
  
  @media (max-width: 500px) {
    h1 { font-size: 20px; }
    p { font-size: 10px; }
    .margin-text{
      font-size: 13px;
    }
  }
  
  @media (max-width: 400px) {
    h1 { font-size: 18px; }
    p { font-size: 9px; }
    .margin-text{
      font-size: 12px;
    }
  }
  
  @media (max-width: 300px) {
    h1 { font-size: 16px; }
    p { font-size: 9px; }
    .margin-text{
      font-size: 12px;
    }
  }
  /* MEDIA QUERIES ALLE 100PX */
  
  @media (max-width: 1000px) {
    .image { width: 60%; }
    h1 { font-size: 2.2rem; }
    .container { 
        padding: 18px;
        margin-top: 30px;
    }
  }
  
  @media (max-width: 900px) {
    .image { width: 65%; }
    h1 { font-size: 2rem; }
  }
  
  @media (max-width: 800px) {
    .image { width: 70%; }
    h1 { font-size: 1.9rem; }
  }
  
  @media (max-width: 700px) {
    .image { width: 75%; }
    h1 { font-size: 1.8rem; }
  }
  
  @media (max-width: 600px) {
    .image { width: 80%; }
    h1 { font-size: 1.7rem; }
  }
  
  @media (max-width: 500px) {
    .image { width: 85%; }
    h1 { font-size: 1.6rem; }
  }
  
  @media (max-width: 400px) {
    .image { width: 90%; }
    h1 { font-size: 1.5rem; }
  }
  
  @media (max-width: 320px) {
    .image { width: 95%; }
    h1 { font-size: 1.4rem; }
    .menu-container { flex-direction: column; align-items: center; }
  }
  









  @media(max-width:1350px){
    .menu-item{
        font-size: 1.0rem; 
        margin-top: 15px;
    } 
   
}
@media(max-width:1220px){
    .menu-item{
        font-size: 0.8rem; 
    } 
    .menu-logo{
        height: 60%;
        margin-top: 30px;
    }
   
}
@media(max-width:1150px){
    .menu-item{
        margin-top: 0px;
    } 
    .menu-logo{
        margin-top: 25px;
    }
}

@media(max-width:1020px){
    .menu-item{
        font-size: 0.7rem;
    } 
    .menu-logo{
       height: 50%;
       margin-top: 30px;
    }
}
@media(max-width:950px){
    .menu-item{
        font-size: 0.7rem;
        margin-left: 0.3px;
        margin-right: 0.3px
    } 
    .menu-logo{
       height: 40%;
       margin-top: 35px;
    }
}

@media(max-width:930px){
    .menu-container{
       gap: 0;
    }
}
@media(max-width:700px){
    .menu-item{
        font-size: 0.6rem;
    }
}

@media(max-width:640px){
    .menu-item{
        font-size: 0.6rem;
        margin-top: -50px;
    }
    .menu{
        height: 230px;
    }
    .menu-container{
       display: block;
       padding-left: 270px;
       padding-right: 270px;
    }
    .menu-logo{
        height: 30%;
    }
    .container{
        margin-top: 150px;
    }
    h1{
        font-size: 20px;
    }
}


@media(max-width:430px){
    .menu-item{
        font-size: 0.6rem;
        margin-top: -50px;
    }
    .menu{
        height: 230px;
    }
    .menu-container{
       display: block;
       padding-left: 150px;
       padding-right: 250px;
    }
    .menu-logo{
        height: 30%;
    }
    h1{
        font-size: 15px;
    }
}













@media(max-width:1000px){
  
  .back-button{
      font-size: 1.0rem;
  }
}

@media(max-width:900px){
 
  .back-button{
      font-size: 1.0rem;
  }
}

@media(max-width:800px){
  
  .back-button{
      font-size: 1.0rem;
  }
}

@media(max-width:700px){
 
  .back-button{
      font-size: 1.0rem;
  }
}

@media(max-width:600px){
  
  .back-button{
      font-size: 0.9rem;
  }
}

@media(max-width:500px){
  
  .back-button{
      font-size: 0.8rem;
  }
}

@media(max-width:400px){
  
  .back-button{
      font-size: 0.7rem;
  }
}

@media(max-width:346px){
  
  .back-button{
      font-size: 0.5rem;
  }
}