


/* ----------------- BURO 050 STANDARDS  ---------------- */

html {
	
	font-size: 16px;
	background-color: white;

}



body {
	
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	max-height: 100%;
	
	margin: auto;
	
	font-size: 1rem;
	line-height: 1.500rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;							/* LIGHT */
	color: black;								

x	background-image: url("../media/webinzicht_standard_template_01.jpg");
	
	
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	overflow: scroll; /* IE11 trouble */
	

}

b {
	font-size: 1rem;
	font-weight: 700;							/* BOLD */
	
}

a { 
	color: black;
	text-decoration: none;
}	


a:hover { 
	color: #ffac30;								/* wiz orange	 */
	
}	

div {
	
	box-sizing: border-box;
}


/* structure */

.tophalf {
	
	width: 100%;
	height: 85%;

	padding-bottom: 15%;
	
	
	
}


.bottomhalf {
	
	position: fixed;
	z-index: 1000;
	
	bottom: 0;
	
	width: 100%;
	height: 15%;
	min-height: 100px;
	
	background-color: white;	
	border-top: 1px solid #e8484b;

	
}

/* content */

.logo-slogan {
	
	padding-top: 1rem;
	height: 100%;
	
	margin: 0;
	position: relative;
	
	display: flex;
	flex-direction: column;
	justify-content: center; 
	
	border: 0px solid green;
	
		
}	



.logocolumn {
	
	margin: auto;
	
	width: 50vw;
	max-width: 800px;

	
	border: 0px solid red;
	
	
	
	
		display: flex;
	flex-flow: row wrap;
	
x	flex-direction: row;
x	flex-wrap: wrap;
	
	width: calc( 100% - 6rem );
	max-width: 1200px;
	
	margin: auto;
	
	margin-top: 0;
	margin-bottom: 3rem;

	border: 0px solid blue;


	
}

.spaceblock {
	
	align-self: flex-start;
	
	width: calc(25% - 3rem);
	min-width: 250px;
	min-height: 250px;
	
}

.logobox  {
	
	align-self: flex-end;
	
	width: calc(75% - 3rem);
	min-width: 300px;
}

.logo {
	
	
	
  width: 100%;
  padding-top: 45%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625)  56.25%; */
  
	
	
	background-image: url("../media/Logo-My-Real-Self_16-9.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	border: 0px solid green;
	
	
}

.slogan {
	
	display: flex;
	flex-flow: row wrap;
	
x	flex-direction: row;
x	flex-wrap: wrap;
	
	width: calc( 100% - 6rem );
	max-width: 1200px;
	
	margin: auto;
	
	margin-top: 0;
	margin-bottom: 3rem;

	border: 0px solid blue;




}

.slogan div.photobox {
	align-self: flex-start;
	
	width: calc(25% - 3rem);
	min-width: 250px;
	min-height: 250px;
	
x	overflow: hidden;

	border: 0px solid pink;
}	

.slogan div.photo {
	
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	

	
	background-image: url("../media/Fausta-1x1.jpg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	
	border: 0px solid green;
	
	
}


.slogan div.txt {
	
	align-self: flex-end;
	
	width: calc(75% - 3rem);
	min-width: 300px;
	
	padding-left: 3rem;
	text-align: left;
	
	text-transform: none;
	
	word-spacing: 0.2rem;
	letter-spacing: 0.2rem;
	text-justify: inter-word;
	
	border: 0px solid red;
	
	
}

.slogan div.txt li {
	margin-bottom: 0.65rem;
	
}

.contact-wiz {
	
	width: 100%;
	height: 100%;	
	
	
	
	color: black;

	
	
	
}

.contact-wiz div {
	
	max-width: calc(100% - 6rem);
	padding-left: 3rem;
	padding-right: 3rem;
	
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	text-align: center;
	
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	
	
	
	
}



span {
	
	color: #000000;								/* zwart	 */
	font-weight: bold;
}

.contact-wiz div.languagebox {
	
	margin-top: 1rem;
	font-size: 0.75rem;
	letter-spacing: 0.0rem;
	
}


@media only screen and 	(max-width: 1020px) {
	
	
	.tophalf {
	
		position: relative;
		height: auto;
	
	}
	.bottomhalf {
		
		position: relative;
		height: auto;
	x	min-height: 200px;
	
	}
	
	.logo-slogan {
	
	padding-top: 0rem;
	}
	
	.logocolumn {
	
	width: 100%;
	
	}
	
	.spaceblock {
	
	display: none;
	
	}

	.logobox  {
	
	width: 100%;
	
	}

	
	.slogan {
		
	width: calc( 100% - 2rem );
	margin: auto;

	}
	
	
	.slogan div.photobox {
		width: calc(100% - 4rem);
		margin: auto;
		padding: 0;
		margin-bottom: 0rem;
	
	}

	.slogan div.photo {
	
	width: calc(100% - 2rem);
	padding-top: calc(100% - 2rem); /* 1:1 Aspect Ratio */
	margin: auto;
	
	
	}	
	
	.slogan div.txt {
		width: 100%;
		padding-top: 2rem;
		padding-left: 1rem;
		padding-right: 1rem;
		margin: auto;
		margin-bottom: 2rem;
	
	
	}
	
	.slogan, b {
		letter-spacing: 0.1rem;
		font-size: 0.85rem;
		line-height: 1.2rem;
	}
	
	
	
	
	.contact-wiz div {
	
	width: 100%;
	max-width: 100%;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	
	margin: 0;

	top: 0;
	left: 0;
	transform: translate(0, 0);
	
	text-align: center;
	line-height: 1.6rem;
	letter-spacing: 0.1rem;
	
	
	}

	
	
}	

