.wp-block-group.is-style-section-welle-links, .wp-block-group.is-style-section-welle-rechts {
position: relative;
margin-top: 10rem;
margin-bottom: 10rem;
padding-top: var(--wp--preset--spacing--60);
padding-right: var(--wp--style--root--padding-right);
padding-bottom: var(--wp--preset--spacing--60);
padding-left: var(--wp--style--root--padding-left);
background-color: var(--wp--preset--color--tertiary);
border-top: 2px solid var(--wp--preset--color--tertiary);
border-bottom: 2px solid var(--wp--preset--color--tertiary);
overflow: visible; }
@media (max-width: 767px) {
.wp-block-group.is-style-section-welle-links, .wp-block-group.is-style-section-welle-rechts {
margin-left: calc(-1*var(--wp--style--root--padding-left)) !important;
margin-right: calc(-1*var(--wp--style--root--padding-left)) !important;
}
}
.wp-block-group.is-style-section-welle-links::before, .wp-block-group.is-style-section-welle-links::after, .wp-block-group.is-style-section-welle-rechts::before, .wp-block-group.is-style-section-welle-rechts::after {
content: "";
display: block;
position: absolute;
left: 0;
width: 100%;
height: 7rem;
background-size: cover !important;
z-index: -2;
}
.wp-block-group.is-style-section-welle-links::before {
background: 
url(//staging.alexandra-gross.de/wp-content/themes/ag-flow/assets/images/section-welle-top-1.svg) bottom center no-repeat;
bottom: 100%;
transform: translateY(-1%);
}
.wp-block-group.is-style-section-welle-links::after {
background: 
url(//staging.alexandra-gross.de/wp-content/themes/ag-flow/assets/images/section-welle-bottom-1.svg) top center no-repeat;
top: 100%;
transform: translateY(-1%);
}
.wp-block-group.is-style-section-welle-rechts::before {
background: 
url(//staging.alexandra-gross.de/wp-content/themes/ag-flow/assets/images/section-welle-top-2.svg) bottom center no-repeat;
bottom: 100%;
transform: translateY(-1%);
}
.wp-block-group.is-style-section-welle-rechts::after {
background: 
url(//staging.alexandra-gross.de/wp-content/themes/ag-flow/assets/images/section-welle-bottom-2.svg) top center no-repeat;
top: 100%;
transform: translateY(-1%);
}