/*
Theme Name: Ombud
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Ombud theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ombud
Tags: one-column, two-columns
Theme URI:
*/

.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color: #F8F9FA;
}
.has-decor {
    overflow: hidden;
}
.bg-teal.has-decor::after {
    content: '';
    display: block;
    position: absolute;
    top: -2%;
    left: 18%;
    max-width: none;
    width: 82%;
    height: 0;
    padding-bottom: 83%;
    background: url(/wp-content/uploads/2026/05/Intersect-1.svg) no-repeat;
    background-size: cover;
}
.bg-dark-slate.has-decor::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 10%;
    width: 90%;
    height: 0;
    padding-bottom: 113%;
    background: url(/wp-content/uploads/2026/06/Intersect-fullblack.svg) no-repeat;
    background-size: cover;
}
.bg-teal.has-decor::before,
.bg-dark-slate.has-decor::before {
    display: none;
}


@media(min-width: 768px){
    .bg-teal.has-decor::after{left:27.3%;top:-9%;width:53.75rem;height:109%;padding:0}
/*}
@media(min-width: 1024px){*/
    .bg-dark-slate.has-decor::after {max-width:86.25rem;height:100%;inset:0}
}
@media(min-width: 1280px){
    .bg-teal.has-decor::after{left:45.8%;top:-11%;height:111%}
}