/* /Components/Ad.razor.rz.scp.css */

ins[b-zbrtpr20md] {
    width: 100%;
    height: 100%;
}

.ad[b-zbrtpr20md] {
    height: 130px;
}
/* /Components/BabCard.razor.rz.scp.css */


article[b-sdzwe7mvtb] {
    background: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
        "img"
        "body"
        "button";

    gap: 10px;


    width: fit-content;
    padding: 15px;
    box-shadow: #e5e5e5 0px 0px 10px 6px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 20px;
}

    article.recommended[b-sdzwe7mvtb] {
        border: solid 2px var(--theme-color);
        box-shadow: var(--theme-color) 0px 8px 0px 0px;
        margin-bottom: 28px;
    }

    img[b-sdzwe7mvtb] {
        grid-area: img;
        border-radius: 5px;
    }

        img:not([src])[b-sdzwe7mvtb] {
            height: 231px;
            width: 308px;
            background: url('/img/Bed-&-Breakfast-Twente-Logo.png');
            background-position: center top;
            background-size: cover;
        }

.body[b-sdzwe7mvtb] {
    grid-area: body;
    width: 308px;
}

.body h3[b-sdzwe7mvtb] {
    color: var(--theme-color);
}



/*
    Specs
*/

    .body .specs[b-sdzwe7mvtb] {
        padding: 0px;
    }

    .body .specs li[b-sdzwe7mvtb] {
        list-style: none;
        display: flex;
    }

        .body .specs li span:first-child[b-sdzwe7mvtb] {
            font-weight: bold;
            width: 150px;
        }

        .body .specs li i[b-sdzwe7mvtb] {
            color: var(--theme-color);
            width: 30px;
            text-align: center;
        }

/*
    button
*/

    a[b-sdzwe7mvtb] {
        padding: .5em 1em;
        background: var(--theme-color);
        color: white;
        display: block;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;

        grid-area: button;
    }


