@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
	
}
	body {
	background: #f4f4f6;
	/*background: #483D41;
	background-image: url("images/box7x7.png"); */
	margin:  0 auto;
	font-family: 'source-serif-pro', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0rem;
	font-kerning:normal;
	line-height: 1.5rem;
	color:  #B4AFA0;

}

.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
		
	.card {
		display: inline-block;
	}
}

.scrolling-wrapper-flexbox{
	display: flex;
	flex-wrap: nowrap
	overflow-x: auto;
		
	.card {
		flex: 0 0 auto;
	}
}
	
france {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); 
	grid-gap: 2rem;
	margin-top: 4rem;
	margin: 5vw;
	line-height: 1.2rem;
}
.spons {
width: 100%;
	height: auto;	
}
rekening {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
	grid-gap: 2rem;
	margin-top: 4rem;
	margin: 5vw;
	font-size: 1rem;
	line-height: 1.2rem;
	color:rgba(255,255,255,1.00)
}
kolom {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	grid-gap: 2rem;
	margin: 0vw 5vw 5vw 5vw;
	padding: 15vw 0 0 0;
}
	.kopr {
		font-family: "source-sans-pro";
		font-style: normal;
		font-weight: 400;
		font-size: 1.5rem;
		color:;
		text-align: right;
	}	
.kopl {
		font-family: "source-sans-pro";
		font-style: normal;
		font-weight: 400;
		font-size: 2rem;
		color:;
		text-align: left;
	}	
entree {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14vw, 1.5fr));
	grid-gap: 1rem;
	margin: 0vw 5vw 5vw 5vw;
	padding-top: 10vw;
	}
rodestip {
	margin: 0px 0 0 30;
}
	
