@font-face{font-display:swap;font-family:Roboto;font-weight:normal;font-style:normal;src:url(../fonts/Roboto-Light.ttf) format("truetype")}

.store-banner {
	background-color: #0071b3;
	background-image: url(/app/template/assets/img/skyline.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2px 10px 18px 10px;
	margin-bottom: 55px;
	text-align: center;
}

.store-banner h3 {
	color: #fff;
	margin: 1rem 0;
	font-size: 32px;
}

.store-banner .call {
    width: auto;
    max-width: 10rem;
    display: block;
    box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 0 0 rgba(0,0,0,.1);
    transition: background .25s cubic-bezier(.23,1,.32,1),box-shadow .25s cubic-bezier(.23,1,.32,1);
	background-color: #f7a100;
	padding: .5em 1.5em;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: .125em;
	margin: 0 auto;
}

.store-banner a,
.store-banner a:hover,
.store-banner a:visited,
.store-banner a:hover .icon,
.store-banner a:visited .icon {
	color: #fff;
}

.object-contact-container > a {
	padding: 8px 24px;
}

.no-spam {
	display: none;
}

.search-output-result-channel-context > h1 {
	font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    display: inline;
}

.home-search {
	margin-bottom: 0!important;
}

/* ##### ACCORDION ##### */

.blq-accordion {
	background-color: #fff;
    padding-top: 10px;
    padding: 10px;
    margin: 0 auto;
	max-width: 64.5rem;
	position: relative;
	margin-top: 10px;
}

.accordion {
	-webkit-box-align: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: -webkit-box;
    display: flex;
    line-height: 1.36;
    margin-bottom: 8px;
    padding: 8px 20px;
	text-align: left;
	background-color: #ededed;
}

.accordion > div {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
	margin-left: 26px;
}

.accordion > div > h4 {
	font-size: 14px!important;
    color: #777;
    font-weight: 700;
    margin: 0;
}

.accordion:hover {
  background-color: #ccc;
}

.accordion:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 25px;
	background-image: url('../img/angle-down-blue.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: all 0.4s ease;
}

.active:before {
 	transform: rotate(180deg);
}

.accordion.active + .panel {
	max-height: 999px;
}

.panel {
  /*padding: 0 18px;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}

.panel > a {
	background-color: #fff;
    border: 1px solid #ccc;
    /*border-radius: 1rem;*/
    color: #2c7abf;
    display: inline-flex;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 6px;
	margin-right: 3px;
	padding: 2px 8px;
	-webkit-box-align: center;
    align-items: center;
	border-radius: 2px;
}

.panel > a:hover {
	border-color: #5f5e5d;
}

/* ##############################  */

.tabcontent {
	display: none;
	margin: 0 auto;
	width: 100%;
	background-color: #e6f2f7;
}

.tabcontent > .container {
	max-width:960px;
	margin: 0 auto;
	padding: 0;
}

.tabcontent > .search-block {
	max-width: none;
}

.home-header {
	font-weight: normal;
    color: #0071b3;
    font-size: 1.2rem;
	margin-bottom: 0.7rem;
}

.home-header > span {
	margin-left: 0.7rem;
    margin-top: 0.7rem;
}

.home-header > img {
	width: 3rem;
}

.home-header > * {
	display: inline-block;
	vertical-align: middle;
}

.home-categories-list > li > a {
	/*float: none!important;*/
	margin-right: 0.6rem;
}

ul.opt-inline {
	padding: 0;
}

ul.opt-inline > li {
	display: inline-block;
}

.small {
	font-size: .8rem;
}

.edit-object-handle {
	right: 3rem!important;
}

.renew-object-handle {
	right: 5.5rem!important;
}

.remove-object-handle span {
	margin: 0!important;
}


.g-signin2 {
	display: none;
}

.abcRioButton  {
	width: 100%!important;
}

.abcRioButtonContentWrapper {
	text-align: left;
}

dialog[open] {
	z-index: 3;
}


.block-index-item {
	width: 50%;
	float: left;
}
.bg-white {
	background-color: #fff;
}
.ad-bbva {
	padding: 5px;
}
.ad-bbva:hover {
	background-color: #eee;
}
.clearfix {
	clear: both;
}
.search-block__navigation-items > li:first-child {
	margin-left: 1rem;
}

.search-header-fieldset-location.has-radius {
	padding-right: 0;
}

.search-result-image {
	overflow: hidden;
}

.search-result-image > img {
	top: 50%;
	webkit-transform: translate(0,-50%);
	ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.padl-2rem {
	padding-left: 2rem;
}


.gmap_clustersize {
    text-shadow: none;
    font-family: arial;
    display: block;
    position: relative;
    text-align: center;
	font-weight: 400;
	font-size: 11px;
    white-space: nowrap;
}
.gmap_clustertrpG{
    line-height: 40px;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    color: #fff;    
    background: url(/template/assets/img/mapa/clustertrpG.png) no-repeat 0 0;    
}

.marker_group {
	line-height: 1.8em;
	top: -15px;
	left: -15px;
	width: 18px;
	height: 22px;
	color: #fff;
	background-image: url(../img/mapa/marker-multiple-items.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.marker_unique {
	line-height: 1.8em;
	top: -15px;
	left: -15px;
	width: 18px;
	height: 22px;
	color: #fff;
	background-image: url(../img/mapa/marker-default.png);
	background-repeat: no-repeat;
	background-size: contain;	
}

.gmap_clustertrpP{
    line-height: 20px;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    color: #fff;    
	background: url(/template/assets/img/mapa/clustertrpP.png) no-repeat 0 0;    
}

.no-radius-left {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;	
}

.no-radius-right {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.search-block__submit_v2 {
	right: calc(0rem + 40%);
}

/* <sub-header> */

.sub-header {
	width: 100%;
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
}

.sub-header ul {
	padding-left: 0;
	margin: 15.5px 0;
	white-space: nowrap;
}

.sub-header li {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
   /* padding: 0 25px;*/
    /*text-transform: uppercase;*/
	font-weight: normal;
	font-size: 16.5px;
    /*letter-spacing: .06em;*/
	font-family: "Roboto";
	/*line-height: 1rem;*/
	margin: 0 5%;
}

/*
.sub-header li:after {
	content: '';
    position: absolute;
    right: 0;
    top: 3px;
    height: 12px;
    border-right: 1px solid #d0d0d0;
}
*/
.sub-header li.selected {
	border-bottom: solid 1px #000;
}

.sub-header li > a {
	color: #000;
	padding-right: 24px;
}

.sub-header li > a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 26px;
	right: 4px;
	background-image: url('../img/angle-down.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: all 0.4s ease;
}

.sub-header li.selected > a:after {
	transform: rotate(180deg);
}

/* </ sub-header> */
.pad-t0  {
	padding-top: 0!important;
}
.pad-r1 {
	padding-right: 1px;
}

.pad-l1rem {
	padding-left: 1rem!important;
}

.wid-100per {
	width: 100%!important;
}

.wid-70per {
	width: 70%;
}

.wid-30per {
	width: 30%;
}

.wid-25per {
	width: 25%;
}

.mar-b20 {
	margin-bottom: 20px;
}

.uppercase {
	text-transform: uppercase;
}

/*
@media screen and (max-width: 499px) {
	h1, .h1 {
		font-size: 1rem;
		line-height: 1.3rem;
	}
	
	.search-banner-overlay {
		height: 6rem;
	}
	
	.home-search {
		padding-top: 0.6rem;
	}
}
*/

@media screen and (min-width: 750px) {
	dialog[open] {
		width: 100%;
		background-color: rgba(0,0,0,0.6);
	}
	
	.dialog-container {
		box-shadow: none;
	}
}

/*
@media only screen and (min-width: 1020px) {
	.search-main:not(.makelaar-search-results-main) .search-content {
		margin-top: -105px;
	}	
}
*/
@media only screen and (min-width: 900px)
{
	.fieldset_range-custom {
		width: 23.5rem;
		padding-right: 0.4rem;
	}
	
	fieldset.inline-block {
		display: inline-block;
	}
}

@media only screen and (max-width: 499px) {
	.block-index-item {
		width: 100%;
	}
}

@media only screen and (max-width: 499px) {
	.search-block__navigation-items > li.is-expanded {
		display: block!important;
		padding-left: 14px;
	}
}
