/*
Theme Name:   Report-App
Theme URI:    https://www.rootcase.nl
Author: 	Rootcase
Author URI: https://www.rootcase.nl
Description:  Custom built template
Version: 1.0

*/

:root {
  --dark: #5B5B5B;
  --darklighter: #5B5B5B50;
  --orange: #FF5A00;
  --achtergrond: #fcf4e8;
  --grad: linear-gradient(342deg, #FF5A00 36%, #FBBA00 95%);
  --unit: 2em;
  --sectionpadd: 14em;
  --radius: .6em;
  --fontsize1: 2.2rem;
  --fontsize2: 1rem;
}

body, html {
	margin: 0px; 
	padding: 0px;
	font-size: 25px;
	line-height: 150%;
	color: var(--dark);
	font-family: "museo-sans", sans-serif;
	font-style: normal;
	background: white;
}

.endfooter::after {
	content: "";
	position: fixed;
	left: 0;
	width: 100%;
	height: 100vh;
	top:90vh;
	background: var(--orange);
	z-index: -1;
}


* {
	position: relative;
	box-sizing: border-box;
	transition: all .25s;
}

.top * {
	transition: background .25s, color 0s !important;
}

a {
	color: inherit;
	text-decoration: none;
}
h1,h2,h3,h4,h5 {
	color: var(--dark);
}


h1,h2 {
	font-size: var(--fontsize1);
	font-weight: 500;
	font-style: normal;
	margin: 0;
	line-height: 1.3em;
}

h3,h4,h5 {
	font-size: var(--fontsize2);
	margin: 0;
	font-weight: 500;
}

.txthighlight,
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,
h1 span,h2 span,h3 span,h4 span,h5 span {
	color: var(--orange);
	font-weight: bold;
}





section {
	position: relative;
	width: 100%;
	padding-top: calc(var(--unit) * 1.5);
}

section.hasback {
	border-radius: var(--radius); 
	width:calc(100% - 4em);
	margin-left:2em;
	margin-top: calc(var(--unit) * 1.5);
}

.home section.inhoud_op_wit {
	padding-top: calc(var(--unit) * 2.5);
}

.sectioninner {
	position: relative;
	padding: 0 var(--sectionpadd);
	width: 100%;
	transition: padding .25s;
}


section.hasback .sectioninner {
	padding: 0 calc(var(--sectionpadd) - 2em);
	
}

.leftinner {
	padding-right: var(--sectionpadd);
	padding-top: 2em;
	padding-bottom: 2em;
}
.rightinner {
	padding-left: var(--sectionpadd);
	padding-top: 2em;
	padding-bottom: 2em;
}

.topblock {
	position: relative;
	height: calc((var(--unit) * 2.5) + 1em);
	width: 100%;
}

section.top {
	z-index: 99999;
	position: absolute;
	top: 0;
	pointer-events: none;
	padding: 0;
}

.scrollview .top {
	position: fixed;
	align-items: center;
}

.toplogo {
	position: relative;
	height: auto;
}

.mainlogo {
	position: relative;
	width: auto;
	height: calc(var(--unit) * 2.5);
	transition: height .25s;
}

.toplogo .mainlogo {
	display: block;
}

.scrollview .scrolllogo {
	display: inline-block;
}

.scrollview .mainlogo,
.scrolllogo {
	display: none;
}

.scrollview .toplogo img  {
	height: 1.5em;
	vertical-align: middle;
}

.top .sectioninner {
	padding: .5em 0;
	background: white;
	pointer-events: all;
	background: white;
	color: dark;
}

.scrollview .top .sectioninner {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: .25em;
	padding-bottom: .25em;
	box-shadow: 1px 1px 10px rgba(0,0,0,.25);
	background: var(--grad);
	color: white;
	border-radius: 0 0 var(--radius) var(--radius);
}


.flexcontainer {
	display: flex;
	position: relative;
	align-items: flex-start;
	height: 100%;
}

.flexitem {
	width: 50%;
}

.col23:first-of-type,
.flexitem:first-of-type {
	padding-right: 1em;
}

.col13:last-of-type,
.col23:last-of-type,
.flexitem:last-of-type {
	padding-left: 1em;
}

.flexbigger {
	width: 75%;
}

.flexbigger p:first-of-type {
	margin-top: 0;
}

.col2 {
	width: calc((100% - var(--unit) ) / 2);
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	flex-direction: column;
}

.inhoud_twee_kolommen .flexcontainer {
	align-items: stretch;
}

.inhoud_twee_kolommen .col2 h2 {
	flex-shrink: 0;
}

.col:first-of-type {
	padding-right: 1em;
}
.col:last-of-type {
	padding-left: 1em;
}

.imgcol {
	padding-bottom: 2em;
}

.imgcol img {
	width: 100%;
	height: auto;
}

.imgcol.fullframe {
	display: flex;
	align-self: stretch;
}

.imgcol img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.col23 {
	width: 60%;
	flex-shrink: 0;
	flex-grow: 0;
}

.col13 {
	width: 40%;
	flex-shrink: 0;
	flex-grow: 0;
}

.topright {
	display: flex;
	justify-content: space-between;
	padding-left: var(--sectionpadd);
	align-items: center;
	width: 100%;
}

.scrollview .topright {
	padding-left: 1em;
}

.topright .current-lang {
	display: none !important;
}

.logoholder {
	display: flex;
	flex-wrap: nowrap;
	margin-right: auto;
}

.logoholder img {
	display: block;
}

.mainlogo1 {
	position: absolute;
	right:100%;
}


.topright form {
	display: none;
	position: relative;
}

.topright form .searchsubmit {
	display: none;
}

.top .flexcontainer {
	align-items: center;
	justify-content: space-between;
}


.topright .menu {
	margin: 0;
	padding: 0;
	padding-left: .5em;
	text-align: right;
}


.topright .menu li {
	list-style: none;
	margin-right: 1em;
	display: inline-block;
	
}

.topright .menu li.lang-item {
	margin-right: .5em;
}


.scrollview .topright .menu li:first-of-type {
	margin-left: 0;
}
.scrollview .topright .menu li:last-of-type {
	margin-right: 0;
}

.topright .menu li a {
	font-weight: 300;
	transition: background .25s;
	padding: .35em 0;
	cursor: pointer;
	font-size: .75rem;
}


.topright .menu li a svg {
	fill:var(--dark);
	height: .75em;
	width: auto;
}

.scrollview .topright .menu li a svg:not(.hamburgeractive svg) {
	fill:white;
}

.topright .menu li.current-page-ancestor a,
.topright .menu li.current-menu-item a {
	font-weight: bold;
}

.scrollview .topright .menu li.current-page-ancestor a,
.scrollview .topright .menu li.current-menu-item a {
	color: white;
}


.scrollview .topright .menu li a {
	padding-bottom: 0;
	padding-top: 0;
}

.scrollview .topright .menu li.highlight a {
	background: white;
	color: var(--dark);
}

.topright .menu li.highlight a {
	background: var(--grad);
	padding: .75em .5em;
	color: white;
	font-weight: 600;
	border-radius: var(--radius);
}

.scrollview .topright .menu li.highlight a {
	padding: .15em .5em;	
}

.topright .menu li a:hover {
	text-decoration: underline;
}


.topright .menu li.highlight a:hover {	
	background: white;
	color: var(--orange);
	text-decoration: none;
}


.topright .menu li:hover .sub-menu {
	display: block;
}

.topright .menu .sub-menu {
	display: none;
	position: absolute;
	background: var(--orange);
	border-radius: 0 0 var(--radius) var(--radius);
	padding: 1em;
	margin-left: -1em;
	text-align: left;
}

.topright .menu .sub-menu li {
	margin-bottom: .5em;
	display: block;
}

.topright .menu .sub-menu li:last-of-type {
	margin-bottom: 0;
}

.topright .menu .sub-menu li a {
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap; 
	color: white;
}

.topright .menu .sub-menu li.current-menu-item a {
	text-decoration: underline;
}

.pll-parent-menu-item .sub-menu {
	background: white !important;
	border: 1px solid var(--orange);
	border-top: 0;
	padding: .25em .25em 0  .25em !important;
	margin-left: -.3em !important;
}

.pll-parent-menu-item img {
	display: block;
	height: 1.5em !important;
	width: auto !important;
	vertical-align: middle;
	top: .3em;
	z-index: 10;
}

.pll-parent-menu-item .sub-menu li {
	margin: .5em 0 !important; 
}



.searchformhold,
.hamburger {
	display: none;
}

.searchactive .searchformhold {
	display: block;
}

.searchformhold {
	position: absolute;
	top:5em;
	z-index: 99;
	background: var(--blauw);
	padding: 2em;
	display: none;
	right:0;
	text-align: right;
	border-radius: 0 0 0 var(--radius);
}
.searchformhold b {
	display: block;
	margin-bottom: .25em;
}

.searchform .input,
.searchform .wpcf7-submit {
	font-size: .75em;
	vertical-align: middle;
	margin: 0;
	display: block;
	margin-bottom: .5em;,
}
.searchform .wpcf7-submit {
	margin-bottom: 0;
}



.footer {
	padding-top: calc(var(--unit) * 1.5);
	color: var(--dark);
	position: relative;
	overflow: hidden;
	background: var(--darklighter);
}

.footer .flexcontainer {
	justify-content: space-between;
}

.footer h3 {
	font-weight: 700;
}

.footer1 {
	padding-top: var(--unit);
	padding-right: var(--unit);
	padding-bottom: var(--unit);
}

.footer .padded {
	background: white;
	color: var(--dark);
	width: calc(50% - 5em) !important;
	margin-right: auto;
	margin-left: 1.5em;
}

.footer .col2 {
	width: calc((100% - 1em) /2);
}

.footer1 a	 {
	display: block;
	padding-left: 3em;
}
.footer1 a .ico {
	margin-left: -2.5em;
}

.footer a:hover {
	text-decoration: underline;
}


small {
	text-align: right;
	display: block;
	margin-top: .5em;
	font-size: .6em;
	line-height: 1.7em;
}

small a:hover {
	text-decoration: underline;
}

.ico {
	height: var(--unit);
	vertical-align: middle;
	margin-top: .5em;
	top:-.3em;
	margin-right: .25em;
	fill:white;
	width: auto;
}

.ico::after {
	content:'';
}

a:hover .ico {
	fill:var(--dark);
}


.footer .col2 {
	align-self: flex-start !important;
}

.endfooter {
	position: relative;
	padding-bottom: .25em;
	padding-top: .25em;
	background: var(--orange);
	color: white;
}

.footercut {
	margin-top: calc((100% - 3em) * -1);
	top:-1em;
	position: relative;
	width: calc(100% - 5em);
	height: auto;
}

.videoWrapper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	margin: var(--unit) 0;
	overflow: hidden;
}

