/***************************
Add your custom styles below
****************************/
.home a.home,
.praktisch a.praktisch,
.wat a.wat,
.over a.over,
.contact1 a.contact1,
.wie a.wie
{
	background-color:#9a0427;
	color: #ffffff!important;
	padding: 0 10px!important;
	
}
h4.idk {
	font-weight: normal!important;
	font-size: 15px;
}
.btn-sm {
font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
transition: 0.1s linear;
-webkit-transition: 0.1s linear;
-moz-transition: 0.1s linear;
border-radius: 10px;
padding-top: 8px;
padding-bottom: 8px;
padding-right: 1.25em;
padding-left: 1.25em;
	border: solid 1px #b5143a ;
font-size: 10px;
line-height: 0.5em;
	margin: 18px 0 0 0;
text-transform: uppercase;
	width: 105px!important;
	}
.btn-sm:hover {
	background-color: #b5143a;
	color: #fff!important;
}
.ml-25 {
	margin-left: 25px!important;
}
.mt-10 {
	margin-top: 10px!important;
}

.mt-30 {
	margin-top: 30px!important;
}
.rond {
	border-radius: 15px;
	padding: 10px;
	
}
.bg-red {
	background-color: rgba(181, 20, 58, 0.02);
}
.rood { 
	color:#b5143a;
}
.logoHP img{
	width: 30%;
	align-content: center!important;
	margin-bottom: 0;
}
.logoC img{
	width: 50%;
	align-content: center!important;
	margin-bottom: 0;
}

.logoF img{
	width: 10%;
	align-content: center!important;
	margin-bottom: 0;
    margin-right: 10px;
    float: left;
}

.boordRood {
	border-bottom: 1px solid #b5143a;
}
.boordWit {
	border-bottom: 1px solid #fff;
}
.pt-50 {
	padding-top: 50px!important;
}
.pb-50 {
	padding-bottom: 50px!important;
}
.pt-100 {
	padding-top: 100px!important;
}
.pb-100 {
	padding-bottom: 100px!important;
}
.mb-0 {
	margin-bottom: 0!important;
}
.mb-10 {
	margin-bottom:10px!important;
}
.mb-20 {
	margin-bottom:20px!important;
}
.mb-40 {
	margin-bottom:40px!important;
}
.caps {
	 text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
	font-size: 80%;
	margin-bottom: 10px;
}
.big2 {
	font-size: 1.3em;
	margin-bottom:0.5em!important;
	line-height: 1.6em!important;
}
.big {
	font-size: 0.8em;
	margin-bottom:0.5em!important;
	line-height: 1.6em!important;
}
.petit { width: 80%;}

.privacy1    {
    padding-left: 15px;
}

.privacy2    {
    padding-left: 30px;
}

.lightgrey    {
    border-top: 1px solid rgba(78,78,78,1.00);
}

/***************************
Accordion > dropdown information
****************************/

ul.indicaties {
	list-style: disc;
	
}

ul.indicaties2 {
    list-style: square;
	margin: 5px 0 5px 35px;
	
}

.indicaties    {
    max-height: 100%;
    overflow: hidden;
}
@media all and (max-width: 767px) {
.menu > li a {
  color: #fff;
}
}