* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	box-sizing: border-box;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	width: 100%;
	background: #ffffff;
	overflow-y: scroll;
}
@font-face {
	font-family: 'GirlsHaveManySecrets';
	src: url('https://cdn.faceworks.nl/Assets/Fonts/GirlsHaveManySecrets/v1/GirlsHaveManySecrets.eot');
	src: url('https://cdn.faceworks.nl/Assets/Fonts/GirlsHaveManySecrets/v1/GirlsHaveManySecrets.eot?#iefix') format('embedded-opentype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/GirlsHaveManySecrets/v1/GirlsHaveManySecrets.woff2') format('woff2'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/GirlsHaveManySecrets/v1/GirlsHaveManySecrets.woff') format('woff'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/GirlsHaveManySecrets/v1/GirlsHaveManySecrets.ttf') format('truetype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/GirlsHaveManySecrets/v1/GirlsHaveManySecrets.svg#GirlsHaveManySecrets') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoRegular.eot');
	src: url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoRegular.eot?#iefix') format('embedded-opentype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoRegular.woff2') format('woff2'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoRegular.woff') format('woff'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoRegular.ttf') format('truetype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoRegular.svg#RobotoRegular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoMedium.eot');
	src: url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoMedium.eot?#iefix') format('embedded-opentype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoMedium.woff2') format('woff2'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoMedium.woff') format('woff'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoMedium.ttf') format('truetype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoMedium.svg#RobotoMedium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoBold.eot');
	src: url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoBold.eot?#iefix') format('embedded-opentype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoBold.woff2') format('woff2'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoBold.woff') format('woff'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoBold.ttf') format('truetype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoBold.svg#RobotoBold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoLight.eot');
	src: url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoLight.eot?#iefix') format('embedded-opentype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoLight.woff2') format('woff2'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoLight.woff') format('woff'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoLight.ttf') format('truetype'),
		 url('https://cdn.faceworks.nl/Assets/Fonts/Roboto/v1/RobotoLight.svg#RobotoLight') format('svg');
	font-weight: 300;
	font-style: normal;
}
body {
	width: 100%;
}
h1 {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	width: 100%;
}
h2 {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	color: #f11266;
	width: 100%;
}
h2.black {
	color: #000000;
}
h3 {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	width: 100%;
}
h3.black {
	color: #000000;
}
.base-wrapper {
	width: 100%;
	float: left;
}
.row {
	width: 100%;
	float: left;
}
.row-grey {
	background-color: #f5f5f5;
	border-top: 2px solid #dddddd;
	padding-top: 52px;
}
.wrapper {
	width: 100%;
	max-width: 1150px;
	padding: 0px 35px;
	margin: 0px auto auto auto;
}
.wrapper-column .row {
	width: calc(100% + 60px);
	margin-left: -30px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.wrapper-column .column {
	width: 50%;
}
.wrapper-column .column:nth-of-type(1) {
	padding: 0px 29px 0px 30px;
}
.wrapper-column .column:nth-of-type(2) {
	padding: 0px 30px 0px 29px;
}
.aanmelden .wrapper-column .column:nth-of-type(1) {
	border-right: 1px solid #f5f5f5;
}
.aanmelden .wrapper-column .column:nth-of-type(2) {
	border-left: 1px solid #f5f5f5;
}
.topbar {
	position: relative;
	z-index: 30;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}
.topbar .wrapper {
	height: 90px;
	padding: 0px 15px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.topbar .leftside {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.topbar .leftside .logo {
	display: inline-block;
	width: 148px;
	height: 50px;
	background-image: url('/img/clubs/logo.png');
	background-size: 148px 50px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 20px;
}
.topbar .leftside span {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
	font-style: normal;
	color: #2288d9;
}
.topbar .rightside {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.topbar .rightside a {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	font-style: normal;
	color: #2288d9;
	position: relative;
	padding-left: 30px;
}
.topbar .rightside a:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 2px;
	width: 15px;
	height: 12px;
	background-image: url('/img/clubs/arrow.png');
	background-size: 15px 24px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topbar .rightside a:hover {
	color: #1b6dae;
}
.topbar .rightside a:hover:before {
	background-position: 0px -12px;
}
.teaser {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.teaser .wrapper {
	height: 258px;
	padding-bottom: 52px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.teaser .wrapper h1 {
	padding-bottom: 6px;
}
.aanmelden {
	padding-top: 60px;
	padding-bottom: 64px;
}
.formulier-row {
	width: 100%;
	float: left;
}
.wrapper-column .column:nth-of-type(2) .formulier-row {
	max-width: 320px;
}
.formulier-row:nth-of-type(1) {
	padding-top: 26px;
}
#gegevensForm {
	width: 100%;
}
.formulier-label,
.formulier-element,
#gegevensForm .label,
#gegevensForm .element,
#gegevensForm .field {
	width: 100%;
	float: left;
}
.formulier-element,
#gegevensForm .element {
	padding-bottom: 18px;
}
#gegevensForm .element {
	padding-left: 10px;
	padding-right: 10px;
}
#gegevensForm .element:nth-of-type(1),
#gegevensForm .element:nth-of-type(2),
#gegevensForm .element:nth-of-type(3),
#gegevensForm .element:nth-of-type(4),
#gegevensForm .element:nth-of-type(5),
#gegevensForm .element:nth-of-type(11) {
	width: 50%;
}
#gegevensForm .element:nth-of-type(6),
#gegevensForm .element:nth-of-type(7),
#gegevensForm .element:nth-of-type(8) {
	width: 25%;
}
#gegevensForm .element:nth-of-type(9) {
	width: 75%;
}
.formulier-label label,
#gegevensForm .label {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	font-style: normal;
	color: #90a9ac;
	padding-bottom: 10px;
	float: left;
}
.formulier-element input,
#gegevensForm input {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
	color: #222222;
	width: 100%;
	float: left;
	height: 44px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}
