@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body,
html {
	margin: 0;
	padding: 0;
	color: #000;
    font-family: 'Open sans', sans-serif;
	font-size: 13px;
}
a{
    color: #000;
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.header {
	float: left;
	margin: 0 auto;
	height: 120px;
	width: 100%;
	position: relative;
}
.logo {
	float: left;
	margin: 20px 0;
}
.call-logo {
	float: right;
	width: 10px;
	height: 10px;
	padding: 0 30px;
	margin: 40px 0;
}
.call {
	color: black;
	float: right;
	padding: 0 5px;
	margin: 50px 0;
	font-size: 18px;
    font-weight: 300;
}
.call strong{
    font-weight: 700;
}
.call a{
    text-decoration: none;
}
.flags-logo {
	float: none;
	position: absolute;
	right: 5px;
	top: 15px;
}
.flag-logo {
	display: inline-block;
	width: 30px;
	margin-left: 5px;
}
.flag-logo img {
	max-width: 100%;
}
.center {
	width: 994px;
	margin: 0 auto;
}
.center-slider {
	width: 100%;
	margin: 0 auto;
}
.container {
	width: 994px;
	margin: 0 auto;
}
.nav {
	background: #f19d1b;
	float: left;
	width: 100%;
	font-size: 18px;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	width: auto;
	text-align: center;
	padding: 15px 0;
}
.nav li + li:before {
	content: " | ";
	color: black;
	padding: 0 20px;
}
.nav li:first-child {
	padding: 15px 0 0 12px;
}
.nav a:hover {
	color: white;
}
.nav a {
	color: black;
	text-decoration: none;
}
.container-button {
	float: left;
	width: 100%;
	margin: 20px 0;
}
button {
	font-weight: 400;
	display: none;
}
.content {
	float: left;
	width: 100%;
	padding: 20px 0 50px 0;
}
.slider {
	width: 100%;
	float: left;
	margin: 0 auto;
}
.bxslider {
	margin: 0;
}
.contentbox_1 {
	float: left;
	margin: 0 auto;
	width: 300px;
	position: relative;
}
.contentbox_2 {
	float: right;
	margin: 0 auto;
	width: 300px;
	position: relative;
}
.contentbox_3 {
	margin: 0 auto;
	width: 300px;
	position: relative;
}
.contentboxFP_1 {
	float: left;
	width: 300px;
	margin: 40px 15px;
}
.contentboxFP_1:first-child {
	margin-left: 0;
}
.contentboxFP_2 {
	float: left;
	width: 300px;
	margin: 40px 15px;
}
.contentboxFP_3 {
	float: left;
	width: 300px;
	margin: 40px 15px;
}
.transboxFP_1,
.transboxFP_2,
.transboxFP_3 {
	width: 300px;
	height: 50px;
    line-height: 50px;
	margin-top: 425px;
	float: left;
	position: absolute;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.transboxFP_1 a,
.transboxFP_2 a,
.transboxFP_3 a {
    text-decoration: none;
}
.transboxFP_1:hover,
.transboxFP_2:hover,
.transboxFP_3:hover {
    background: rgba(255, 255, 255, 0.9);
	color: rgba(255, 0, 0, 0.7);
}
.transbox_1,
.transbox_2,
.transbox_3 {
	width: 300px;
	height: 50px;
    line-height: 50px;
	margin-top: 140px;
	float: left;
	position: absolute;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}
.transbox_1:hover,
.transbox_2:hover,
.transbox_3:hover {
	background: rgba(255, 255, 255, 0.9);
	color: rgba(255, 0, 0, 0.7);
}
.smalltext {
	color: black;
}
.responsive-image {
	display: none;
}
.smalltext a {
    display: block;
	padding: 20px 0;
	font-weight: bold;
	text-decoration: none;
	color: #f19d1b;
}
.smalltext a:hover {
	color: #f1521b;
}
.locatie-text {
	padding: 10px 0;
	font-weight: bold;
	font-size: 25px;
}
.navigatie-box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.gmap {
	float: left;
	width: 648px;
	height: 340px;
}
.gegevens {
	float: right;
	width: 220px;
	height: 200px;
	background: #ececec;
	padding: 70px 41px;
	font-weight: bold;
	font-size: 18px;
}
.form-box {
	width: 100%;
	float: left;
}
.formtext_1 {
	margin: 5px 0;
	font-weight: bold;
	font-size: 25px;
}
.formtext_2 {
	font-weight: bold;
	margin: 10px 0;
	font-size: 15px;
}
.formtext_2 a{
    text-decoration: none;
}
.image-form {
	float: left;
	margin-bottom: 40px;
}
.form {
	background: #ececec;
	width: 630px;
	height: 265px;
	float: right;
	margin-bottom: 120px;
	padding: 1%;
}
.form input {
	float: left;
	border-radius: 10px 10px;
	border: 0;
	width: 96%;
	margin: 1% 1%;
	padding: 1% 1%;
	height: 35px;
	background: white;
	font-weight: bold;
	font-size: 16px;
}
.form input[type=submit] {
	background: #f19d1b;
	color: white;
	width: 98%;
	font-size: 16px;
	cursor: pointer;
}
.form textarea {
	float: left;
	border-radius: 10px 10px;
	border: 0;
	width: 96%;
	margin: 1% 1%;
	padding: 1% 1%;
	height: 70px;
	font-weight: bold;
    font-family: 'Open sans', sans-serif;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: orange;
}
.Induca-logo img {
	width: 69px;
	margin-top: -40px;
}
.footer {
	margin: 0 auto;
	width: 100%;
	float: left;
	text-align: center;
	background: #f19d1b;
}
.footer-text {
	padding: 10px 0;
	margin: 40px auto 0 auto;
	float: left;
	text-align: center;
	width: 100%;
	color: white;
	font-size: 15px;
	background: #f1521b;
}
.footer h3 {
	color: white;
	font-size: 20px;
}
.footer-box {
	float: left;
	width: 50%;
	font-size: 15px;
}
.footer-box a {
	text-decoration: none;
	color: white;
}
.footer-box a:hover {
	color: #f1521b;
}
.footer-box img{
    vertical-align: middle;
}




.error {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #d20a1a;
    border-top: 1px solid #d20a1a;
    color: #d20a1a;
}
.error ul {
    margin-top: 10px;
}
.error li {
    margin-left: 30px;
}
.succes {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #009900;
    border-top: 1px solid #009900;
    color: #009900;
}
.formclass {
    width: 100%;
    float: left;
}
form.formclass label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 200px;
}
form.formclass ol {
    margin: 0;
    padding: 0;
}
form.formclass li {
    list-style: none;
    padding: 0;
    margin: 0;
}
form.formclass em {
    color: #dd1825;
}
form.formclass textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    width: 296px;
    height: 150px;
    font-size: 12px;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}
