@media only screen and (max-width: 480px) {
    table#terminzusatz td, table#terminzusatz th {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    #mainnav ul #item_p3 > a {
        color: rgba(238, 127, 0, 1.00);
    }

    .p1-label {
        width: 15%;
        margin-bottom: auto;
    }

    .p1-item {
        width: 70%;
        margin-bottom: auto;
    }

    #mainnav ul #item_mp > a {
        color: rgba(238, 127, 0, 1.00);
    }

    #mainnav ul #item_mp > a > span:first-child {
        background-image: url("images/layout/menu-right-orange.png");
    }


}