/* --- SCHRIFTART & FEELING --- */
/* Montserrat passt auch hier perfekt zum modernen "Easy"-Branding */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

body, h1, h2, h3, div, p, a, button, input {
    font-family: 'Montserrat', sans-serif !important;
}

/* Hintergrund: Helles Grau für modernen Apartment-Look */
body {
    background-color: #fcfcfc !important;
}

/* --- BUTTONS (Alpine Easy Flats Style) --- */
.btn-primary, .btn-search, .button-search, button[type="submit"], input[type="submit"] {
    background-color: #2d2d2d !important; /* Sehr dunkles Anthrazit */
    border: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600; /* Etwas feiner als in der Pension */
    letter-spacing: 1.5px;
    border-radius: 0px !important;
    padding: 14px 25px !important;
    transition: all 0.3s ease;
}

.btn-primary:hover, .button-search:hover {
    background-color: #555555 !important;
    transform: translateY(-2px);
}

/* --- PREISE --- */
.room-price, .price-amount {
    color: #2d2d2d !important;
    font-size: 1.6rem !important;
    font-weight: 300 !important; /* Dünnere Schrift wirkt exklusiver */
}

/* --- HEADER BEREINIGEN --- */
header, .header-wrapper {
    background: #ffffff !important;
    border-bottom: 1px solid #eaeaea !important;
}

/* --- KALENDER ANPASSUNG --- */
.ui-datepicker-header {
    background-color: #2d2d2d !important;
}