:root {
	--c-white: hsl(0, 0%, 100%);
	--c-black: hsl(0, 0%, 20%);
	--c-green: #00d200;
	--c-blue: #00d2d2;
	--c-yellow: #f9ec29;
	--c-text: var(--c-black);
	--c-text-diap: var(--c-white);
	--c-light-green: hsl(139, 40%, 96%);
	--c-medium-green: hsl(139, 40%, 88%);
	--c-light-blue: hsl(191, 40%, 96%);
	--c-medium-blue: hsl(191, 40%, 88%);

	--fill-body: var(--c-white);
	--fill-marker: var(--c-white);
	--fill-menu-container: var(--c-white);
	--fill-gradient: linear-gradient(135deg, #00d200 1%, #00d2d2 100%);
	--fill-hyperlink: hsl(199, 98%, 48%);
	--fill-email: rgb(0, 210, 210);
	--fill-language-toggle: rgb(232 241 255);
	--fill-transparent: rgba(0,0,0,0.7);

	--fill-facebook: #1877F2;
	--fill-instagram: #E4405F;
	--fill-linkedin: #0A66C2;

	--bg-footer: linear-gradient(135deg,  rgba(0,0,0,0.02) 0%,rgba(0,0,0,0.06) 100%);
	--bg-cake-layer-1: var(--c-light-green);
	--bg-cake-layer-2: var(--c-light-blue);
	--bg-cake-layer-3: var(--c-medium-green);
	--bg-cake-layer-4: var(--c-medium-blue);

	--icon-size: 4rem;

	--max-width: 1520px;
}

html {
	font-family: 'Titillium Web', sans-serif;
	font-size: 62.5%; 
	overflow-x: hidden; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-weight: 400;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	margin: 0;
	background-color:#fff;
}

/* HEADER2021 */
header { background-color: #f2f2f2; }
.header2021 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 90vh;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.header2021 span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 800px) {
	.header2021 span.positionx {
		background-position: 80% 50%;
	}
}
.header2021.page-header {
	height: 60vh;
	margin-top: 108px;
}
.header2021 .header-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--fill-transparent);
	padding: 3.2rem 5.6rem;
	color: #fff;
	width: calc(50% - 11.2rem);
	text-wrap: balance;
}
.header2021 .header-title:before,
.header2021 .header-title:after {
	content:'';
	display: block;
	width: 0.1rem;
	height: 1.9rem;
	background-color: var(--fill-body);
	position: absolute;
	top: -0.9rem;
	right: 0;
}
.header2021 .header-title:after { transform:rotate(90deg); }
.header2021 .header-title h1 {
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.header2021 .header-title p {
	text-transform: none;
	font-weight: 300;
}

/* PRODUCT-OVERVIEW */
.product-overview {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	width: 100%;
	max-width: 148rem;
	margin: 0 auto;
}
.product-overview a {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transform: scale(0.6);
	transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.product-overview.in-view a {
	opacity: 1;
	transform: scale(1.0);
}
.product-overview a .dummy {
	position: relative;
	margin-top: 100%; 
}
.product-overview a:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/3;
}
.product-overview a:nth-child(2) { grid-column: 3/5; }
.product-overview a:nth-child(2) .dummy { margin-top: 50%; }
.product-overview a span {
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	transition: transform 0.25s ease-out;
}
.product-overview a:hover span { transform: scale(1.2); }
.product-overview a div.title {
	position: absolute;
	top: 2.4rem;
	left: 0;
	background-color: var(--c-yellow);
	padding: 1.2rem 2rem;
	border-top-right-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
	font-size: 2rem;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: var(--c-text);
	font-weight: 500;
	transition: padding 0.25s ease-out;
}
.product-overview a:hover div.title { padding-left: 4rem; }
@media (max-width: 800px) {
	.product-overview {
		grid-template-columns: repeat(2, 1fr);
	}
	.product-overview a:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
	}
	.product-overview a:nth-child(2) { grid-column: 2; }
	.product-overview a:nth-child(2) .dummy { margin-top: 100%; }
	.product-overview a div.title {
		top: 1.6rem;
		background-color: var(--c-yellow);
		padding: 0.8rem 1.2rem;
		border-top-right-radius: 0.2rem;
		border-bottom-right-radius: 0.2rem;
		font-size: 1.4rem;
	}
}

/* VIDEO */
.video { 
	background-color: var(--c-text);
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 3;
}
.video .background-video {
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	z-index: -1; 
  	height: 100%;
 	width: 100%;
  	object-fit: cover;
}


/* PRODUCTEN */
.producten {
	max-width: 100%;
	background: var(--bg-footer);
	padding-block: 8rem;
}
.product-grid {
	max-width: 96rem;
	margin: 0 auto;
	padding-block: 2.4rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.2rem;
}
.producten .check {
	height: 2.4rem;
} 
.product-grid > * { 
	background-color:var(--fill-body); 
	padding: 0.8rem 1.6rem 1.2rem;
}
.product-grid .product-name { 
	font-size: 2.4rem;
	font-weight: bold;
}


/* BACKBONES */
.backbones {
	--max-width: 136rem;

	position: relative;
	overflow: hidden;
	max-width: var(--max-width);
	margin: 6rem auto 12rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background-size: cover;
	background-position: center center;
	transform: scale(0.6);
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.backbones.two-up { grid-template-columns: repeat(2, 1fr); }
.backbones.in-view { 
	opacity: 1;
	transform: scale(1.0); 
}
.backbone {
	position: relative;
	overflow: hidden;
	min-height: 64rem;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	color: #333;
	text-decoration: none;
	border-right: 0.1rem solid var(--fill-body);
}
.backbone:before,
.backbone:after {
	content:'';
	display: block;
	width: 1.9rem;
	height: 0.1rem;
	background-color: var(--fill-body);
	position: absolute;
	top: 50%;
	z-index: 5;
}
.backbone:before { left: -0.9rem; }
.backbone:after { right: -0.9rem; }
.backbone:last-child { border-right: none; }
.backbones > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	transition: background-image 0.5s ease-out;
}
.backbone .backbone-content { 
	position: relative;
	flex-grow: 1; 
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 3.2rem;
	background-color: transparent;
	color: var(--fill-body);
	transition: background-color 0.2s ease-out;
}
.backbone:hover .backbone-content,
.backbone.active .backbone-content { 
	background-color: var(--fill-transparent); 
} 
.backbone .backbone-content .backbone-title {
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
}
.backbone .backbone-content .backbone-title:before {
	content: "";
	display: block;
	width: 4.2rem;
	height: 4.2rem;
	background-image: url('../img/beeldmerk-swedice-white.svg');
	position: absolute;
	top: -0.4rem;
	left: -4.8rem;
}
.backbone .backbone-content .backbone-text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6rem;
	margin-bottom: 1.6rem;
	max-width: 32rem;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.backbone:hover .backbone-content .backbone-text,
