/*!
 * Copyright Köhler + Partner GmbH - All rights reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Johannes Nielsen <online@koehler-partner.de>, March 2023
 */@media screen and (min-width: 1200px){.row--colorful-columns{position:relative}}.col--background{position:relative}.col--background:before{background-color:var(--background-color);bottom:0;content:"";left:calc(-1 * (100vw - var(--gridsContainerMaxWidth)) / 2);position:absolute;right:calc(-1 * (100vw - var(--gridsContainerMaxWidth)) / 2);top:0;z-index:var(--z-index-negative)}@media screen and (min-width: 1200px){.col--background{--_padding: min(max(calc((100vw - var(--gridsContainerMaxWidth)) / 2 + 1.5 * var(--gridsColumnPadding)), calc(1.5 * var(--gridsColumnPadding))), 190px);background-color:transparent;flex:50% 0 0;max-width:50%;position:static}.col--background:before{background-color:var(--background-color);bottom:0;content:"";left:auto;position:absolute;right:calc(50% + var(--gridsColumnPadding) / 2);top:0;width:calc(100vw / 2 - var(--gridsColumnPadding) / 2);z-index:var(--z-index-negative)}.col--background-left{padding-right:var(--_padding)}.col--background-right{padding-left:var(--_padding)}.col--background-right:before{left:calc(50% + var(--gridsColumnPadding) / 2);right:auto}}
