/* RESET */

.ODSGlobalHeader-Logo {
    background: var(--colours-basic-accent) !important;
}

div#header-haendler-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    height: 100%;
}

div#header-haendler-logo img {
    max-width: 250px;
    max-height: 72px;
}

.scrolled div#header-haendler-logo img {
    max-width: 250px;
    max-height: 48px;
}

.dte-content-wrapper {
    padding: var(--spacing-layout-8) var(--spacing-layout-4) !important;
}

.dte-contact-request__map.gkh-map-script {
    position: relative;
}

.dte-contact-request__map.gkh-map-script:before, .dte-contact-request__map.gkh-map-image:before {
    content: none;
}

.dte-contact-request__map.gkh-map-script iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.dte-contact-request__map.gkh-map-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dte-offer__image img {
    border-radius: var(--ODSCardBasic-borderRadius--size-small);
}

body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker {
    width: 100%;
}

.dte-info-cards .dte-info-card .ODSCardBasic-Content-Slot img {
    margin-top: 15px;
}

button.ODSButton .ODSIcon g path {
    fill: #fff;
}

.ODSGlobalHeader-FixedWrapper button.ODSButton .ODSIcon g path,
.ODSDialog-Header button .ODSIcon g path {
    fill: #000;
}

.error {
    color: red !important;
}

.datenschutz-link {
    color: var(--colours-basic-accent);
    text-decoration: underline !important;
    text-underline-offset: var(--ODSLink-LinkContainer--variantPrimary-visited-textUnderlineOffset);
    text-decoration-thickness: var(--ODSLink-LinkContainer--variantPrimary-visited-textDecorationThickness) !important;
}

.dte-offers.dte-module .dte-appointment-modal-trigger--large,
.dte-offers-teaser.dte-module .dte-appointment-modal-trigger--large,
.dte-offers.dte-module .dte-appointment-modal-trigger--large .ODSLink-Link,
.dte-offers-teaser.dte-module .dte-appointment-modal-trigger--large .ODSLink-Link {
    font-size: 16px;
    font-weight: bold;
}

.dte-offers.dte-module .ODSLink-LeftIcon,
.dte-offers-teaser.dte-module .ODSLink-LeftIcon {
    width: 16px;
    height: var(--ODSLink-LeftIcon-height);
}

.ODSLink[role=button] {
    color: var(--colours-basic-text-link) !important;
}

.dte-solutions .dte-content-nav,
.dte-services--solutions .dte-content-nav {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px !important;
}

.elementor-widget-gkh_contact_card .dte-appointment-modal .ODSLink-LeftIcon {
    width: 16px;
    height: var(--ODSLink-LeftIcon-height);
}

.elementor-widget-gkh_contact_card .dte-appointment-modal .ODSLink-Link {
    font-size: 16px;
}

.elementor-image-carousel-wrapper img.swiper-slide-image {
    border-radius: 25px;
}

._action_1udhn_82 {
    color: #fff;
    background: #e20074 !important;
    border: 1px solid #e20074 !important;
}

/**** BUGFIX Hero Abstand nach unten START */
@media screen and (max-width: 767px) {
    .elementor-widget-gkh_heroes {
        margin-bottom: 130px !important;
    }
}
/**** BUGFIX Hero Abstand nach unten ENDE */