/* ******************** Reset ******************** */

html, body, div, span, applet, object, iframe, h1, h2, 
h3, h4, h5, h6, p, blockcontainer, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h4 {
	text-align: left;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockcontainer, q {
	containers: none;
}
blockcontainer:before, blockcontainer:after, q:before, 
q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 0;
}
				  
/* ******************** Lay-out ******************** */

/* Body */		

body {
	background-color: #e8e7e2;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #312828;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p.small {
	font-size: 14px;
	line-height: 22px;
}

/* Main */		

main {
	display: block;
	float: left;
	width: 100%;
}

/* Section */		

header, section{
	display: block;
	float: left;
	width: 100%;
	position: relative;
}	

header .wrap, section .wrap{
	text-align: center;
	display: block;
	max-width: 964px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	position: relative;
}
footer .wrap {
	max-width: 964px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
}
@media screen and (max-width:1024px){
	header .wrap, section .wrap{
		max-width: calc(100% - 60px);
	}
}
@media screen and (max-width:767px){
	header .wrap, section .wrap{
		max-width: calc(100% - 30px);
		padding: 0px 15px 0px 15px;
	}
}
			
/* Vertical center */

.vcenter {
	height: 98%;
	position: relative;
}
.vcenter > * {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.vcenter:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.container {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}	

/* Fonts */
@font-face {
	font-family: 'Effra-Medium';
	src: url('../fonts/31D136_0_0.eot');
	src: url('../fonts/31D136_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/31D136_0_0.woff2') format('woff2'), url('../fonts/31D136_0_0.woff') format('woff'), url('../fonts/31D136_0_0.ttf') format('truetype');
}

/* ******************** Header ******************** */

header{
	background-color: #ededed;
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	z-index: 10;
}
header a{
	background-image: url(../images/logo_golf_nl.svg);
	background-position: left 16px;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;
	width: calc(100% - 130px);
	height: 40px;
	padding: 10px 0px 0px 130px;
}
@media screen and (max-width:767px){
	header a{
		text-indent: -100000px;
	}
}

/* ******************** Main elements ******************** */

h2 {
	font-weight: 300;
	font-size: 40px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 40px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
h2.white {
	color: #fff;
}
h3 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 5px;
}
h6 {
	font-size: 12px;
	font-weight: 600;
	color: #E49513;
	text-transform: uppercase;
}
a.button{
	background-color: #F3A627;
	font-size: 17px;
	line-height: 17px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 15px 20px 18px;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.button:hover{
	background-color: #f39710;
}
a.button.grey{
	background-color: inherit;
	color: #062f3d;
	width: 200px;
	height: 44px;
	border: solid 1px #fff;
}
a.button.grey:hover{
	background-color: #fff;
}
@media screen and (max-width:767px){
	h2 {
		margin-bottom: 25px;
		width: 100%;
		font-size: 30px;
		line-height: 45px;
	}
}

/* ******************** Stores ******************** */	

#stores {
	background-color: #ed4040;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	height: 250px;
	padding: 30px 0px 0px 0px;
	position: fixed;
	height: 80px;
	padding: 10px 0px 10px 0px;
	top: 0px;
	left: 0px;
	z-index: 200;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
@media screen and (max-width:767px){
	#stores{
		height: auto;
		padding: 10px 0px 20px 0px;
		transform: translateY(-90px);
		-webkit-transform: translateY(-90px);
		-ms-transform: translateY(-90px);
	}
}
#stores.show {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
		
/* ******************** Main image ******************** */		

#main-image{
	background-image: url(../images/header-bg.png);
	background-position: center;
	background-size: cover;
	height: 650px;
}
@media screen and (max-width:1024px){
	#main-image{
		background-image: url(../images/header-bg.png);
	}
}
@media screen and (max-width:1024px) and (orientation:landscape){
	#main-image{
		height: 500px;
	}
}
@media screen and (max-width:767px){
	#main-image{
		height: 450px;
		background-position: calc(50% - 45px) top;
	}
}
@media screen and (max-width:320px){
	#main-image{
		background-position: calc(50% + 20px) top;
	}
}
#main-image .gradient{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.75+100 */
	background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), color-stop(0.5, rgba(0,0,0,0)), to(rgba(0,0,0,0.75)));
	background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); 
}
#main-image .wrap{
	height: 100%;
}
#main-image .logo{
	background-image: url(../images/logo-healthconnect.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 222px;
	height: 40px;
	margin-top: 60px;
}
@media screen and (max-width:767px){
	#main-image .logo{
		width: 190px;
	}
}
@media screen and (max-width:767px){
	#main-image .play{
		width: 80px;
		height: 80px;
	}
}
#main-image h1{
	font-weight: 300;
	font-size: 60px;
	line-height: 75px;
	margin-bottom: 40px;
	color: white;
}
#main-image .container {
	display: block;
	float: left;
	width: 50%;
	position: absolute;
	left: 0;
	top: 130px;
	text-align: left;
}
@media screen and (max-width:1024px){
	#main-image .container {
		top: 110px;
	}
	#main-image h1{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:767px){
	#main-image .container {
		top: 100px;
		width: 60%;
	}
	#main-image h1{
		font-size: 30px;
		line-height: 45px;
		text-shadow: 0 0 8px #ffffff;
	}
}
@media screen and (max-width:500px){
	#main-image .container {
		width: 75%;
	}
}

