@import url('https://fonts.googleapis.com/css?family=Raleway');
html {
	overflow-y: scroll;
}
body {
	color: #555;
	font-size:1.7em;
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 0;
	padding-right: 0!important;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto!important;
}
.img_l {
	padding: 0.5% 1% 0 0;
}
.img_r {
	padding: 0.5% 0 0 1%;
}
a {
	color:#6cab20;
}
a:hover {
	color:#6cab20;
	text-decoration:none;
}
.container-fluid {
	overflow: hidden;
}
.nopadding {
	padding: 0;
}
.top {
	height:100px;
	line-height:50px;
}
.subtop {
	height: 50px;
	border-bottom: 1px solid #eee;
}
/*menu*/
.navbar-default {
	border: 0px solid transparent;
	border-radius: 0;
	background: #9bc94c;
	margin: 0 1%;
	top: 35px;
	z-index: 1;
	height: 70px;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #685346;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #685346;
}
.affix {
    top: 0;
    padding: 0 1%;
    width: 98%;
    z-index: 9999 !important;
}
.affix + .container-fluid {
    padding-top: 70px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-top: -50px;
}
.navbar-brand > img {
	width:100%;
	height:30px;
	margin-top:-5px;
	transition: all 0.3s;
}
.affix .navbar-brand > img{
	width: 50%;
	margin-top: 38px;
	transition: all 0.3s;
}
 /*einde menu*/
.equal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}
.rechts {
	background: #f6f3ec;

footer {
    left: 0;
    bottom: 0;
	padding: 15px;
    height: calc(100% - 200px);
    width: 100%;
	background: #333;
	color: #ccc;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
input[type=submit], input[type=text], input[type=tel], input[type=email], input[type=button], textarea {
	-webkit-appearance: none;
    border-radius: 0;
}
input[type=button] {
    -webkit-border-radius: 0px;
}