/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish&family=Poppins:wght@400;500;600&display=swap');


body{
	/*font-family:'Roboto', sans-serif;*/
	font-family:'Mulish', sans-serif;
	background: #f9f9f9;
	}

.go_logo, .lte9 .go_logo, .lte9 .go_logo2, .go_no-hero .go_logo, .go_no-hero .go_logo2, .top-wrapper-fixed-offset .go_logo, .top-wrapper-fixed-offset .go_logo_2, .go_pageWrapper:not(.homeWrapper) .go_logo, .go_pageWrapper:not(.homeWrapper) .go_logo_2{
	padding: 0;
	border: 0;
}
.go_percentageTitle-wrapper{
	display: table;
	width: 100%;
	margin-top: -15px;
}
.go_percentageTitle-wrapper h1{
	display: table-cell;
	vertical-align: middle;
	padding: 15px 15px 15px 0;
}
.go_percentageTitle-wrapper .go_percentageTitle-percentage{
	 display: table-cell;
	vertical-align: middle;
	min-width: 90px;
	}
.go_percentageTitle-wrapper .go_percentageTitle-percentage img{
   float: right;
	}

.go_section.Inleiding h2::before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f041";
	margin-right: 10px;
}

.Filter .go_gebiedsplan-btn {
    border-color: #37b7e3;
    background: #37b7e3;
    color: white;
    width: 14%;
    /* height: 80px; */
    font-size: 1.5em;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    margin-left: 4px;
}

.Filter .go_gebiedsplan-btn {
    font-size: 1em;
}

.Filter .btnlabel {
	display: none;
}

h1, h2, h3, h4, h5, .go_row-title{
	/*font-family: 'Roboto';*/
	font-family: 'Poppins';
	}
	
@media (min-width: 992px) {
	.Filter .go_gebiedsplan-btn {
	    font-size: 1.5em;
	}
	.Filter .btnlabel {
		display: inline;
	}
}