ul.breadcrumbtp {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}
ul.breadcrumbtp li {
    list-style: none!important;
    float: left;
    margin-left: 0;
}
.cta{
    background: #000;
    color: #fff !important;
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: -15px;
}
.cta:hover{
    background: #61b4e4;
    text-decoration: none;
    color: #fff !important;
}
.cta:hover{
    font-size: 0;
}
.cta:hover:before {
	font-size: 22px;
	content: attr(data-hover);
}
#lq_content{
    margin-bottom: 20px;
}
.zoek{
    margin-left: 15px;
    display: inline-block;
}