/* ******************** Video ******************** */

#video{
	background-color: #C8B6B6;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 50;
	position: absolute;
	left: 0px;
	top: 0px;
}
#video.play{
	height: 100%;
}

/* ******************** Intro ******************** */

#intro {
	background-color: #ed4040;
	height: 250px;
	padding: 30px 0px 0px 0px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
@media screen and (max-width:767px){
	#intro {
		height: auto;
		padding: 30px 0px 40px 0px;
	}
}
a.button.iphone, a.button.android, a.button.subscribe{
	background-image: url(../images/icon_apple.svg);
	background-repeat: no-repeat;
	background-position: 20px 9px;
	font-size: 30px;
	line-height: 30px;
	height: 47px;
	margin: 10px 5px 0px 5px;
	padding: 13px 0px 0px 25px;
}
@media screen and (max-width:767px){
	a.button.iphone, a.button.android, a.button.subscribe{
		background-size: 20px 24px;
		background-position: 15px 11px;
		font-size: 21px;
		line-height: 21px;
		width:  110px;
		height: 37px;
		margin: 10px 2px 0px 3px;
		padding: 13px 0px 0px 25px;
	}
}
a.button.android{
	background-image: url(../images/icon_android.svg);
	background-position: 25px 14px;
}
@media screen and (max-width:767px){
	a.button.android{
		background-size: 18px 20px;
		background-position: 16px 15px;
	}
}
a.button.subscribe{
	background-image: url(../images/arrow.svg);
	background-position: 25px 20px;
	width: 250px;
}
@media screen and (max-width:767px){
	a.button.subscribe{
		background-size: 14px 16px;
		background-position: 20px 17px;
		width: 180px;
	}
}
#intro a.poweredby{
	background-image: url(../images/logo_powered_by_ing.svg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 246px;
	height: 52px;
	margin: 30px auto 0px auto;
}

/* ******************** Highlights ******************** */

