/* 
Wise NL Bibliotheek Wise app page 
/content/dam/oclc/wise/nl/css/wise_app_pg_nl.css
*/

/* Import */

@import url("https://www.oclc.org/content/dam/oclc/wise/nl/css/reset.css");
@import url("https://www.oclc.org/content/dam/oclc/wise/nl/css/link_buttons.css");
@import url("https://www.oclc.org/content/dam/oclc/wise/nl/css/bottom.css");


/* Sticky header */

.product-page .parsys.hero_area {
	margin: 0 0 2rem 0 !important;
}


/* Merged */

#wise-app-nl-intro,
#wise-app-nl-body-block {
	display: table;
	margin: 3rem 0 4rem;
	padding: 0 0 2rem !important;
	border-bottom: 1px dotted #888B8D;
}

#wise-app-nl-intro h1,
#wise-app-nl-body-block h2, 
#wise-app-nl-body-start h2,
#wise-app-nl-body-start h3,
#wise-app-nl-body-stats p {
	margin: 0 0 2rem;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', Helvetica, Arial, sans-serif;
	line-height: 1.1em;
}


/* Intro */

#wise-app-nl-intro h1 {
	font-style: bold;
	font-weight: 600;
	font-size: 3rem;
	color: #AE2573;
	letter-spacing: -1.5px;
}

#wise-app-nl-intro .parsys_column.cq-colctrl-lt5 {
	max-width: 960px;
	margin: 0 auto !important;
	float: none;
	display: table;
}

#wise-app-nl-intro .image.parbase.section .figure-stack-image {
	margin: 0 auto;
}

#wise-app-nl-intro .image.parbase.section img {
	max-width: 180px;
}



/* Body */

#wise-app-nl-body-block h2,
#wise-app-nl-body-start h2 {
	font-weight: 600;
	font-size: 2.5rem;
	color: #722257;
}

#wise-app-nl-body-stats {
	margin: 3rem 0 0;
}

#wise-app-nl-body-stats p {
	margin-bottom: 2rem;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.2em;
	letter-spacing: -1.0px;
	text-align: center;
}

#wise-app-nl-body-stats p strong {
	color: #E87722;
}


/* Screens */

#wise-app-nl-screens {
	margin: 1rem 0 4rem;
}

#wise-app-nl-screens .image.parbase.section img {
	border: 1px solid #666F76 !important;
}

@media screen and (max-width: 800px) {
	#wise-app-nl-screens .image.parbase.section .figure-stack-image {
		margin: 0 auto;
	}
	
	#wise-app-nl-screens .image.parbase.section img {
		max-width: 350px;
	}
}


/* Start */

#wise-app-nl-body-start {
	display: table;
	margin: 3rem 0 4rem;
	padding: 1.5rem !important;
	border: 6px solid #AE2573;
}

#wise-app-nl-body-start .parsys_column.cq-colctrl-lt0 {
	display: table;
	float: none;
	max-width: 960px;
	margin: 0 auto 2rem;
}

#wise-app-nl-body-start .image.parbase.section {
	margin: 0 auto 2rem;
}

#wise-app-nl-body-start .image.parbase.section .figure-stack-image {
	margin: 0 auto;
}

#wise-app-nl-body-start .image.parbase.section img {
	max-height: 80px;
}

#wise-app-nl-body-start h3 {
	font-size: 1.75rem;
	margin: 2rem 0 1rem;
	font-weight: 600;
}

#wise-app-nl-body-start ul {
	margin: 0;
}

#wise-app-nl-body-start ul li {
	list-style-type: none;
	display: inline;
	margin: 0 2rem;
	white-space: nowrap;
}

@media screen and (max-width: 800px) {
	#wise-app-nl-body-features .parsys_column.cq-colctrl-lt2-c0,
	#wise-app-nl-body-features .parsys_column.cq-colctrl-lt2-c1,
	#wise-app-nl-body-features .parsys_column.cq-colctrl-lt2-c2 {
		margin-bottom: 0;
	}
	#wise-app-nl-body-start .parsys_column.cq-colctrl-lt0 {
		margin: 0 auto;
	}
	#wise-app-nl-body-start ul li {
		display: block;
		margin: 0 0 0.5rem;
	}
}


/* Vertical centering */

#wise-app-nl-intro .parsys_column.cq-colctrl-lt5,
#wise-app-nl-body-stats.parsys_column.cq-colctrl-lt0 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	#wise-app-nl-body-stats.parsys_column.cq-colctrl-lt0 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	#wise-app-nl-intro .parsys_column.cq-colctrl-lt5 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column-reverse;
	}
}


/* Mobile text resize */

@media screen and (max-width: 600px) {
	#wise-app-nl-intro h1 {
		font-size: 2.75rem;
	}
	#wise-app-nl-body-block h2, #wise-app-nl-body-start h2 {
		font-size: 2.25rem;
	}
	#wise-app-nl-body-stats p {
		margin: 0 4% 0.5rem;
		font-size: 1.75rem;
		line-height: 1.15em;
		letter-spacing: -0.5px;
	}
}



