html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	color: #5e5859;
	font: 300 119%/155% 'source sans pro', Arial, Helvetica, Sans-serif;
	padding-bottom: 40px;
	padding-top: 30px;
}

	@media only screen and (min-width: 801px) {
		body {
			background: #e9e3ea url(/images/header2021.jpg) center top no-repeat;
			background-size: 100% auto;
			padding-top: 24%;
		}
	}	
	@media only screen and (max-width: 1600px) {
		body {
			background-size: 1600px auto;
			padding-top: 380px;
		}
	}		
	@media only screen and (max-width: 1110px) {
		body {
			background-size: 1300px auto;
			padding-top: 300px;
		}
	}	
	@media only screen and (max-width: 900px) {
		body {
			background:  #e9e3ea url(/images/header-mobile2021.jpg) center top no-repeat;
			background-size: 100% auto;
			padding-top: 45%;
		}
	}	
	@media only screen and (max-width: 800px) {
		body {
			background-size: 800px auto;
			padding-top: 363px;
		}
	}	
	@media only screen and (max-width: 600px) {
		body {
			background-size: 600px auto;	
			padding-top: 272px;		
		}
	}	
	@media only screen and (max-width: 500px) {
		body {
			background-size: 500px auto;	
			padding-top: 210px;		
		}
	}

.nobg {
	background-image: none!important;
	padding-top: 30px;
}
@media only screen and (max-width: 800px) {
	.nobg {
		padding-top: 10px;
		padding-bottom: 5px;
	}
}

a {
	color: #9f8ec6;
}
a:hover {
	text-decoration: none;
}

.main {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}
.home .main {
	max-width: 1200px;
	padding: 0;
}

