/*
Theme Name: Heckenlauer
Theme URI: https://toabai.media
Template: astra
Author: Brainstorm Force
Author URI: https://toabai.media
Version: 4.13.8.1786019179
Updated: 2026-08-06 14:26:19

*/

a.number_red {text-decoration:none;
	color:#fff;
}

.praxis-info {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    /*border-radius: 14px;*/
    overflow: hidden;
    color: #333333;
    font-size: 16px;
    line-height: 1.55;
}

.praxis-info__section {
    padding: 24px;
}

.praxis-info__section + .praxis-info__section {
    border-top: 1px solid #e5e7eb;
}

.praxis-info__title {
    margin: 0 0 16px;
    color: #c51b1b;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.praxis-info__address {
    margin: 0 0 12px;
    font-style: normal;
}

.praxis-info a {
    color: inherit;
    text-decoration: none;
}

.praxis-info a:hover,
.praxis-info a:focus-visible {
    color: #c51b1b;
    text-decoration: underline;
}

.praxis-info__link {
    display: inline-block;
    font-weight: 600;
}

.opening-hours {
    display: flex;
    flex-direction: column;
}

.opening-hours__row {
    display: grid;
    grid-template-columns: 44px 132px minmax(0, 1fr);
    gap: 10px;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.opening-hours__row:first-child {
    padding-top: 0;
}

.opening-hours__row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.opening-hours__row strong {
    font-weight: 700;
    color: #333333;
}

.opening-hours__row span {
    color: #666666;
    white-space: nowrap;
}

.opening-hours__row span:last-child {
    white-space: normal;
}

.praxis-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.praxis-contact__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.praxis-contact__label {
    color: #666666;
    font-size: 14px;
}

.praxis-contact__item a {
    font-weight: 600;
}

@media (max-width: 767px) {
    .praxis-info__section {
        padding: 20px;
    }

    .opening-hours__row {
        grid-template-columns: 36px 114px minmax(0, 1fr);
        gap: 6px;
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .opening-hours__row {
        grid-template-columns: 34px 108px minmax(0, 1fr);
        gap: 5px;
        font-size: 14px;
    }
}




/*OFF CANVAS MENÜ RAND */

@media (max-width: 921px) {
    .ast-mobile-popup-drawer .main-header-menu {
        border-bottom: 1px solid #e5e7eb !important;
        padding-bottom: 20px;
    }
}