.cbp-mc-form {
	position: relative;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 100%;
	float: left;
}

.voornaam,.achternaam,.emailadres,.telefoonnummer {
	float:left;
}

.cbp-mc-form label {
	display: block;
	padding: 20px 5px 5px 2px;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	color:#444;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 10px;
	display: block;
	width: 95%;
	background: transparent;
	resize: none;
}

.cbp-mc-column p {color:#444;}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 2px solid #2a5bac;
	background-color:#e8e8e8;
	color:#444;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 2px solid #b2b2b2;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #444;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #444;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #444;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #444;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #b2b2b2;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
	margin-top: 40px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #2a5bac;
	color:#FFF;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 100%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 0;
	}
}

/* Mobile styling */
@media (max-width: 767px) {
	.cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select {width:100%;}
	.voornaam,.achternaam,.emailadres,.telefoonnummer,.form {float:none;}
}

/* Ipad staand styling */
@media (min-width: 768px) and (max-width: 991px) {
	.cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select {width:100%;}
	.voornaam,.achternaam,.emailadres,.telefoonnummer {float:none;}
}

/* Ipad liggend styling */
@media (min-width: 992px) and (max-width: 1199px) {
	.cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select {width:100%;}
	.voornaam,.achternaam,.emailadres,.telefoonnummer {float:none;}
}