form.formclass input[type="text"] {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    width: 200px;
    font-size: 12px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}
form.formclass input[type="submit"] {
    width: 150px;
    color: #ffffff;
    height: 30px;
    text-transform: uppercase;
    background: #000;
    border: 0;
    font-size: 13px;
}



@media all and (max-width: 768px) {
	.logo {
		margin: 20px 0;
		text-align: center;
		float: none;
	}
	.call-logo {
		display: none;
	}
	.call {
		display: none;
	}
	.center {
		width: 100%;
	}
	.center-slider {
		width: 100%;
		margin: 0 auto;
	}
	.container {
		width: 100%;
		margin: 0 auto;
	}
	.nav {
		display: none;
		float: left;
		width: 100%;
	}
	.nav li {
		display: block;
		width: 100%;
		float: left;
		text-align: center;
		border-bottom: 3px solid white;
		padding: 0 0 10px 0;
		margin: 5px 0;
	}
	.nav li + li:before {
		display: none;
	}
	.nav a:hover {
		color: white;
	}
	.nav a {
		text-decoration: none;
	}
	.nav li:first-child {
		padding: 8px 0;
	}
	.nav li:last-child {
		border: none;
	}
	button {
        border: 0;
        font-weight: bold;
        font-size: 18px;
        display: block;
        background: #f1521b;
        width: 100%;
        padding: 10px 0;
        color: #fff;
        text-align: center;
        float: left;
	}
	button img {
        width: 30px;
        vertical-align: middle;
        margin: 0 20px 0 0;
	}
	.content {
		width: 90%;
        padding: 2% 5% 10% 5%;
	}
	.slider {
		width: 100%;
	}
	.bxslider {
		margin: 0;
	}
	.contentbox_1 {
		text-align: center;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.contentbox_2 {
		text-align: center;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.contentbox_3 {
		float: left;
		text-align: center;
		width: 100%;
		height: auto;
		margin-bottom: 60px;
	}
	.responsive-image {
		display: none;
	}
	.image {
		display: block;
		margin: 0 auto;
	}
	.smalltext {
		width: 300px;
		height: 100px;
		margin: 0 auto;
	}
	.transbox_1,
	.transbox_2,
	.transbox_3 {
		width: 100%;
		height: 50px;
		text-align: center;
	}
	.locatie-text {
		text-align: center;
	}
	.navigatie-box {
		float: left;
		width: 100%;
	}
	.gmap {
		width: 100%;
		height: 200px;
		margin-bottom: 40px;
	}
	.gegevens {
		width: 90%;
		margin: 20px 0;
        padding: 5%;
		text-align: center;
	}
	.form-box {
		width: 100%;
	}
	.formtext_1 {
		text-align: center;
	}
	.formtext_2 {
		text-align: center;
	}
	.image-form {
		display: none;
	}
	.form {
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.form input {
		margin: 6px 6px;
		width: 96%;
		padding: 6px 6px;
		text-align: center;
	}
	.form textarea {
		width: 96%;
		text-align: center;
	}
	.form input[type=submit] {
		width: 98%;
	}
	.footer-box {
		display: none;
	}




	.contentboxFP_1 {
		width: 100%;
		margin: 0 0 100px 0;
	}
	.contentboxFP_2 {
		width: 100%;
		margin: 0 0 100px 0;
	}
	.contentboxFP_3 {
		width: 100%;
		margin: 0 0 100px 0;
	}
	.contentboxFP_1 img, .contentboxFP_2 img, .contentboxFP_3 img{
		width: 100%;
		height: auto;
	}
	.transboxFP_1,
	.transboxFP_2,
	.transboxFP_3 {
		width: 100%;
		height: 50px;
		line-height: 50px;
		margin-top: 425px;
		float: left;
		position: absolute;
		z-index: 1000;
		background: rgba(255, 255, 255, 0.85);
		text-align: center;
		cursor: pointer;
		font-size: 20px;
		font-weight: bold;
	}
	.transboxFP_1 a,
	.transboxFP_2 a,
	.transboxFP_3 a {
		text-decoration: none;
	}
	.transboxFP_1:hover,
	.transboxFP_2:hover,
	.transboxFP_3:hover {
		background: rgba(255, 255, 255, 0.9);
		color: rgba(255, 0, 0, 0.7);
	}


}/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	margin: 0 auto 60px;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(scripts/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f19d1b;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f1521b;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(scripts/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(scripts/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(scripts/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(scripts/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
