body {
    --wp--preset--font-size--medium: 15px !important;
    line-height: 120% !important;
}

@media (min-width: 600px) {
    body {
        --wp--preset--font-size--medium: 16px !important;
        line-height: 120% !important;
    }
}

@media (min-width: 1000px) {
    body {
        --wp--preset--font-size--medium: 18px !important;
        line-height: 120% !important;
    }
}

@media (min-width: 1400px) {
    body {
        --wp--preset--font-size--medium: 21px !important;
        line-height: 120% !important;
    }
}

header {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

    header nav {
        font-weight: 700 !important;
    }

    header nav.wp-block-navigation ul.wp-block-navigation__container {
        gap: 2.5rem;
    }

.bg-1 {
    position: relative;
}
.bg-1::after {
    content: "";
    width: 35%;
    height: 90%;
    bottom: 0;
    right: 0;
    /* max-width: 250px; */
    display: block;
    position: absolute;
    background-image: url("https://www.annahecken.ch/app/uploads/2023/01/anna.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
}

    @media (max-width: 782px) {
        .bg-1 {
            padding-bottom: 20rem !important;
        }
        .bg-1::after {
            width: 100%;
            height: 20rem;
        }
    }

.bg-2 {
    background: #f1f1f1 url("https://www.annahecken.ch/app/uploads/2023/01/hg2-1.jpg") no-repeat top right !important;
    background-size: cover !important;
    min-height: 35vw;
}

    @media (max-width: 782px) {
        .bg-2 {
            min-height: 0 !important;
            background-image: none !important;
            /* padding-bottom: 40vw !important;
            background-size: 100% auto !important;
            background-position: bottom left !important; */
        }
    }

.bg-3 {

    background: url("https://www.annahecken.ch/app/uploads/2023/01/hg3.jpg") no-repeat bottom !important;
    background-size: 100% auto !important;
    padding-bottom: 35vw !important
}


/* https://www.annahecken.ch/app/uploads/2023/01/anna.png */
