/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#not-enough-table {
    font-weight: 400;
    color: red;
}
#wprm-_wprm_wunschtisch-wrap input.not-enough {
    border-color: red !important;
}
#orientation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999999;
    text-align: center;
    display: none;
}
.orientation-overlay-inner {
    display: table-cell;
    vertical-align: middle;
}
.orientation-overlay-message {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

/*.full-search {
    position: fixed;
    z-index: 999999;
    background-color: rgba(106,140,203,0.88);
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;

}
*/
