@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
}

/* BASIS */

html, body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing:0.025em;
	font-weight:400;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

.wrapper {
	width:100%;
	margin: 0px auto !important;
	position: relative;
	padding: 0px;
			box-sizing:border-box;
	   -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:table;
}

img {
	display:block;
	max-width:inherit;
	width:100%;
}
img.center {
    margin-left: auto;
    margin-right: auto;
}

a {
	cursor:pointer;
	color:inherit;
	text-decoration:none;
}

em {font-style:italic;}

ul,ol {}

p {line-height:20px;margin-bottom:15px;}

strong {font-weight:600;}

h1{font-size:24px;word-wrap: break-word;margin-bottom:10px;}
h2{font-size:18px;word-wrap: break-word;margin-bottom:5px;font-weight:600;}
h3{word-wrap: break-word;}
h4{word-wrap: break-word;}
h5{word-wrap: break-word;}
h6{word-wrap: break-word;}

/* CLASSES */

.clear {clear:both;}

.hidden {display:none;}

.btn {
	color:#fff;
	background-color:#e2001a;
	padding:4px 8px 4px 8px;
	border:1px solid #434343;
}

.right {text-align:right;}
.center {text-align:center;}
.justify {text-align:justify;}

.col.col-12.bigbtn {
	width:49.2%;
	float:left;
	margin:0 0 0 1.6%;
	background: -webkit-linear-gradient(#e2001a, #c40319); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2001a, #c40319); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2001a, #c40319); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2001a, #c40319); /* Standard syntax */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#fff;
	padding:15px 0;
	font-size:13px;
	text-align:center;
}

.col.col-12.bigbtn:first-child {
	margin-left:0px;
}
/* KLEUREN */


/* COLUMNS */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin:0;
	padding:10px;
			box-sizing:border-box;
	   -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
}

.col .col {padding:0;}
.col.right-col {float:right;}

.col p:last-child {margin-bottom:0px;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/* HEADER */
#header {}

/* MOBILE-NAV*/
#mobile-nav-container {
	margin-bottom:40px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
	   -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
			box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}
#mobile-nav-container #mobile-nav-btn {float:right;font-size:30px;margin-right:20px;}
#mobile-nav-container span {float:left;padding:10px;}

/* MAIN */
#main {}

/* FOOTER */
#footer {}

/* HOME PAGE */


/* FORMS */
form {display:block;margin-bottom:15px;}
form h5 {font-weight:700;letter-spacing: 0.035em;margin-bottom:8px;}
input, textarea {border:none;padding:11px 15px;width:100%;display:inline-block;color:#808996;box-sizing:border-box;-moz-box-sizing:border-box;webkit-box-sizing:border-box;font-family:'Lato', sans-serif;font-size:11px;font-weight:300;font-style:italic;margin-bottom:15px;background-color:#f1f1f1;}
input.margin-bottom {margin-bottom:30px;}

input[type=radio], input[type=checkbox] {
    display: none;
}
input[type="text"]:disabled {
    background: #f0f0f0;
} 
.radio-container .radio-items {display:inline-block;margin-bottom:5px;}
span.radiobox, span.checkbox {float:left;margin-right:10px;line-height:18px;margin-bottom:5.5px;position:relative;}
span.radiobox:before, span.checkbox:before {
    content: "";
    display: inline-block;
 
    width: 18px;
    height: 18px;
 
    margin-right: 10px;
	float:left;
	background-color: #F1F1F1;
	cursor:pointer;
}

textarea {resize:none;height:120px;}

span.radiobox:before {
    border-radius: 50%;
}

span.checkbox:before {
    border-radius: 4px;
}

input[type=radio]:checked + span.radiobox:before {
    content: "\2022";
    color: #1fa2e0;
    font-size: 34px;
    text-align: center;
    line-height: 16px;
}
input[type=checkbox]:checked + span.checkbox:before {
    content: "\f00c";
	font-family:'fontawesome';
    color: #1fa2e0;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
}

/* SELECT BOX */
.select-style {
    padding: 0;
    margin:8px 0 20px 0;
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
	color:#60605e;
	position: relative;
	cursor:pointer;
	border:none;
}

.select-style::after {
	content:'\f078';
	font-family:'FontAwesome';
	font-size:11px;
	position:absolute;
	right:12px;
	top:11px;
	color:#515151;
}

.select-style.active::after {content:'\f077';}

.select-style select {
    padding:0px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	color:#60605e;
	font-family: "LatoWeb",sans-serif;
    font-size: 12px;
	cursor:pointer;
	font-weight:300;
	font-style:italic;
}

.select-style select:focus {
    outline: none;
}

option {
    padding:11px 15px;
	margin:0;
	color:#60605e;
	cursor:pointer;
	border:none;
	background-color:#f7f6f6;
	font-weight:300;
	font-style:italic;
}

option.even {background-color:#f1f1f1;}

span.required {color:#e61d33;}

/* LABELS */

label.error {color:#AD1416;padding-top:2px;display:block;}

label[for=betaalmogelijkheid].error {box-sizing: content-box;
    color: #ad1416;
    left: 0;
    padding-top: 2px;
    position: absolute;
    top: 30px;
    width: 200px;}

.message, #message {
	display:none;
}

.negative {
  margin: 4px 0;
  font-size: 1em;
  color: #C24848;  
  padding: 8px 10px 8px 10px;
  background: #FFD6D6 .5em .4em no-repeat;
  border: 1px solid #FFC2C2;
} 
.positive {
  margin: 4px 0;
  font-size: 1em;
  color: #3F9153;  
  padding: 8px 10px 8px 10px;
  background: #D7F7DF .5em .4em no-repeat;
  border: 1px solid #A3F7B8
} 
.attention {
  margin: 4px;
  font-size: 12px;
  color: #CF9E00;  
  padding: 8px 10px 8px 37px;
  background: #FAF2D7 .5em .4em no-repeat;
  border: 1px solid #FAE8AF;
}


/*UC PAGE*/
.wrapper.uc {
	text-align:center;
	width:inherit;
}
.uc-logo {
	margin:40px 0;
}
/* EMAIL */
.email {cursor:pointer;}
.email::after{ content:"@" attr(data-host); }