html,body{
	font-family: arial!important;
	
}

body{
	padding-top:70px;
}

p{
	color: black;
}



.navbar{
	background-color:#5bad40!important;
	text-align:center; 
}


.jumbotron{ 
	background-image: url('/images/bomen.gif');
	background-size: cover;
	height: 500px;
	padding-top: 70px;
}

.form-group{
	width:500px;
	margin-bottom:10px;
	margin:15px;
}

.nav flex-column{
	background-color:#434346!important;
}

.counter_number{
	font-size:100px;
	font-weight: bold;
	color: #a0cd62;
	line-height:100px;
	
}

.counter_name{
	padding-bottom:60px;
	color:#9d9d9d;
	font-weight: bold;
}

.counter-image{
	background-image: url("/images/bomen.gif");
	background-size: cover;
	background-position: center bottom;
}

.counter-image-mob{
	background-image: url("/images/bomen_tel.gif");
	background-size: cover;
	background-position: center bottom;
}

.tekst_kop{

	color: #5bad40;
	font-weight: bold;
	margin-bottom: 10px;
}

.button{
	background-color:#5bad40;
	color: white;
	width: 100px;
	text-align: center;
	border-radius:8px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	text-decoration: none;
}

.button:hover{
	color: white;
}

.button_p_b{
	margin-left: 10px;
	margin-bottom: 5px;
	background-color:#5bad40;
	color: white;
	width: 200px;
	text-align: center;
	border-radius:8px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	text-decoration: none;
}

.button_p_b:hover{
	color: white;
}

.button_telefoon{
	margin-left: 10px;
	margin-bottom: 5px;
	background-color:#5bad40;
	color: white;
	width: 150px;
	text-align: center;
	border-radius:8px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	text-decoration: none;
}



.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}

.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
}

.hr-line{
  width: 60%;
  margin: auto;
}

.faq-page {
    /* background-color: #eee; */
    color: black;
	font-weight: bold;
	font-size: 1.4em;
    cursor: pointer;
    padding: 30px 20px;
    width: 60%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
}

.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 50%; 
   
}

.faq-page:hover {
   color: #5bad40;
}

.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
