.somblokhoofd{
  padding-bottom: 20px;
  width: 100%;
  clear: both;
  display: block;
}

.somblokhoofdgetal{
  display: table;
  float: left;
}

.somblokhoofdtitel{
  display: table;
  float: left;
}

.somblokgetal{
  font-size: 34px;
  color: #ffffff;
  text-align:center;
  height: 48px;
  width: 48px;
  border: solid 1px #aa580f;
  border-radius: 25px;
  background-color: #aa580f;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
}

.sombloktitel{
  display: table-cell;
  vertical-align: middle;
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 15px;
}

.spacer{
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
}

.somblokomschrijving{
  padding-bottom: 10px;
}

.sombloklink{
  text-align: right;
}
.sombloklink a{
  text-transform: uppercase;
  background-color: #544834;
  border: solid 1px #544834;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  padding: 4px 12px;
  font-weight: 600;
}

.navbar .btn-navbar .icon-bar {
  background-color: #544834;
  border: solid 1px #544834;
}
.navbar .btn-navbar, .navbar .btn-navbar:hover{
  border: none;
}

/*** RESPONSIVE BIG DESKTOP ***/
@media(min-width:1200px){

}
/*** RESPONSIVE BIG DESKTOP ***/
@media(min-width:980px) and (max-width:1199px){
	.somblokgetal{
		border-radius: 22px;
    font-size: 30px;
    height: 44px;
    width: 44px;
	}
  .sombloktitel{
    height: 44px;
  }
}
/*** RESPONSIVE TABLET ***/
@media(min-width:768px) and (max-width:979px){
	.somblokgetal{
		border-radius: 17px;
    font-size: 24px;
    height: 32px;
    width: 32px;
	}
  .sombloktitel{
    height: 38px;
    font-size: 18px;
  }

}
/*** RESPONSIVE PHONE ***/
@media(max-width:767px){
  .somblokgetal{
		border-radius: 16px;
    font-size: 18px;
    height: 30px;
    width: 30px;
	}
  .sombloktitel{
    height: 30px;
    font-size: 18px;
  }
  
}
/* SMALL SCREEN */
@media(max-width:400px){

}