.backbone.active .backbone-content .backbone-text { 
	opacity: 1; 
}

@media (max-width: 900px) {	
	.backbones,
	.backbones.two-up { 
		--fill-transparent: transparent;

		grid-template-columns: 1fr; 
	}
	.backbone {
		min-height: 16rem;
		border-right: none;
		border-bottom: 0.1rem solid var(--fill-body);
	}
	.backbone:last-child { border-bottom: none; }
	.backbone:before,
	.backbone:after {
		width: 0.1rem;
		height: 1.9rem;
		left: 50%;
	}
	.backbone:before { top: -0.9rem; }
	.backbone:after { 
		bottom: -0.9rem; 
		top: unset;
	}
	.backbone-content .backbone-text { 
		opacity: 0; 
		display: none;
	}
}


/* PILLARS */
.pillars {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 64px 0 80px;
	display: flex;
	justify-content: center;
}
.pillar {
	width: 24%;
	margin: 0 16px;
	padding: 36px;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #333;
	border-radius: 12px;
	text-decoration: none;
	opacity: 0;
	transform: scale(0.6);
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.pillar.number1 { transition-delay: 0.1s; }
.pillar.number2 { transition-delay: 0.2s; }
.pillar.number3 { transition-delay: 0.3s; }
.pillar.in-view { 
	opacity: 1;
	transform: scale(1.0); 
}
.pillar img { margin: 0 8rem; }
.pillar h3 {
	font-size: 2.4rem;
	margin: 0;
	text-transform: uppercase;
}
.pillar p { flex-grow: 1; }


/* BUTTON */
a.btn {
	display: flex;
	width: auto;
	align-items: center;
	margin: 3.2rem auto 0;
	color: #333;
	padding: 0.8rem 1.2rem 0.8rem 2.4rem;
	border-radius: 4rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	background-color: var(--fill-body);
	transition: padding 0.16s ease-out;
}
a.btn:hover { 
	padding-left: 3.2rem;
	color: var(--fill-body);
	background-color: var(--c-text);
}
a.btn svg {
	width: 24px; 
	fill: #333;
}
a.btn:hover svg { fill: #fff; }


a.knop {
	width: auto;
	color: var(--fill-body);
	padding: 0.8rem 2.4rem;
	border-radius: 4rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	background-color: var(--c-green);
}
a.knop:hover {
	color: var(--fill-body);
	background-color: var(--c-text);
}


/* PRODUCT-GRID */
.team-container.product-container { grid-template-columns: repeat(5, 1fr); }
.team-container.product-container .teammember .dummy { margin-top: 160%; }
.team-container.product-container .teammember .member-quote { transform: translate(0, 0); }

@media (max-width: 1042px) {
	.team-container.product-container { grid-template-columns: 1fr; }
	.team-container.product-container .teammember .dummy { margin-top: 40%; }
	.team-container.product-container .teammember .member-quote {
		right: 50%;
		font-size: 1.8rem;
		line-height: 1.8rem;
		display: block;
	}
	.team-container.product-container .teammember .member-quote:before,
	.team-container.product-container .teammember .member-quote:after {
		right: 0;
	}
}

/* TEAM */
.team-container {
	max-width: var(--max-width);
	padding: 0 3.2rem;
	margin: 6.4rem auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.1rem;
}
.tekst .team-container { 
	padding: 0; 
	margin: 24px 0;
	grid-template-columns: repeat(2, 1fr);
}
.team-container .teammember {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	opacity: 0;
	background-color: var(--c-light-green);
	transform: scale(0.6);
	transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.team-container .teammember:after {
	content:'';
	display: block;
	width: 0.1rem;
	height: 0.9rem;
	background-color: var(--fill-body);
	position: absolute;
	top: 0;
	right: 50%;
}
.team-container.in-view .teammember {
	opacity: 1;
	transform: scale(1.0);
}
.teammember .dummy { 
	position: relative;
	margin-top: 100%; 
}
.teammember span {
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.25s ease-out;
}
.teammember:hover span { transform: scale(1.2); }
.teammember .member-quote {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--fill-transparent);
	padding: 24px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: #fff;
	font-weight: 400;
	transform: translate(0, 100%);
	transition: transform 0.25s ease-out;
}
.teammember .member-quote:before,
.teammember .member-quote:after {
	content:'';
	display: block;
	width: 0.1rem;
	height: 1.9rem;
	background-color: var(--fill-body);
	position: absolute;
	top: -0.9rem;
	right: 50%;
}
.teammember .member-quote:after { transform:rotate(90deg); }
.teammember:hover .member-quote { transform: translate(0, 0); }


/* VALUE */
.value-container {
	max-width: var(--max-width);
	padding: 0 48px;
	margin: 48px auto;
}
.value {
	width: 100%;
	height: 480px;
	background-color: rgba(0,0,0,0.1);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.value div { 
	padding: 48px 64px;
	max-width: 40%;
}
.value div h3 {
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-transform: uppercase;
}
.value div hr {
	width: 50%;
	margin: 16px 0 0;
}


/* FADE */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; margin-left: 0px; } to { opacity:1; margin-left: 0px; } }
.fade-in {
	opacity:0;
	-webkit-animation:fadeIn ease-out 0.25s;
	-moz-animation:fadeIn ease-out 0.25s;
	animation:fadeIn ease-out 0.25s;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration: 0.25s;
	-moz-animation-duration: 0.25s;
	animation-duration: 0.25s;
}
.fade-in {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}


/* OBSOLETE */
.gallery-image {
	float: right;
	width: 80%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;	
	opacity: 0.75;
}


/* MARKER */
a.marker {
	display: block;
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -2.8rem;
	transform: scale(1.6);
	background: var(--fill-gradient);
	transition: transform 0.2s ease;
}
.header2021 a.marker { bottom: -8px; }
.footer a.marker { top: -12px; }
a.marker:hover { transform: scale(1.8); }
a.marker svg { transform: scale(0.5); }
a.marker svg polygon {fill: var(--fill-marker); }


/* GRID */
.overview {
	position: relative;
	background-color: rgba(0,0,0,0.1);
	width: 100%;
}
.overview:after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#00000000',GradientType=0 );	
}
.overview ul {
	padding: 0;
	margin: 0;
}
.overview ul li {
	display: block;
	width: 25%;
	float: left;
	background-color: rgba(0,0,0,0.2);
	background-position: center center;
	background-size: cover;
}
.cell {
	position: relative;
	width: 25%;
	float: left;
	background-color: #343434;
	overflow: hidden;
}
.cell > div.img {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.cell:hover > div.img {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);    
}
.cell .tekst {
	position: absolute;
	bottom: 0px;
	width: 100%;
	visibility: hidden;
	display: none;
}
.cell .tekst p {
	position: relative;
	margin: 0;
	display: block;
	height: 40px;
	width: 50%;
	padding: 0 20px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	line-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cell a.next,
.overview ul li a.next {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: transparent;
	color: white;
	text-decoration: none;
	text-align: center;
	transition: all 0.25s ease;
}
.cell a.next:hover,
.overview ul li a.next:hover {
	background-color: rgba(255,255,255,1);
	background-color: #f2f2f2;
}
.cell a.next span,
.overview ul li a.next span {
	display: block;
	background-color: rgba(0,0,0,0);
	color: white;
	color: rgba(255,255,255,1); 
	font-size: 30px;
	line-height: 100%;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.25); 
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 40px 60px;
	margin: 0;
	text-align: left;
	transition: all 0.5s ease;
}
.cell a.next:hover span,
.overview ul li a.next:hover span {
	color: rgba(0,0,0,0.8);
}
.overview ul li a.next span:before {
	content: '';
	position: absolute;
	top:4px;
	left:0;
	display: block;
	width:0;
	right: 0;
	border-top: 12px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 16px solid rgba(255,255,255,1);
	transition: all 0.5s ease;
}
.overview ul li a.next:hover span:before { border-left: 16px solid rgba(0,0,0,0.8); }