#highlights, .highlights {
	display: block;
	float: left;
	width: 100%;
}
.highlight {
	display: block;
	float: left;
	width: 100%;
}
.highlight.dark {
	background-color: #312828;
	color: white;
}
.highlight.white {
	background-color: #fff;
}
.highlight.white h2 {
	color: #E49513;
}
.highlight.orange {
	background-color: #F3A627;
	color: #ffffff;
}
.highlight.email p {
	text-align: center;
}
.highlight.video h3{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.videowrappercontainer {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.highlight.video .videowrapper{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.highlight.video .videowrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.highlight .vcenter {
	display: block;
	float: left;
	width: 100%;
	padding: 80px 0;
}
.highlight p {
	text-align: left;
	margin-bottom: 30px;
}
.highlight p a{
	color: #ed4040;
	text-decoration: none;
}
.highlight p a:hover{
	text-decoration: underline;
}
.highlight .buttons .button {
	margin-right: 20px;
}
.highlight .buttons .button:last-child {
	margin-right: 0;
}
.sides {
	display: flex;
}
.sides .side {
	flex: 1;
	text-align: left;
	padding-right: 60px;
}
.sides .side:last-child{
	padding-right: 0;
}
@media screen and (max-width:767px){
	.sides {
		display: block;
	}
	.sides .side {
		padding-right: 0;
	}
	.videowrapper {
		margin-right: 0;
	}
}
span.tag {
	background-color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 8px;
	margin-bottom: 20px;
	display: inline-block;
}
span.no-tag {
	height: 49px;
	display: block;
}
@media screen and (max-width:767px){
	.highlight .buttons .button {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.highlight .vcenter {
		padding: 50px 0;
	}
	.videowrappercontainer {
		width: 100%;
	}
}
		
/* ******************** Features ******************** */

#features{
	background-color: #062f3d;
	padding: 50px 0px 0px 0px;
}
#features ul{
	color: #fff;
	display: block;
	float: left;
	width: 100%;
	padding: 0px 0px 70px 0px;
}
#features ul li{
	background-image: url(../images/icon_feature_scorekaart.svg);
	background-repeat: no-repeat;
	background-position: center 40px;
	display: block;
	float: left;
	width: calc(33.33% - 41px);
	padding: 150px 20px 40px 20px;
	border-left: 1px solid #1f4451;
	border-bottom: 1px solid #1f4451;
}
@media screen and (max-width:767px){
	#features ul li{
		width: 100%;
		padding: 150px 0px 40px 0px;
		border-left: none;
		border-bottom: 1px solid #1f4451;
	}
}
#features ul li:first-child{
	border-left: 0px;
}
#features ul li.koppeling{
	background-image: url(../images/icon_feature_koppeling.svg);
}
#features ul li.marker{
	background-image: url(../images/icon_feature_marker.svg);
	border: 0px;
}
#features ul li.goedkeuren{
	background-image: url(../images/icon_feature_goedkeuren.svg);
}
#features ul li.baanherkenning{
	background-image: url(../images/icon_feature_baanherkenning.svg);
	border-bottom: 0px;
}
#features ul li.favorieten{
	background-image: url(../images/icon_feature_favorieten.svg);
	border-bottom: 0px;
}
@media screen and (max-width:767px){
	#features ul li.goedkeuren, #features ul li.baanherkenning{
		border-bottom: 1px solid #1f4451;
	}
}

/* ******************** Faq ******************** */

#faq{
	padding: 80px 0 0 0;
	background-color: #ffffff;
}
@media screen and (max-width:767px){
	#faq{
		padding: 50px 0 0 0;
	}
	.faq {
		padding-bottom: 40px;
	}
}
#faq h2 {
	color: #E49513;
}
.faq{
	text-align: left;
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0 40px 0;
	padding-bottom: 90px;
	border-bottom: 1px solid #DDE0E4;
}
.faq li.q {
	background-color: #dce0e4;
	display: block;
	width: calc(100% - 100px);
	padding: 12px 80px 13px 20px;
	margin-bottom: 10px;
	position: relative;
	-moz-border-radius: 3px;
	border-radius: 5px;
	cursor: pointer;
}
.faq li.q span{
	background-image: url(../images/icon_faq_plus.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: left;
	width: 56px;
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
	background-size: 18px auto;
	border-left: 2px solid #ffffff;
}
.faq li.q.active span{
	background-image: url(../images/icon_faq_min.png);
}
.faq li.a {
	display: none;
	padding: 15px 20px 30px 20px;
}
.faq li.a a{
	color: #ed4040;
	text-decoration: none;
}
.faq li.a a:hover{
	text-decoration: underline;
}

/* ******************** Subscribe ******************** */

#subscribe{
	padding: 50px 0px 70px 0px;
}
#subscribe p{
	width: 80%;
	margin: 0px auto 0px auto;
}
@media screen and (max-width:767px){
	#subscribe p{
		width: 100%;
	}
}
#subscribe iframe{
	width: 60%;
	height: 300px;
	margin: 30px auto 0px auto;
}	
@media screen and (max-width:767px){
	#subscribe iframe{
		width: 100%;
	}
}
p.bold{
	width: 100%;
	text-align: center;
}


