/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f7fa;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}
*/

.more-btn{
display:none;
}

.haeuser{
	font-family: 'Quicksand', sans-serif;
}


.haeuser .header {
    text-align: center;
    margin-bottom: 40px;
}

.haeuser .header h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 10px;
}

.haeuser .filter-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.haeuser .filter-btn {
    padding: 12px 24px;
    background: white;
    border: 2px solid #e0e6ed;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    text-decoration: none;
    color: #666;
}

.haeuser .filter-btn:hover,
.haeuser .filter-btn.active {
    background: #3498db;
    color: white;
    border-color: #3498db;
    transform: translateY(-2px);
}

.haeuser .houses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.haeuser .house-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.haeuser .house-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.haeuser .image-container {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.haeuser .carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.haeuser .carousel-images {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.haeuser .carousel-image {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f0f0f0;
}

.haeuser .carousel-placeholder {
    min-width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), 
                linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), 
                linear-gradient(45deg, transparent 75%, #f0f0f0 75%), 
                linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

.haeuser .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 18px;
}

.haeuser .carousel-nav:hover {
    background: rgba(0,0,0,0.8);
}

.haeuser .carousel-nav.prev {
    left: 10px;
}

.haeuser .carousel-nav.next {
    right: 10px;
}

.haeuser .carousel-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.haeuser .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.haeuser .dot.active {
    background: white;
    transform: scale(1.2);
}

.haeuser .favorite-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    transition: all 0.3s ease;
}

.haeuser .favorite-btn:hover {
    color: #e74c3c;
    background: white;
}

.haeuser .image-counter {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.haeuser .house-info {
    padding: 15px;
}

.haeuser .house-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0px;
	margin-top: 0px;
	width: 70%;
}

.haeuser .house-subtitle {
    color: #666;
    font-size: 1.0rem;
    margin-bottom: 8px;
}

.haeuser .house-features {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 1.0rem;
    color: #2c3e50;
}

.haeuser .feature {
    display: flex;
    align-items: center;
    gap: 5px;
}

.haeuser .rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
	float: right;
}
.haeuser .rating span{
	white-space:nowrap;
	color:#666;
}

.haeuser .stars {
    color: #f39c12;
}

.haeuser .price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 5px;
}

.haeuser span.preis {
    color: #b48f17;
    font-size: 1.5rem;
}

.haeuser span.preiseinheit {
    color: #b48f17;
    font-size: 1.0rem;
}

.haeuser .price-subtitle {
    font-size: 0.95rem;
    color: #666;
}

.haeuser .details-btn,
.haeuser .more-btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.haeuser .details-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.haeuser .loading {
    text-align: center;
    padding: 40px;
    color: #666;
}

.haeuser .loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.haeuser .no-results {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.haeuser .no-results h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.haeuser .hidden {
    display: none;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .haeuser .houses-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .haeuser .house-features {
        flex-wrap: wrap;
        gap: 10px;
    }

    .haeuser .filter-buttons {
        flex-direction: column;
        align-items: center;
    }

    .haeuser .header h1 {
        font-size: 2rem;
    }

    .haeuser .container {
        padding: 15px;
    }
}

hr {
    margin: .5rem 0;
}