.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance
}

/*
.tm-toolbar:before {
    content: '';
    width: 40%;
    height: auto;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.tm-header-mobile .uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}
*/

.myDivider {
    border-top-width: 3px;
    border-top-color: #A4282C !important;
    max-width: 526px;
}

.tm-header .uk-navbar-left {
    margin: auto;
}

.tm-header .uk-sticky.uk-sticky-fixed {
    background: #fafafa;
    /*border-bottom: 4px solid #a4282c;*/
}

.uk-sticky.uk-sticky-fixed.uk-sticky-below .uk-navbar-nav>li>a {
    color: #021106;
}

.uk-navbar-toggle-icon {
    background-color: #A4282C;
    color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
}

.uk-navbar-toggle-icon:hover {
    background-color: #D42127;
    color: #fefefe;
    border-radius: 5px;
    padding: 6px 12px;
}

.uk-sticky.uk-sticky-fixed {
    background: #fff;
}

.uk.sticky-fixed .uk-navbar-toggle:hover {
    color: #D42127;
}

.counter-section {
    position: relative;
    top: -90px;
    z-index: 3;
    background: transparent;
}


.uk-button-default .uk-icon {
    width: 22px;
}

.uk-button {
    line-height: 1.1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.uk-button .uk-icon svg {
    width: 26px;
}

.uk-navbar-dropdown {
    border-radius: 18px;
}

.uk-navbar-dropdown:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -15px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.tm-mask-default {
    -webkit-mask-image: url("../../../../wp-content/uploads/2025/07/mask-01.svg") !important;
    mask-image: url("../../../../wp-content/uploads/2025/07/mask-01.svg") !important;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: round;
    mask-repeat: round;
}

.uk-heading-bullet::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-right: calc(5px + .2em);
    border: 0;
    background-image: url('../../../../wp-content/themes/yootheme-child/myicons/favicon-02.svg');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: 0 50%;
}

.callNow .line1 {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}

.callNow .line2 {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
}

/*Preistabelle */
table.preistabelle {
    width: 100%;
    border-collapse: collapse;
}

table.preistabelle td {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}

table.preistabelle td:last-child {
    text-align: right;
}

.contactForm .uk-textarea {
    height: 315px;
}

.wpcf7-spinner {
    display: none;
}

/*
.header-grid .el-image {
	background: #a4282c;
    border-radius: 100px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align:center;
}

.header-grid .el-image svg {
    width: 20px;
    color: #fff;
}
*/


@media screen and (max-width: 960px) {

    .header-grid {
        width: 240px;
    }

    .counter-section {
        top: auto;
    }


    .uk-text-lead {
        font-size: 0.85rem;
    }

    .uk-heading-bullet::before {
        width: 22px;
        height: 22px;
    }

    .contactForm .uk-textarea {
        height: 140px;
    }

    .contactForm .privacy {
        font-size: 0.85rem;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* Responsive Darstellung für Mobilgeräte */
@media screen and (max-width: 768px) {



    table.preistabelle,
    table.preistabelle tbody,
    table.preistabelle tr,
    table.preistabelle td {
        display: block;
        width: 100%;
    }

    table.preistabelle tr {
        margin-bottom: 2rem;
        border: 1px solid #ccc;
        padding: 10px 25px;
        box-sizing: border-box;
    }

    table.preistabelle td {
        position: relative;
        padding-left: 0;
        border: none;
        border-bottom: 1px solid #eee;
        text-align: center;
    }

    table.preistabelle td::before {
        content: attr(data-label);
        display: block;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #333;
        margin-bottom: 0.2rem;
    }

    table.preistabelle td:last-child {
        font-size: 18px;
        font-weight: 800;
        text-align: center;
    }

    table.preistabelle td[data-label='Preis']:before {
        display: none;
    }

    table.preistabelle thead {
        display: none;
    }

    .features .uk-h3 {
        font-size: 16px;
        font-weight: 600;
    }

}

/* Responsive Darstellung für Mobilgeräte */
@media screen and (max-width: 620) {
    .myDivider {
        border-top-width: 3px;
        border-top-color: #A4282C !important;
        max-width: 280px !important;
        margin: 25px auto 10px auto;
    }
}