body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url(../bilder/kontaktbild.jpg);
    background-size: cover; 
    background-attachment: fixed; 
    background-position: center; 
    margin: 0;
    padding: 0;
    height: 100vh; 
}

.container {
    background-color: black;
    position: fixed;
    right: 32px;
    left: 32px;
    top: 16px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    padding: 10px 20px;
    border-radius: 5px;
}



.menu-link {
    color: white;
    text-decoration: none;
    margin-left: 16px;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.menu-link:hover {
    text-decoration: underline;
    font-size: 25px;
    transition: all 0.3s ease;
}

.button {
    background-color: yellow;
    padding: 8px 16px;
    border-radius: 5px;
    color:black;
    border: none; 
    font-weight: bold;
}
header {
    height:85px;
    background-color: #bfbfbf;
padding: 10px 0;}


.titel{
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    padding-top: 20px;
}


label{
    font-size:50px;
    margin-top:50px;
    margin-bottom:10px;
    text-align: center;
    
}
input{
   
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%; 
    max-width: 500px; 
    text-align: center;
    margin:0 auto;
    display: flex;
}


.group{
    display:flex;
    flex-direction: column;
}

.kontakt-formular{
    border-radius:50px;
    margin-top:50px;
    height:1000px;
    width:1000px;
    border:2px solid black;
    margin: 20px auto;
  
}

#nachricht{
    height:200px;
}


button{
    height:70px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #336699;
    color: white; 
    cursor: pointer;
    margin-top: 80px; 
    margin-left:800px;
width:150px;
    
  }
  
 
  button:hover {
    background-color: #066ad6; 
  }

  footer{
    height:auto;
    width:auto;
    background-color: gray;
}
.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}

.footer-section h3 {
    margin-bottom: 10px;
}

.footer-section p, .footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.footer-section a img {
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

.footer-section a:hover {
    text-decoration: underline;
}















@media(max-width: 1300px) {
    
    .navigation{
    font-size: 20px;
    }
    .menu-link:hover {
        text-decoration: underline;
        font-size: 22px;
        transition: all 0.3s ease;
}
.kontakt-formular{
    
    height:950px;
    width:900px;
    border:2px solid black;
    margin: 20px auto;
}

label{
    font-size:30px;
}
button{
    margin-left:700px;
}
}