/* TIMELINE */
.timeline {
	position: relative;
	width: 100%;
	background-color: rgba(0,0,0,0.08);
	padding: 4rem 0;
}
.grid {  
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 0 8rem 0;
}
.grid .grid-item {
	padding: 1.2rem;
	width: calc(25% - 2.4rem);
}
@media (max-width: 1200px) {
	.grid .grid-item {
		width: calc(33.33% - 2.4rem);
	}
}
@media (max-width: 900px) {
	.grid .grid-item {
		width: calc(50% - 2.4rem);
	}
}
@media (max-width: 600px) {
	.grid .grid-item {
		width: calc(100% - 2.4rem);
	}
}
.grid-item a { display: contents; }
.grid .timeline-item {
	position: relative;
	text-decoration: none;
	color: #333;
	display: flex;
	flex-direction: column;
	background-color: var(--fill-body);
	overflow: hidden;
	box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.1);
}
.grid .timeline-item img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
.grid .timeline-item span.txt:before,
.grid .timeline-item span.txt:after {
	content:'';
	display: block;
	width: 0.1rem;
	height: 1.9rem;
	background-color: var(--fill-body);
	position: absolute;
	top: -1rem;
	right: 50%;
}
.grid .timeline-item span.txt:after { transform:rotate(90deg); }
.grid .timeline-item span.txt { 
	display: block;
	margin-inline: 2.4rem; 
	flex-grow: 1;
	position: relative;
}
.grid .timeline-item h4 { 
	font-size:  2.4rem;
	line-height: 2.4rem;
	font-family: 'Merriweather', serif;
	margin-bottom: 0.8rem; 
}
.grid .timeline-item p {
	font-size: 1.6rem;
	line-height: 2rem;
}
.grid a { text-decoration: none; }
span.go {
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	background-color: #00d2d2; 
	background: linear-gradient(135deg, #00d200 1%, #00d2d2 100%);
}
span.go svg { transform: scale(0.75); }
span.go svg polygon { fill: #fff; }
.grid .timeline-item .timeline-footer {
	border-top: 0.1rem solid rgba(0,0,0,0.1);
	padding: 0.6rem 0 0;
	margin-inline: 2.4rem;
	font-size: 1.2rem;
	font-weight: 700;
}


/* CAKE-LAYER */
.cake-layer {
	width: 100%;
	margin-block: 4rem;
}
.cake-layer.bg-color {
	background: var(--bg-cake-layer-1);
	padding-block: 8rem;
	margin-block: 0;
}
.cake-layer .layer-content {
	display: flex;
	max-width: 136rem;
	gap: 0 4.8rem;
	margin: 0 auto;
	padding-inline: 3.2rem;
	align-items: center;
}
.cake-layer .layer-content.textright { flex-direction: row; }
.cake-layer .layer-content.textleft { flex-direction: row-reverse; }
.cake-layer .layer-content > * { width: 50%; }
@media (max-width: 1024px) {
	.cake-layer.bg-color { padding-block: 2rem; }
	.cake-layer .layer-content.textright,
	.cake-layer .layer-content.textleft { 
		flex-direction: column; 
	}
	.cake-layer .layer-content > * { width: 100%; }
}

/* CONTENT */
.content {
	width: 100%;
	margin: 0;
	position: relative;
}
.content.wide {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.content.no-header { padding-top: 112px; }
.tekstcontainer {
	position: relative;
	max-width: calc(var(--max-width) - 2.4rem);
	margin: 40px auto;
	padding: 0;
	display: flex;
}
.tilt .tekstcontainer { justify-content: flex-end;; }
.content.wide .tekstcontainer { padding: 0.8rem 0 1.6rem; }
.content.wide .tekstcontainer .btn { display: inline-block; }
.tekstcontainer .wide h3 { 
	position: relative;
	font-size: 3.2rem; 
	line-height: 3.2rem;
	font-weight: 700;
}
.tekstcontainer .wide h3:before {
	content: "";
	display: block;
	width: 4.2rem;
	height: 4.2rem;
	background: var(--fill-gradient);
	background-image: url('../img/beeldmerk-swedice-black.svg');
	position: absolute;
	top: -0.4rem;
	left: -4.8rem;
}
.content.wide .tekstcontainer a {
	display: flex;
	align-items: center;
	padding: 1.2rem 2.4rem 1.2rem 0;
	margin: 0 0 2.4rem 0;
	color: #333;
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
	border-radius: 6px;
}
.content.wide .tekstcontainer a:hover  { 
	background-color: #333;
	color: #fff;
}
.content.wide .tekstcontainer a:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 0.2rem 0 1rem;
	background-image: url('https://swedice.com/html2025/img/icons-swedice-chevron-right.svg');
}
.content.wide .tekstcontainer a:hover:before { background-image: url('https://swedice.com/html2025/img/icons-swedice-chevron-right-white.svg'); }

.content.wide span.afbeelding { 
	width: 50%; 
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;cake-layer
	opacity: 1;
}
.content.wide.tilt span.afbeelding { left: 0; }
.tekst {
	position: relative;
	padding: 0 48px;
	width: calc(50% - 96px);
}
.tekst.right-column { padding: 24px 48px; }
.content.wide .tekst { 
	padding: 0 0 0 96px; 
	width: calc(64% - 96px);
}
.content.wide.tilt .tekst { padding: 0 96px 0 0; }
.tekst.wide { 
	max-width: 92rem;
	width: calc(100% - 64px);
	margin: 0 auto;
}
.comment > * { 
	background-color: yellow; 
}


/* BASICS */
h1 {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 4.8rem;
	text-wrap: balance;
}
h2 { 
	font-size: 2.8rem; 
	line-height: 2.8rem;
	margin-top: 4.8rem;
}
h3 { 
	font-size: 2.4rem; 
	line-height: 2.4rem;
}
h4 { 
	font-size: 2rem; 
	line-height: 2.4rem;
}
h5 { 
	font-size: 1.8rem; 
	line-height: 2.4rem;
}
h6 { 
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-transform: uppercase;
}
p {
	font-size: 1.8rem;
	line-height: 2.4rem;
}
blockquote {
	margin: 0 0 24px;
	font-family: 'Merriweather', serif;
}
blockquote,
blockquote p {
	font-size: 2.4rem;
	font-weight: 300;
	font-family: 'Merriweather', serif;
	line-height: 3.2rem;
}
a {
	color: #00cc00;
	text-decoration: underline;
}
a:hover { color: #454545; }
figure {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	display: block;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	border: 0px;
	margin: 48px 0;
}
hr.alt {
	width: 50%;
	margin: 0;
}
.tekst ul {
	font-size: 1.8rem;
	line-height: 2.4rem;
	list-style-type: none;
	margin-bottom: 4rem;
}
.tekst ul li {
	margin-bottom: 1.2rem;
	position: relative;
	margin-left: 0;
}
.tekst ul li:before {
	content: '';
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	top: -0.2rem;
	left: -4rem;
	background-image: url('https://www.swedice.com/html2025/img/ico-check.svg');
}

/* CONTACTINFO */
.contactinfo {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -120px);
	display: flex;
}
.contactinfo a {
	position: relative;
	display: block;
	width: 6.4rem;
	height: 6.4rem;
	margin: 0.8rem;
	border-radius: 4rem;
	transform: scale(1);
	transition: transform 0.12s ease-out;
}
.contactinfo a:hover {
	transform: scale(1.12);
	z-index: 3;
}
.contactinfo a.linkedin {
	background-color: var(--fill-linkedin);
	background-image: url('https://swedice.com/html2025/img/linkedin.svg');
}
.contactinfo a.email {
	background-color: var(--fill-email);
	background-image: url('https://swedice.com/html2025/img/icons-swedice-mail.svg');
}
.contactinfo a.phone {
	background-color: #00D200;
	background-image: url('https://swedice.com/html2025/img/icons-swedice-phone.svg');
}
.contactinfo a div {
	position: absolute;
	top: 0;
	left: 50%;
	transform:  translate(-50%, -2.4rem);
	padding: 0.8rem 2.4rem;
	background-color: #fff;
	border-radius: 0.4rem;
	text-decoration: none;
	color: #333;
	box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.1);
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.contactinfo a:hover div {
	opacity: 1;
	z-index: 2;
}


/* CAROUSEL */
.carousel-container {
	margin: 4.8rem 0;
	padding: 2.4rem 0;
	background-color: rgba(0,0,0,0.08);
}
/*.carousel-tekst {
    width: 80%;
    max-width: 860px;
    margin: 0 auto;
}
.carousel-tekst h2 {
	font-size: 3.2rem;
	margin: 0;
	padding: 2.4rem 0 0;
	display: inline-block;
}*/
.carousel {
	width: 100%;
	margin: 0;
}
.carousel .carousel-slide {
	display: flex;
	flex-direction: column;
}
.carousel .carousel-slide .slide-text { padding: 0.8rem 2.4rem; }
.carousel .carousel-slide .slide-text p { margin: 0.4rem; }
.carousel .carousel-slide .timeline-item {
	text-decoration: none;
	color: #333;
	display: block;
	position: relative;
	background-color: #fff;
	width: calc(100% - 48px);
	padding: 16px 24px;
	margin:  5.6rem 0;
	box-shadow: 0px 2px 6px 3px rgba(0,0,0,0);
	transition: box-shadow 0.25s ease;
}
.carousel .carousel-slide .timeline-item:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid #ebebeb;
	border-radius: 50%;
	position: absolute;
	top: -32px;
	left: 50%;
	background-color: #d1d1d1;
	transform: translate(-5px, -4px);
}
.carousel .carousel-slide .timeline-item:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-right: 12px solid transparent;
	border-bottom: 18px solid #fff;
	border-left: 12px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-12px, -18px);
}
.carousel .carousel-slide .timeline-item:hover  { box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.1); }
.carousel .carousel-slide .timeline-item img {
	width: 100%;
	height: auto;
	display: block;
	margin: 8px 0 16px;
}
.carousel .carousel-slide .timeline-item span.txt { 
	display: block;
	margin: 0 1.6rem; 
}
.carousel .carousel-slide .timeline-item h4 { 
	font-size:  3.2rem;
	line-height: 3.2rem;
	font-family: 'Merriweather', serif;
	margin: 0.8rem 0; 
}
.carousel .carousel-slide .timeline-item p {
	font-size: 1.8rem;
	line-height: 2.1rem;
}
.carousel .carousel-slide a { text-decoration: none; }
.carousel .carousel-slide .timeline-item .timeline-footer {
	border-top: 3.2rem;
	border-top: 0.5px solid rgba(0,0,0,0.1);
	padding: 0.6rem 0;
	font-size: 1.2rem;
	font-weight: 700;
}