.videoWrapper::after {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	pointer-events: none;
}

.videoWrapper iframe:not(.wp-video .mejs-container iframe), .videoWrapper video:not(.wp-video .mejs-container video), .videoWrapper .wp-video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
	display: block;
}

.flexitem.padded,
.col2.padded,
.col13.padded,
.col23.padded {
	padding: var(--unit);
	border-radius: var(--radius);
	z-index: 1;
	align-self: stretch;
}


.flexitem.padded.orangeheaders h1,
.flexitem.padded.orangeheaders h2,
.flexitem.padded.orangeheaders h3,
.flexitem.padded.orangeheaders h4,
.flexitem.padded.orangeheaders h5,
.padded.orangeheaders h1,
.padded.orangeheaders h2,
.padded.orangeheaders h3,
.padded.orangeheaders h4,
.padded.orangeheaders h5 {
	color: var(--orange);
}



.wpcf7-textarea,
.wpcf7-text,
.wpcf7 select,
.input {
	display: block;
	width: 100%;
	font-size: 1em;
	line-height: 150%;
	font-weight: 500;
	font-family: "museo-sans", sans-serif;
	padding: .75em .5em;
	border-radius: var(--radius);
	border: 1px solid var(--dark);
}

.wpcf7-form-control-wrap {
	margin-bottom: 1em;
	display: block;
}