button.pink,
#gegevensForm button {
	position: relative;
	height: 34px;
	width: auto;
	padding: 0px 20px;
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
	background-color: #f40064;
	border: 1px solid #f40064;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 9px;
	cursor: pointer;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}
button.pink:after,
#gegevensForm button:after {
	content: '';
	position: absolute;
	right: -13px;
	top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0px 18px 12px;
	border-color: transparent transparent transparent #f40064;
}
button.pink:before,
#gegevensForm button:before {
	content: '';
	position: absolute;
	right: 0px;
	top: calc(50% - 1px);
	width: 2px;
	height: 2px;
	z-index: 1;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
button.pink:hover,
#gegevensForm button:hover {
	background-color: #dd1266;
	border: 1px solid #dd1266;
}
button.pink:hover:after,
#gegevensForm button:hover:after {
	border-color: transparent transparent transparent #dd1266;
}
.info-video {
	padding-bottom: 32px;
}
.info-video h2 {
	padding-bottom: 14px;
}
.info-video h3 {
	padding-bottom: 16px;
}
.text-field {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}
.video-youtube {
	width: 100%;
	position: relative;
	float: left;
}
.video-youtube img {
	width: 100%;
	height: auto;
	display: block;
}
.video-youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.video-youtube-text {
	width: 100%;
	padding-top: 8px;
	float: left;
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	color: #7f7f7f;
}
.video-youtube-text span {
	width: 100%;
	float: left;
	font-weight: 700;
}
.faq h2 {
	padding-bottom: 20px;
}
.faq {
	padding-bottom: 70px;
}
.faq-base {
	width: 100%;
	float: left;
	padding: 0px 30px 0px 18px;
	border-top: 1px solid #ddd;
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	color: #222222;
}
.faq-question {
	font-weight: 400;
	cursor: pointer;
	float: left;
	clear: both;
	padding: 16px 0px 16px 30px;
	background-image: url('/img/clubs/arrow_down.png');
	background-position: left 20px;
	background-repeat:  no-repeat;
	background-size: 14px auto;
}
.faq-question:hover {
	color: #f40064;
}
.faq-question.active {
	color: #f40064;
	background-image: url('/img/clubs/arrow_up.png');
}
.faq-answer {
	padding-left: 30px;
	padding-bottom: 16px;
	font-weight: 200;
	float: left;
	clear: both;
	line-height: 1.6;
}
.dashboard {
	width: calc(100% + 20px);
	margin-left: -10px;
	float: left;
	padding-top: 30px;
	padding-bottom: 60px;
}
.dashboard-wrapper {
	padding: 0px 15px;
}
.dashboard h2 {
	padding-top: 25px;
	padding-bottom: 15px;
	width: 100%;
}
.dashboard .row-content h2 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.dashboard-column33,
.dashboard-column50,
.dashboard-column66 {
	float: left;
	padding: 0px 10px;
}
.dashboard-column33 {
	width: 33.33%;
}
.dashboard-column50 {
	width: 50%;
}
.dashboard-column66 {
	width: 66.67%;
}
.dashboard-description {
	width: 100%;
	float: left;
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	color: #000000;
}
.dashboard-basic {
	width: 100%;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	position: relative;
}
.dashboard-basic-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
}
.basic-top {
	width: 100%;
	float: left;
	padding: 25px 29px;
	position: relative;
}
.basic-top .info {
	position: absolute;
	right: 29px;
	top: 29px;
	width: 24px;
	height: 24px;
	-webit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e1e1e1;
	cursor: pointer;
}
.basic-top .info:after {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 6px;
	left: calc(50% - 1px);
}
.basic-top .info:before {
	content: '';
	display: block;
	width: 2px;
	height: 8px;
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	left: calc(50% - 1px);
}
.dashboard-basic-layer .info {
	position: absolute;
	right: 29px;
	top: 29px;
	width: 24px;
	height: 24px;
	-webit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e1e1e1;
	cursor: pointer;
}
.dashboard-basic-layer .info:after {
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 5px;
	left: calc(50% - 1px);
	transform: rotate(45deg);
}
.dashboard-basic-layer .info:before {
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 5px;
	left: calc(50% - 1px);
	transform: rotate(-45deg);
}
.basic-top .title {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-style: normal;
	font-size: 96px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -4.7px;
	color: #2f8ad2;
	text-indent: -6px;
}
.basic-top span {
	width: 100%;
	float: left;
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #9ba9b4;
}
.dashboard-basic .spacer {
	width: 100%;
	float: left;
	padding: 0px 29px;
	height: 1px;
}
.dashboard-basic .spacer span {
	background-color: #dddddd;
	width: 100%;
	height: 1px;
	float: left;
	display: block;
}
.basic-center {
	width: 100%;
	float: left;
	padding: 25px 29px;
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #222222;
}
.basic-center-left {
	width: 32%;
	float: left;
}
.basic-center-right {
	width: 68%;
	float: left;
}
.basic-center .value {
	font-weight: 700;
	color: #3aa757;
}
.basic-bottom {
	width: 100%;
	float: left;
	padding: 25px 29px;
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #222222;
}
.basic-bottom span {
	width: 100%;
	float: left;
	font-weight: 700;
}
.basic-bottom-grey {
	background-color: #dddddd;
	padding: 26px 29px 25px 29px;
}
.navigation {
	width: 100%;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	padding-bottom: 7.5px;
}
.navigation .navigation-title {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #222222;
	float: left;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding: 26px 30px 26px 30px;
	margin-bottom: 7.5px;
	position: relative;
}
.navigation .navigation-title:before {
	content: '';
	width: 16px;
	height: 32px;
	display: inline-block;
	position: absolute;
	left: -1px;
	bottom: -18px;
	border: 1px solid #ddd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(221, 221, 221);
	background-color: #ffffff;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	border-left: 0px;
	z-index: 1;
}
.navigation .navigation-title:after {
	content: '';
	width: 16px;
	height: 32px;
	display: inline-block;
	position: absolute;
	right: -1px;
	bottom: -18px;
	border: 1px solid #ddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(221, 221, 221);
	background-color: #ffffff;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	border-right: 0px;
	z-index: 1;
}
.navigation a {
	font-family: 'Roboto', sans-serif, Arial, Verdana;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	color: #222222;
	width: 100%;
	float: left;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
}
.navigation a:hover,
.navigation a.active {
	color: #9ba9b4;
}
.upper {
	text-transform: uppercase;
}
.transactions-list form {
	width: calc(100% + 60px);
	margin-left: -30px;
}
.transactions-list {
	padding: 0px 30px;
	width: 100%;
	float: left;
}
.transactions-list .element {
	padding: 6px 30px;
	width: 50%;
	float: left;
} 
.transactions-list select {
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow: none !important;
	outline: 0px;
	
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
	color: #222222;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 26px;
}
.transactions-list select:focus {
	border-color: #2288d9;
}
.transactions-list .field {
	position: relative;
}
.transactions-list .field:after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	top: 1px;
	right: 12px;
	background-image: url('/img/icons/select.png'); 
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 32px auto;
	position: absolute;
	z-index: 10;
	pointer-events: none;
}
.cash-claim {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	color: #222222;
}
.cash-claim a {
    color: #000;
    text-decoration: none;
}
.cash-claim .button-border {
    width: auto;
    height: 36px;
    display: inline-block;
    border: 2px solid #222222;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #222222;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 18px 0px 18px;
}
.cash-claim .button-border:hover {
	color: #ffffff;
	background-color: #222222;
}
.cash-claim .cash-claim-title {
	padding: 0px 30px;
}
.cash-claim .cash-claim-title h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    color: #222222;
	padding: 20px 0px 20px 0px;
}
.row-content {
	padding: 16px 30px;
}
.row-content h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    color: #f40064;
	padding: 15px 0px 20px 0px;
}
.row-content h2 {
    font-size: 24px;
    margin-bottom: 6px;
}
.cash-claim .cash-claim-title h1 span {
	float: none;
	font-family: 'Roboto', sans-serif;
	font-size: 28px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	color: #f40064;
}
.cash-claim .cash-claim-filter {
	width: 100%;
	padding: 0px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;

	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: -1px;
}
.cash-claim .cash-claim-filter .filter {
	width: 25%;
	min-height: 38px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	padding: 0px 10px;
}
.cash-claim .cash-claim-filter .filter span {
	width: 8px;
	height: 5px;
	display: inline-block;
	background-image: url('/img/icons/filter.png');
	background-size: 8px 10px;
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin-left: 12px;
}
.cash-claim .cash-claim-filter .filter span.high-low {
	background-position: 0px 0px;
}
.cash-claim .cash-claim-filter .filter span.low-high {
	background-position: 0px -5px;
}
.cash-claim .cash-claim-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;

	border-top: 1px solid #dddddd;
	padding: 0px 20px;
}
.cash-claim .cash-claim-row-border {
	border-top: 1px solid #dddddd;
	width: 100%;
	height: 0px;
	float: left;
}
.cash-claim .cash-claim-row.row-details {
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1.6;
	display: block;
}
.cash-claim .cash-claim-row.row-details .column {
	display: block;
	min-height: 30px;
}
.cash-claim .cash-claim-row.row-details .column div {
	text-overflow: ellipsis;
	overflow: hidden;	
}
.cash-claim .cash-claim-row-mobile {
	display: none;
}
.cash-claim .cash-claim-row-mobile .left {
	width: 50%;
	float: left;
}
.cash-claim .cash-claim-row-mobile .right {
	width: 50%;
	float: left;
}
.cash-claim .cash-claim-row-mobile .left .column:nth-of-type(1),
.cash-claim .cash-claim-row-mobile .left .column:nth-of-type(2),
.cash-claim .cash-claim-row-mobile .left .column:nth-of-type(3) {
	width: 100%;
	float: left;
	min-height: auto;
	padding-top: 12px;
}
.cash-claim .cash-claim-row-mobile .left .column:nth-of-type(3) {
	padding-bottom: 20px;
}
.cash-claim .cash-claim-row-mobile .right .column:nth-of-type(1) {
	width: 100%;
	float: left;
	min-height: auto;
	padding-top: 12px;
}
.cash-claim-row-mobile .right .column:nth-of-type(1) {
	padding-top: 20px;
}
.cash-claim-row-mobile .right .column:nth-of-type(2) {
	width: 100%;
	float: left;
	min-height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cash-claim .cash-claim-row .column {
	width: 25%;
	min-height: 58px;
	padding: 0px 10px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cash-claim .cash-claim-filter .filter:nth-of-type(1),
.cash-claim .cash-claim-row .column:nth-of-type(1) {
	width: 30%;
}
.cash-claim .cash-claim-filter .filter:nth-of-type(2),
.cash-claim .cash-claim-row .column:nth-of-type(2) {
	width: 20%;
}
.cash-claim .cash-claim-filter .filter:nth-of-type(3),
.cash-claim .cash-claim-row .column:nth-of-type(3) {
	width: 20%;
}
.cash-claim .cash-claim-filter .filter:nth-of-type(4),
.cash-claim .cash-claim-row .column:nth-of-type(4) {
	width: 30%;
}
.cash-claim .cash-claim-row.cash-claim-row-mobile .column,
.cash-claim .cash-claim-row-mobile .left .column:nth-of-type(3) {
	width: 100%;
	min-height: auto;
	padding: 12px 0px 0px 0px;
}
.cash-claim .cash-claim-row-mobile {
	padding-top: 8px;
	padding-bottom: 20px;
	border-top: 1px solid #dddddd;
}
.cash-claim .cash-claim-row .column.status {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.cash-claim .cash-claim-row.last-block {
	border-bottom: 0px;
}
.cash-claim .cash-claim-row.last-block + .cash-claim-row.last-block {
	border-top: 1px solid #dddddd;
}
.cash-claim .cash-claim-row .column a.readon font.close,
.cash-claim .cash-claim-row .column a.readon.open font.open {
	display: none;
}
.cash-claim .cash-claim-row .column a.readon.open font.close {
	display: inline;
}
.cash-claim-row .column.status1 {
	color: #f40064;
}
.cash-claim-row .column.status2 {
	color: #cb3be6;
}
.cash-claim-row .column.status3 {
	color: #7d8f9d;
}
.cash-claim-row .column.status4 {
	color: #fa9400;
}
.cash-claim-row .column.status5 {
	color: #4d9b01;
}
.cash-claim-row .column.status6 {
	color: #00b2e5;
}
.cash-claim-row .column.status7 {
	color: #ec5435;
}
.cash-claim-row .column.status8 {
	color: #6db636;
}

.dashboard table {
	width: 100%;    
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #222222;
}
.dashboard table tr td {
	width: 25%;
	height: 58px;
	padding: 0px 10px;
	border-top: 1px solid #dddddd;
}
.dashboard table tr:nth-of-type(1) td {
	width: 25%;
	padding: 0px 10px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	height: 38px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: -1px;
}
.dashboard table tr:nth-of-type(2) td {
	border-top: 0px;
}
.dashboard table tr td:nth-of-type(1) {
	padding-left: 30px;
}
.dashboard table tr td:nth-of-type(4) {
	padding-right: 30px;
	text-align: right;
}
.dashboard-top10 .padding-wrapper {
	padding: 0px 30px;
}
.dashboard-top10 .dashboard {
	width: 100%;
	margin-left: 0px;
}
.row-content {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	color: #222222;
}
.cash-data .cash-data-row .cash-data-column {
	width: 50%;
	float: left;
}
.cash-data .cash-data-row .cash-data-column:nth-of-type(1) {
	padding-right: 15px;
}
.cash-data .cash-data-row .cash-data-column:nth-of-type(2) {
	padding-left: 15px;
}
.cash-data .cash-data-row .cash-data-column .label {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #8fa0ad;
	padding-bottom: 12px;
}
.cash-data .cash-data-row .cash-data-column input {
	width: 100%;
	height: 46px;
	background-color: #f5f5f5;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #2d2d2d;
	float: left;
	padding: 0px 20px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cash-data .cash-data-row .cash-data-column input.disabled {
	color: #666666;
	font-style: italic;
	background-color: #d7d7d7;
}
.cash-data .cash-data-row .cash-data-column input.share {
	padding-right: 90px;
	text-overflow: ellipsis;
}
.cash-data h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: #222222;
}
.cash-share .element {
	position: relative;
}
.cash-share .element a {
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: #ffffff;
	height: 44px;
	padding: 15px 20px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 14px;
	color: #2288d9;
	text-decoration: none;
	border-left: 1px solid #e5e5e5;
}
.cash-share .element a:hover {
	color: #f40064;
}
.formulier-element input:disabled, 
#gegevensForm input:disabled {
	color: rgb(170, 170, 170);
	font-style: italic;
}
.row-same-height {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.base .wrapper .column33 {
	width: 33.33%;
}
.base .wrapper .column66 {
	width: 66.67%;
}
.footer2 a,
.footer2 span {
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #222222;
	text-decoration:none;
}
.footer2 a:hover {
	text-decoration:underline;
}
.faq-answer a {
	color: #2288d9;
}

.faq-answer a:hover {
	color: #1b6dae;
}

.cash-claim-navi {
	margin-bottom: 30px;
	text-align: center;
}

.cash-claim-navi .number,
.cash-claim-navi .next,
.cash-claim-navi .previous {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	text-align: center;
	margin: 3px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

.cash-claim-navi .previous {
	width: 70px;
}

.cash-claim-navi .next {
	width: 90px;
}

.cash-claim-navi a:hover .number,
.cash-claim-navi a:hover .next,
.cash-claim-navi a:hover .previous,
.cash-claim-navi .number.active {
	background-color: #f4f4f4;
	font-weight: bold;
	color: #f40064;
}

@media only screen and (max-width: 1023px)
{
	.dashboard-column33 {
		width: 100%;
	}
	.dashboard-column66 {
		width: 100%;
	}
}
@media only screen and (max-width: 767px)
{
	.topbar .wrapper {
		height: 57px;
	}
	.topbar .leftside,
	.topbar .rightside {
		padding-top: 7px;
	}
	.topbar .leftside .logo {
		width: 90px;
		height: 30px;
		background-size: 90px 30px;
		margin-right: 18px;
	}
	.topbar .leftside span {
		font-size: 18px;
	}
	.wrapper-column .column {
		width: 100%;
	}
	.wrapper-column .column:nth-of-type(2) {
		padding-top: 30px;
	}
	.wrapper-column .column:nth-of-type(2) .formulier-row {
		max-width: 100%;
	}
	.dashboard-column50 {
		width: 100%;
	}
	.basic-top .info,
	.dashboard-basic-layer .info {
		right: 14px;
		top: 14px;
	}
	.dashboard-column50:nth-of-type(2) {
		padding-top: 30px;
	}
	.footer2 .row-same-height {
		display: inline-block;
	}
	.footer2 .box-desktop.row-same-height {
		display: none;
	}
	.footer2 .wrapper .column66,
	.footer2 .wrapper .column33 {
		width: 100%;
	}
	.footer2 .wrapper .column33 {
		padding-top: 15px;
	}
	.footer2 .footer-mobile {
	    display: -ms-flexbox !important;
	    display: -webkit-flex !important;
	    display: flex !important;
	}

}
@media only screen and (max-width: 600px)
{
	.cash-claim {
		font-size: 14px;
	}
	.cash-claim .row-content h1,
	.cash-claim .cash-claim-title h1,
	.cash-claim .cash-claim-title h1 span {
		font-size: 24px !important;
		line-height: 24px !important;
	}
	.cash-claim .cash-claim-filter-nomobile,
	.cash-claim .cash-claim-row-desktop {
		display: none;
	}
	.cash-claim .cash-claim-row-mobile {
		display: block;
	}
	.row-content {
    	padding: 16px 18px;
	}
	.transactions-list .element {
		padding: 6px 18px;
		width: 100%;
	}
	.cash-claim .cash-claim-title,
	.dashboard-top10 .padding-wrapper {
    	padding: 0px 18px;
	}
}
@media only screen and (max-width: 480px)
{
	.teaser .wrapper {
		padding-bottom: 40px;
	}
	h1 {
		font-size: 42px;
		line-height: 1.2;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 479px)
{
	.topbar .rightside {
		display: none;
	}
	.topbar .leftside {
		padding-left: 33px;
	}
	.topbar .leftside .logo {
		position: relative;
	}
	.topbar .leftside .logo:before {
		content: '';
		display: block;
		position: absolute;
		left: -33px;
		top: 9px;
		width: 15px;
		height: 12px;
		background-image: url('/img/clubs/arrow.png');
		background-size: 15px 24px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#gegevensForm .element:nth-of-type(1), 
	#gegevensForm .element:nth-of-type(2), 
	#gegevensForm .element:nth-of-type(3), 
	#gegevensForm .element:nth-of-type(4), 
	#gegevensForm .element:nth-of-type(5), 
	#gegevensForm .element:nth-of-type(6), 
	#gegevensForm .element:nth-of-type(7), 
	#gegevensForm .element:nth-of-type(8), 
	#gegevensForm .element:nth-of-type(9), 
	#gegevensForm .element:nth-of-type(10), 
	#gegevensForm .element:nth-of-type(11), 
	#gegevensForm .element:nth-of-type(12) {
    	width: 100%;
	}
}
.footer {
	background-color: #f5f5f5;
	border-top: 8px solid #2288d9;	
}
.footer .row {
	padding: 40px 0px 70px 0px;
}
.footer .title {
	display: inline-block;
	float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #222222;
	padding-bottom: 15px;
}
.footer .title-second {
	padding-top: 35px;
}
.footer .links a {
	display: inline-block;
	float: left;
	clear: both;
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #222222;
}
.footer .logo {
	width: 149px;
	height: 50px;
	padding-top: 10px;
	display: inline-block;
}
.footer .logo img {
	width: 149px;
	height: 50px;
}
.footer .logo-text {
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #222222;
	padding-top: 20px;
	max-width: 246px;
	width: 100%;
}
.footer .footer-mobile {
	display: none;
	padding: 24px 0px 0px 0px;
}
.footer .footer-mobile .links a {
	display: inline-block;
	float: left;
	clear: both;
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	color: #222222;
}
.footer .row-social {
	margin-bottom: 24px;
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
	font-size: 14px;
	float: left;
	width: 100%;
}
.footer2 {
	background-color: #f5f5f5;
	border-top: 2px solid #dddddd;	
}
.footer2 .row {
	padding: 24px 0px;
}
.footer2 a,
.footer2 span {
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #222222;
}
.footer2 span {
	margin: 0px 16px;
}
.footer2 span.copy {
	margin: 0px;
	float: right;
	color: #7d8f9d;
}
.footer2 .footer-mobile {
	display: none;
	padding: 24px 0px 24px 0px;
}
.footer2 .footer-mobile a {
	display: inline-block;
	float: left;
	clear: both;
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	color: #222222;
}
.footer2 .footer-mobile span {
	display: inline-block;
	float: left;
	clear: both;
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
}