/*
Theme Name: Ondigital theme Child
Theme URI: https://weareon-it.nl/
Template: on-theme
Author: Ondigital
Author URI: https://weareon-it.nl
Description: Algemeen thema voor ondigital websites
Version: 1.0.0
Text Domain: on-theme-child

/* algemeen */

/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

@import url('assets/stylesheets/theme.css');

:root {
    --text: #0F0F0F;
	--text-dark: #0F0F0F;
	--text-light: #F8F8F8;
	--text-lighter: #F8F8F8;

    --font-standard: 'Open Sans', sans-serif;
    --font-title: 'Open Sans', sans-serif;
}

* {
	font-family: var(--font-standard);
	font-size: unset;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-title);
}

main#main-content, section {
	padding: unset;
}

nav ul li {
	display: block;
}
nav ul li:last-child a {
	padding: unset;
}


.header--sticky {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

/* Desktop styling only */
@media screen and (min-width: 768px) {
	
}

/* Mobile styling only */
@media screen and (max-width: 768px) {
	
}

a.anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

table p {
	margin: 0 !important;
}

.header__top {
	color: white;
    font-weight: 500;
}

@media (min-width: 576px) {
	.process__card-fifty {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.process__wrap::before, .process__wrap::after {
		content: none;
	}
	
	.process__card-wrap {
		gap: 32px;
	}
	
	.cta {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.process__card-count {
	margin-bottom: 5px;
}

.process__card-ttl {
	display: flex;
	align-items: center;
	gap: 10px;
}

.process__card-count {
	font-size: 14px;
	width: 32px;
	height: 32px;
}

.process__card-fifty__icon {
	height: 50px;
}

.process__card-fifty__icon img {
	height: 50px;
}


 .collage-container {
	position: relative;
	width: 80vmin;
	height: 80vmin;
	max-width: 800px;
	max-height: 800px;
}

.diamond-item {
	position: absolute;
	overflow: hidden;
	transform: rotate(45deg);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.diamond-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: rotate(-45deg) scale(1.42);
}

/* Grote centrale afbeelding */
.center {
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
	z-index: 3;
}

/* Kleinere afbeeldingen */
.top-left {
	width: 18%;
height: 22%;
top: 11.5%;
left: 13.5%;
	border-radius: 10px;
z-index: 2;
}

.bottom-left {
	width: 25%;
	height: 25%;
	top: 65.5%;
	left: 5.5%;
	z-index: 2;
}

/* Extra kleine afbeeldingen (optioneel) */
.top-diamond {
	width: 5%;
height: 5%;
top: 12%;
left: 35.5%;
z-index: 1;
background-color: white;
box-shadow: none;
border: 2px solid #F2F2F2;
border-radius: 8px;
}

.right-diamond {
	width: 5%;
height: 5%;
top: 78.5%;
right: 36%;
z-index: 1;
background-color: white;
box-shadow: none;
border: 2px solid #F2F2F2;
border-radius: 8px;
}

.bottom-diamond {
	width: 15%;
	height: 15%;
	bottom: 0;
	left: 31.5%;
	z-index: 1;
	background-color: white;
	box-shadow: none;
	border: 2px solid #F2F2F2;
}

.bottom-diamond img {
	transform: rotate(-45deg);
	padding: 1.5rem;
}


.top-left .diamond-image {
	transform: rotate(-45deg) scale(1.7);
}

.header {
	z-index: 100;
}

.banner__dtl {
	max-width: 100%;
	margin: auto;
		display: flex;
		align-items: center;
}

.banner {
	padding-top: 0;
}

.banner__content p {
	color: #1C1C1C;
	font-size: 28px;
	font-weight: 400;
	text-align: left;
}

.banner__ttl {
	text-align: left;
}

@media (max-width: 768px) {
	.banner {
		padding-top: 50px;
	}
	
	.banner__content p {
		font-size: 18px;
	}
	
	.banner__dtl {
		flex-direction: column;
	}
}

@media (max-width: 550px) {
	.diamond-item {
		border-radius: 8px;
	}
	
	.right-diamond, .top-diamond {
		border-radius: 3px;
	}
}

@media (max-width: 1200px) {
	.price-list__row {
		word-break: break-all;
	}
}

.price-list__heading {
	background-color: #EC6608;
	padding: .75rem;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 600;
}

.price-list__row {
	padding: .75rem;
	color: #1C1C1C;
	font-size: clamp(0.625rem, 0.4489rem + 1.4085vw, 1.125rem);
}

.price-list__row--even {
	background: rgba(31, 37, 49, 0.1);
}

.tablepress thead {
	background-color: #EC6608;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.tablepress thead tr th {
	padding: .25rem .75rem
}

.tablepress tbody tr td {
	padding: .25rem .75rem;
}

.tablepress tbody tr:nth-child(odd) {
	background: white;
}

.tablepress tbody tr:nth-child(even) {
	background: rgba(31, 37, 49, 0.1);	
}

.hero--style2 img {
	height: 350px !important;
}

@media (min-width: 992px) {
    .hero--style2 .hero__lft-wrap {
        max-width: 100%;
    }
	
	.hero--style2 .hero__lft {
		padding-right: 0;
		width: 100%;
	}
	
	.hero__lft-cta {
		margin-top: 2rem;
	}
	
	.fullwidthbox {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.imgblock {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}