.linehidden1, .linehidden2 {
    display: none;
}

.terminitem {
    /* display:none; */
}

.terminitem.visible {
    /* display:block; */
}

.zeiteninfo1, .zeiteninfo2 {
    text-transform: uppercase;
}


.brvornamekurz {
    display: inline;
}

.brvornamelang {
    display: none;
}

.spanbuttons {
    background-color: #cde0f1;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.spanbuttons button {
    border: none;
    background: none;
    font-size: 100%;
    color: rgb(0, 74, 147);
}

.spanbuttons button:active, .spanbuttons button:focus {
    outline: none;
}

.spanbuttons button:hover {
    color: rgba(238, 127, 0, 1.00);
}

@media only screen and (min-width: 480px) {
    .linehidden1 {
        display: inline;
    }

    .myumbr1 {
        display: none;
    }

    .brvornamekurz {
        display: none;
    }

    .brvornamelang {
        display: inline;
    }
}

@media only screen and (min-width: 640px) {
    .myumbr3 {
        display: none;
    }

    .linehidden2 {
        display: inline;
    }
}

@media only screen and (min-width: 768px) {
    #item_start a:link, #item_start a:visited {
        color: rgba(238, 127, 0, 1.00);
        font-weight: bold;
    }


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

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


@media only screen and (max-width: 1199px) {
    .helpbuttons button {
        font-size: 80%;
    }
}


@media only screen and (max-width: 768px) {
    .helpbuttons {
        margin-bottom: 5px;
    }

    .helpbuttons button {
        font-size: 90%;
    }

    .layerbox .modal-header .close-layer {

        right: 15px;
        top: 15px;
        width: 32px;

    }

}

@media only screen and (max-width: 480px) {
    .helpbuttons {
        margin-bottom: 15px;
    }

    #commtable td, #commtable th {
        display: block;
        margin-bottom: 2px;
    }

    #commtable td {
        margin-bottom: 10px;
    }


}