/*
Theme Name:     Funcy SSB
Theme URI:      https://example.com/funcy-ssb
Description:    Child Theme für das Fraunhofer Theme
Author:         Ihr Name
Author URI:     https://example.com
Template:       fraunhofer
Version:        1.0.0
Text Domain:    funcy-ssb
*/

/* Hier können Sie eigene Styles ergänzen */
.has-global-padding .full-width {
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    width: calc(100% + var(--wp--style--root--padding-left) * 2) !important;
    max-width: max-content !important;
}

