

h1
{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 26px;
}

h2
{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 26px;
}

h3
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

h4
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
}

h5
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}

.logo_img
{
    margin-top: 40px;
    margin-bottom: 40px;
}

.logo_img_mobile
{
	height: 70%;
}


.mobile_navbar
{
	width: 100vw
}


.off-canvas-wrap 
{
	position: fixed;
    z-index: 999;
}

.left-off-canvas-menu
{
    min-height: 100vh;
	overflow-x: initial;
    overflow-y: initial;
    bottom: initial;
    background: #a1cf80;
}

.left-off-canvas-menu:hover
{
	background: #84BF58;	
}

.tab-bar
{
	background: #84BF58;	
}

.navbar
{
    background: #84BF58;
}

.sub-nav dd a
{
    color: white;
}

.orbit-slide-number
{
	display: none;
}

.orbit-timer
{
	display: block;
}

.orbit-container .orbit-timer .orbit-progress
{
    background-color: rgba(0, 0, 0, 0.3);
}

.slider_1_text
{
    position: absolute;
    top: 15%;
    left: 7%;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.button
{
    background-color: #84BF58;
}

.button h3
{
    color: #ffffff;
}

.button:hover
{
    background-color: #a1cf80;
}

.herken-button
{
    min-width: 60px;
    width: 100%;
    max-width: 245px;
    margin-top: 38px;
    position: static;
}

.klachten-voet
{
	margin-left: auto;
    margin-right: auto;
}

.left_arrow
{
	float: left;
        position: absolute;
    top: 50%;
    left:5%;
}

.right_arrow
{
	float: right;
    position: absolute;
    top: 50%;
    right:5%;
}

.analyse-img1
{
    margin-bottom: 20px;
}

.analyse-button
{
    margin-top: 10px;
}

.analyse-logo
{
    height: 55px;
    margin-left: auto;
    margin-right: auto;
}

.samenwerking
{
    margin-bottom: 80px;
}

.green_line 
{
	background: #84BF58;
    height: 2px;
}

.green_line_row
{
	width: 100vw;
}


.footer
{
    background-color: #a1cf80;
    margin-top: 70px;
    padding-bottom: 1%;
    padding-top: 20px;
}

.footer div h1,.footer div h2,.footer div h3,.footer div h4
{
    color: white;
}

.mail
{
    text-decoration: underline;
}

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

