/* #MASSLEVEL EXTRA CSS 20250703 */

/*------------------------------------*\
    GENERAL
\*------------------------------------*/

.content {
    min-height:initial;
}

/*  remove box-shadow
    --------------------------------  */
.table_component,
.info-card,
.contact-card,
.equipment-card
{
    box-shadow: none;
    padding: 0;
}

/*  postioning
    --------------------------------  */
.element-center {
    text-align: center;
}

/*  notice
    --------------------------------  */
.notice {
    background-color: rgb(var(--fazl-color-yellow));
}

.notice--warning {
    background-color: red;
}

.notice--warning h4,
.notice--warning p,
.notice--warning i
{
    color: #fff;
}

/*  highlight-box
    --------------------------------  */
.highlight-box {
    border-radius: 0;
}

.highlight-box a.btn {
    border: 2px solid transparent !important;
    background-color: #ffffff;
    color: rgb(0,140,160);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    margin: 0.5rem;
}

.highlight-box a.btn:hover {
    background: none !important;
    border: 2px solid white !important;
    color: white !important;
}
/* leistungen/medikamenteneinstellung/ */
.highlight-box--kardio ul {
    list-style-type: none;

}

/*  info-card
    --------------------------------  */
.info-card ul {
    list-style-type: none;
}

.info-card ul {
    padding: 0;
}

/*  hero header
    --------------------------------  */
.hero {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
}

/* Overlay */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0); /* Adjust opacity here */
    z-index: 1;
}

/* Caption Styling */
.hero-caption {
    position: relative;
    z-index: 2;
    background-color: rgba(var(--fazl-color-blue), 0.92); /* Text box background */
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 800px;
}

/* Alignment Options */
.caption-left {
    justify-content: flex-start;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
}

.caption-center {
    justify-content: center;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

.caption-right {
    justify-content: flex-end;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/
.fazl-icon-checkmark {
    color: rgb(0,140,160);
    margin-right: 0.5rem
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.btn-fazl {
    background-color: rgb(var(--fazl-color-blue));
    border: none;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.btn-fazl:hover,
.btn-fazl:visited
{
    background-color: rgba(var(--fazl-color-blue),0.9);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--fazl-color-blue),0.3);
    color: #ffffff;
    text-decoration: none;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
.text-left {
    text-align: left;
}

.days {
    display: inline-block;
    width: 100px;
}

/*  HEADINGS
    --------------------------------  */
.fazl-text {}
.fazl-text--highlight {
    color: rgb(var(--fazl-color-blue))
}


/*------------------------------------*\
    STYLING
\*------------------------------------*/
.box-shadow {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
    padding: 2rem;
}

/*------------------------------------*\
    home
\*------------------------------------*/
body.page__home .doctor-info {
    border-radius: 0;
    background: transparent;
    color: rgb(var(--fazl-color-text));
}

body.page__home .contact-card {
    background: transparent;
    padding: 2rem;
}

.contact-section a.phone-link:hover {
    color: #fff !important
}

/*  News
    --------------------------------  */
.content-news {
    margin: 2rem 0;
    text-align: center;
}

.content-news__item {
    background-color: rgb(var(--fazl-color-yellow));
    padding: 12px 24px;
    display: inline-block;
    border-radius: 25px;
    font-size: 1.5em;
}

/*------------------------------------*\
    Innere Medizin
\*------------------------------------*/
body.innere-medizin .service-card {

}

/*------------------------------------*\
    herzultraschall
\*------------------------------------*/
.special-list {
    margin: 0;
    padding: 0;
}

.special-list li:before {
    content: ""
}

.ratio {
    margin-bottom: 5rem;
}


/*------------------------------------*\
    akutbehandlung
\*------------------------------------*/
body.akutbehandlung h2 {
    color: #ff6b6b;
}

body.akutbehandlung .emergency-card {
    height: auto;
}

/*------------------------------------*\
    labor
\*------------------------------------*/
.labor-header__text {
    padding: 0 !important;
    margin: 0 !important;
}

/*------------------------------------*\
    ausstattung
\*------------------------------------*/

/*------------------------------------*\
    team
\*------------------------------------*/
.team-card {
    box-shadow: none;
    margin-bottom: 3rem;
    border-radius: 0;
    max-width: auto;
    height: 100%;
}

img.team-photo {
    overflow: auto;
    border-radius: 0;
}

/*------------------------------------*\
    kontakt
\*------------------------------------*/
body.page__kontakt .opening-hours li {
    text-align: left;
}

body.page__kontakt .opening-hours__pull {
    margin-top: -1rem;
}