.wpcf7-form small {
	text-align: left;
	margin-bottom: 1rem;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7 select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 1rem;
	background-color: white;
}


.wpcf7 .checkbox {
	border-radius: var(--radius);
	border: 1px solid var(--dark);
	width: var(--unit);
	height: var(--unit);
	vertical-align: middle;
}

.wpcf7-textarea:focus,
.wpcf7-text:focus,
.input:focus {
	outline:none;
	border:1px solid var(--orange);
}

.wpcf7-textarea {
	resize: none;
	height: calc(var(--unit) * 3);
}

.wpcf7-submit {
	background: var(--orange);
	border: 1px solid var(--orange);
	padding: .25em 1.5em;
	border-radius: var(--radius);
	float: right;
	color: white;
	font-size: 1em;
	line-height: 150%;
	font-weight: 500;
	font-family: "museo-sans", sans-serif;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background: none;
	color:var(--orange);
}

.wpcf7-textarea::placeholder,
.wpcf7-text::placeholder {
	color: var(--achtergrond);
}


/* General input styling */
.ml-form-embedContainer input,
.ml-form-embedContainer select,
.ml-form-embedContainer textarea {
	display: block;
	width: 100%;
	font-size: 1em;
	line-height: 150%;
	font-weight: 500;
	font-family: "museo-sans", sans-serif;
	padding: 0.75em 0.5em;
	border-radius: var(--radius);
	border: 1px solid var(--dark);
	box-sizing: border-box;
}

/* Select custom appearance */
.ml-form-embedContainer select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 1rem;
	background-color: white;
}

/* Checkbox style */
.ml-form-embedContainer input[type="checkbox"] {
	border-radius: var(--radius);
	border: 1px solid var(--dark);
	width: var(--unit);
	height: var(--unit);
	vertical-align: middle;
	margin-right: 0.5em;
	display: inline-block;
	width: 1em;
}


.ml-form-embedPermissions {
	margin: 1em 0;
}

/* Submit button styling */
.ml-form-embedContainer .primary {
	background: var(--orange);
	border: 1px solid var(--orange);
	padding: 0.25em 1.5em;
	border-radius: var(--radius);
	color: white;
	font-size: 1em;
	line-height: 150%;
	font-weight: 500;
	font-family: "museo-sans", sans-serif;
	cursor: pointer;
}

.ml-form-embedContainer .primary:hover {
	background: none;
	color: var(--orange);
}

/* Focus styles */
.ml-form-embedContainer input:focus,
.ml-form-embedContainer select:focus,
.ml-form-embedContainer textarea:focus {
	outline: none;
	border: 1px solid var(--orange);
}

/* Placeholder styling */
.ml-form-embedContainer input::placeholder,
.ml-form-embedContainer textarea::placeholder {
	color: var(--achtergrond);
}

/* Label spacing */
.ml-form-embedContainer label {
	display: inline-block;
	margin-bottom: 0.25em;
	font-weight: 500;
}

/* Field group spacing */
.ml-form-embedContainer .ml-form-fieldRow {
	margin-bottom: 1em;
}

.label-description,
.label-description p {
	display: inline-block;
	margin: 0;
}

.ml-form-recaptcha {
	float: none !important;
	margin: 1em 0;
}

.ml-form-embedSubmit {
	margin-top: 1.5em;
}

.ml-form-embedPermissions {
	font-size: .8em;
	line-height: 1.3em;
}


.bgimg {
	position: absolute;
	z-index: 0;
	top: var(--unit);
	width: 30%;
	height: calc(100% - var(--unit));
	overflow: hidden;
	left: -var(--unit);
	display: flex;
	height: 100%;
	align-items: flex-start;
	justify-content: flex-end;
	right:0;
}

.bgimgf {
	top:0;
	align-items: center;
	left: 0;
	height: 100%;
}

.bgimg img {
	width: 100%;
	height: auto;
	display: block;
}


.inhoud_op_wit h1 {
	margin-right:  4em;
}


.inhoud_naast_devices {
	overflow: hidden;
}


.inhoud_naast_devices h1,
.inhoud_naast_devices h2,
.inhoud_naast_devices h3,
.inhoud_op_wit h1,
.inhoud_op_wit h2,
.inhoud_op_wit h3 {
	margin-bottom: 1rem;
}

.inhoud_op_wit .flexcontainer:last-of-type {
	padding-bottom: 1em;
}

.inhoud_naast_devices .flexcontainer:last-of-type {
	padding-bottom: 2em;
}

.extra_inhoud_op_beige {
	background: var(--achtergrond);
	padding: 3em 4em;
	border-radius: var(--radius);
	margin-top: 2em;
	width: calc(100% + 4em);
	margin-left: -4em;
}