/* ******************** Sharing ******************** */

#sharing{
	background-color: #062f3d;
	padding: 50px 0px 80px 0px;
}
#sharing ul{
	display: block;
	width: 270px;
	margin: 0px auto 0px auto;
}
#sharing ul li a{
	background-image: url(../images/icon_twitter.svg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin: 0px 10px 0px 10px;
}
#sharing ul li a.facebook{
	background-image: url(../images/icon_facebook.svg);
}
#sharing ul li a.linkedin{
	background-image: url(../images/icon_linkedin.svg);
}

/* ******************** Partners ******************** */

.partner-wrapper{
	background-color: #fff;
	padding: 30px 0 110px 0;
}
.partner-wrapper p{
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
.partner-wrapper a{
	display: block;
}
.partner-wrapper h3{
	font-size: 17px;
	margin-bottom: 40px;
}
.partners {
	display: flex;
}
.partners .partner {
	flex: 1;
	padding: 0 40px;
	align-self: center;
}
.partners .partner.max {
	max-width: 140px;
}
.partners .partner.max-large img {
	max-width: 200px;
}
.partners .partner:first-child {
	padding-left: 0;
}
.partners .partner:last-child {
	padding-right: 0;
}
.partner-wrapper img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:1024px){
	.partners .partner {
		padding: 0 25px;
	}
}
@media screen and (max-width:767px){
	.partner-wrapper {
		padding-bottom: 40px;
	}
	.partners {
		display: block;
	}
	.partners .partner {
		text-align: center;
		max-width: none;
		padding: 0;
		margin-bottom: 40px;
	}
	.partners .partner.max{
		max-width: none;
	}
	.partner img{
		max-width: 200px;
	}
}
			  
/* ******************** Footer ******************** */

footer {
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: #312828;
	color: #ffffff;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer .wrap {
	display: flex;
}

footer .wrap div {
	flex: 1;
	text-align: right;
}
footer .wrap #copy {
	text-align: left;
}
@media screen and (max-width:767px){
	footer {
		font-size: 14px;
	}
	footer .wrap {
		display: block;
	}
	footer .wrap div {
		text-align: center;
	}
	footer .wrap #copy {
		text-align: center;
	}
}

/* ******************** Lity ******************** */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.8);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 98%;
  vertical-align: middle;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 90%;
  margin: 0px 5% 0px 5%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 1280px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}



/* form */

#mc_embed_signup .button {
	color: #ffffff;
	background-color: #312828;
	height: 50px;
	border-radius: 5px;
	padding: 0 30px;
	cursor: pointer;
	width: 130px;
	float: left;
}

#mc_embed_signup .mc-field-group {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

input.email {
	background-color: #ffffff;
	height: 50px;
	border-radius: 5px;
	width: calc(100% - 190px);
	padding: 0 20px;
	float: left;
	margin-right: 20px;
}

@media screen and (max-width:480px){
	#mc_embed_signup .button {
		width: 100%;
	}
	input.email {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
}


ul.classic {
	text-align: left;
	list-style-type: disc;
}


/* campaign */

.campaign {
	text-align: left;
	margin-bottom: 25px;
	flex: 1;
}
.campaign img {
	max-width: 50%;
}
.campaign.closed {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

@media screen and (min-width:768px){
	.campaign-list {
		display: flex;
	}
	.campaign {
		margin: 0 15px;
	}
	.campaign img {
		max-width: none;
		width: 100%;
	}
}

/* testimonial */

figure.testimonial-figure img {
	margin: auto;
	max-width: 100%;
	display: block;
}

/* Aanpassingen Bart 2022 */

#highlights.anbi .container ul {
	margin-bottom: 30px;
}

#highlights.anbi .container ul li {
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
}
