/* CSS Document */

/* Algemene code */

html {
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	scroll-behavior: smooth;
}

body {
	opacity: 1;
	transition: 1s opacity;
	width: 100%;
	margin: 0;
	padding: 0;
	font-kerning: normal;
	letter-spacing: normal;
	text-rendering: optimizeSpeed;
}

body.fade-out {
	opacity: 0;
	transition: none;
}

#wrapper {
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-left: 30px;
	margin-right: 30px;
}

#content-laden {
	margin-left: 30px;
	margin-right: 30px;
    display: table;
    overflow: hidden;
	position: relative;
	top: 50%;
	height: 100vh;
	margin-top: 4em;
    width: 100%;
}

/* Toolbar */

#toolbar {
	height: 60px;
	width: 100%;
	max-width: 550px;
	background-color: #FFF;
	box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.1);
	position: fixed;
	bottom: 0;
}

#toolbar-dark {
	height: 60px;
	width: 100%;
	max-width: 550px;
	background-color: #232323;
	box-shadow: 0 -2px 4px 0 rgba(255,255,255,0.1);
	position: fixed;
	bottom: 0;
}

#toolbar-button img {
	height: 120px;
	width: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#icon-left img, #icon-center img, #icon-right img {
	height: 24px;
	width: 24px;
}

#icon-left {
	position: absolute;
	bottom: 14px;
	left: 30px;
}

#icon-center { /* Alleen in Note */
	position: absolute;
	bottom: 14px;
	left: 47%;
	margin-left: auto;
	margin-right: auto;
}

#icon-right {
	position: absolute;
	bottom: 14px;
	right: 30px;
}


/* Onboarding content */

#top-logo {
	height: 62px;
	width: 62px;
	margin-top: 70px;
	margin-bottom: 30px;
}

#top-logo img {
	height: 62px;
	width: 62px;
}

.top-title {
	width: 100%;
	color: #B08282;
	font-family: "Circular-Bold", sans-serif;
	font-size: 37px;
	font-weight: 700;
	line-height: 47px;
}

.top-title em {
	text-decoration: none;
	font-style: normal;
	color: #232323;
}

#top-desc {
	margin-top: 20px;
}

.top-desc {
	height: auto;
	width: 100%;
	color: #B08282;
	font-family: "Circular-Medium", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.onboarding-icon-huiswerk, .onboarding-icon-notities {
	height: 60px;
	width: 60px;
	margin-right: 20px;
	margin-top: 30px;
}

#bottom-desc {
	margin-top: 60px;
}

.bottom-desc {
	height: 36px;
	width: 100%;
	color: #B08282;
	font-family: "Circular-Medium", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

#bottom-button {
	margin-top: 30px;
	margin-bottom: 70px;
}

.bottom-button {
 	display: block;
 	width: 100%;
 	border: none;
	border-radius: 100px;
	background-color: #0496FF;
	color: #fff;
	padding: 20px 28px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	font-family: "Circular-Medium", sans-serif;
}

.bottom-button:hover {
	background-color: #0496FF;
	color: #fff;
}

.bottom-button-alt {
 	display: block;
 	width: 100%;
 	border: none;
	border-radius: 100px;
	background-color: #fff;
	color: #0496FF;
	padding: 20px 28px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	font-family: "Circular-Medium", sans-serif;
}

.bottom-button-alt:hover {
	background-color: #fff;
	color: #0496FF;
}

#notitie-blocks-1 img {
	height: auto;
	width: 100%;
}

#notitie-blocks-2 img {
	height: auto;
	width: 100%;
}

#notitie-blocks-3 img {
	height: auto;
	width: 100%;
}


/* Huiswerk afgerond */

#bottom-voltooien {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	height: 63px;
	width: 63px;
	margin-left: auto;
	margin-right: auto;
}

.voltooien-button, .voltooien-button-img {
	height: 63px;
	width: 63px;
	margin-left: auto;
	margin-right: auto;
}