.extra_inhoud_op_beige *:last-of-type {
	margin-bottom: 0;
}

.button {
	padding: .25em 1em;
	background: var(--dark);
	color: white;
	border-radius: var(--radius);
	margin-right: auto;
	margin-top: .75em;
	display: inline-block;
	margin-bottom: 1em;
}

.button.primary {
	background: var(--grad);
}

.button.primary:hover {
	background: var(--dark);
	color: white;
}

.button.primaryline {
	background: none;
	border: 1px solid white;
	color: white;
}

.button.primaryline:hover {
	background: white;
	color: var(--dark);
}


.button.secondary {
	background: var(--orange);
	color: white;
}
.button.secondary:hover {
	background: var(--dark);
	color: white;
}

.button:hover {
	background: none;
	color: var(--dark);
}


.imghold {
	width: calc(100% + 4em);
	text-align: center;
}

.uitgelicht_nav .imghold {
	width: 100%;
}

.tekst_naast_afbeelding .flexcontainer.paddedflex {
	align-items: stretch;	
}

.tekst_naast_afbeelding .flexcontainer.paddedflex .content {
	align-self: stretch;
}



.tekst_naast_afbeelding .flexcontainer.paddedflex .imgcol .imghold {
	display: flex;
	position: relative;
	height: 100%;
}


.tekst_naast_afbeelding .flexcontainer.paddedflex .imgcol .imghold img {
	object-fit: cover;
	height: 100%;
	margin: 0;
}


.tekst_naast_afbeelding .flexcontainer:not(.paddedflex) .imghold {
	width: 100%;
}

.tekst_naast_afbeelding .paddedflex .imgcol:first-child .extralines,
.tekst_naast_afbeelding .paddedflex .imgcol:first-child .imghold {
	margin-left: -4em;
}

.tekst_naast_afbeelding .paddedflex .imgcol:last-child .extralines,
.tekst_naast_afbeelding .paddedflex  .imgcol:last-child .imghold {
	margin-right: -4em;
}

.tekst_naast_afbeelding .flexcontainer .col.col23.content {
	align-self: center;
}




 .imghold img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--radius);
	border: .75rem solid transparent;
	margin-bottom: 1em;
	z-index: 1;
}


 .imghold.noline img {
	 border-radius: 0;
 }

.imghold:not(.noline)::before {
	border-radius: var(--radius);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid var(--orange);
	pointer-events: none;
	z-index: 10;
}

.extralines {
	width: auto;
	height: 75%;
	aspect-ratio: 1 / 1;
	border-radius: var(--radius);
	position: absolute;
	right: -6rem;
	bottom: 0;
	border: 1px solid var(--orange);
	z-index: 0;
}

.extralinesinnercontent {
	padding-left: 2em !important;
	padding-right: 2em !important;
	padding-bottom: 0 !important;
	margin-top: 10em;
}

.extralinesinnercontent  *:last-child {
	margin-bottom: 0 !important;
}

.extralinesinner {
	width: auto;
	height: auto;
	border-radius: var(--radius);
	position: absolute;
	right: -6em;
	top:-2em;
	left: 0;
	bottom: 0;
	border: 1px solid var(--orange);
	z-index: 0;
}

.extralines.extraleft {
	right: auto;
	left: -6rem;
}

.extra1 {
	height: 10em;
	left: 4em;
	right: auto;
	bottom: 0;
	transform: translateY(20%) translateX(0%);
}

.extra2 {
	height: 13em;
	left:  2em;
	bottom: -4em;
	transform: translateY(25%) translateX(50%);
}

.imgcolflip .extra1 {
	height: 10em;
	left: auto;
	right: 4em;
	bottom: 0;
	transform: translateY(20%) translateX(-0%);
}

.imgcolflip .extra2 {
	left: auto;
	right: 2em;
	transform: translateY(25%) translateX(-50%);
}

.tekst_naast_afbeelding .flexcontainer.paddedflex .imgcol.mobilehide .extra1 {
	transform: none;	
	top: 2em;
	bottom:auto;
	left: 0;
	right: auto;
	height:auto;
	width: 80%;
	margin: 0;
}

.tekst_naast_afbeelding .flexcontainer.paddedflex .imgcol.mobilehide .extra2 {
	transform: none;	
	top: auto;
	bottom:2em;
	left: auto;
	right: -4em;
	height: auto;
	width: 60%;
	margin: 0;
	aspect-ratio: 1;
}


.tekst_naast_afbeelding .flexcontainer.paddedflex .imgcol.imgcolflip .extra1 {
	left: auto;
	right: 0;
}


.tekst_naast_afbeelding .flexcontainer.paddedflex .imgcol.imgcolflip .extra2 {
	left: -4em;
	right: auto;

}




.inhoud_op_wit .extra1 {
	height: 7em;
	left: 5em;
	right: auto;
	bottom: 0;
	transform: translateY(20%) translateX(0%);
}

.inhoud_op_wit .extra2 {
	height: 10em;
	left: 2em;
	bottom: 0;
	transform: translateY(70%) translateX(75%);
}

/* .inhoud_op_wit .extra3 {
	height: auto;
	width: 50%;
	float: right;
	margin-top: -45%;
	aspect-ratio: 1;
	position: relative;
} */


.inhoud_op_wit .extra3 {
	height: auto;
	width: 60%;
	float: right;
	top: -6em;
	aspect-ratio: 1;
	position: absolute;
}

.inhoud_op_wit .sectioninner {
	overflow-x: hidden;
	overflow-y: visible;
	z-index: 10;
}

