/*body {
	background-image: url('/themes/netsetup2025/images/mobis-ict/ijsberg_full_wallpaper0001.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	  background-attachment: fixed;
}
body[class*="home"], body[class*="standaard"] {
	background-image: url('/themes/netsetup2025/images/mobis-ict/ijsberg_full_wallpaper0005.png');
	background-position: bottom;
}

body:is([class*="home"], [class*="standaard"])  section article {
	margin: auto;
	max-width: 720px;
}*/
body {
    background-image: url('/themes/netsetup2025/images/mobis-ict/ijsberg_full_wallpaper0001.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}

body[class*="home"],
body[class*="standaard"] {
    background-image: url('/themes/netsetup2025/images/mobis-ict/ijsberg_full_wallpaper0005.png');
    background-position: center bottom;
}

body:is([class*="home"], [class*="standaard"])  section article {
	margin: auto;
	max-width: 720px;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width:1200px) {
	body:is([class*="home"], [class*="standaard"])  section article {
		margin: auto;
		display: inline-flex!important;
	}
}
body:is([class*="home"]) article *:is(h1,h2):first-child {
	margin-top: calc(15vh);
}
body:is([class*="home"]) article p:first-of-type {
	min-height:calc(100vh - 480px);
}

#heroprism {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 100%;
	z-index: -1!important;
}
body:is([class*="home"])[scroll="passed-viewport"] #heroprism {
	transition: 0.5s ease all;
	filter: opacity(15%) grayscale(100%) brightness(200%);
}
/*body:is([class*="home"]) article *:is(h1,h2), body:is([class*="home"]) article p:first-of-type,
body:is([class*="home"]) article p:first-of-type *,*/
body:is([class*="home"]):not([scroll="passed-viewport"]) article * {
	color:#fff!important;
	z-index: 2!important;
}

body:is([class*="home"]):not([scroll="passed-viewport"]) nav a:hover * {
	color:#fff!important;
}
body:is([class*="home"]):not([scroll="passed-viewport"]) article *:is(p, p * ) {
	color:#a0b8cf!important;
}

body:is([class*="home"]) article *:not(div) {
	transition: 0.5s ease all;
}
.logo-shade {
	display: none!important;
}