@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');
body{
    color: white;
    text-align: center;
    font-family: "Montserrat Alternates";
    overflow-x: hidden; 
    background-color: #1f1f1f;
    padding: auto;
    
}

.container{
    margin: auto;
    padding-top: 150px;
    width: 70%;
    overflow-x: hidden;
}
.line{
    border: 2px solid #0f6ab1;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.menu{
    background-color: #0f6ab1;
    position: fixed;
    width: 100vw;
    padding: 37px 0px;
    height: 57px;
    top: 0;
    left: 0;
    z-index: 10;
}
.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;
}

.image{
    width: 50%;
    max-width: auto;
    border-radius: 10px;
}



/* Grundlegendes Styling */
body {
    font-family: Arial, sans-serif;
    background-color: #1f1f1f;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 80%;
    margin-top: 150px;
    margin: 0 auto;
    background-color: #1f1f1f;
}



h2 {
    font-size: 1.8rem;
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 1rem;
    color: white;
    line-height: 1.6;
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
    color: white;
}

/* Kontakt und Button */
.contact-info {
    margin-top: 30px;
    font-size: 1.2rem;
    color: white;
}

.contact-info a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

.contact-info a:hover {
    text-decoration: underline;
}

.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;
}

.back-button:hover {
    background-color: #005bb5;
}
h1 {
    font-size: 2.5rem;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5); 
}

/* Media Queries für h1 von 1460px bis 320px */
@media(max-width:1460px){
    h1 {
        font-size: 45px;
    }
}

@media(max-width:1300px){
    h1 {
        font-size: 43px;
    }
}

@media(max-width:1150px){
    h1 {
        font-size: 41px;
    }
}

@media(max-width:1030px){
    h1 {
        font-size: 39px;
    }
}

@media(max-width:870px){
    h1 {
        font-size: 37px;
    }
}

@media(max-width:740px){
    h1 {
        font-size: 35px;
    }
}

@media(max-width:590px){
    h1 {
        font-size: 33px;
    }
}

@media(max-width:500px){
    h1 {
        font-size: 30px;
    }
}

@media(max-width:400px){
    h1 {
        font-size: 28px;
    }
}

@media(max-width:320px){
    h1 {
        font-size: 1rem;
    }
}










@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: 150px;
    }
    .menu-container{
       display: block;
       padding-left: 270px;
       padding-right: 270px;
    }
    .menu-logo{
        height: 30%;
    }
    .container{
        margin-top: 150px;
    }
}


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













@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:320px){
    
    .back-button{
        font-size: 0.7rem;
    }
}