/* .inhoud_op_wit .sectioninner::before {
	position: fixed;
	top:0;
	bottom: 0;
	width: 1px;
	background: red;
	z-index: 999999;
	content:'';
} */


.imgcaption {
	font-size: .8em;
	line-height: 1.2em;
	padding: .5em;
	border-radius: var(--radius);
	background: var(--orange);
	color: white;
	text-align: center;
	display: inline-block;
	margin: auto;
}

.imgcaption a {
	display: block;
}

section.inhoud_grid h1,
section.inhoud_grid h2,
section.klanten h1,
section.klanten h2,
section.partners h1,
section.partners h2,
section.klantquotes h1, 
section.klantquotes h2 {
	text-align: center;
}

.klanten h2 {
	padding: 0 20%;
}

.klantquotes h2 {
	margin: 1em 0;
}

.klant_slider {
	margin-top: 1em;
	overflow: hidden;
}

.klant_slider img {
	height:auto;
	vertical-align: middle;
	width: 5em !important;
	margin: 1em;
}

.klant_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 var(--sectionpadd);
	margin-top: 1em;
}

.klant_grid img {
	width: 25%;
	height: auto;
	max-width: none;
	max-height: none;
	object-fit: contain;
	display: block;
	border: 2em solid white;
}

.inhoud_grid .flexcontainer {
	flex-wrap: wrap;
	padding: 2em 0;
	justify-content: space-between;
}

.inhoud_grid .flexcontainer .col {
	width: calc((100% - 4em) / 3);
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.inhoud_grid .flexcontainer .col .svgimg {
	height: calc(var(--unit) * 2);
	background: var(--grad);
	padding: .5em;
	width: calc(var(--unit) * 2);
	border-radius: var(--radius);
	object-fit: contain;
}

.tekst_naast_afbeelding .flexcontainer {
	justify-content: space-between;
}

.tekst_naast_afbeelding .flexcontainer .col13 *:last-of-type,
.tekst_naast_afbeelding .flexcontainer .col23 *:last-of-type {
	margin-bottom: 0;
}

.training.hasback .col:first-of-type,
.tekst_naast_afbeelding .col:first-of-type {
	padding-left: 0;
	padding-right: 4em;
	padding-bottom: 2em !important;
}


.tekst_naast_afbeelding .content.padded:last-child {
	padding-left: 1em;
	padding-right: 0;
	margin-right: -2em;
	margin-left: 1em;
}

.tekst_naast_afbeelding .content.padded:first-child {
	padding-right: 1em;
	margin-left: -2em;
	margin-right: 1em;
}

.ctahold .cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2em 0 .5em 0;
	border-radius: var(--radius);
	overflow: hidden;
}

.ctahold .cta h3 {
	margin-bottom: .5em;
	line-height: 1em;
	font-size: 3em;
	text-align: center;
	font-weight: 700;
	color: var(--orange);
	font-style: normal;
	padding: 0 .5em;
}

.ctahold .cta .button {
	margin: auto;
}

section.horizontale_lijn{
	height: 1em;
}

section.horizontale_lijn,
section.cta {
 	padding-top: 0;
}

section.klantquotes .flexcontainer {
	justify-content: space-between;
	margin-top: 2em;
	padding: 0 4em;
	align-items: stretch;
}

section.klantquotes .flexitem {
	display: flex;
	flex-direction: column;
	width: calc((100% - 2em) / 2);
	border-radius: var(--radius);
	align-items: center;
	padding: 0;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
	border: 1px solid white;
}

section.klantquotes .flexitem.imgcol {
	overflow:hidden;
	order: 1;
}

section.klantquotes .flexitem.imgcol img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top right;
}

section.klantquotes .flexitem.content {
	/* background: var(--grad); */
	padding: 2em;
	text-align: center;
	outline: 1px solid var(--orange);
	outline-offset: -1px;
	order: 0;
}

section.klantquotes .flexcontainer:nth-of-type(odd) .imgcol {
	order: 0;
}
section.klantquotes .flexcontainer:nth-of-type(odd) .content {
	order: 1;
}


section.klantquotes .flexitem.content .quote {
	color:  var(--orange);
	/* text-shadow: 1px 2px 0px var(--dark); */
	font-weight: 600;
}

section.klantquotes .flexitem.countdown {
	background: white;
	border: 1px solid var(--orange);
	padding: 4em;
	overflow: hidden;
	aspect-ratio: 1;
}
section.klantquotes .flexitem.countdown .countinner {
	color:  var(--orange);
	/* text-shadow: 1px 1px 0px var(--dark); */
	line-height: 1.2em;
	font-size: 4em;
	white-space: nowrap;
	font-weight: 600;
	display: inline-block;
}

section.klantquotes .flexitem .counter {
	white-space: nowrap;
	display: inline-block;
}

section.klantquotes .flexitem .meta {
	margin-top: 1em;
	font-weight: 600;
	color: var(--orange);
}

section.inhoud_over_de_hele_breedte .content {
	padding-bottom: 3em;
}


section.inhoud_over_de_hele_breedte .content *:last-of-type {
	margin-bottom: 0;
}



section.breadcrumbssection {
	padding-top: 2em;
	font-size: 1em;
	color:#5B5B5B40;
}

section.breadcrumbssection svg {
	height: 1em;
	width: auto;
	vertical-align: middle;
	fill:#5B5B5B40;
	top:-.1em;
}


section.uitgelichte_items h1,
section.uitgelichte_items h2,
section.uitgelichte_items h3,
section.uitgelichte_items h4,
section.uitgelichte_items h5 {
	color: var(--orange);
}

section.uitgelichte_items .flexcontainer {
	width: 100%;
	display: flex;
	flex-wrap: no-wrap;
	align-items: stretch;

}

