
	#row1:not(.error) {
		background-image: url('/dsresource?objectid=0d0bdbcf-b8a2-480d-8555-630af915abaa&type=ORG');
		background-repeat:no-repeat;
		background-position:top center;
	}
	#row1.toptaken_home {
		background-position:bottom center;
	}

	#row1.row1_breadcrumb {
		background-position:center bottom;
	}
	#row1.row1_breadcrumb[class*="sublayout_row1_"] {
		background-position:center 2.2rem;
	}
	#slider .accordion-content:before {
		opacity:1;
	}

    @media screen and (max-width: 959px) {
        #row1:not(.error):has(#bannerfoto){
            background-position: top center;
            background-size: 100% auto;
        }
        #row1:not(.error) .contentrow:has(#bannerfoto) {
            display: flex;
            flex-direction: column-reverse;
            aspect-ratio:4 / 1;
        }
        #row1:not(.error):has(#bannerfoto) .breadcrumbs {
            margin-left:0;
            padding:10px;
            background-color:#ECECEC;
            line-height: normal;
            min-height: fit-content;
        }
    }