.wrap {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.column {
	display: flex;
	flex-direction: column;
}
.home .main p {
	display: block;
	padding: 0 8%;
	text-align: center;
	margin-bottom: 30px;
}

.small {
    font-size: 80%;
    opacity: 0.8;
}

@media only screen and (max-width: 500px) {
	.home .main p {
		text-align: left;
		padding: 0 20px;
	}
}	
	
.socialmedia {
	float: left;
	width: 50%;
	min-width: 50%;
	padding: 20px;
	display: block;	
}
.socialmedia--small {
	width: 25%;
	min-width: 25%;
}
.socialmedia img,
.product__img {
	display: block;
	width: 100%;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	
	-webkit-box-shadow: 0 2px 5px 0px rgba(86,77,77,0.45);
	-moz-box-shadow: 0 2px 5px 0px rgba(86,77,77,0.45);
	box-shadow: 0 2px 5px 0px rgba(86,77,77,0.45);	

	padding: 8px;
	background: white;		
}
.socialmedia:hover img,
.product:hover .product__img {
	padding: 0;
}

.intro {
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #8C859A;
}
h1 {
	font: bold 220%/130% 'Delius Swash Caps', Arial, Helvetica, Sans-serif;		
	margin-bottom: 15px;
	text-align: center;
}		
h2 {
	font: bold 150%/150% 'Delius Swash Caps', Arial, Helvetica, Sans-serif;		
	margin: 25px 0 15px 0;
	padding: 0;			
}				
h3 {
	font-weight: 600;
	font-size: 120%;
	margin: 20px 0 15px 0;
	padding: 0;						
}		
strong {
	font-weight: 600;
}
.text-large {
	font-size: 130%;
}


@media only screen and (max-width: 800px) {
	body {
		font-size: 120%;
	}
	.socialmedia {
		width: 100%;
	}	
	.socialmedia--small {
		width: 50%;
		min-width: 50%;
	}
	.text-large {
		font-size: 115%;
	}
}
@media only screen and (max-width: 600px) {
	body {
		font-size: 110%;
	}
	.socialmedia {
		padding: 10px;
	}
}			

.text-center {
	text-align: center;
}

ul, p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
ul {
	padding-left: 24px;
}
li {
	padding-bottom: 5px;
}
li:last-child {
	padding-bottom: 0;
}
.button, .nav a {
	display: inline-block;
	text-align: center;
	font-weight: 600;
	font-size: 110%;
	padding: 10px 30px;
	margin: 30px 0;
	text-decoration: none;
	color: white;
	background-color: #9f8ec6;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	
	-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
}
.button.nomargin {
	margin-top: 0;
}
.button.calcbutton {
	margin: 10px 0 0 0;
}
@media only screen and (max-width: 700px) {
	.button.calcbutton {
		width: 100%;
	}
}	
.button:hover, .button:focus, .nav a:hover, .nav a:focus, .nav a.active, .button.active {
	background-color: #7D69AB;
}
.button.disabled, .nav a.active, .button.active {
	cursor: default;
}
.button.disabled:hover {
	background-color: #9f8ec6;
}		

button.button {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: none;
	cursor: pointer;
	margin: 15px 0;
	padding: 15px 30px;
}

/*
.facebook {
	background-color: #1877f2;
}
.facebook:hover, .facebook:focus {
	background-color: #3b5998;
}
.twitter {
	background-color: #1da1f2;
}
.twitter:hover, .twitter:focus {
	background-color: #14171a;
}
.instagram {
	background-color: #c32aa3;
}
.instagram:hover, .instagram:focus {
	background-color: #f46f30;
}
.deviantart {
	background-color: #05cc47;
}
.deviantart:hover, .deviantart:focus {
	background-color: #4dc47d;
}*/

.flex-order {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.flex-order li {
	width: 100%;
}

.nav {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;		
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.nav li {
	padding-right: 3px;
	flex-grow: 1;
}
.nav li a {
	width: 100%;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
.nav a.active {
	font-weight: bold;
}

/* checkbox voor mobile menu */
#show-menu, .show-menu {
	display: none;
}
		
.prices .main img {
	display: none;
	max-width: 700px;
	width: 100%;
}

.viewimage {
	font-weight: 600;
	display: block;
	padding: 5px 5px 5px 0;
	position: relative;
	margin-top: -13px;
}
.viewimage:after {
	content: 'View example image';
}
.viewimage.collapsed:after {
	content: 'Hide example image';
}

.viewimage.sizechart:after {
	content: "View " attr(data-line);
}
.viewimage.sizechart.collapsed:after {
	content: "Hide " attr(data-line);
}

.price {
	display: none;
}
.price.europrice {
	display: inline;
}
.price.europrice:before,
.price.taxpriceeu:before {
	content: '€';
}
.price.gbpprice:before,
.price.taxpricegbp:before {
	content: '£';
}
.price.usdprice:before,
.price.cadprice:before,
.price.audprice:before {
	content: '$';
}
/*.price.usdprice:after {
	content: ' USD';
}*/
.eurocalc {
	display: none;
}

.viewlist {
	display: inline-block;
	font-weight: bold;
}
.viewlist:after {
	content: 'View list';
}
.viewlist.collapsed:after {
	content: 'Hide list';
}
.viewlist.viewlist--price:after {
	content: 'More info on pricing';
}
.viewlist.viewlist--price.collapsed:after {
	content: 'Close info on pricing';
}

.showvat label,
.showvat input {
	cursor: pointer;
}

/*--------------------------------------------------------------------------
MOBILE & TABLET PORTRAIT
--------------------------------------------------------------------------*/
@media only screen and (max-width: 700px) {  

	.main {
		padding: 0 20px;
	}

	h1 {
		font: bold 180%/130% 'Delius Swash Caps', Arial, Helvetica, Sans-serif;		
		margin-bottom: 15px;
		text-align: center;
	}

	.nav {
		display: none;
		position: fixed;
		z-index: 999;
		right: 0;
		top: 50px;
		width: 100%;
	}
	.nav li {
		float: right;
		width: 100%;
		max-width: 300px;
		padding: 0 0 1px 0;
		background: white;
	}

	#show-menu:checked ~ .nav {
		display: block;
	}
	label.show-menu {
		display: block;
		height: 50px;
		line-height: 50px;
		padding: 0 60px 0 15px;
		position: fixed;
		right: 0;
		top: 0;
		margin: 0;
		z-index: 99;
		text-align: center;
		-webkit-transition: all 1700ms cubic-bezier(0.1, 0.1, 0.1, 1);
		transition: all 1700ms cubic-bezier(0.1, 0.1, 0.1, 1);
	}
	label.show-menu:hover {
		background-color: #9f8ec6;
	}
	label.show-menu:before,
	label.show-menu:after {
		content: "";
		position: absolute;
		background: #fff;
		width: 30px;
		height: 4px;
		right: 0;
		top: -webkit-calc(50% - 5px);
		top: calc(50% - 5px);
		-webkit-transform: translate(-50%, -50%) translateZ(0);
		transform: translate(-50%, -50%) translateZ(0);
		-webkit-transition: all 0.4s cubic-bezier(1, 0.1, 0.1, 1);
		transition: all 0.4s cubic-bezier(1, 0.1, 0.1, 1);
	}
	label.show-menu:after {
		margin: 10px 0 0;
	}
	#show-menu:checked ~ .show-menu {
		background: #7D69AB;
	}
	#show-menu:checked ~ .show-menu:before,
	#show-menu:checked ~ .show-menu:after {
		content: "";
		position: absolute;
		background: #fff;
		top: 50%;
	}
	#show-menu:checked ~ .show-menu:before {
		-webkit-transform: translate(-50%, -50%) rotate(135deg);
		-ms-transform: translate(-50%, -50%) rotate(135deg);
		transform: translate(-50%, -50%) rotate(135deg);
	}
	#show-menu:checked ~ .show-menu:after {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
		margin: 0;
	}  
}