section.uitgelichte_items .uitgelicht_item {
	width: calc(100% / 2.75);
	display: flex;
	background: white;
	margin-right: var(--unit);
	margin-top: var(--unit);
	flex-direction: column;
	flex-shrink: 0;
	border-radius: var(--radius);
	overflow: hidden;
}

section.uitgelichte_items .uitgelicht_slides .uitgelicht_item {
	display: none;
}

.uitgelicht_nav {
	padding-bottom: 3em !important;
}

.uitgelicht_content {
	padding: var(--unit);
	display: flex;
	flex-direction: column;
	height: 16em;
}

section.uitgelichte_items .uitgelicht_grid .uitgelicht_content .more {
	bottom: 0;
	padding-bottom: 1em;
	background: white;
	position: absolute;
	width:100%;
	padding-top: .75em;
	z-index: 10;
}


.uitgelicht_title {
	font-size: var(--fontsize2);
	color: var(--orange);
	display: block;
	margin-bottom: .25em;
	word-break: break-word;
}

.uitgelicht_grid,
.uitgelicht_slides {
	width: 100%;
	padding-left: var(--sectionpadd);
	overflow: hidden;
}

.uitgelicht_next {
	position: absolute;
	left:10%;
	top:50%;
	width:var(--unit);
	height: auto;
	transform: translate(-50%, -50%) scale(1);
	fill:var(--orange);
	cursor: pointer;
}

.uitgelicht_next:hover {
	transform: translate(-50%, -50%) scale(1.25);
	fill:var(--orange);
}

section.uitgelichte_items .uitgelicht_slides .uitgelicht_item:nth-of-type(1),
section.uitgelichte_items .uitgelicht_slides .uitgelicht_item:nth-of-type(2),
section.uitgelichte_items .uitgelicht_slides .uitgelicht_item:nth-of-type(3),
section.uitgelichte_items .uitgelicht_slides .uitgelicht_item:nth-of-type(4){
	display: flex;
}

.uitgelicht_img {
	width: 100%;
	height: auto;
	display: block;
}

.uitgelicht_img img {
	width: 100%;
	height: auto;
}

.uitgelicht_img .thumbnailempty {
	width: 100%;
	padding: 1em;
	align-items: center;
	justify-content: center;
	display: flex;
	background: var(--orange);
	color: white;
	aspect-ratio: 500 / 330;
}

.uitgelicht_img .thumbnailempty div {
	font-size: 1.25em;
	font-weight: bold;
}

.uitgelicht_grid .flexcontainer,
.buttonhold {
	flex-wrap: wrap;
	justify-content: space-between;
}

.uitgelicht_grid .flexcontainer .uitgelicht_item {
	width: calc((100% - calc(var(--unit) * 3)) / 4);
	margin:0;
	margin-bottom: var(--unit);
}

.uitgelicht_grid .flexcontainer .uitgelicht_item .uitgelicht_content {
	padding: .75em; 
	font-size: .8em;
	line-height: 150%;
} 


.uitgelicht_grid .flexcontainer .uitgelicht_item .uitgelicht_title {
	font-size: 1.1em;
}

.uitgelicht_item.empty {
	visibility: hidden;
	margin-bottom: 0 !important;
}

.buttonhold .navitem {
	width: calc((100% - var(--unit)) / 2);
	display: block;
	margin-bottom: var(--unit) !important;
}

.more {
	color: var(--orange);
	text-decoration: underline;
	margin-top: auto;
	padding-top: 1em;
	display: block;
}

.more:hover {
	color: var(--orange);
}



.navitem {
	padding: 1em;
	background: white;
	border-radius: var(--radius);
	cursor: pointer;
	margin-bottom: 1em;
	color: var(--orange);
	font-weight: 700;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
}

.navitem svg {
	fill: var(--orange);
	height: 1.5em;
	vertical-align: middle;
	margin-right: .75em;
	top:-.1em;
	flex-grow: 0;
	flex-shrink: 0;
}

.navitem:last-of-type {
	margin-bottom: 0;
}

.navitem:hover {
	background: var(--orange);
	color: white;
}

.navitem:hover svg {
	fill: white;
}

.dynamiccontent {
	background: white;
	width: 100%;
	margin-left: var(--unit);
	border-radius: var(--radius);
	padding: 1em;
	display: flex;
	height: 100%;
	flex-direction: column;
}

.dyn_title {
	font-size: var(--fontsize2);
	margin: 0;
	font-weight: 500;
	line-height: 1.3em;
	color: var(--orange);
	font-weight: 700;
	margin-bottom: .5em;
}


.dyn_link {
	padding: .25em 1em;
	background: var(--dark);
	border: 3px solid var(--dark);	
	color: white;
	border-radius: var(--radius);
	margin-right: auto;
	margin-top: .75em;
	display: none;
}

.dyn_link:hover {
	background: none;
	color: var(--dark);
}


.deviceframe {
	position: relative;
	display: inline-block;
}

.deviceframe .frame {
	display: block;
	width: 100%;
	height: auto;
	z-index: 10;
}

.deviceframe.iphone .screen {
	position: absolute;
	top: 2.21%;
	left: 5.37%;
	width: 89.45%;
	height: 95.89%;
	object-fit: cover;
	z-index: 0;
	border-radius: var(--radius);
}
.deviceframe.mbp .screen {
	position: absolute;
	top: 2.43%;
	left: 10.35%;
	width: 79.3%;
	height: 85.46%;
	object-fit: contain;
	z-index: 0;
}

.devicehold {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2em;
	width: calc(100% + 4em);
}

