body{
    font-family: 'Helvetica';
}
.vio{
    color: white;
    background-color: #501240;
}
.pad50{
    padding: 50px;
}
.checkdichb{
    text-align: center;
    font-size: larger;
}
hr{
    border-top: 5px solid rgb(80, 18, 64);
}
.paket{
    text-align: center;
    font-size: larger;
}
.grey{
    background-color: lightgray;
    text-align: left;
}
.zwih{
    font-weight: bolder;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.zwih {
    display: flex;
    flex-direction: row;
}
.zwih:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
    margin-left: 10px;
    margin-right: 30px;
}
.footn{
    font-size: small;
    color: black;
    padding-bottom: 15px;
}
.viocol{
    color: #501240;
}
.txtctr{
    text-align: center;
}
.leftipad{
    text-align: left;
    padding-left: 35px;
}
.container{
    padding: 0 0 0 10px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea{
    background-color: #e5e5e5;
}
.footer{
    text-align: center;
}
.footer a{
    font-weight: lighter;
    color: black;
    padding: 15px;
}