body{
    background-color:#cad2c5 ;
}

/* .hinzufuegte-Gemuese{
    /* display: block; 
    align-items: center;
} */

.hinzufuegte-Gemuese-titel {
    text-align: center;
    color:#2f3e46 ;
    font-size: 350%;
    font-style: oblique;
}


.content-flexitem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.form-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
   
    padding: 10px;
    
}
.form-control input{
    width: 200px;
    padding: 10px;
    border: 2px solid #2f3e46;
    border-radius: 2px;
    background-color:#c7cbc5 ;
    border-radius: 8px;
    
    /* margin-left: 40px; */
}
.form-control label{
    width: 200px;
    padding: 10px;
    font-size: 25px;
    color:#2f3e46 ;
    border-radius: 10px;
    /* margin-left: 40px; */
}


.form-control button{
    width: 150px;
    padding: 10px;
    font-size: 15px;
    color:#2f3e46 ;
    background-color:#c7cbc5 ;
    margin-left: 33%;
    margin-bottom: 10%;
    border-radius: 10px;
    /* margin-left: 40px; */
}

.form-control a{
    text-decoration: none;
    text-align: center;
    border: 2px solid #2f3e46;
    width: 120px;
    padding: 9px;
    font-size: 25px;
    color:#2f3e46 ;
    background-color:#c7cbc5 ;
    margin-left: 33%;
    border-radius: 10px;
    /* margin-left: 40px; */
}

.form-control a:hover{
    background-color: #2f3e46;
    color: #c7cbc5;
}


.form-control button:hover{
    background-color: #2f3e46;
    color: #c7cbc5;
}

@media only screen and (min-width: 360px) and (max-width: 767px){ 
    body {
        overflow: hidden;
    }
    .content-flexitem {
        width: 100%;
        /* justify-content: flex-start; */
    }
    .hinzufuegte-Gemuese-titel {
        font-size: 100%;
    }
    .form-control {
        padding:3px;
        /* display: block; */
         justify-content: space-around;
        align-items: center; 
    }

    .form-control label{
        width: 100px;
        font-size: 13px;
    }
    .form-control input{
        font-size: 13px;
        width: 100px;
        padding: 5px;
    }
    .form-control input{
        width: 100px;
        padding: 5px;
    }
    
/* .form-control a{
    margin-left: 33%;
} */
}