body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
/* General */

* {
	box-sizing:border-box;
}
html, body {
	margin:0;
	padding:0;
	
}
body {
	font-size:14px;
	font-family: Lato;
	line-height: 1.5;
	font-weight:300;
	color:#000;
}
a, a:visited, a:active {
	color:#c8b274;
}
a.button {
	color:#fff;
}
ul {
	list-style-type: square;
} 

header, #container, footer {
	max-width:1050px;
	margin:0px auto;
}
main {
	text-align:center;
	margin: 20px 0 0;
	padding:0 20px;
}
h1,h2,h3,h4 {
	color:#c8b274;
	text-transform: uppercase;
	font-weight:300;
}
h1 {
	font-size:25px;
	position:relative;
	padding-bottom:15px;
	margin-bottom:40px;
	display:inline-block;
}
.block-text {
	max-width:1000px;
	margin:50px auto;
	font-size:17px;
}
.block-text > p, .block-text ul {
	text-align:left;
}
.block-text > p.text-center {
	text-align:center;
}
h1 .underline {
	position:absolute;
	left:20%;
	right:20%;
	bottom:0px;
	height:2px;
	background-color:#c8b274;
}
.button, .submit {
	padding:13px 95px;
	background:#c8b274;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	cursor:pointer;
	transition: all 150ms linear;
	text-decoration:none;
	border:0;
}
.button:hover, .submit:hover {
	transform: scale(0.95);
}

/* Header */

header {
	padding: 25px 0;
}
header > .inside > div {
	display:inline-block;
}
#logo {
	max-width:300px;
}
#apply-button {
	float:right;
}

/* Landingpage */

.facts-container {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 30px 0;
}
.facts-box {
	width:22%;
	margin: 20px 0;
	padding:40px 15px;
	background: #ebebeb;
	min-height:250px;
	color: #111;
	font-size: 15px;
}
.facts-box .number {
	font-size:30px;
	font-weight:400;
}
.facts-box .separator {
	display:inline-block;
	width:50px;
	border-top:2px solid #c8b274;
	margin:30px 0 20px;
}
.process h4 {
	font-size:20px;
	margin:0;
}
.process .step .explanation {
	font-size:15px;
}
.process .arrow-down {
	border: solid black;
	border-width: 0 4px 4px 0;
	display: inline-block;
	margin:30px 0;
	padding: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.contact-person {
	text-align:center;
}

/* Footer */

footer {
	color:#c8b274;
	font-size:18px;
	text-align:center;
	padding: 0 0 60px;
}
#footer-links {
	display:flex;
	justify-content: center;
	color:#000;
	list-style-type: none;
	margin:0;
	padding:0;
}
#footer-links li {
	padding:0 10px;
}
#footer-links a {
	font-size:16px;
	color:#000;
	text-decoration: none;
}

/* Form */

input[type=text], input[type=tel], input[type=email], textarea {
	-webkit-appearance:none;
	font-family:Lato;
	font-weight:bold;
}
input:focus, textarea:focus {
	outline:none;
}
.formbody {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.widget {
	margin:0 0 30px;
}
.widget-text {
	width:48%;
}
.widget-text.field-long {
	width:100%;
}
.widget-textarea {
	width:48%;
}
.widget-text input, textarea {
	width:100%;
	padding:10px 20px;
	border:0;
	border-bottom: 3px solid #111;
}
.widget-checkbox, .widget-explanation {
	width:100%;
	text-align:left;
}
.checkbox_container {
	border:0;
}
.radio_container {
	border:0;
	text-align:left;
	padding:0;
}
/* Mobile */
@media only screen and (max-width: 768px) {
	.facts-box {
		width: 47%;
	}
}
@media only screen and (max-width: 600px) {
	header {
		text-align:center;
	}
	#logo, #apply-button {
		display:inline-block;
	}
	#apply-button {
		margin-top:20px;
		float:none;
	}
	#container {
		margin:0;
	}
	.facts-box {
		width:100%;
	}
	.widget-text, .widget-textarea {
		width:100%;
	}
}
