:root {
    --elselina-blue: #056b8d;
    --elselina-deep: #034a63;
    --elselina-gold: #e4b35f;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #25343b;
    -webkit-font-smoothing: antialiased;
}

.navbar-custom {
    box-shadow: 0 2px 18px rgba(0, 40, 55, .14);
}

.navbar-custom .main-menu {
    backdrop-filter: blur(10px);
}

.banner .home-title,
.banner .sub-title {
    text-shadow: 0 2px 16px rgba(0, 0, 0, .55);
}

.detail-content,
.dienst-content,
.kamer-content {
    border-radius: 12px;
}

.detail-content {
    box-shadow: 0 12px 34px rgba(0, 55, 75, .08);
}

.room-overview .imgblock-content {
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.room-overview .imgblock-content .img-link {
    display: block;
    height: 100%;
}

.room-overview .imgblock-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-overview .imgblock-content span {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: center;
}

.button,
input.button {
    border-radius: 999px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.button:hover,
.button:focus,
input.button:hover,
input.button:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(3, 74, 99, .22);
}

#contact-form {
    padding: 24px;
    background: #f5fafb;
    border: 1px solid #dcecef;
    border-radius: 12px;
}

#contact-form input:not(.button),
#contact-form textarea {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #b8cdd3;
    border-radius: 8px;
    background: #fff;
}

#contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

#contact-form label {
    display: block;
    margin-bottom: 6px;
}

.honey {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .banner-large {
        min-height: 62vh;
    }

    .detail-content {
        padding: 20px 14px;
    }

    .room-overview .imgblock-content {
        height: 240px;
    }

    #contact-form {
        margin-top: 24px;
        padding: 18px;
    }
}