/* OWL CAROUSEL */
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: white;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 2rem;
	height: 2rem;
	margin: 5px 7px;
	background: #d6d6d6;
	background: rgba(0,0,0,0.15);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
	background:rgba(0,0,0,0.5);
}

/* PROJECTS */
.projects-wrapper {
	background-color: var(--c-light-blue);
	padding-block: 2rem 8rem;
}
.projects {
	max-width: 112rem;
	margin: 0 auto;
	padding-inline: 3.2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.4rem;
}
.projects .project {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #333;
	background-color: var(--c-medium-blue);
}
.projects .project .project-image {
	position: relative;
	width: 100%;
	height: 24rem;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center
}
.projects .project .project-image:before,
.projects .project .project-image:after {
	content:'';
	display: block;
	width: 0.1rem;
	height: 1.9rem;
	background-color: var(--fill-body);
	position: absolute;
	top: calc(50% - 0.9rem);
	right: 50%;
}
.projects .project .project-image:after { transform:rotate(90deg); }
.projects .project .project-image .go svg { width: 32px; }
.projects .project .project-image .go svg polygon { fill: #fff; }
.projects .project .project-tekst { 
	padding: 2.4rem 3.2rem;
	flex-grow: 1; 
}
.projects .project .project-tekst > *:first-child { margin-top: 0; }
.projects .project .project-tekst > *:last-child { margin-bottom: 0; }
.projects .project .project-tekst .project-title {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: bold;
}
.projects .project .project-tekst p { 
	font-size: 1.6rem; 
	line-height: 1.6rem;
}
.projects .project .btn { margin: 0 auto 2.4rem 2.4rem; }
.projects .project .project-footer {
	border-bottom: 0.1px solid rgba(0,0,0,0.1);
	padding: 0.6rem 3.2rem;
	font-size: 1.2rem;
	font-weight: 700;
}


/* WP-BLOCK */
.wp-block-file {
	position: relative;
	margin-bottom: 8px;
	display: flex;
	width: auto;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}
.wp-block-file a {
	display: block;
	align-self: stretch;
	padding: 16px;
	color: #333;
	text-decoration: none;
	line-height: 1.6rem;
	background-color: rgba(0,0,0,0.1);
	border-radius: 0 6px 6px 0;
}
.wp-block-file:hover a { 
	background-color: #333;
	color: #fff;
}
.wp-block-file a.wp-block-file__button { 
	border-right: 1px solid rgba(255,255,255,0.5); 
	border-radius: 6px 0 0 6px;
	padding-left: 36px;
}
.wp-block-file:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 8px;
	background-image: url('https://swedice.com/html2025/img/icons-swedice-download.svg');
}
.wp-block-file:hover:before { background-image: url('https://swedice.com/html2025/img/icons-swedice-download-white.svg'); }


