#hidden {
    display: none;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.5) url(../images/loader.svg) no-repeat center center;
    z-index: 999999;
}

.panel {
    /*padding-left: 20px;*/
}

/*
.card-payment {
    display: block;
    text-align: center;
    padding-top: 55px;
}
*/

@media (max-width: 660px) {
    .card-payment {
        padding-top: 25px;
    }
}

.input-validation-error {
    border-color: #c82e2d;
}

.field-validation-error {
    color: #c82e2d;
    font-size: 11px;
    padding-top: 2px;
    /*position: absolute;*/
}


.field-validation-ok {
    color: #0099da;
    line-height: 2.3em;
    padding-left: 5px;
}

.validation-summary-errors {
    color: #c82e2d;
    font-size: 11px;
    margin-top: 10px;
}

.panel-msg-info-gray {
    background: #F0F0F0;
    border-color: #0068aa;
}

.panel-msg-info-gray .text p {
    color: #545859;
}


/* 
    SIBS CUSTOM UI
*/

.wpwl-form {
    background: none;
    font-family: "VWTextWebRegular", sans-serif !important;
}

.wpwl-label {
    font-size: 16px;
    display: block;
    font-family: "VWTextWebBold", sans-serif !important;
    padding-bottom: 8px;
}

.wpwl-label-brand,
.wpwl-wrapper-brand,
.wpwl-group-brand {
    display: none
}

.wpwl-form-card {
    background: white !important;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    border: 0px !important;
}

.input-text:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
    background-color: white !important;
}

.wpwl-brand-SOFORTUEBERWEISUNG,
.wpwl-brand-GIROPAY {
    cursor: pointer
}

.wpwl-brand,
.wpwl-img {
    margin: 0 0 0 auto !important;
}

.wpwl-button,
.wpwl-button-error[disabled],
.wpwl-button-error[disabled]:hover,
.wpwl-button-error[disabled]:focus,
.wpwl-button-error[disabled]:active {
    border-color: #0099da !important;
    background-color: #0099da !important;
    color: white !important;
    margin-top: 12px !important;
    width: 100% !important;
}

.wpwl-button:focus,
.wpwl-button:hover {
    background-color: #0068aa !important;
}

.wpwl-hint {
    color: #c82e2d !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 11px !important;
    padding-top: 2px !important;
}


.wpwl-control,
.wpwl-control input,
input.wpwl-control {
    width: 100% !important;
    background: white !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    text-transform: none !important;
    padding: 2px 10px !important;
    font-size: 15.5px !important;
    font-weight: 400 !important;
    height: 42px !important;
    border: 1px solid #dee1e3 !important;
    background-clip: padding-box !important;
    clear: both !important;
    font-family: "VWTextWebRegular", sans-serif !important;
}

.wpwl-control,
input::placeholder,
input.wpwl-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7b7b7b !important;
    font-style: normal !important;
    font-size: 15.5px !important;
    font-weight: 400 !important;
    opacity: 1;
    /* Firefox */
}

input.wpwl-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7b7b7b !important;
    font-style: normal !important;
    font-size: 15.5px !important;
    font-weight: 400 !important;
    opacity: 1;
    /* Firefox */
}

input.wpwl-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #7b7b7b !important;
    font-style: normal !important;
    ;
    font-size: 15.5px !important;
    font-weight: 400 !important;
    opacity: 1;
    /* Firefox */
}

.card {
    margin: 3px 0 !important;
}

.form-control.filled {
    height: 100%
}

.notmandatory {
    font-family: "VWHeadWebRegular", sans-serif;
}

.dismiss-close {
    cursor: pointer;
}

.form-checkbox {
    width: 32px;
    color: #0099da;
    border-color: #0099da;
}

.form-checkbox:focus {
    box-shadow: none;
}

.form-checkbox:checked {
    color: blueviolet;
}

.label-checkbox {
    padding-bottom: 0px;
}

label.required:after {
    color: red;
    content: " *";
}

.wpwl-label:after {
    color: red;
    content: "*";
}

.red {
    color: red;
}

.mandatory-note {
    font-size: small;
    color: gray;
    display: block;
    margin: 20px 0 20px;
    text-align: center;
}

.hero-text {
    display: none;
}

@media (max-width: 660px) {
    .mandatory-note {
        text-align: left;
        margin: 10px 0 20px;
    }
}

.header-no-campaign {
    height: 180px;
    overflow: hidden;
    background-color: #004C6D;
}

.site-brand .normal {
    display: block !important;
}
.sticky .site-brand .normal {
    display: none !important;
}

.site-brand .inverted {
    display: none !important;
}

.sticky .inverted {
    display: block !important;
}

@media (max-width: 1020px) {
    .desktop-only {
        display: none;
    }
}


@media (min-width: 1020px) {
    .mobile-only {
        display: none;
    }
}


@media (min-width: 1020px) 
{
    #list-reservations .label-title {
        padding-left: 14px;
    }

    #list-reservations .wider label, #list-reservations .wider div {
        width: 300px;    
    }

    #list-reservations .smaller div {
        font-size: 12px;
    }

    #list-reservations .form-control.filled {
        background-color: #dcdedf;
        border-color: #dcdedf;
    }
}
