@charset "UTF-8";
/* CSS Document */

.flexslider {
    margin: 0 0 40px;
    
}

#main [class*="mod_"] {
	font-size:14px;
}


.top-bar {
	position: absolute;
    width: 100%;
    top: 135px;
    left: 0;
	z-index:20;
}
.top-bar-section ul li>a {
    color: #323945;
    display: block;    
    padding-left: 0.9375rem;
    padding: 12px 0 12px 0.9375rem;
    text-transform: uppercase;
    font: 12px/1.3em Arial, sans serif;
}
.top-bar-section ul li>a:hover {
	text-decoration:none;
}
.top-bar-section ul li {
    background: transparent;
}
.top-bar-section ul li:hover:not(.has-form)>a {
    background-color: #fff;
    color: #323945;
    background: #fff;
}
.top-bar .name {
	height:55px;
}
.top-bar {
    background: #9cc139;
    height: 55px;
    line-height: 55px;
}
.top-bar .toggle-topbar {
    position: absolute;
    left: 0;
    right:auto;
}
.top-bar.expanded .title-area {
    background: #95b837;
}
.top-bar.expanded .toggle-topbar a {
    color: #fff;
}
.top-bar-section ul li {
    background: #9cc139;
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 2px #95b837;
    clear: both;
    height: 2px;
    width: 100%;
}

@media only screen and (min-width: 48em) {
	.top-bar { 
		background: #9cc139;
		overflow: visible;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		padding-top: 10px;
	    height: 55px;
	}
	.top-bar-section>ul>.divider, .top-bar-section>ul>[role="separator"] {   
		border: 0;
		margin-left: 1px;
   		margin-right: 1px;
	}
	.top-bar-section li:not(.has-form) a:not(.button) {
		background: #95b837;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	.top-bar-section li:not(.has-form) a:not(.button):hover {
		background-color: #fff;
		background: #fff;
		text-decoration:none;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button) {
		background: #fff;
		color: #323945;	
	}
	.top-bar-section ul li {
		background: transparent;
	}
	
	
}
@media only screen and (min-width: 768px) and  (max-width: 840px) {
	.top-bar-section li:not(.has-form) a:not(.button) {	
		padding: 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.top-bar-section {
		 border-bottom: solid 2px #95b837;
	}
}


@media only screen and (max-width: 40em) {

	#testenpijl {
		width: 150px;
		right: 0;
		left:auto;
		top: 73px;
		background-image: url("../../template/down-arrow-small.png");
		background-repeat: no-repeat;
		background-position: 47px 31px;
		background-repeat: no-repeat;
		font: 19px "Annie Use Your Telescope";
		line-height: 1;
		z-index: 100;
		overflow: visible;
		height: 78px;
	}
	
	#powered-by {
		left: 0;
		z-index: 199;
	}
	.footer-1 {
		margin-bottom:10px;
	}
	#footer-copyright {
		margin-left: 30px;
		margin-right: 30px;
		line-height: 1.5;	
	}
}