.PreisTable {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    word-break: break-all;
}



.PreisTable table {
    width: 95%;
    padding-left: 5%;
    padding-right: 5%;
    border-collapse: collapse;
    margin-bottom: 5%;
}

.PreisTable th,
td,
tr {
    border: hidden;
    border-collapse: collapse;
    padding: 13px;
    overflow: hidden;
    white-space: nowrap;
}

.center {
    text-align: center;
}

.PreisTable p1 {
    color: #c70404;
    font-size: 22px;
}

.PreisTable p {
    color: #494949;
    margin-bottom: 14px;
    margin-top: 14px;
    font-weight: 600;
}


.dark {
    background-color: #edeaea;
}

h1{
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    color: #c70404;
    font-size: 50px;
    font-weight: 600;
}

h{
    color: #c70404;
    font-size: 20px;
    
}

.PreisTable .top th{
    padding-bottom: 30px;
}

.PreisTable .bottom {
    color: #767676;
    padding-top: 30px;
}

@media (max-width: 1080px) {
    .content {
        overflow: auto;
        padding-right: 10rem;
        margin-bottom: 15rem;
    }

    .PreisTable {
        margin-bottom: 5rem;
    }
}