/**
 * Theme Name: Lebenswerk
 * Description: Blocksy Child theme
 * Author: Haag & Menzel
 * Author URI: https://haag-menzel.de/
 * Template: blocksy
 * Text Domain: blocksy
 */

/*.section-ambulante-pflege {
    --paletteColor7: var( --paletteColor1);
    --paletteColor8: var( --paletteColor2);
}*/

.section-tagespflege {
    --theme-palette-color-1: #EF7C00;
    --theme-palette-color-2: #B45D00;
    --theme-palette-color-3: #FFEFDD;
    --theme-palette-color-7: #008F4F;
    --theme-palette-color-8: #005931;
}

[data-prefix="single_page"] .hero-section[data-type="type-2"] {
    max-width: var(--theme-narrow-container-max-width);
    margin: 0 auto;
}


body::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 4167 3334' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M1021.39,2042.31l0.953,0.179c0.026,-0 0.192,0.064 0.272,0.083l-0.326,-0.083l-0.899,-0.179Zm1065.36,-534.108c-6.354,40.527 -16.162,79.969 -28.899,118.251c-141.864,438.318 -534.053,456.575 -495.919,448.427c-338.18,77.311 -715.158,-154.032 -1025.45,-26.843c37.22,-178.457 125.8,-347.509 210.067,-445.76c198.092,-235.804 407.274,-339.281 400.674,-335.283c187.279,-109.694 418.312,-179.999 530.871,-218.552c-614.822,53.03 -876.829,315.53 -900.762,327.375c-21.211,21.957 -206.921,143.242 -335.715,433.698c-106.521,257.668 -93.023,392.733 -94.129,399.314c13.741,103.176 113.121,121.215 163.564,62.077c133.271,-154.112 403.903,-82.291 581.727,-55.016c555.14,63.519 703.047,-128.331 754.798,-148.89c6.636,-5.791 25.292,-22.116 18.711,-16.334c170.446,-154.889 231.951,-365.727 220.458,-542.464Zm3025.48,1224.48c-286.468,-643.939 -784.868,-1123.53 -1388.85,-1398.98c-326.249,-145.094 -604.185,-192.582 -597.48,-191.089c-527.826,-116.101 -1250.84,-33.574 -1814.13,287.258c-144.972,79.777 -280.319,175.656 -406.475,280.808c475.785,-335.172 1027.08,-504.63 1477.68,-519.685c1175.86,-50.392 2174.99,598.621 2610.46,1593.55c0,0.125 0.026,0.381 0.164,0.515c248.211,568.555 302.303,1235.14 93.774,1877.2c-312.182,956.344 -187.197,1041.78 133.472,43.031c215.341,-672.24 160.111,-1368.34 -108.615,-1972.6Z' style='fill:url(%23_Linear1);'/%3E%3Cdefs%3E%3ClinearGradient id='_Linear1' x1='0' y1='0' x2='1' y2='0' gradientUnits='userSpaceOnUse' gradientTransform='matrix(5135.89,0,0,4691.69,0,6485.79)'%3E%3Cstop offset='0' style='stop-color:%23fff;stop-opacity:1'/%3E%3Cstop offset='0.32' style='stop-color:%23fff;stop-opacity:0.91'/%3E%3Cstop offset='0.57' style='stop-color:%23fff;stop-opacity:0.56'/%3E%3Cstop offset='0.65' style='stop-color:%23fff;stop-opacity:0.33'/%3E%3Cstop offset='0.74' style='stop-color:%23fff;stop-opacity:0.1'/%3E%3Cstop offset='1' style='stop-color:%23fff;stop-opacity:0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
    mix-blend-mode: soft-light;
}

@media(min-width: 690px)and (max-width: 999.98px) {
    body::before {
        background-size: 75%;
    }
}

@media(max-width: 689.98px) {
    body::before {
        background-size: 90%;
    }
}