@media screen and (min-width: 770px) {

    article[b-sdzwe7mvtb] {
        grid-template-columns: 308px auto;
        grid-template-areas:
            "img body"
            "button body";
        margin: 0;
        width: 100%;
        max-width: 800px;
    }

    img[b-sdzwe7mvtb] {
        height: 100%;
    }



    .body[b-sdzwe7mvtb] {
        display: flex;
        flex-direction: column;
          
        width: 100%;
        min-height: 231px;
    }

/*    .text {
        overflow: hidden;
    }
*/
    .spacing[b-sdzwe7mvtb] {
        flex-grow: 1;
    }


}
/* /Components/CustomDialog.razor.rz.scp.css */
dialog[b-aji0q20vb8] {
    z-index: 1111111;
    box-shadow: 0px 0px 0px 200vw rgba(0,0,0, 50%);
    padding: 30px;
    border: 0;
    max-height: 90vh;
    width: 100%;
    max-width: 1000px;
}
/* /Components/Pages/Admin/ChangePassword.razor.rz.scp.css */
    .cp-wrapper[b-46llvb1zvu] {
        display: flex;
        justify-content: center;
        padding: 3rem 1rem;
    }

    .cp-card[b-46llvb1zvu] {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 2rem;
        width: 100%;
        max-width: 400px;
        box-shadow: 0 1px 4px rgba(0,0,0,.06);
    }

    .cp-card h2[b-46llvb1zvu] {
        margin: 0 0 1.5rem;
        font-size: 1.25rem;
        font-weight: 600;
        color: #1a202c;
    }

    .field[b-46llvb1zvu] {
        display: flex;
        flex-direction: column;
        gap: .3rem;
        margin-bottom: 1rem;
    }

    .field label[b-46llvb1zvu] {
        font-size: .85rem;
        font-weight: 500;
        color: #4a5568;
    }

    .field input[b-46llvb1zvu] {
        padding: .5rem .75rem;
        border: 1px solid #cbd5e0;
        border-radius: 5px;
        font-size: .95rem;
        transition: border-color .15s;
    }

    .field input:focus[b-46llvb1zvu] {
        outline: none;
        border-color: #4f46e5;
        box-shadow: 0 0 0 3px rgba(79,70,229,.15);
    }

    .validation-message[b-46llvb1zvu] {
        font-size: .78rem;
        color: #e53e3e;
    }

    button[type=submit][b-46llvb1zvu] {
        width: 100%;
        margin-top: .5rem;
        padding: .6rem;
        background: #4f46e5;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: .95rem;
        font-weight: 500;
        cursor: pointer;
        transition: background .15s;
    }

    button[type=submit]:hover:not(:disabled)[b-46llvb1zvu] { background: #4338ca; }
    button[type=submit]:disabled[b-46llvb1zvu] { opacity: .6; cursor: default; }

    .alert[b-46llvb1zvu] {
        padding: .65rem .9rem;
        border-radius: 5px;
        font-size: .875rem;
        margin-bottom: 1rem;
    }

    .alert-success[b-46llvb1zvu] { background: #f0fff4; color: #276749; border: 1px solid #9ae6b4; }
    .alert-error[b-46llvb1zvu]   { background: #fff5f5; color: #c53030; border: 1px solid #feb2b2; }
/* /Components/Pages/Contact.razor.rz.scp.css */
div[b-t0vopjfyl0] {
    min-height: calc(100dvh - 400px);
    padding-top: 40px;
}

h1[b-t0vopjfyl0] {
    font-size: 25px;
    margin-bottom: 30px;
}

a[b-t0vopjfyl0] {
    font-size: 25px;
    padding: .5em 1em;
    border: solid 2px var(--theme-color);
    color: var(--theme-color);
    display: inline-block;
    margin-bottom: 30px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
body[b-n6xpwc5p7m] {
    background: white;
}

main[b-n6xpwc5p7m] {
    box-shadow: none;
}

/* banner + banner-slider */

.banner[b-n6xpwc5p7m] {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    overflow: hidden;
    margin-bottom: 50px;

    height: calc(45vh - 80px);
}

.banner-slider[b-n6xpwc5p7m] {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    
    & .slider-image {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        object-position: 20%;
    }
}




.banner-content[b-n6xpwc5p7m] {
    width: 100%;
    display: flex;
    z-index: 1;
}

.window.banner-search[b-n6xpwc5p7m] {
    position: relative;
    top: unset;
    border: 0;

    &::after {
        content: '';
        position: relative;
        inset: 0 0 0 0;
        background: #e45d41;
    }
}

.window .window-content[b-n6xpwc5p7m] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.window .window-content i[b-n6xpwc5p7m] {
    width: 180px;
    margin-left: -30px;

    font-size: 13em;
    color: #ffcabc;
    
    background: linear-gradient(-135deg, #ffcabc, #e45d41);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.window .buttons[b-n6xpwc5p7m] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;

    width: 100%;
}

.window .why-twente[b-n6xpwc5p7m] {
    color: #919191;
    text-align: center;

    &:not(:hover) {
        text-decoration: none;
    }
}

.banner-search h1[b-n6xpwc5p7m] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}
/* text content */



.text>.row>img[b-n6xpwc5p7m] {
    object-fit: contain;
    background-position: center;
}

#lijst>ul[b-n6xpwc5p7m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
}

#lijst>ul>li[b-n6xpwc5p7m] {
    list-style: none;
    width: 100%;
}

#lijst>h2[b-n6xpwc5p7m] {
    margin-bottom: 20px;
}

.text[b-n6xpwc5p7m] {
    margin-bottom: 60px;
}

@media screen and (min-width: 800px) {
    #lijst>ul[b-n6xpwc5p7m] {
        align-items: start;
    }
}
/* /Components/Pages/ViewBedAndBreakfast.razor.rz.scp.css */
#map[b-kw7s9vjg5n] {
    height: 250px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

    #map > iframe[b-kw7s9vjg5n] {
        width: 100%;
        height: 100%;
    }

main[b-kw7s9vjg5n] {
    border-radius: 0px;
    background: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-top: 0px;
    margin-bottom: 50px;
}

    main *[b-kw7s9vjg5n] {
        transition: all 0.3s;
    }

    main > a:first-of-type[b-kw7s9vjg5n],
    h2[b-kw7s9vjg5n],
    h1[b-kw7s9vjg5n] {
        width: 100%;
        text-align: left;
    }

