
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								algemeen voor hele site
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
*												{margin: 0; padding: 0; border: 0; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box;}

.mobile											{display: none;}

.wrapper										{position: relative; display: inline-block; width: 1200px;}
	.main.wrapper								{padding-top: 6rem;}

html											{font-size: 16px; width: 100vw; height: 100%; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
												 -o-text-size-adjust: 100%;}
	html.fixed									{overflow: hidden;}
body											{overflow-X: hidden; overflow-Y: auto; text-align: center; font-family: "Open Sans", Arial, sans-serif; font-weight: 400; cursor: default;
												 color: #000000; width: 100vw; height: 100%; background-color: #FAFAFF;}
	body.busy *									{cursor: wait !important;}

.bodyOverlay									{display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; text-align: center; background-color: #CCCCCC; z-index: 9999;}
	.bodyOverlay .container						{display: inline-block; vertical-align: middle; border: 1px solid #FFFFFF; padding: 2rem; color: #FFFFFF;}
	.bodyOverlay .question						{}
	.overlayForm								{position: relative; display: inline-block; vertical-align: middle; padding: 3.5rem 2rem 2rem 2rem; border-radius: 5px; text-align: center;
												 color: #000000; width: 32rem;
												 background-image: -ms-radial-gradient(50% 0, circle closest-corner, transparent 0, transparent 2.5rem, #FFFFFF 2.6rem, rgba(60, 141, 188, 0.5));
												 background-image: -moz-radial-gradient(50% 0, circle closest-corner, transparent 0, transparent 2.5rem, #FFFFFF 2.6rem, rgba(60, 141, 188, 0.5));
												 background-image: -o-radial-gradient(50% 0, circle closest-corner, transparent 0, transparent 2.5rem, #FFFFFF 2.6rem, rgba(60, 141, 188, 0.5));
												 background-image: -webkit-gradient(radial, 50% 0, circle closest-corner, transparent 0, transparent 2.5rem, #FFFFFF 2.6rem, rgba(60, 141, 188, 0.5));
												 background-image: -webkit-radial-gradient(50% 0, circle closest-corner, transparent 0, transparent 2.5rem, #FFFFFF 2.6rem, rgba(60, 141, 188, 0.5));
												 background-image: radial-gradient(circle closest-corner at 50% 0, transparent 0, transparent 2.5rem, #FFFFFF 2.6rem, rgba(60, 141, 188, 0.5));
												 -webkit-box-shadow: 0px 5px 15px -5px #000000, inset 5px 0px 5px -4px #FFFFFF, inset -5px 0 5px -4px #FFFFFF, inset 0 -4px 5px -3px #FFFFFF;
												 box-shadow: 0px 5px 15px -5px #000000, inset 5px 0px 5px -4px #FFFFFF, inset -5px 0 5px -4px #FFFFFF, inset 0 -4px 5px -3px #FFFFFF;}
	.overlayForm span							{display: block;}
	.overlayButton								{position: relative; display: inline-block; background-color: rgba(255, 255, 255, 0.25); width: 45%; height: 3rem; line-height: 3rem;
												 border-radius: 5px; margin: 2rem 0.5rem 1rem; -webkit-box-shadow: inset 0 0 3px 1px #FFFFFF; box-shadow: inset 0 0 3px 1px #FFFFFF;
												 cursor: pointer; font-weight: 700; border: 1px solid transparent; border-radius: 5px; color: #FFFFFF;}
		.overlayButton:hover					{border-color: #FFFFFF; -webkit-box-shadow: 0 0 5px #FFFFFF; box-shadow: 0 0 5px #FFFFFF;}

a												{text-decoration: none; outline: none; border: none;}
xa:link											{color: #000000;}
xa:visited										{color: #000000;}
xa:hover										{color: #000000;}
xa:active										{color: #000000;}

input, select, textarea							{font-family: inherit; font-size: inherit; font-weight: normal; color: inherit;}


h1												{text-decoration: none; margin-bottom: 1rem; color: #000000; font-size: 2rem; line-height: 2rem;}
h2												{position: relative; text-decoration: none; margin: 1.5rem 0 1rem; color: #000000; font-size: 1.5rem; line-height: 1.5rem;}

img												{-webkit-user-drag: none;}

.vertCenter										{display: inline-block; vertical-align: middle; height: 100%;}

.block											{position: relative; display: inline-block; left: 0; top: 0; width: 100%; padding-bottom: 6rem;}

.button											{position: relative; display: inline-block; vertical-align: middle; padding: 0.5rem 2rem; background-color: #F49C14; color: #FFFFFF;
												 font-weight: 700; cursor: pointer; transition: 0.25s; text-transform: uppercase; text-decoration: none; border-radius: 0.25rem;
												 -webkit-user-select: none; -ms-user-select: none; user-select: none;}
	.button.disabled							{background-color: #CCCCCC; cursor: not-allowed;}

.login											{position: relative; display: inline-block; vertical-align: middle; text-align: left; padding: 0.2rem 1rem; border: 1px solid; color: #FFFFFF;
												 transition: 0.25s;}
												 

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								cookies
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookies										{display: none; position: fixed; left: 0; bottom: 0; width: 100%; background-color: #000000; color: #FFFFFF; font-size: 0.75rem;
												 z-index: 9999;}
	.cookies .text								{position: relative; display: inline-block; vertical-align: middle; text-align: left; max-width: calc(85% - 25em); padding: 0.5em;}
		.cookies .text a, .cookies .text span	{text-decoration: underline; color: #FFFFFF; cursor: pointer;}
	.cookie-settings							{display: none; margin: 2em auto auto;}
		.cookies label							{position: relative; display: block; padding-left: 1.5em; margin-bottom: 0.5em;}
		.cookies label b:before					{content: ""; position: absolute; left: 0; top: 0; width: 1em; height: 1em; line-height: 1em; text-align: center; border: 1px solid #FFFFFF;}
		.cookies label.checked b:before			{content: "✓"}
		.cookies label:first-of-type b			{opacity: 0.5;}
		.cookies label:first-of-type b:before	{opacity: 0.5;}
	.cookies .button							{display: inline-block; vertical-align: middle; background-color: #6AA84F; text-shadow: 0 0 1em rgba(0, 0, 0, 0.5); width: 18em;
												 padding: 0.5rem 0;}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								menu
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.top											{position: fixed; left: 0; top: 0; width: 100vw; height: 2.5rem; background: linear-gradient(to top right, #00589C, #3598DC);
												 color: #FFFFFF; z-index: 100; font-size: 0.85rem;}
	.top .wrapper								{text-align: right;}
		.top .phone								{display: inline-block; vertical-align: middle; line-height: 2.5rem; margin-right: 3rem;}
			.top span							{display: inline-block; vertical-align: middle; margin-right: 1rem;}
			.top img							{display: inline-block; vertical-align: middle; height: 1.5rem; margin-right: 0.25rem;}
			.top a								{display: inline-block; vertical-align: middle; color: #FFFFFF;}
		.top .login								{border-color: #FFFFFF;}
			.top .login:before					{background-color: #FFFFFF; color: #FFFFFF;}
			.top .login:hover					{background-color: #FFFFFF; color: #3598DC;}
			.top .login:hover:before			{background-color: #3598DC; color: #3598DC;}

.menu											{position: fixed; left: 0; top: 2.5rem; width: 100vw; background-color: #FFFFFF; color: #000000;
												 box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); z-index: 100;}
.menu.fixed	.menuItem							{padding: 1.5rem 1rem;}
	.logo										{position: absolute; left: 0; top: 50%; transform: translateY(-50%); margin-top: 0.5rem; font-family: "Raleway"; font-size: 2.5rem; font-weight: 700;
												 color: #000000; transition: 0.25s;}
		.logo:after								{content: "Skillba"; padding: 0.25em 0.85em 0 0; background: url("../../../inc/IMG/logoB.png") no-repeat right top / 1.25em;}
	.menuBlock									{display: inline-block;}
		.menuItem								{position: relative; display: inline-block; vertical-align: middle; padding: 2.5rem 1rem; color: #000000; transition: 0.25s;}
		.menuItem.checkOut						{font-weight: 700;}
		.menuItem img							{display: inline-block; margin-right: 0.25rem;}
		.menuItem:hover::after					{content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 2rem; border-bottom: 1px solid #F49C14;}
		.menuItem.current:after					{content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 2rem; border: 1px solid #F49C14;}
	.menu .button.try							{position: absolute; right: 0; top: 0; bottom: 0; margin: auto; height: 2.5rem; line-height: 2.5rem; padding: 0 2rem;}
		.menu .button.try.notice, .menu .button.try:hover	{transform: scale(1.1);}
	.menu .login								{display: none; color: #3598DC;}
		.menu .login:before						{background-color: #3598DC;}
		.menu .login:after						{color: #FFFFFF;}
.pageIndicator									{position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color: #F49C14;}

.spaceHolder									{display: block; height: 6.5rem;}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								quickNav
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.block.quickNav									{padding: 2rem 0; background-color: #F6F6FF}
	.block.quickNav.fixed						{position: absolute; top: auto; bottom: 0;}
	.block.quickNav .nav						{display: inline-block; vertical-align: top; text-align: left; line-height: 1.5rem; max-width: 33%;}
	.block.quickNav .nav:nth-of-type(1)			{float: left;}
	.block.quickNav .nav:nth-of-type(3)			{float: right;}
	.block.quickNav .navText					{display: block; font=-weight: bold; margin-bottom: 0.5rem; color: #3598DC; font-weight: 700; text-transform: uppercase;}
	.block.quickNav .nav .quickMenuItem			{display: block; line-height: 2rem; transition: 0.2s;}
	.block.quickNav .nav .quickMenuItem:hover	{padding-left: 0.5rem;}
	.block.quickNav .nav img					{display: inline-block; vertical-align: middle; height: 1rem; margin-right: 0.5rem;}
	.block.quickNav .nav a						{color: #000000;}
	.block.quickNav span						{display: inline-block; vertical-align: middle;}
	.block.quickNav .login:hover				{background-color: #000000; color: #FFFFFF;}
	.block.quickNav .logout						{display: inline-block; margin: 0.5rem 0 0 1rem;}
	.block.quickNav .social						{position: relative; display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; xborder: 1px solid #000000;
												 border-radius: 50%; margin-right: 1rem; background-color: #AAAAAA; color: #FFFFFF !important;}
	.block.quickNav .generalConditions			{color: #AAAAAA !important;}

	.block.quickNav .language					{display: inline-block; font-size: 0; margin-top: 2rem;}
		.block.quickNav .language span			{display: inline-block; vertical-align: middle; font-size: 1rem; margin-right: 0.5rem;}
		.block.quickNav .languageContainer		{position: relative; display: inline-block; vertical-align: middle; min-width: 12rem; height: 1.5rem;}
		.block.quickNav .languageContainer .curLang	{position: absolute; left: 0; top: 0; font-size: 1rem; cursor: pointer;}
		.block.quickNav .languageContainer .curLang:after	{content: " ›";}
		.block.quickNav .languageContainer select	{display: none; position: absolute; left: 0; top: 0; font-size: 1rem; overflow-Y: auto; background-color: transparent;}
		.block.quickNav .languageContainer select option	{padding: 0.2rem 1rem 0.2rem 0;}
		.block.quickNav .languageContainer select option:hover	{background-color: #45A8EC;}
		.block.quickNav .languageContainer.up select		{top: auto; bottom: 0; transform: scaleY(-1);}
		.block.quickNav .languageContainer.up select option	{transform: scaleY(-1);}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								home
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.block.welcome									{background: url("../IMG/BG3.jpg") no-repeat center / cover; color: #FFFFFF; padding-top: 8rem; padding-bottom: 8rem;
												 text-shadow: 0 0 0.15rem #000000;}
	.block.welcome .wrapper						{text-align: left;}
	.block.welcome h1							{position: relative; color: #FFFFFF;}
	.block.welcome .subTitle					{font-size: 1.5rem; margin-bottom: 1rem;}
	.block.welcome .button						{padding: 1rem 2rem; outline: 1px solid transparent; outline-offset: 10px; text-shadow: none;}
		.block.welcome .button:hover			{transform: scale(1.1);}
	.xblock.welcome .button:hover				{outline-offset: -10px; outline-color: #FFFFFF;}

.block.why										{background-color: #FFFFFF; line-height: 1.5rem; padding-top: 6rem;}
	.block.why .text							{display: block; margin-bottom: 5rem;}
	.block.why .feature							{display: inline-block; vertical-align: top; width: 33%; box-sizing: border-box; text-align: left;}
	.block.why .feature:nth-of-type(3)			{padding: 0 1rem;}
	.block.why .feature .icon					{position: relative; display: block; width: 8rem; height: 8rem; margin: 0 auto 1rem auto; border: 3px solid #AAAAAA; border-radius: 50%;
												 opacity: 0.5;}
	.block.why .feature .icon img				{position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 70%;}
	.block.why .feature h2						{width: 100%; text-align: center;}
	.xblock.why .textBlock						{display: inline-block; width: 100%;}
		.xblock.why .textBlock img				{display: inline-block; vertical-align: top; width: 30%; height: 20rem; margin: 1rem; border: 2px dashed #AAAAAA;}
		.xblock.why .textBlock .text			{display: inline-block; vertical-align: top; width: 60%; margin: 1rem; text-align: left;}

.block.try										{background: linear-gradient(to top right, #00589C, #3598DC); color: #FFFFFF; padding: 2rem 0 1rem 0;}
	.block.try h2								{color: #FFFFFF;}
	.block.try .pros							{display: block; margin-bottom: 2rem;}
		.block.try .pro							{display: inline-block;}
		.block.try .pro:nth-child(2)			{margin: 0 2rem;}
		.block.try .pro:before					{content: "✓"; display: inline-block; vertical-align: middle; margin: -0.7rem 0.25rem 0 0; font-weight: 700; font-size: 2rem; xline-height: 10rem;}
	.block.try .getEmail						{position: relative; display: inline-block; vertical-align: middle; width: 20rem; max-width: calc(100vw - 2rem); height: 2.5rem; line-height: 2.5rem;
												 margin-right: 1rem; background-color: #FFFFFF;}
		.block.try .getEmail input				{position: absolute; left: 0; top: 0; width: 100%; height: 2.5rem; line-height: 2.5rem; background-color: transparent; color: #000000;
												 padding-left: 1rem;}
		.block.try .getEmail span				{position: absolute; left: 0; top: 0; width: 100%; height: 2.5rem; line-height: 2.5rem; color: #000000;}
		.block.try .button						{padding: 0.75rem 2rem; outline: 1px solid transparent; outline-offset: 10px; margin: 1rem 0 1rem 0;}
			.block.try .button:hover			{outline-offset: -10px; outline-color: #FFFFFF;}

.block.aboutUs									{padding-top: 6rem; line-height: 2rem; background-color: #FFFFFF;}
	.block.aboutUs .feature						{display: inline-block; max-width: 50%; box-sizing: border-box; text-align: left;}
	.block.aboutUs .feature:nth-of-type(1)		{float: left; padding-right: 1rem;}
	.block.aboutUs .feature:nth-of-type(2)		{float: right; padding-left: 1rem;}
	.block.aboutUs .feature ul					{list-style-type: none; margin: 0; padding: 0;}
		.block.aboutUs .feature li				{display: inline-block; min-width: 49%;}
			.block.aboutUs .feature li:before	{content: "✓"; display: inline-block; vertical-align: middle; color: #6AA84F; margin: -0.25rem 0.25rem 0 0; font-weight: 700; font-size: 2rem;
												 line-height: 3rem;}
	

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								features
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.block.features									{background-color: #FFFFFF; line-height: 2rem; font-size: 0;}
	.block.features *							{box-sizing: border-box;}
	.block.features .main.wrapper				{margin-bottom: 4rem; font-size: 1rem;}
	.block.features .feature					{display: inline-block; vertical-align: top; width: calc(100% / 3); font-size: 1rem; padding: 2rem;}
	.block.features .feature img				{display: inline-block; width: 50%; max-width: 10rem;}
	.block.features .feature .text				{display: block; text-align: left;}
	.block.features .alignLeft					{display: inline-block; text-align: left;}
	.block.features .alignLeft ol				{margin-left: 2rem;}
	.block.features .alignLeft ol li			{padding-left: 0.5rem;}
	.block.features .alignLeft img				{width: 40rem; max-width: calc(100% - 3.75rem);}
	.block.features .alignLeft img.indent		{margin-left: 3.7rem;}

	.xblock.features .feature:nth-child(even)	{background-color: #FAFAFF;}
	.xblock.features .feature .wrapper			{text-align: left;}
	.xblock.features	.feature .text				{width: 100%;}
		.xblock.features	.feature .text img		{width: 40%; padding-bottom: 1rem;}
	.xblock.features .feature h3					{margin: 1rem 0 0.5rem 0;}
	.xblock.features	.feature.left .text img		{float: right; padding-left: 3rem;}
	.xblock.features	.feature.right .text img	{float: left; padding-right: 3rem;}
	.xblock.features .feature .text ul			{margin-left: 1rem; xpadding: 0;}
	.xblock.features .feature .text i			{font-style: normal; color: #3598DC;}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								pakketten / prijzen
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.priceTable										{padding-bottom: 3rem;}
	.packageBlocks								{margin-top: 4rem;}
		.packageBlock							{position: relative; display: inline-block; vertical-align: top; margin-bottom: 3rem; background-color: #FFFFFF; padding-bottom: 1rem;
												 box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); border: 2px solid transparent; transition: 0.25s; box-sizing: border-box;}
			.packageBlock:nth-of-type(1)		{float: left; width: 32%;}
			.packageBlock:nth-of-type(2)		{float: right; width: 64%;}

			.packageBlock .name					{background-color: #3598DC; padding: 2rem 0 2rem 0; margin-bottom: 1rem; color: #FFFFFF; font-size: 2rem;}
			.packageBlock .name span			{display: block; font-size: 1.25rem;}
			.packageBlock .contentBlock			{display: inline-block; vertical-align: top; text-align: left; margin: 0 2rem;}
				.packageBlock .content			{position: relative; line-height: 2rem;}
				.packageBlock .content:before	{content: "✓"; position: absolute; left: -1.25rem; color: #6AA84F; font-size: 1.5rem;}
			.packageBlock .packageInfo			{display: block; padding: 2rem;}
			.packageBlock .priceBlock 			{display: inline-block; padding: 1rem 2rem; border-radius: 0.5rem; font-size: 0.75rem; font-weight: normal; border: 1px solid #F49C14;
												 color: #000000; cursor: pointer; transition: 0.25s; margin-bottom: 1rem !important;}
			.packageBlock .priceBlock:hover		{transform: scale(1.1);}
			.packageBlock .priceBlock.recommended		{margin: 0 2rem; padding: 2rem; background-color: rgba(244, 156, 20, 0.1);}
			.packageBlock .priceBlock .package	{font-size: 1rem; color: #F49C14; font-weight: 700; transition: 0.25s;}
			.packageBlock .priceBlock .price	{display: inline-block; font-size: 1.5rem; font-weight: 700; margin: 0.25rem 0.25rem 0 0;}
		
		
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								start met Skillba
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.customerData									{float: left; padding-bottom: 6rem; width: 60%; text-align: left;}
.customerData.freeAccount						{float: none; display: inline-block; text-align: center;}
	.customerDataContainer						{display: inline-block; text-align: center;}
		.customerData h2						{display: none; margin-left: 2rem;}
		.customerData .next.button				{display: none; margin-top: 2rem;}
		.customerData .customerInfo				{display: inline-block; text-align: left;}
			.customerInfo label					{position: relative; display: block;}
			.customerInfo label.check:after		{content: "✓"; position: absolute; left: 100%; color: #6AA84F; font-size: 1.5rem; font-weight: 700; margin-left: 0.25rem;}
			.customerInfo span					{display: inline-block; width: 11rem; text-align: right; margin-right: 0.25rem;}
			.customerInfo input:not([type=checkbox]), .customerInfo select	{display: inline-block; width: 30rem; max-width: 100%; height: 2rem; line-height: 2rem; margin-bottom: 0.25rem;
																			 border: 1px solid #EEEEEE; padding-left: 0.25rem;}
			.customerInfo input:read-only		{color: #AAAAAA;}
			.customerInfo .lookupTimer			{position: absolute; left: 100%; top: 0; height: 2rem; line-height: 2rem; font-size: 2rem; color: #6AA84F;}
			.customerInfo .addOn				{display: inline-block; width: 30rem; max-width: 100%; height: 1rem; line-height: 1rem; margin-left: 11.25rem; font-size: 0.8rem; text-align: left;}
			.customerInfo .error				{display: inline-block; width: 30rem; max-width: 100%; height: 1.5rem; line-height: 1rem; color: #FF0000; font-size: 0.8rem; text-align: left;
												 opacity: 0;}
			.customerInfo .businessContainer	{xdisplay: none;}
			.customerInfo .businessContainer.hidden	{display: none;}
			.customerInfo .titles				{display: inline-block; height: 2rem;}
			.customerInfo .titlesContainer		{display: inline-block; width: 30rem; max-width: 100%; text-align: left;}
			.customerInfo .titles label			{display: inline-block; vertical-align; middle; margin-right: 0.5rem;}
			.customerInfo .titles input			{display: inline-block; vertical-align: middle; width: 1rem; line-height: normal; margin: 0 0.1rem 0 0.25rem; padding: 0;}
			.customerInfo .titles .title		{display: inline-block; vertical-align: middle;}
			.customerInfo label span sup		{margin-left: 0;}
			.customerInfo label sup				{margin: 0 0.1rem 0 -0.2rem;}
			.customerInfo label sup				{position: relative; display: inline-block; vertical-align: top; width: 0.6rem; height: 0.8rem;}
				.customerInfo label sup:after	{content: "★"; position: absolute; left: 0; top: -0.5rem;}
			.customerInfoContainer				{text-align: right;}
			.reqText							{display: inline-block; width: 30rem; max-width: 100%; margin-left: 0.25rem; text-align: left;}
				.reqText a						{text-decoration: underline; color: #000000;}

.xcheckout										{float: right; padding-bottom: 6rem; width: 40%;}
	.checkoutBlock								{display: inline-block; margin-bottom: 4rem;}
	.checkoutBlock div							{clear: both; width: 100%; text-align: left; line-height: 2rem;}
	.checkoutBlock span							{float: right;}
	.xcheckoutBlock span:before					{content: "€";}
	.checkoutBlock .chosenPackage				{margin-bottom: 1rem; line-height: 1.5rem; border: 1px solid #F49C14; border-radius: 0.5rem; text-align: center; padding: 1rem;}
	.checkoutBlock .priceInclVAT				{font-size: 1.5rem; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid rgba(0, 0, 0, 0.25);}
	.agreeToTerms								{display: inline-block; margin: 2rem 0 0 1.5rem; padding-left: 1.5rem; text-align: left;}
		.agreeToTerms input[type=checkbox]		{margin-right: 0.25rem; margin-left: -1.25rem;}
	.iDealPayment								{display: block; margin-top: 4rem;}
	.iDealPayment img							{display: inline-block; vertical-align: middle; width: 4rem; margin-right: 2rem;}
	.iDealPayment .chooseBank					{display: inline-block; vertical-align: middle; text-align: left;}
	.issuers									{border: 1px solid #CCCCCC; width: 12rem; margin-top: 0.5rem; padding: 0.5rem 0.5rem 0.5rem 1rem;}

.customerData.freeAccount						{}
.customerData.freeAccount h1					{display: inline-block;}
.customerData.freeAccount h2					{display: inline-block;}
.customerData.freeAccount .next.button			{display: inline-block;}
.xcheckout.freeAccount							{display: none;}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								afrekenen
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.product										{display: block; xwidth: 75%; margin: auto; padding: 0.5rem 0; border: 1px solid #F49C14; border-radius: 0.5rem;}
	.product .descr								{display: block;}
	.product .name								{display: inline-block; font-size: 1.5rem; font-weight: 700;}
	.product .total								{float: left; font-size: 1rem; font-weight: normal; line-height: 0.75rem; text-align: left; margin-top: 1rem;}
		.product .total	span					{font-size: 0.65em;}
	.product .price								{float: right; display: inline-block; font-size: 1.75rem; font-weight: normal; margin-top: 0.5rem;}

.paymentMethod									{position: relative; display: block; background-color: #FAFAFF; border: 1px solid #CCCCCC; margin-top: 0.5rem; padding: 0.5rem 0; cursor: pointer;
												 transition: background-color 0.2s;}
	.paymentMethod:hover, .paymentMethod.current{background-color: #F0F0FF;}
	.paymentMethod img							{display: inline-block; vertical-align: middle; width: 4rem;}
	.paymentMethod span							{display: inline-block; vertical-align: middle; text-align: left; color: #000000 !important;}
	.paymentMethod span i						{display: block; color: #AAAAAA;}
	.paymentMethod .chooseBank					{display: none; margin: 0 auto 0.5rem auto;}
	.paymentMethod .chooseBank select			{border: 1px solid #CCCCCC;}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								about us
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.block.aboutus									{background-color: #FFFFFF; line-height: 2rem;}
	.block.aboutus .eagle						{display: inline-block; width: 10vw; height: 10vw; border: 1px solid #AAAAAA; border-radius: 50%; margin-top: 1rem; overflow: hidden;
												 background-image: radial-gradient(#FFFFFF, #FFFFFF, #AAAAAA);}
	.block.aboutus .eagle:first-of-type			{margin-right: 1vw;}
	.block.aboutus .eagle:not(:first-of-type):not(:last-of-type)	{margin: 0 1vw;}
	.block.aboutus .eagle:last-of-type			{margin-left: 1vw;}
	.block.aboutus .eagle img					{width: 100%;}
	
	
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								blogs
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.block.blogs									{}
	.blogItem									{position: relative; display: inline-block; vertical-align: top; width: calc((100% - 6.6rem) / 3); border-radius: 0.5rem;
												 margin: 0 2rem 3rem 0; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25); background: no-repeat center / cover; color: #000000;}
		.blogItem .blogContainer				{position: absolute; left: 0; bottom: 0; width: 100%; height: 4rem; line-height: 4rem; background-color: #FFFFFF;
												 border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; text-align: left; padding-left: 1rem;}
		.blogItem span							{display: inline-block; vertical-align: middle; width: calc(100% - 2.9rem); line-height: 1.5rem;}
		.blogContainer:after					{content: ""; position: absolute; right: 2rem; top: 35%; width: 0.9rem; height: 0.9rem; transform: rotate(45deg);
												 border-top: 3px solid #F49C14; border-right: 3px solid #F49C14; transition: 0.2s;}
		.blogItem:hover .blogContainer:after	{content: ""; right: 1rem;}

.block.blog										{line-height: 1.5rem;}
	.block.blog .wrapper						{text-align: left;}
	.block.blog .blogNav						{float: right; width: 15rem; line-height: 1rem; padding: 1rem; background-color: #FFFFFF; xfont-size: 0.8rem;}
		.block.blog .blogNav a					{color: #000000;}
			.block.blog .blogNav i				{transition: margin-left 0.25s;}
			.block.blog .blogNav a:hover i		{margin-left: 0.5rem;}
		.block.blog .blogNav .featured			{border-left: 1px solid #000000; padding-left: 1rem; margin-bottom: 1rem;}
		.block.blog .blogNav .featured a		{display: block; margin-top: 1rem; color: #3598DC;}
			.block.blog .blogNav .featured a:hover	{text-decoration: underline;}
	.block.blog .blogContents					{width: calc(100% - 15rem - 2rem);}
		.block.blog .blogContents .image		{display: inline-block; width: 100%; height: 20vw; min-height: 15rem; border: 1px solid grey; border-radius: 0.5rem; margin-bottom: 1rem;
												 background-position: center; background-size: cover; background-repeat: no-repeat;}
		.block.blog .blogContents .date			{display: block; margin-bottom: 1rem; font-style: italic; color: #AAAAAA;}
		.block.blog .blogContents .text			{display: inline-block; text-align: left;}
			.block.blog .blogContents .text ul	{margin-left: 1rem;}
			.block.blog .blogContents .text h2	{margin-top: 2rem;}
		.block.blog .otherBlogs					{margin-top: 2rem; color: #3598DC;}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								contact
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.block.contact									{padding-top: 6rem; background-color: #FFFFFF;}
	.block.contact .contactBlock				{display: inline-block; vertical-align: top; text-align: left; max-width: 50%; box-sizing: border-box; margin-top: 4rem;}
	.block.contact .contactBlock:nth-of-type(1)	{float: left;}
	.block.contact .contactBlock:nth-of-type(2)	{float: right;}
	.block.contact label						{display: inline-block; vertical-align: top; width: 100%; margin-bottom: 0.1rem;}
	.block.contact label span					{display: inline-block; width: 6rem;}
	.block.contact label input					{display: inline-block; width: calc(100% - 6rem); height: 2rem; line-height: 2rem; border: 1px solid #DDDDDD; padding-left: 0.5rem;}
	.block.contact label textarea				{display: inline-block; vertical-align: top; width: calc(100% - 6rem); height: 10rem; border: 1px solid #DDDDDD; padding: 0.35rem 0.5rem;}
	.block.contact .thankYou					{display: none; margin-top: 1rem; color: #3598DC; font-weight: 700;}

	.block.contact .contactMethod				{display: block; margin-bottom: 1rem;}
	.block.contact .contactMethod.offline		{opacity: 0.25; cursor: default;}
	.block.contact .contactMethod .icon			{position: relative; display: inline-block; vertical-align: middle; width: 5rem; height: 5rem; background-color: #3598DC; border-radius: 50%;}
	.block.contact .contactMethod .icon img		{position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 50%;}
	.block.contact .contactMethod span			{display: inline-block; vertical-align: middle; font-weight: 700; margin-left: 0.5rem; width: 15rem;}
	.block.contact .contactMethod .info			{display: inline-block; vertical-align: middle;}

	.block.contact .contactBlock .HQ			{display: inline-block; margin-top: 4rem;}
	.block.contact .contactBlock .HQ span		{display: inline-block; width: 4rem; margin: 0; font-weight: normal;}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
								media queries
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px){
.wrapper										{width: 100vw; padding-left: 1rem; padding-right: 1rem;}
.block.contact .contactMethod span				{width: 15vw;}
.block.blog .blogContents .blogItem				{width: 45%;}
}

@media screen and (max-width: 1000px){
.mobile											{display: block; position: fixed; right: 1rem; top: 0.75rem; width: 1.5rem; height: 1.75rem; margin: auto; color: #FFFFFF; font-size: 0.8rem;
												 cursor: pointer; z-index: 1001;}
	.mobile span								{position: absolute; left: 0; width: 100%; height: 0.15rem; background-color: #FFFFFF;
												 -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out;}
	.mobile span:nth-child(1)					{top: 0%;}
	.mobile span:nth-child(2)					{top: 25%;}
	.mobile span:nth-child(3)					{top: 50%;}
	.mobile div									{display: none; position: absolute; bottom: -5px; width: 100%;}

	.mobile.open span							{box-shadow: none; border: 0;}
	.mobile.open span:nth-child(1)				{top: 25%; transform: translateY(-50%); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg);
												 transform: rotate(135deg);}
	.mobile.open span:nth-child(2)				{opacity: 0;}
	.mobile.open span:nth-child(3)				{top: 25%; transform: translateY(-50%); -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg);
												 transform: rotate(-135deg);}
.main.wrapper									{padding-top: 2rem;}
.top .wrapper									{text-align: center; height: 2.5rem;}
	.top .login									{display: none;}
.menu											{height: 0;}
	.menuBlock									{display: none; position: absolute; left: 0; top: -1rem; width: 100%; box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);}
	.menuItem									{display: block; xwidth: 100%; padding: 0; background-color: #FFFFFF; line-height: 3rem;}
		.menuItem:after							{display: none;}
	.menu .login								{display: block; background-color: #FFFFFF; line-height: 3rem; text-align: center; border: none; border-top: 1px solid #3598DC;}
	
.login											{}
.button.try										{display: none;}
.spaceHolder									{height: 2.5rem;}
.logo											{position: fixed; left: 1rem; top: 0.2rem; transform: none; font-size: 1.5rem; color: #FFFFFF;}
	.logo:after									{background-image: url("../../../inc/IMG/logoW.png");}

.block.quickNav .nav:nth-of-type(2)				{display: none;}
.block.welcome .wrapper							{padding: 2rem 0.5rem;}
.block.why .feature								{width: 49%; margin-bottom: 2rem; padding: 0 !important;}
.block.features	.feature .text img				{width: 50%;}
	.block.features	.feature.left .text img		{padding-left: 1rem;}
	.block.features	.feature.right .text img	{padding-right: 1rem;}

.packageBlock:nth-of-type(1)					{float: left; width: 100%; margin-bottom: 3rem;}
			.packageBlock:nth-of-type(2)		{float: right; width: 100%;}
.customerData									{width: 100%;}
	.customerDataContainer						{width: 100%;}
	.customerData .customerInfo					{display: block;}
	.customerData .customerInfo label			{width: 100%; display: block; text-align: center;}
	.customerData .customerInfo label span		{width: 100%; text-align: center;}
	.customerData .customerInfo input			{width: 100%; text-align: center;}
	.customerData .customerInfo input[name=userName]	{width: 95%; text-align: center;}
	.customerData .customerInfo select			{width: 100%; text-align: center;}
	.customerData .customerInfo .addOn			{display: block; font-size: 0.8rem; height: 0.5rem; line-height: 0; text-align: center;}
	.customerData .customerInfo .error			{display: block; font-size: 0.8rem; height: 0.5rem; line-height: 0; text-align: center; margin-bottom: 0.5rem;}
	.customerData .customerInfo .titles			{display: block; padding: 0; text-align: center;}
	.customerData .customerInfo .lookupTimer	{left: 95%; top: 1.5rem;}
	.customerData .customerInfo label.check:after	{left: auto;}
.checkout										{float: none; padding: 6rem 0; width: 100%;}

.block.features .feature						{width: calc(100% / 2);}

.blogItem										{width: 45%; float: none !important; margin: 0 2% 2rem 2%;}
	.block.blog .image							{width: 75%; height: 60vw;}
	.block.blog .blogContents					{width: 100%;}
	.block.blog .blogNav						{display: none;}
.block.aboutUs .eagle							{width: 20vw; height: 20vw;}

.block.contact .contactMethod span				{width: auto;}
	.block.contact .contactMethod .info			{display: block; margin-top: 0.5rem;}
	.block.contact .contactBlock .HQ			{margin-top: 0.5rem;}

}

@media screen and (max-width: 850px){
.block.blog .blogContents .blogItem				{width: 100%;}
}

@media screen and (max-width: 750px){
.block.quickNav .nav							{width: 50%; max-width: 50%; text-align: center;}
.tab											{text-align: center !important;}
.customerInfo label								{margin-top: 1rem;}
.customerInfo .input							{display: flex; width: calc(100% - 1rem); margin-right: 0;}
.customerInfo .input .prefix					{left: 0 !important; top: 1.5rem; height: 2rem; line-height: 2rem;}
.customerInfo .input .suffix:not(.in)			{left: 0 !important; top: 1.5rem;}
.customerInfo .input input[name=academyName]	{width: 100%;}
.customerInfo .input input[name=subDomain]		{flex: 1; width: 100%;}
.customerInfo .input input[name=emailGeneral]	{width: 100%;}
.customerInfo .addOn							{width: 100%; margin-left: auto !important; text-align: center;}
.customerInfo label > span						{width: 100% !important; text-align: left;}
.customerInfo .confirmedCountry					{margin-left: auto;}
.error2											{margin-left: auto !important;}
.agreeToTerms									{margin: auto;}
}

@media screen and (max-width: 710px){
.xpackageBlock .contentBlock						{width: 50%;}
}

@media screen and (max-width: 700px){
.top .phone										{display: none;}

.block.why .feature								{width: 100%;}
.block.try .pro									{display: block;}
.block.features .feature						{width: 100%; padding: 0;}
.block.features .alignLeft img					{width: 100%; max-width: 100%;}
.block.features .alignLeft img.indent			{margin-left: 0;}

.blogItem										{width: 100%; float: none !important; margin: 0 0 3rem 0;}
	.block.blog .image							{width: 100%; height: 75vw;}
.block.aboutUs .feature							{float: none; width: 100%; max-width: 100%; padding: 0 !important;}
.block.aboutUs .feature:first-child				{margin-bottom: 2rem;}
.block.aboutUs .eagle							{width: 35vw; height: 35vw;}
.block.contact .contactBlock					{max-width: 100%;}
	.block.contact .contactMethod				{display: inline-block; width: 100%; text-align: center; margin-bottom: 3rem;}
	.block.contact .contactMethod span			{width: auto;}
}

@media screen and (max-width: 500px){
.customerInfo .step								{text-transform: capitalize !important;}
.customerInfo .step span						{display: none;}
.block.quickNav .nav							{width: 100%; max-width: 100%;}
	.block.quickNav .nav:nth-of-type(1)			{margin-bottom: 3rem;}
}