/*
 Theme Name:   Twenty Twenty-Five Child
 Description:  Stebeg Nord
 Author:       Matthias Hansel
 Author URI:   https://www.stebeg-nord.de
 Template:     twentytwentyfive
 Version:      1.0
 Text Domain:  twentytwentyfive-child
*/

.wp-block-uagb-advanced-heading.uagb-block-2504e2ff .uagb-heading-text {
  font-weight: 440;
}

@media only screen and (max-width: 976px) {
  .uagb-block-513bd871 .uagb-faq-questions-button .uagb-question {
    font-size: 1.17em;
    font-weight: 500;
  }
}

/*aktiviert smooth scrolling*/

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html{
    scroll-behavior: auto;
  }
}

/* legt den oberen abstand bei smooth scrolling fest */

*[id] {
    scroll-margin-top: 0px
}

/* Trennung mobile */

@media only screen and (max-width: 767px) {
    body {
    hyphens: auto;
    text-wrap: balance;
    font-weight: 440;
    }
}

/* To Top */

@media only screen and (max-width: 976px) {
    .wp-block-makeiteasy-back-to-top.makeiteasy-back-to-top-visible {
    --makeiteasy-back-to-top-right: 2.3em !important;
    --makeiteasy-back-to-top-bottom: 3.2em !important;
    }
}

.wp-block-makeiteasy-back-to-top .wp-block-button__link img {
    width: 18px;
    height: 15px;
    padding-bottom: 3px;
}

/* FAQ Antworten */

@media only screen and (max-width: 767px) {
    .wp-block-uagb-faq .uagb-faq-content p {
    font-weight: 400;
    }
}

/* Leistungen Typo */

@media only screen and (max-width: 767px) {
    .wp-block-uagb-advanced-heading.uagb-block-298416e4 .uagb-heading-text {
    font-weight: 400;
    }
}

/* Bold */

@media only screen and (max-width: 767px) {
    strong {
    font-weight: 600 !important;
    }
}

strong {
    font-weight: 500;
}


/* Footer Datenschutz */

@media only screen and (min-width: 977px) {
    .wp-block-uagb-container.uagb-is-root-container .uagb-block-153f5e3d {
    max-width: 33%;
    }

    .wp-block-uagb-container.uagb-is-root-container .uagb-block-63597755 {
    max-width: 31%;
    }

    .wp-block-uagb-container.uagb-is-root-container .uagb-block-15776e50 {
    max-width: 36%;
    }

    .wp-block-uagb-container.uagb-is-root-container .uagb-block-f4581c23 {
    max-width: 33%;
    }

    .wp-block-uagb-container.uagb-is-root-container .uagb-block-566c27e6 {
    max-width: 31%;
    }

    .wp-block-uagb-container.uagb-is-root-container .uagb-block-3fa8054d {
    max-width: 36%;
    }
}


