/* ==========================================================================
   Custom CSS für praxisgestalter.de
   ========================================================================== */

/* --- Top-Anchor & Navigation Section --- */
.topanchor-section {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #577a98;
    color: #fff;
}

.topanchor, 
.topanchor:hover {
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
}

.topanchor svg {
    fill: #fff !important;
    margin-right: 10px;
}


/* --- Floating Title & Image Box --- */
.floating-title-img-box {
    min-height: 200px;
}

.floating-title {
    font-size: 38px !important;
}


/* --- Subcard Box --- */
.subcard-box {
    position: relative;
    min-height: 500px;
}


/* --- Telefon Button (Header & Mobile Offcanvas) --- */
.uk-offcanvas-bar .tel-button {
    display: inline-flex;
}

.tel-button {
    background: #e01c1f;
    color: #fff !important;
    padding: 0 20px !important;
    min-height: 40px !important;
    margin-top: 20px;
    font-weight: 700 !important;
    font-size: 14px !important;
    white-space: nowrap;
}

.tel-button:hover {
    background: #000;
}

.tel-button::before {
    background-color: transparent !important;
}


/* ==========================================================================
   Responsive Anpassungen (Media Queries für Mobil & Desktop)
   ========================================================================== */

/* Tablet & größer (ab 768px) */
@media (min-width: 768px) {
    .floating-title-img-box {
        min-height: 300px;
    }
}

/* Desktop (ab 960px) */
@media (min-width: 960px) {
    .floating-title {
        width: 40vw !important;
        position: relative;
        background: #fff;
        padding: 20px 20px 20px 0;
        z-index: 2;
        font-weight: 700;
        font-size: 44px !important;
        margin-top: 30px;
    }

    .subcard-box {
        padding-bottom: 100px;
    }

    .subcard-box .subcard-box-content {
        position: absolute;
        bottom: 0;
        background: #fff;
        width: 80%;
        padding: 20px 20px 20px 0;
    }
}

/* Große Monitore (ab 1400px) */
@media (min-width: 1400px) {
    .floating-title {
        font-size: 66px !important;
    }
}