.dynamiccontent .devicehold {
	width: 100%;
}

.devicehold .iphone {
	width: 50%;
	height: auto;
	margin-top: -6em;
}
@keyframes screentransit-fade {
	0%   { opacity: 0; }
	20%  { opacity: 1; }
	50%  { opacity: 1; } /* hold */
	70%  { opacity: 0; }
	100% { opacity: 0; } /* hold */
}

.screentransit {
	animation: screentransit-fade 5s ease-in-out infinite;
}

.devicehold.together .iphone {
	position: absolute;
	width: 30%;
	left: 70%;
	bottom:6em;
	z-index: 100;
}

.dyn_back {
	margin-top: 2em;
}

.dyn_back .devicehold .iphone {
	width: 40%;
	margin-top: 1em !important;
}
.dyn_back .devicehold.together .iphone {
	width: 30%;
	left:70%;
}

.content ul {
	list-style: none;
	padding-left: 0;
}

.content ul li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: .75em;
}

.content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: .5em;
	height: .5em;
	background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%209.07%209.07%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23FF5A00%3B%7D%3C/style%3E%3C/defs%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22.91%22%20y%3D%22.91%22%20width%3D%227.26%22%20height%3D%227.26%22%20rx%3D%221.44%22%20ry%3D%221.44%22%20transform%3D%22translate(-1.88%204.54)%20rotate(-45)%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.kader ul li::before {
	background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%209.07%209.07%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C/style%3E%3C/defs%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22.91%22%20y%3D%22.91%22%20width%3D%227.26%22%20height%3D%227.26%22%20rx%3D%221.44%22%20ry%3D%221.44%22%20transform%3D%22translate(-1.88%204.54)%20rotate(-45)%22/%3E%3C/svg%3E");
}

.content ul li strong {
	color: var(--orange);
}

.content strong {
	color: var(--dark);
}


section.horizontale_lijn::before {
	content: '';
	height: 1em;
	background: var(--grad);
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

section.training h1,
section.training h2,
section.training h3 {
	line-height: 1.3em;
	font-size: 1.8em;
}

section.training h1,
section.training h2 {
	color: var(--orange);
}

section.training .trainingitem {
	margin-top: var(--unit);
	align-items: stretch;
	padding-bottom: 2em;
}

section.training .trainingitem .meta {
	background: var(--grad);	
	color: white;
	padding: 1em;
	border-radius: var(--radius);
	align-self: flex-start;
	width: 30%;
	flex-grow: 0;
	flex-shrink: 0;
}
section.training .flexitem p:first-of-type {
	margin-top: 0;
}

section.training .trainingitem .meta .button {
	margin-bottom: 0;
}

section.training .trainingitem .imgcol .imghold {
	width: 100%;
}
	

section.training .trainingitem .imgcol img {
	width: 100%;
	height: auto;
	display: block;
}



section.training .trainingitem .content .flexcontainer {
	padding-top: .5em;
	margin-top: auto;
	height: auto;
	justify-content: space-between;
	align-items: flex-end;
}

section.training .trainingitem .content .flexcontainer .flexitem {
	width: auto;
}

section.training .trainingitem .content .flexcontainer a {
	background: var(--dark);
	border: .2em solid var(--dark);
	padding: .25em 1.5em;
	text-decoration: none;
	border-radius: var(--radius);
	font-weight: 700;
	color: white;
	display: block;
}

section.training .trainingitem .content .flexcontainer a:hover {
	background: none;
	color: var(--dark);
}


.boekitem {
	align-items: stretch;
	margin-bottom: 1em;
}

.boekitem .imgcol {
	width: 25%;
	margin-bottom: 0;
	padding-bottom: 0;
}


.boekitem .imgcol img {
	display: block;
	transform: perspective(800px) rotateY(0deg);
	transition: transform 0.3s ease;
	border-radius: var(--radius);
	width: 100%;
	height: auto;
	object-fit: contain;
}
.boekitem .imgcol img:hover {
	transform: perspective(800px) rotateY(-12deg);
}

.boekitem .content {
	width: 75%;
}

.content p a:not(.button){
	color: var(--orange);
	text-decoration: underline;
}

section.inhoud_twee_kolommen {
	padding-bottom: 2em;
}

section.support {
	z-index: 10;
}


section.support .flexcontainer {
	justify-content: space-between;
}


section.support .padded {
	background: white;
}


section.support .padded textarea {
	height: 8em;
}

.personenhold {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; /* change from space-between */
	gap: 2em; /* simulate spacing */
	margin-top: 2em;
}


.persoon {
	width: calc((100% - 4em) / 3);
}


.persoon b {
	display: block;
	margin-bottom: .15em;
	font-size: 1.1em;
	color: var(--orange);
}



.persooninhoud {
	padding: 1em;
	margin-bottom: 0;
	line-height: 1.2em;
	font-size: .75em;
}

.persoon .imghold {
	width: 100%;
}


.persoon .imghold img {
	margin-bottom: 0;
}

.teamcontainer {
	display: flex;
}

.teamcontainer .col {
	width: 33.33%;
	padding: 0;
	padding-right: 2em;
}

.team h1,
.team h2 {
	margin-bottom: 1em;
	text-align: center;
}


.devicehold .iphone {
margin-top: 0;
	
}



/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	height: 100%;
	min-height: 1px;
	vertical-align: middle;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: inline-block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}


.popup {
	position: fixed;
	z-index: 1000000;
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	padding: 1em;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	overflow-y: auto;
}

.popupclosefixed {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.75);
}

.popupwrap {
	display: flex;
	border-radius: var(--radius);
	overflow: hidden;
	max-width: 65%;
	align-items: center;
	max-height: 90vh; /* set max height */
	aspect-ratio: 2 / 1; /* optional: force 2:1 layout */
}