/* WP-BLOCK-BUTTON  */
.wp-block-button { display: inline-block; }
.wp-block-button a {
	display: flex;
	align-items: center;
	padding: 1.2rem 2.4rem 1.2rem 0;
	margin: 0 0 2.4rem 0;
	color: #333;
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
	border-radius: 6px;
}
.wp-block-button a:hover  { 
	background-color: #333;
	color: #fff;
}
.wp-block-button a:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 0.2rem 0 1rem;
	background-image: url('https://swedice.com/html2025/img/icons-swedice-chevron-right.svg');
}
.wp-block-button a:hover:before { background-image: url('https://swedice.com/html2025/img/icons-swedice-chevron-right-white.svg'); }


/* WP-BLOCK-GROUP */
.wp-block-group {
	background-color: #d4e8df;
	padding: 0.4rem 3.2rem 0.8rem;
	margin:  2.4rem 0;
	border-radius: 4px;
}


/* CONTACT-US */
.contact-us {
	margin-bottom: 24px;
	margin-left: 0;
	padding: 24px 36px;
	width: calc(100% - 72px);
	display: flex;
	align-items: flex-start;
	border-radius: 6px;
	background: linear-gradient(135deg,  #5b5b5b 1%,#000000 100%);
	color: #fff;
	overflow: hidden;
}
.contact-us svg {
	width: 176px;
	height: 176px;
}
.contact-us svg path { fill: #ffffff; }
.contact-us div h3 { 
	margin: 8px 0; 
	font-size: 3.2rem;
	line-height: 3.2rem;
	font-weight: 300;
	text-transform: uppercase;
}


/* FOMULIER */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
.form-container { background: center / contain no-repeat url('https://swedice.com/html2025/img/form-background.jpg'); }
.formulier {
	padding: 4.8rem 4.8rem 3.2rem;
	margin: 8rem auto;
	background: linear-gradient(135deg, #666 1%, #333 100%);
	box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.2);
	color: #fff;
	border-radius: 1rem;
	max-width: 36rem;
}
.formulier h3,
.tekstcontainer .formulier h3 { 
	font-family: 'Merriweather', serif;
	font-size: 2rem;
	margin: 0;
}
.tekstcontainer .formulier h3:before { display:none; }
.formulier p { margin-top: 0.8rem; }
.formulier .screen-reader-response { display: none; }
.formulier .form-group { margin-bottom: 0.8rem; }
.formulier label input,
.formulier .text,
.formulier .email {
	width: calc(100% - 40px);
	border: 0px solid transparent;
	padding: 0.8rem 1.6rem;
	border-radius: 4px;
	background-color: #e5e5e5;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.24);
	font-family: 'Titillium Web', sans-serif;
	border-left: 8px solid #00d2d2;
	font-size: 1.6rem;
	line-height: 1.6rem;
	margin: 0.4rem 0;
}
.formulier .button,
.formulier .clear {
	display: flex;
	justify-content: flex-end;
}
.formulier .button input[type=button], 
.formulier .button input[type=submit],
.formulier input[type=submit].button {
  	background-color: #00cc00;
	padding: 1.2rem 1.6rem;
	border-radius: 4px;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.8rem;
	line-height: 1.8rem;
  	cursor: pointer;
  	border: 0px solid transparent;
}
.formulier .wpcf7 .ajax-loader { display: none; }
.formulier .wpcf7 form .wpcf7-response-output {
    margin: 0.8rem 0; 
    padding: 0;
    border: 0px solid transparent;
}
.formulier span.wpcf7-spinner { 
	display: none;
	visibility: hidden;
}


/* TABLES */
.tekst table {
	width: 100%;
	background-color: #b3e6e8;
	padding: 24px 32px 32px;
	margin-bottom: 24px;
}
.tekst table th { text-align: left; }
.tekst table tr th,
.tekst table tr td { 
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 8px 8px 8px 0;
	vertical-align: top;
}
.tekst table tr th:last-child,
.tekst table tr td:last-child {
	padding-right: 0;
}
.tekst table .price { text-align: right; }
.tekst table .table-header {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 0px;
}


/* MOVIE */
.movie { 
	margin: 2.4rem 0;
	background-color: #000;
	padding: 1.6rem 0;
	border-radius:  4px;
}
.movie span {
	font-size: 2.4rem;
	padding:  1.2rem 3.2rem;
	display: block;
	color:  #fff;
}
.movie-container {
	width:  100%;
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.movie-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* IMAGES */
.images {
	width: 100%;
	margin: 2.4rem 0;
	display: flex;
	flex-wrap: wrap;
}
.images img {
	width: 100%; 
	height: auto;
	align-self: flex-start;
	opacity: 0;
	transform: scale(0.6);
	transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.images img.half { width: 50%; }
.images img.kwart { width: 25%; }
.images.in-view img {
	opacity: 1;
	transform: scale(1.0);
}


/* EDIT-LINK */
a.post-edit-link {
	z-index: 500;
	display: block;
	height: 48px;
	padding: 0 24px;
	position: fixed;
	bottom: 16px;
	right: 16px;
	background-color: #333;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	border-radius: 4px;
}


/* EXHIBIT */
.exhibit {
	position: relative;
	padding: 0;
	margin-block: 6rem;
}
.exhibit-list {
	position: relative;
	max-width: 136rem;
	padding: 0 4.8rem;
	margin: 0 auto;
	display: grid;
	gap: 2.4rem;
	grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
	.exhibit-list { 
		grid-template-columns: 1fr; 
		padding: 0 3.2rem;
	}
}
.exhibit-list .exhibit-item {
	padding: 0;
	background-color: #111;
	transform: scale(1.0);
	transition: transform 0.2s ease;
	text-decoration: none;
}
.exhibit-list .exhibit-item:hover {
	transform: scale(1.03);
	z-index: 2;
	box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.2);
}
.exhibit-list .exhibit-item .exhibit-container {
	position: relative;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.exhibit-list .exhibit-item .exhibit-container .image {
	position: relative;
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.exhibit-container .image:before,
.exhibit-container .image:after {
	content:'';
	display: block;
	width: 0.1rem;
	height: 1.9rem;
	background-color: var(--fill-body);
	position: absolute;
	bottom: -0.9rem;
	right: 50%;
}
.exhibit-container .image:after { transform:rotate(90deg); }
.exhibit-list .exhibit-item .exhibit-container .image p {
	position: absolute;
	display: table;
	top: 50%;
	left: -28px;
	width: 104px;
	height: 104px;
	margin-top: -28px;
	text-align: center;
	border-radius: 50%;
	background-color: #ffff00;
}
.exhibit-list .exhibit-item .exhibit-container .image p span.date {
	display: table-cell; 
	vertical-align: middle; 
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 24px;
	transform: rotate(-6deg);
	color: var(--c-text);
}
.exhibit-list .exhibit-item .exhibit-container .exhibit-tekstblock { 
	padding: 2.4rem 3.2rem; 
	color: var(--fill-body);
}
.exhibit-list .exhibit-item .exhibit-container h2 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 12px 0;
}
.exhibit-list .exhibit-item .exhibit-container p {
	font-size: 16px;
	line-height: 100%;
	margin: 0 0 12px;
}


/* BROCHURE */
.brochure-list {
	position: relative;
	width: 100%;
	margin: 2rem auto 6rem;
}
.brochure-list .brochures {
	max-width: 136rem;
	padding-inline: 3.2rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.brochure-list .brochures a {
	display: block;
	width: 20%;
	color: var(--c-text);
	text-decoration: none;
	text-align: center;
	text-wrap: balance;
}
.brochure-list .brochures .brochure-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.brochure-list .brochures a img {
	max-width: 20rem;
	transform: scale(1);
	transition: transform 0.12s ease-out;
}
.brochure-list .brochures a:hover img { transform: scale(1.08); }
@media (max-width: 1024px) {
	.brochure-list .brochures a {
		width: 50%;
	}
	.brochure-list .brochures a img { max-width: 100%; }
}


/* WORDPRESS-SJIZZLE */
.customize-support .menu-container { top: 3.2rem; }

/* TOP */
.menu-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background-color: var(--fill-menu-container);
	padding: 3.2rem 0;
	transition: padding 0.25s ease;
}
.scrolled .menu-container { padding: 1.6rem 0; }
.menu-container::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(0deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.16) 100%);
	transition: background 0.25s ease-out;
}
.menu {
	margin: 0 auto;
	padding: 0 3.2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap-reverse;
}
.mainmenu-container { flex-grow: 1; }
ul.mainmenu {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.mainmenu li { position: relative; }
ul.mainmenu li a {
	display: block;
	padding: 1.0rem 1.6rem;
	border-radius: 6px;
	margin: 0.1rem;
	color: var(--c-text);
	text-transform: uppercase;
	text-decoration: none;
}
ul.mainmenu li.active a,
ul.mainmenu li.current-menu-item a,
ul.mainmenu li.current-page-ancestor a {
	color: var(--c-text);
}
ul.mainmenu li a:hover,
ul.mainmenu li.active a,
ul.mainmenu li.current-menu-item a,
ul.mainmenu li.current-page-ancestor a { background-color: rgba(0,0,0,0.08); }
ul.mainmenu li ul {
	position: absolute;
	left: 0;
	top: 24px;
	display: block;
	margin: 0;
	padding: 0 32px;
	overflow: hidden;
	z-index: 9;
	height: 0;
	background-color: #333;
	min-width: 240px;
	list-style-type: none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.32);
	transition: top 0.25s ease-out;
}
ul.mainmenu li:hover ul { 
	height: auto; 
	top: 40px;
}
ul.mainmenu li ul li a {
	display: block;
	border-radius: 0;
	color: #fff;
	font-weight: 300;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
ul.mainmenu li ul li:first-child { margin-top: 24px; }
ul.mainmenu li ul li:last-child { margin-bottom: 32px; }
ul.mainmenu li ul li a:hover,
ul.mainmenu li.active ul li a,
ul.mainmenu li.current-menu-item ul li a,
ul.mainmenu li.current-page-ancestor ul li a { color: #ffffff; }
ul.mainmenu li ul li.active a,
ul.mainmenu li ul li a:hover { background-color: rgba(0,0,0,0.12); }


/* CONTACTMENU */
.contact {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: auto;
	gap: 0.4rem;
}
.contact > * { border-radius: 2rem; }
.contact a,
.toggle-language-menu { 
	margin: 0;
	display: flex;
	align-items: center;
	text-decoration: none;
	transform: scale(1);
	transition: transform 0.12s ease-out;
}
.contact a:hover { 
	transform: scale(1.08); 
	z-index: 3;
}
.toggle-language-menu span:nth-child(2) { margin: 0 0.8rem; }
.contact .phonenumber { 
	background: var(--fill-gradient); 
	color: var(--c-text-diap);
}
.contact .phonenumber span.icon svg { fill: var(--c-text-diap); }
.contact .mail-swedice { 
	background: var(--fill-email);
	color: var(--c-text-diap);
}
.contact .mail-swedice span.icon svg { fill: var(--c-text-diap); }
.toggle-language-menu { 
	position: relative;
	cursor: pointer;
	padding: 0.8rem 0.8rem;
	background-color: var(--fill-language-toggle);
}
.language-menu {
	position: absolute;
	right: 0;
	top: 24px;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 9;
	height: 0;
	min-width: 120px;
	list-style-type: none;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.32);
	background-color: var(--fill-language-toggle);
	transition: top 0.2s ease-out;
}
.language-menu.hover { 
	height: auto; 
	top: 32px;
}
.language-menu a {
	display: flex;
	border-radius: 0;
	color: #333;
	font-weight: 300;
	padding: 0.8rem 1.6rem;
}
.language-menu a span{ flex-shrink: 0; }
.contact .language-menu li.active a { background-color: rgb(202 217 241); }
.contact .language-menu li a:hover { background-color: rgb(214 228 249); }
.language-menu li:first-child { margin-top: 1.2rem; }
.language-menu li:last-child { margin-bottom: 1.6rem; }
.contact a:last-child { margin: 0; }
.contact a span,
.toggle-language-menu span { 
	margin-right: 1.2rem; 
}
a.close span.icon,
.contact a span.icon,
.social-media a span.icon {
	display: block;
	height: var(--icon-size);
	width: var(--icon-size);
	margin: 0;
}
.social-media {
	--icon-size: 4.8rem;
	display: flex;
	justify-content: center;
	gap: 0.4rem;
	margin-bottom: 4.8rem;
}
.social-media a { 
	transform: scale(1);
	transition: transform 0.12s ease-out;
}
.social-media a:hover { transform: scale(1.08); }
.social-media a span.icon { 
	border-radius: 2.4rem; 
	background-color: var(--fill-body);
}
.social-media a span.icon svg { fill: var(--fill-body); }
.social-media a.facebook span.icon { background-color: var(--fill-facebook); }
.social-media a.instagram span.icon { background-color: var(--fill-instagram); }
.social-media a.linkedin span.icon { background-color: var(--fill-linkedin); }
.contact .toggle-language-menu span.icon,
.contact .toggle-language-menu a span.icon {
	--icon-size: 2.4rem;

	display: block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: var(--icon-size);
	width: var(--icon-size);
	padding: 0;
	margin: 0;
}
.icon-nl {
	background-image: url('../img/icon-nl.svg'); 
	border-radius: 2rem;
}
.icon-en { 
	background-image: url('../img/icon-en.svg'); 
	border-radius: 2rem;
}
.icon-es { 
	background-image: url('../img/icon-es.svg');
	border-radius: 2rem;
}
span.icon svg { fill: var(--c-text); }
a.close span.icon svg { fill: #fff; }
a.close span.icon {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
}
.menu .logo {
	display: block;
	height: 48px;
	width: 216px;
	margin: 0;
	background-image: url('https://swedice.com/html2025/img/logo-swedice-2021.svg');
	background-position: left center;
	background-repeat: no-repeat;
	transition: all 0.2s ease;
}


/* FOOTER */
.footer {
	width: 100%;
	background: var(--bg-footer);
	padding: 8rem 0 16rem;
	position: relative;
}
.footer .footer-content {
	margin: 0 auto;
	max-width: 136rem;
	padding-inline: 3.2rem;
	gap: 1.6rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.footer .column { padding: 0 2.4rem; }
.footer .column.center-aligned { text-align: center; }
.footer .column h5 {
	text-transform: uppercase;
	font-size: 1.8rem;
	margin: 24px 0 12px;
}
.footer .column p { font-size: 1.5rem; }
.footer .column ul {
	margin: 0 0 8px;
	padding: 0;
	list-style-type: none;
}
.footer .column ul ul { margin-left: 16px; }
.footer .column ul li a {
	position: relative;
	display: block;
	padding: 4px 30px 5px 0;
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 100%;
	color: #333;
	transition: all 0.2s ease;
}
.footer .column ul li a:hover:before {
	content: '';
	position: absolute;
	top: 0.4rem;
	left: -3rem;
	display: block;
	width: 2.4rem;
	height: 1.6rem;
	background-image: url('../img/icons-swedice-arrow.svg');
}
.footer .column ul li a:hover { text-decoration: underline; }
.footer .column ul li span,
.footer .column ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 32px;
	font-size: 24px;
	text-align: center;
}
.footer-logo {
	margin: 16px 0 16px 0;
	height: 48px;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('https://swedice.com/html2025/img/logo-swedice-2021-grey.svg');
}
.footer a.membership { 
	display: flex;
	align-items: center;
	justify-content: center; 
	padding: 1.6rem;
	border-radius: 0.4rem;
	margin-bottom: 0.8rem;
}
.footer a.membership img { 
	max-width: 16rem;
	filter: grayscale(1);
}
.contact a.hidedesktop,
.hidedesktop { display: none; }


/* MEDIAQUERY */
@media (max-width: 1024px) {
	.header2021 .promise h3 { font-size: 4rem; }
	.header2021 .promise img { width: 240px; }
	.header2021,
	.header2021.page-header {
		height: 48vh;
		margin-top: 7.2rem;
	}
	.header2021.page-header .header-title,
	.header2021 .header-title {
		padding: 2.4rem 3.2rem;
		width: calc(50% - 6.4rem);
	}
	.header2021.page-header .header-title,
	.header2021 .header-title h1 {
		font-size: 2.4rem;
		line-height: 2.4rem;
		margin: 0;
	}
	.header2021 .header-title p,
	.header2021 .header-title hr { 
		display: none; 
	}
	.menu-container, 
	.home.scrolled .menu-container { padding: 0; }
	.logo { flex-grow: 1; }
	.menu { padding: 1.6rem; }
	.menu .logo {
		height: 40px;
		width: 180px;
	}
	.contact a.hidemobile,
	.hidemobile { display: none; }
	.contact a.hidedesktop,
	.hidedesktop { display: block; }
	h1 {
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
	.mainmenu-container {
		position: absolute;
		width: 0vw;
		height: 100vh;
		top: 0;
		right: 0;
		background-color: #fff;
		overflow-x: hidden;
		transition: width 0.25s ease;
		z-index: 2;
	}
	.mainmenu-container.show { width: 100vw; }
	.mainmenu-container ul.mainmenu { 
		flex-direction: column;
		padding: 80px 0;
		background-color: var(--c-text);
		min-height: 100vh;
	}
	ul.mainmenu li { position: relative; }
	ul.mainmenu li a {
		display: block;
		padding: 0.4rem 0px 0.4rem 4rem;
		border-radius: 0;
		color: #fff;
	}
	.home.scrolled ul.mainmenu li a { color: #fff; }
	ul.mainmenu li.active a,
	ul.mainmenu li.current-menu-item a,
	ul.mainmenu li.current-page-ancestor a {
		color: #fff;
	}
	ul.mainmenu li ul {
		position: relative;
		height: auto;
		top: 0;
		display: block;
		margin: 0 0 24px;
		padding: 0;
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
	}
	ul.mainmenu li:hover ul { top: 0; }
	ul.mainmenu li ul li a {
		padding: 0.6rem 2.4rem 0.6rem 6.4rem;
		line-height: 100%;
		max-width: 100%;
		border-bottom: 0px solid rgba(255,255,255,0.1);
	}
	ul.mainmenu li ul li:first-child { 
		margin-top: 0px; 
		border-top: 0px solid rgba(255,255,255,0.1);
	}
	ul.mainmenu li ul li:last-child { margin-bottom: 0; }
	.content.no-header { padding-top: 88px; }
	.content.wide .tekstcontainer { padding: 32px 0 120px; }
	.content.wide .tekstcontainer h2 { 
		font-size: 3.2rem; 
		line-height: 3.2rem;
	}
	.content.wide span.afbeelding { 
		width: 100%; 
		height: 32%;
		background-position: bottom center;
	}
	.content.wide .tekst,
	.content.wide.tilt .tekst { 
		padding: 0 0 40vh; 
	}
	.producten { 
		flex-direction: column; 
		align-items: center;
	}
	.productgroep { width: 90%; }
	.pillars {
		padding: 40px 0;
		flex-direction: column;
		align-items: center;
	}
	.pillar { 
		width: 72%; 
		padding: 24px;
	}
	.pillar h3 { margin: 0; }
	.pillar p { 
		font-size: 1.5rem; 
		line-height: 2rem;
	}
	a.btn { margin: 0 auto; }
	.tekstcontainer { flex-direction: column; }
	.content.wide .tekst,
	.tekst,
	.tekst.right-column {
		padding: 0;
		margin: 0 32px;
		width: calc(100% - 64px);
	}
	.value-container { padding: 0; }
	.value {
		height: auto;
		background-position: right bottom;
		background-size: 125%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.value div { 
		padding: 36px 36px 200px;
		max-width: 100%;
	}
	.value div h3 {
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
	.projects { flex-direction: column; }
	.footer .footer-content { grid-template-columns: repeat(2, 1fr); }
	.hidden480 { display: none; }
	a.post-edit-link { display: none; }
}

@media (max-width: 800px) {
	.contactinfo { transform: translate(-50%, -80px); }
	.team-container {
		margin: 32px auto 64px;
		grid-template-columns: repeat(2, 1fr);
	}
	.teammember .member-quote { display: none; }
	.formulier {
		padding: 2.8rem;
		margin: 3.2rem 1.2rem;
	}
	.tekst.wide .formulier { margin-inline: -2rem; }
	.projects { grid-template-columns: 1fr; }
	.footer .footer-content { grid-template-columns: 1fr; }
}

.alm-btn-wrap {
	display: block;
	text-align: center;
	padding: 0;
	margin: 1.6rem 0;
	width: 100%;
	position: absolute;
	bottom: -8rem;
	left: 0;
}
.alm-btn-wrap .alm-load-more-btn {
    position: relative;
    display: inline-block;
    background: #00cc00;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 1.2rem 2.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.alm-btn-wrap .alm-load-more-btn:hover, 
.alm-btn-wrap .alm-load-more-btn.loading {
    text-decoration: none; 
}
.alm-btn-wrap .alm-load-more-btn.loading {
    cursor: default;
    outline: none;
    padding-left: 4rem;
}
.alm-btn-wrap .alm-load-more-btn.done {
    cursor: default;
    opacity: 0.2;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.alm-btn-wrap .alm-load-more-btn:before,
.alm-btn-wrap .alm-load-more-btn.done:before {
    background: none;
    width: 0; 
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 1.2rem 0 1.2rem 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #00cc00 url("https://swedice.com/html2025/img/icons-swedice-chevron-down-white.svg") no-repeat center center;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}


/* RECAPTCHA */
.grecaptcha-badge {
	display: none;
	height: 0;
	width: 0;
	visibility: hidden;
}

/* JUBILEUMPAGINA */
.jubileum {
	background-color: #333;
	width: 100vw;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, 1fr);
}
.jubileum .jubileum-item {
	display: block;
	overflow: hidden;
	position: relative;
	height: 34vh;
	background-color: fuchsia;
	background-size: cover;
	background-position: center center;
	transform: scale(1);
	cursor: pointer;
	transition: transform 0.2s ease-out;
}
.jubileum .jubileum-item .overlay { 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.32);
	transition: background-color 0.4s ease-out;
}
.jubileum .jubileum-item:hover .overlay,
.jubileum .jubileum-item.current .overlay {
	background-color: rgba(0,0,0,0);
}
.jubileum .jubileum-item.current {
	transform: scale(1.24);
	z-index: 100;
	box-shadow: 0px 2px 6px 3px rgba(0,0,0,.1);
}
.jubileum .jubileum-item .jubileum-text {
	--block-margin: 0.8rem;
	position: absolute;
	bottom: var(--block-margin);
	left: var(--block-margin);
	right: var(--block-margin);
	background-color: var(--fill-transparent);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4rem;
	text-align: center;
	padding: 0.8rem 2.4rem;
	transform: translate(0, calc(100% + var(--block-margin)));
    transition: transform 0.25s ease-out;
}
.jubileum .jubileum-item.current .jubileum-text { transform: translate(0, 0); }
.jubileum-logo {
	position: fixed;
	top: 0;
	left: 10vw;
	background-image: url('../img/jubileumlogo-25.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 4vw;
	height: 4vh;
	pointer-events: none; 
	transition: all 0.25s ease-out;
}
.home.scrolled .jubileum-logo {
	width: 100vw;
	height: 100vh;
	left: 0;
	background-size: cover;
}
@media (max-width: 1024px) {
	.jubileum {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.jubileum {
		overflow-x: hidden;
	}
	.home.scrolled .jubileum-logo {
		width: 100vw;
		height: 72vh;
	}
}
