body {
	font-family: 'Lato', sans-serif;
	height: 100%;
	background-color: #333 !important;
}


/*Teksten en Headers*/

h1{

}

h2{
	color: #a4c639;
	text-transform: uppercase;
	padding: 0 !important;
	margin-top: 0 !important;
}

h3{
	color: #a4c639;
}

.heart{
	color: red;
	transition-duration: 0.5s;
	transform: scale(1);
	display: inline-block;
}

.heart.beat{
	transform: scale(1.2);
}

.signature p{
	font-family: 'Courgette', cursive;
	color: #fff;
	font-size: 30px;
	text-align: right;
}

.copyright.front{
	position: absolute;
    right: 15px;
    bottom: 0;
    color: #FFFFFF;
}

.copyright.front p, a{
	color: #FFFFFF;
    font-size: 1.8rem;
}

p{
	color: #fff;
	font-size: 20px;
}

.content{
	margin-top: 160px;
	display: block;
	border-style: solid;
	margin-left: 85px;
	margin-right: 85px;
}

.row{
	border: 0 !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.menubalk{
	background-color: #a4c639;
	height: 65px;
	border: 0 !important;
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 10px 10px #333; 
	
}

.navbar{
		border-radius: unset !important;
}

.signature{
	float: right;
	margin-top: 3%;
	margin-right: 20%;
	display: block;
	-webkit-transform: rotateZ(-7deg); /* Safari */
    transform: rotateZ(-7deg); /* Standard syntax */
}

.center{
	margin: auto;
	width:100%;
}

.menu li{
	display: inline-block;
	position: relative;
}

.menu li a{
	display: block;
	padding: 10px 15px;
	margin-left: 75px;
	margin-right: 75px;
	color: #2f4f4f !important;
}

.nav > li > a:focus{
	text-decoration: underline;
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.nav > li > a:hover{
	text-decoration: underline;
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.menu li a:active{
	background-color: #BFFF00;
}

.menu li a .active{
	background-color: #BFFF00;
}

.active{
	background-color: #D1E231 !important;
}

.page-header{
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.left{
	background-color: #333;
	min-height: 100vh;
	z-index: 10;
	position: absolute;
}

.banner{
	width: 100%;
	z-index: -99;
	padding-left: 0px !important;
	padding-right:  0px !important;
}

.nopad{
	padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.img-head{
	height: 75px;
	background-color: #333;
	display: inline-block;
}

.inline{
	display: inline-block;
}

.bottom{
	position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 5;
}

.bid{
	padding: 0px !important;
}

.center-logo{
	width: 100%;
	margin: 0 auto !important;
}

.logo-bottom{
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.mob{
	display: none;
}

.sliderbot{
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 60vh;
	overflow: hidden;
	z-index: -99;
}

.sliderbot .uk-cover-background{
	background-position: top;
    background-repeat: no-repeat;
    background-size: 130%;
}

/*.flleft{
	float: left;
}*/

.flright{
		float: right;
	}

.logo-top{
	width: 35%;
	display: none;
	margin-top: 10px;
	margin-right: 10px;
}

.navbar-toggle{
	float: left;
	margin-left: 15px !important;
	margin-right: 0px !important;
	background-color: #333;
}

.navbar-default{
	background-color:#a4c639;
	border-color:#a4c639;
	margin: 0px;
	padding: 0px;
	}

.navbar-collapse{
	margin: 0px;
	padding: 0px;
}

.container-fluid{
	margin: 0px;
	padding: 0px;
}

.mobiel-horizon{
	display: none;
	width: 225px;
}

@media (min-width: 2560px) and (max-width: 8000px){
	
	h2{
		font-size: 45px;
	}

	p{
		font-size: 28px;
	}

	.signature p{
		font-size: 40px;
	}
}

@media (min-width: 2260px) and (max-width: 2560px){
	
	h2{
		font-size: 45px;
	}

	p{
		font-size: 28px;
	}

	.signature p{
		font-size: 40px;
	}
}

@media (min-width: 1920px) and (max-width: 2260px){
	
	h2 {
		font-size: 30px;
	}

	p {
		font-size: 23px;
	}

	.signature p {
		font-size: 25px;
	}
	
	.logo-bottom {
		max-width: 250px;
	}
	
}

@media (min-width: 1250px) and (max-width: 1450px){
	
	.menu li a{
		margin-left: 50px;
		margin-right: 50px;
	}
	
	.logo-bottom{
		max-width: 250px;
	}
	
	.content {
		margin: 100px 40px 0 40px;
	}
	
	p {
		font-size: 18px;
	}
	

	.signature p {
		font-size: 25px;
	}

	
	
}

@media (min-width: 1050px) and (max-width: 1250px){
	
	.menu li a{
		margin-left: 35px;
		margin-right: 35px;
	}
	
	.content {
		margin: 90px 30px 0 30px;
	}
	
	p {
		font-size: 17px;
	}
	
	.logo-bottom {
		max-width: 200px;
	}
	
	.signature p {
		font-size: 25px;
	}
}

@media (min-width: 850px) and (max-width: 1050px){
	
	.menu li a{
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.content {
		margin: 90px 30px 0 30px;
	}
	
	p {
		font-size: 17px;
	}
	
	.logo-bottom {
		max-width: 200px;
	}
	
	.signature p {
		font-size: 25px;
	}

}	
	
@media (min-width: 768px) and (max-width: 850px){
	
	.menu li a{
		margin-left: 5px;
		margin-right: 5px;
	}

	.sliderbot{
		height: 45vh;
	}

	.logo-bottom {
		max-width: 175px;
	}
}

@media (max-width: 767px){
	.menu li{
		width: 100%;
		margin: 0 !important;
		padding: 0! important;
	}

	.navbar-header{
		margin-right: 20px !important;
	}

	.navbar-toggle{
		background-color: #fff;
		color: #fff;
		float: right;
	}

	.sliderbot{
		height: 42vh;
	}

	.logo-bottom {
		max-width: 150px;
	}
}

@media (max-width: 650px){
	.sliderbot{
		height: 37vh;
	}

	.logo-bottom {
		max-width: 135px;
	}
}

@media (max-width: 500px){
	.sliderbot{
		height: 28vh;
	}

	.logo-bottom {
		max-width: 135px;
	}
}

/*@media (min-width: 465px){
	.left{
		max-height: 100%;
		min-height: unset;
		position: static;
	}
}*/

@media (max-width: 465px){
	.content{
		margin-left: 5%;
		margin-right: 5%;
	}

	.sliderbot{
		height: 33vh;
	}
}

@media (max-width: 365px){
	.sliderbot{
		display: none;
	}

	.bottom{
		position: static;
		width: 100%;
		bottom: 30px;
		z-index: 5;
		display: block;
		margin-top: 50px;
	}
}

@media (min-width: 10px) and (max-width: 991px){
	
	h2{
		font-size: 24px;
	}

	p{
		font-size: 16px;
	}

	.signature p{
		font-size: 20px;
	}

	.nomob{
		display: none;
	}

	.mob{
		display: block;
	}

	.left{
		max-height: 100%;
		min-height: unset;
		position: static;
	}

}

@media (min-width: 10px) and (max-width: 365px){
	.left{
		min-height: 100vh !important;
	}
}

.cc-privacy {
  display: none !important;
}