.popupclose {
	position: absolute;
	top:1em;
	right: 1em;
	fill:var(--dark);
	height: 1em;
	cursor: pointer;
	width: auto;
	z-index: 100000;
}

.popupclose:hover {
	fill:var(--orange);
}

.popupimg {
	position: relative;
	width: 50%;
	height: 100%;
	pointer-events: none;
}

.popupimg::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.popupimg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popupcontent {
	width: 50%;
	position: relative;
	padding: 2em;
	overflow-y: auto;
	height: 100%;
	background: white;
}

.popupcontent h2 {
	font-size: 1.2em;
	font-weight: 900;
}

.popupcontent h3 {
	margin: .5em 0;
}

.popupcontent strong {
	color: var(--orange);
}

.popupcontent .button {
	margin-bottom: 0;
}


body.popupactive {
	overflow: hidden;
}

.popupactive .popup {
	opacity: 1;
	pointer-events: all;
}

.kader {
	padding: 1em 2em;
	border-radius: var(--radius);
	background: var(--orange);
	color: white;
	margin-top: auto;
}

.kader strong {
	color: white !important;
}

.kader h2,
.kader h3 {
	color: white;
}

.kader p:first-of-type {
	margin-top: 0;
}

.kader:not(.kader:last-child){
	margin-bottom: 2em;
}

.padded {
	background: var(--achtergrond);
	padding: 2em !important;
	border-radius: var(--radius);
}
.padded *:first-child {
	margin-top: 0;
}
.padded *:last-child {
	margin-bottom: 0;
}

.paddedflex .imgcol {
	padding-bottom: 0 !important;
}

.arrowflex {
	height: 0;
	margin: 0 !important;
}

@keyframes arrowIn {
	0% {
		opacity: 0;
		transform: translateY(30px) scale(0.8) rotate(0deg);
	}
	50% {
		opacity: 1;
		transform: translateY(-5px) scale(1.05) rotate(2.5deg);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1) rotate(5deg);
	}
}

.arrow {
	position: absolute;
	bottom: 2em;
	left: 2em;
	height: 2em;
	transform: rotate(10deg);
	animation: arrowIn 0.8s ease-out both;
	fill:var(--orange);
}

.paddedflex .content {
	align-self: flex-start;
}



section.faq h1,
section.faq h2 {
	margin-top: 0;
	margin-bottom: var(--unit);
}


.vraag-item {
	background: var(--achtergrond);
	border-radius: var(--radius);
	overflow:hidden;
	margin-bottom: var(--unit);
	cursor: pointer;
}

.vraag-item.active {
	border-radius: var(--radius);
}

.vraag-titel {
	display: flex;
	width: 100%;
	padding: 1em;
	padding-right: 2em;
	align-items: stretch;
	justify-content: stretch;
	border-radius: var(--radius) var(--radius) 0 0;
}

.vc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:5em;
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
}

.vc div {
	color: var(--orange);
	font-size: 2.2em;
	font-weight: 700;
}

.vraag-titel svg {
	vertical-align: middle;
	display: inline-block;
	margin-left: .5em;
	height: .5em;
	width: auto;
	fill:var(--orange);
}

.vraag-item:not(.active):hover .vraag-titel svg {
	transform: rotate(-90deg);
}

.vraag-antwoord {
	display: none;
	padding-right: 2em;
	padding-left: 6em;
}

.vraag-item.active .vraag-antwoord {
	display: block;
}

.vraag-item.active .vraag-titel {
	background: var(--grad);
	color: white;
}


.vraag-item.active .vraag-titel .vc div {
	color: white;
}

.vraag-item.active .vraag-titel svg {
	transform: rotate(-180deg);
	fill:white
}



.lastinfo .logo {
	width: auto;
	left: 0em;
	top:0;
	position: absolute;
	height: 100%;
	transform: rotate(0) !important;
}

.content ul a:not(.button),
.content p a:not(.button){
	text-decoration: underline;
}
.content ul a:not(.button):hover ,
.content p a:not(.button):hover {
	text-decoration: none;
	color: var(--orange);
}

a.whitelabelmogelijk {
	text-decoration: none !important;
	display: inline-block;
	height: calc(2em + 2px);
	vertical-align: middle;
	margin-left: .5em;
	margin-top: -.2em;
	font-size: .8em;
}


a.whitelabelmogelijk .a {
	display: inline-block;
	content:'';
	width: auto;
	fill:var(--orange);
	height:calc(2em + 2px);
}

a.whitelabelmogelijk .c {
	background: var(--orange);
	border-left: 0;
	border: 1px solid var(--orange);
	border-radius: var(--radius) 0 0 var(--radius);
	overflow: hidden;
	display: inline-block;
	line-height: 2em;
	font-weight: bold;
	color: white !important;
}

a.whitelabelmogelijk .i {
	width: auto;
	display: inline-block;
	float: left;
	margin-right: .5em;
	vertical-align: middle;
	height: 2em;
}

 a.whitelabelmogelijk .i rect {
	fill: white;
}
a.whitelabelmogelijk .i path {
	fill:var(--orange);
}

.kader .whitelabelmogelijk .c {
	color: var(--orange) !important;
	background: white;
	border: 1px solid white;
} 

.kader a.whitelabelmogelijk .i rect {
	fill:var(--orange);
}

.kader a.whitelabelmogelijk .a {
	border-left: .25em solid white;
}

.kader a.whitelabelmogelijk .i path,
.kader a.whitelabelmogelijk .a {
	fill: white;
}

.mobileonly {
	display: none;
}