a[href="#"][b-kw7s9vjg5n] {
    text-decoration: line-through !important;
}

main > .alert[b-kw7s9vjg5n] {
    width: 100%;
}

main > a:first-of-type[b-kw7s9vjg5n] {
    color: var(--theme-color);
    text-decoration: none;
}

h2[b-kw7s9vjg5n] {
    margin-bottom: 20px;
    font-weight: bold;
}

h1[b-kw7s9vjg5n] {
    font-size: 40px;
    margin-bottom: 30px;
}

/* info block */

main > .info[b-kw7s9vjg5n] {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
}

.info > div[b-kw7s9vjg5n] {
    display: flex;
    flex-direction: column;
}

    .info > div:not(.ad)[b-kw7s9vjg5n] {
        width: 100%;
        max-width: 400px;
        margin-right: 30px;
    }

    .info > div:last-child[b-kw7s9vjg5n] {
        margin-bottom: 20px;
        margin-right: 0px !important;
    }

.info .ad[b-kw7s9vjg5n] {
    width: 100%;
    height: 150px;
}

.info > div > h3[b-kw7s9vjg5n] {
    font-weight: bolder;
    font-size: 25px;
}

.property[b-kw7s9vjg5n] {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

    .property:not(:last-child)[b-kw7s9vjg5n] {
        padding-bottom: 5px;
        border-bottom: solid 1px lightgrey;
        margin-bottom: 5px;
    }

.info .property:last-of-type[b-kw7s9vjg5n] {
    margin-bottom: 15px;
}

.property > span:first-child[b-kw7s9vjg5n] {
    white-space: nowrap;
}

.property > span:last-child[b-kw7s9vjg5n] {
    word-break: break-word;
    color: #6f6f6f;
    padding-left: 30px;
}

.website[b-kw7s9vjg5n] {
    color: #6f6f6f;
}

.property i[b-kw7s9vjg5n] {
    width: 25px;
    color: var(--theme-color);
    text-align: center;
}

.action-button[b-kw7s9vjg5n] {
    width: 100%;
    max-width: 300px;
    padding: 10px 0px;
    color: white !important;
    background: var(--theme-color);
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}

/* images */

.images[b-kw7s9vjg5n] {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.primary-image[b-kw7s9vjg5n] {
    width: 100%;
    max-width: 954px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

    .primary-image.center[b-kw7s9vjg5n] {
        margin: auto;
    }

.images > .bonus-images[b-kw7s9vjg5n] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bonus-images > img[b-kw7s9vjg5n] {
    width: calc(50% - 2px);
    object-fit: cover;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

/* description */

.images + h2[b-kw7s9vjg5n] {
    font-size: 25px;
    font-size: 30px;
    font-weight: bold;
}

article p[b-kw7s9vjg5n] {
    font-size: 18px;
    white-space: pre-line;
}

pre[b-kw7s9vjg5n] {
    white-space: pre-wrap;
}


article + a:hover[b-kw7s9vjg5n],
article + a[b-kw7s9vjg5n] {
    background: var(--theme-color);
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    align-self: flex-start;
}

/* rooms */

.rooms[b-kw7s9vjg5n] {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

    .rooms + .ad[b-kw7s9vjg5n] {
        height: 150px;
        margin-bottom: 30px;
    }

/* reviews */

.review[b-kw7s9vjg5n] {
    min-height: 175px;
    padding: 10px 0px;
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .review:not(.review:last-child)[b-kw7s9vjg5n] {
        padding-bottom: 10px;
        border-bottom: lightgray solid 2px;
        margin-bottom: 10px;
    }

    .review .stars[b-kw7s9vjg5n] {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 15px;
    }

        .review .stars span[b-kw7s9vjg5n] {
            color: var(--theme-color);
            font-size: 25px;
            margin-right: 10px;
        }

        .review .stars > i[b-kw7s9vjg5n] {
            color: var(--theme-color);
            font-size: 22px;
        }

    .review p[b-kw7s9vjg5n] {
        white-space: pre-line;
        font-size: 18px;
    }

    .review .alert[b-kw7s9vjg5n] {
        width: 100%;
        margin-bottom: 20px;
    }

    .review > .reaction[b-kw7s9vjg5n] {
        width: 80%;
        margin-left: 20px;
        padding-left: 10px;
        border-left: var(--theme-color) solid 2px;
        margin-bottom: 20px;
    }

.reaction h3[b-kw7s9vjg5n] {
    font-weight: bold;
    color: var(--theme-color);
}

.react-button[b-kw7s9vjg5n] {
    background: none;
    color: var(--theme-color);
    border: var(--theme-color) solid 2px;
    padding: 5px 10px;
    font-size: 18px;
    text-decoration: none;
}


.delete > button[b-kw7s9vjg5n] {
    background: none;
    color: var(--theme-color);
    border: none;
}

    .delete > button:hover[b-kw7s9vjg5n] {
        text-decoration: underline;
    }

.reaction > .textarea[b-kw7s9vjg5n] {
    max-width: 500px;
    box-shadow: none;
    padding: 0px;
}

.react-button:hover[b-kw7s9vjg5n] {
    color: white;
    background-color: var(--theme-color);
}

/* new review form */

.new-review[b-kw7s9vjg5n] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: var(--theme-color) solid 3px;
    padding-top: 20px;
}

    .new-review > .stars[b-kw7s9vjg5n] {
        display: flex;
        flex-direction: row;
        margin-bottom: 15px;
        cursor: pointer;
    }

        .new-review > .stars > i[b-kw7s9vjg5n] {
            font-size: 27px;
            color: var(--theme-color);
            transition: none;
            padding: 0px 2px;
        }

.hidden-text > textarea[b-kw7s9vjg5n] {
    height: 100px;
}

.new-review .hidden-text > div[b-kw7s9vjg5n] {
    height: fit-content;
}

.new-review .stars:hover > i[b-kw7s9vjg5n] {
    font-weight: bold !important;
}

    .new-review .stars:hover > i:hover ~ i[b-kw7s9vjg5n] {
        font-weight: normal !important;
    }

.new-review span[b-kw7s9vjg5n] {
    margin-bottom: 10px;
    color: rgb(75 75 75);
}

#send-email[b-kw7s9vjg5n] {
    color: #ffffff;
    background: var(--theme-color);
    border: none;
    border-radius: 10px;
}

@media screen and (max-width: 574px) {
    .container[b-kw7s9vjg5n] {
        width: 100vw !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}

@media screen and (min-width: 540px) {
    .bonus-images > img[b-kw7s9vjg5n] {
        width: calc(33% - 2px);
    }

    h1[b-kw7s9vjg5n] {
        font-size: 45px;
        margin-bottom: 50px;
    }
}


@media screen and (min-width: 768px) {
    .bonus-images > img[b-kw7s9vjg5n] {
        width: calc(25% - 2px);
    }

    .rooms > .room[b-kw7s9vjg5n] {
        margin-bottom: 20px;
    }

    .rooms[b-kw7s9vjg5n] {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1200px) {


    .primary-image[b-kw7s9vjg5n] {
        min-width: 740px;
        width: 740px;
    }

    .bonus-images[b-kw7s9vjg5n] {
        height: 500px;
    }

        .bonus-images > img[b-kw7s9vjg5n] {
            width: 50%;
            margin-right: 2px;
        }

    .images[b-kw7s9vjg5n] {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .primary-image[b-kw7s9vjg5n] {
        margin-right: 10px;
    }

    .images > .bonus-images[b-kw7s9vjg5n] {
        flex-direction: column;
    }

    .info .ad[b-kw7s9vjg5n] {
        width: calc(100% - 800px);
        height: 200px;
    }
}

@media screen and (min-width: 1400px) {

    .primary-image[b-kw7s9vjg5n] {
        min-width: 860px;
        width: 840px;
    }

    .bonus-images[b-kw7s9vjg5n] {
        height: 576px;
    }
}
