a {
    text-decoration: none;
}
.head_navi {
    font-size: 90px;
}

.wieinput {
    font-size: 30px;
    box-shadow: 10px 10px 15px silver;
    border: none;
    vertical-align: middle;
    background-color: #f7f7f7;
    color: red;
}

select {
    font-size: 40px;
    width: 500px;
    box-shadow: 10px 10px 15px silver;
    border: none;
}
input {
    font-size: 30px;
    box-shadow: 10px 10px 15px silver;
    border: none;
    vertical-align: middle;
    background-color: #f7f7f7;
}
textarea {
    font-size: 30px;
    box-shadow: 10px 10px 15px silver;
    border: none;
    vertical-align: top;
    background-color: #f7f7f7;

}

p {
    font-size: 30px;
    color: red;
}

a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: black;
}
a:active {
  color: black;
}
.kundenwahl {
    width: 40%;
    height: 120px;
    border: thin;
    box-shadow: 10px 10px 15px silver;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.navibar {
    width: 200px;
    height: 50px;
    margin-left: 0px;
    margin-top: 50px;
    box-shadow: 10px 10px 15px silver;
    cursor: pointer; 
}


.navifeld {
    display: table;
    height: 400px;
    width: 400px;
    border-style: none;
    text-align: center;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 10px 10px 15px silver;
    
}
span {
    display: table-cell;
    vertical-align: middle;
    font-size: 50;
    color: black;
    }
.schatten{
        box-shadow: 10px 10px 15px silver;
        background-color: #f7f7f7;
    }