body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url(../bilder/hand-geben.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;
}

.verkaufen-formular{
    background-color: white;
    border-radius:50px;
    margin-top:50px;
    height:1000px;
    width:1100px;
    border:2px solid black;
    margin: 20px auto;
}

label{
    font-size:50px;
    margin-left:20px;
    margin-bottom:10px;
   
    
}
input{
   
    width: calc(100% - 340px);
    height:50px;
   margin-left:auto;
   margin-right:90px;
   font-size:30px;
    
}
.group{
    margin-top:20px;
    display: flex;
   margin-bottom: 20px;
}

.verkaufen-formular h2{
    margin-left:40px;
    font-size:50px;
}

.move-erstzulassung{
    margin-left:150px;
    margin-right:10px
}

#monat{
    margin-right:50px;
}
.group-two{
    display: flex;
    flex-direction: coloumn;
    gap:50px;
}

select{
    width:200px;
    font-size: 30px;
    cursor:pointer;
}

option{
    text-align: center;
 }

 #auswahl{
margin-top:30px;
height:70px;
margin-left:100px;

width:900px;
 }

label[for="getriebe"]{
    margin-top:10px;
    margin-left:10px;
    
}

.push-down{
    margin-bottom: 50px;
}


.group-three{
    display:flex;
}


input[type="radio"]{
    
    width: 20px;
    height: 20px;
    
    margin-right: 10px;
}
.make-row{
    display:flex;
    flex-direction: column;
}



span{
    position: absolute;
    right: 10px; 
    font-size: 20px;
   
}


.group-four{
    margin-top:10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.inside{
    display: flex;
    align-items: center;
    position: relative;
    width: 400px;
}

.inside input {
    width: 100%;
    padding-right: 50px; 
    box-sizing: border-box;
    font-size: 20px;
    height: 40px;
}

.abschicken{
    height:80px;
    margin-top:50px;
margin-left:800px;
width:200px;

color:white;
background-color: #336699;
border-radius: 5px;
}
button:hover {
    background-color: #055dbc; 
    transform: scale(1.05);
   cursor: pointer;
}

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;
}
.verkaufen-formular{
    width:800px;
height:800px;}
#auswahl{
    width:500px;
    font-size:20px;
}

label{
    font-size:30px;
}
option{
    font-size: 20px;
}
#auswahl{
    margin-left:150px;
}
#jahr , #monat{
    font-size:20px;
}
.abschicken{
    margin-left:500px;
    height:60px;

width:180px;
}
}
