.subsidiecheck-header-title-wrapper{
	margin-top: 6px;
}
.subsidiecheck-header-title{
	float:left;
	color:#363547;
	font-size:46px;
	width:100%;
	line-height:52px;
	font-weight:300;
	letter-spacing:-1px;
}
.subsidiecheck-header-title span{
	color:#363547;
	font-size:46px;
	width:100%;
	line-height:52px;
	font-weight:600;
	letter-spacing:-1px;
}
#subsidiecheck-wrapper{
	margin-top:16px;
	letter-spacing:-1px;
}

#subsidiecheck-content-wrapper-white{
	background:#fff;
	height:193px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.subsidiecheck-block-icon{
	background: url('../img/maatregel-block-icon.png') no-repeat;
	height:43px;
	width:44px;
	float:left;
	margin-top:45px;
}
.subsidiecheck-block-title{
	width:100%;
	float:left;
}
.subsidiecheck-block-text{
	width:100%;
		float:left;
}
.subsidiecheck-block-title-content{
	float:left;
	margin-left:28px;
	margin-top:55px;
	font-weight:600;
	font-size:18px;
}
.subsidiecheck-block-number{
	font-weight:600;
	font-size:50px;
	color:#363547;
}
.subsidiecheck-block-number{
	width:20%;
	float:left;
	opacity: 0.4;
}
.subsidiecheck-block-text-content{
	float:left;
	width:80%;
	opacity: 0.4;
}
#subsidiecheck-tool{
	background:#fff;
	padding:15px 0 20px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom:10px;
}
#subsidiecheck-tool h6{
	font-size:16px;
	letter-spacing: -1px;
	margin-bottom:24px;
	margin-top:18px;
}
#subsidiecheck-tool hr{
	opacity: 0.2;
}
#subsidiecheck-tool label{
	color:#383b3d;
	font-weight:500;
	letter-spacing: 0;
}
#subsidiecheck-tool input{
	color:#4d5256;
}
#subsidiecheck-tool #stap2,
#subsidiecheck-tool #stap3{
	display: none;
}
.form-control{	
	height: 45px;
	padding: 3px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #8C8C8C;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
button{
	margin-top:16px;
}
.btn-primary {
    color: #5b872b;
    background-color: #f2fef6;
    border-color: #5b872b;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 1px 1px rgba(242,254,246,1);
    margin-right: 5px;
}
.toggle:checked + .toggle-inner::after {
    left: 50px;
}
.toggle + .toggle-inner::after {
    left: 0;
    background: #fff;
    border-radius: 1px;
    transition: background .2s ease, opacity .2s ease, width .2s ease, left .2s ease;
}
.toggle + .toggle-inner::after, .toggle + .toggle-inner::before {
    position: relative;
    display: block;
    content: "";
    width: 24px;
    height: 100%;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toggle + .toggle-inner::before {
    display: none;
    transition: background .2s ease, opacity .2s ease, width .2s ease;
}
.toggle:checked + .toggle-inner {
    background: #8AC44B;
}
.toggle + .toggle-inner {
    width: 80px;
}
.toggle + .toggle-inner {
    position: relative;
    margin: 0;
    height: 30px;
    padding: 3px;
    background: #e1e4e6;
    border-radius: 4px;
    transition: background .2s ease, padding .2s ease;
    outline: 0;
    cursor: pointer;
}
label {
    display: inline-block;
    max-width: 100%;
}
* {
    word-break: keep-all;
}
* {
    box-sizing: border-box;
}
.toggle:checked + .toggle-inner .toggle-text::after {
    opacity: 0;
    display: none;
}
.toggle + .toggle-inner .toggle-text::after {
    content: "";
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toggle:checked + .toggle-inner .toggle-text::before {
    opacity: 1;
    display: inline-block;
}
.toggle + .toggle-inner .toggle-text::before {
    content: "JA";
}
.toggle + .toggle-inner .toggle-text::before {
    color: #fff;
    opacity: 0;
    display: none;
}
.toggle:checked + .toggle-inner .toggle-text {
    float: left;
}
.toggle + .toggle-inner .toggle-text {
    width: 47px;
    float: right;
	font-weight: 400;
	letter-spacing: 0;
}
.toggle-text {
    width: 100%;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
}
.toggle {
    display: none;
}
.toggle-right{
	float:left;
	padding-left:10px;
	font-weight:500;
	line-height:28px;
}
.toggle-wrapper{
	float:left;
}
.toggle-full-width{
	width:100%;
	display: inline-block;
}
#subsidiecheck-complete-img{
	height:auto;
	width:125px;
	text-align:center;
	width:100%;
}
#subsidiecheck-complete-img i{
	display: block;
	margin-top: 50px;
	font-size: 58px;
	color: #8AC44B;
}
#subsidiecheck-complete-title{
	text-align:center;
}
#subsidiecheck-complete-content{
	text-align:center;
	padding-bottom: 50px;
}
.btn-subsidiecheck{
	margin-top:20px;
}

.alert-info {
    background-color: #f8fafb;
    border-color: #ced3d6;
    color: #4d5256;
    box-shadow: 0 1px 1px rgba(0,0,0,0.07);
} 
.alert-success {
    padding-left: 50px;
    background-color: #f1fcf7;
    border-color: #8AC44B;
    color: #1bbf83;
    box-shadow: 0 1px 1px rgba(53,212,141,0.27);
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjMgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3ICg0NTM5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+SWNvbiAtIGNoZWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlNwb3FhLVVJLWtpdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFsZXJ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM1LjAwMDAwMCwgLTMxOC4wMDAwMDApIiBmaWxsPSIjMzVENDhEIj4KICAgICAgICAgICAgPGcgaWQ9IkFsZXJ0LXN1Y2Nlc3MiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExOC4wMDAwMDAsIDI4MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOC41LDU5IEMyMy4yNTMsNTkgMTksNTQuNzQ3IDE5LDQ5LjUgQzE5LDQ0LjI1MyAyMy4yNTMsNDAgMjguNSw0MCBDMzMuNzQ2NSw0MCAzOCw0NC4yNTMgMzgsNDkuNSBDMzgsNTQuNzQ3IDMzLjc0NjUsNTkgMjguNSw1OSBNMjguNSwzOCBDMjIuMTQ4NSwzOCAxNyw0My4xNDg1IDE3LDQ5LjUgQzE3LDU1Ljg1MSAyMi4xNDg1LDYxIDI4LjUsNjEgQzM0Ljg1MSw2MSA0MCw1NS44NTEgNDAsNDkuNSBDNDAsNDMuMTQ4NSAzNC44NTEsMzggMjguNSwzOCBNMjQuNzA3MTA2OCw0OS4yOTI4OTMyIEMyNC4zMTY1ODI1LDQ4LjkwMjM2ODkgMjMuNjgzNDE3NSw0OC45MDIzNjg5IDIzLjI5Mjg5MzIsNDkuMjkyODkzMiBDMjIuOTAyMzY4OSw0OS42ODM0MTc1IDIyLjkwMjM2ODksNTAuMzE2NTgyNSAyMy4yOTI4OTMyLDUwLjcwNzEwNjggTDI2LjI5Mjg5MzIsNTMuNzA3MTA2OCBDMjYuNjgzNDE3NSw1NC4wOTc2MzExIDI3LjMxNjU4MjUsNTQuMDk3NjMxMSAyNy43MDcxMDY4LDUzLjcwNzEwNjggTDMzLjcwNzEwNjgsNDcuNzA3MTA2OCBDMzQuMDk3NjMxMSw0Ny4zMTY1ODI1IDM0LjA5NzYzMTEsNDYuNjgzNDE3NSAzMy43MDcxMDY4LDQ2LjI5Mjg5MzIgQzMzLjMxNjU4MjUsNDUuOTAyMzY4OSAzMi42ODM0MTc1LDQ1LjkwMjM2ODkgMzIuMjkyODkzMiw0Ni4yOTI4OTMyIEwyNyw1MS41ODU3ODY0IEwyNC43MDcxMDY4LDQ5LjI5Mjg5MzIgWiIgaWQ9Ikljb24tLS1jaGVjayI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center left 16px;
    display: block;
}
.alert-danger {
    padding-left: 50px;
    background-color: #fff4f4;
    border-color: #ff5d5d;
    color: #f24147;
    box-shadow: 0 1px 1px rgba(255,93,93,0.3);
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmY1ZDVkOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9IkFydGJvYXJkXzEiIGRhdGEtbmFtZT0iQXJ0Ym9hcmQgMSI+CiAgICA8cGF0aCBpZD0iSWNvbl8tX2FsZXJ0IiBkYXRhLW5hbWU9Ikljb24gLSBhbGVydCIgY2xhc3M9ImNscy0xIiBkPSJNMTEuNSwyM0ExMS41LDExLjUsMCwxLDEsMjMsMTEuNSwxMS41LDExLjUsMCwwLDEsMTEuNSwyM1ptMC0yMUE5LjUsOS41LDAsMSwwLDIxLDExLjUsOS41LDkuNSwwLDAsMCwxMS41LDJabTAsMTZBMS41LDEuNSwwLDEsMSwxMywxNi41LDEuNSwxLjUsMCwwLDEsMTEuNSwxOFptMC44MTQtNC4zNzVIMTAuNjkxTDEwLjMyNCw4LjQyLDEwLjIzOSw0Ljk4N2gyLjUyN0wxMi42ODEsOC40MloiLz4KICA8L2c+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center left 16px;
    display: block;
}

.form-control:focus, .form-control.focus, .form-control:active {
	outline: none;
	border: 1px solid #435c29;
	box-shadow: 0 0 0 1px #435c29;
}

.has-error .form-control{
    padding-right:48px;
    outline:none;
    color:#B50309 !important;
    border:1px solid #B50309;
    box-shadow:0 0 0 1px #B50309;
    display:inline-block;
    min-width:24px;
    min-height:24px;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmY1ZDVkOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9IkFydGJvYXJkXzEiIGRhdGEtbmFtZT0iQXJ0Ym9hcmQgMSI+CiAgICA8cGF0aCBpZD0iSWNvbl8tX2FsZXJ0IiBkYXRhLW5hbWU9Ikljb24gLSBhbGVydCIgY2xhc3M9ImNscy0xIiBkPSJNMTEuNSwyM0ExMS41LDExLjUsMCwxLDEsMjMsMTEuNSwxMS41LDExLjUsMCwwLDEsMTEuNSwyM1ptMC0yMUE5LjUsOS41LDAsMSwwLDIxLDExLjUsOS41LDkuNSwwLDAsMCwxMS41LDJabTAsMTZBMS41LDEuNSwwLDEsMSwxMywxNi41LDEuNSwxLjUsMCwwLDEsMTEuNSwxOFptMC44MTQtNC4zNzVIMTAuNjkxTDEwLjMyNCw4LjQyLDEwLjIzOSw0Ljk4N2gyLjUyN0wxMi42ODEsOC40MloiLz4KICA8L2c+Cjwvc3ZnPgo=");
    background-repeat:no-repeat;
    background-size:24px 24px;
    background-position:center right 16px
}

.has-error input.form-search,.has-error .table-wrap .search-filter-wrap input.search-input,.table-wrap .search-filter-wrap .has-error input.search-input{
    display:inline-block;
    min-width:20px;
    min-height:20px;
    background-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjVkNWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOS42OSwxOS42OWExLDEsMCwwLDEtMS40NCwwbC01LjM2LTUuMzZhOCw4LDAsMSwxLDEuNDQtMS40NGw1LjM2LDUuMzZBMSwxLDAsMCwxLDE5LjY5LDE5LjY5Wk04LDJhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsOCwyWiIvPjwvc3ZnPg==");
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:center right 16px
}

.has-error input.form-control[type=date]::-webkit-calendar-picker-indicator:hover,.has-error input.form-control[type=date]::-webkit-calendar-picker-indicator:focus{
    background-color:#ffe7e7
}

.has-error .radio input[type="radio"]:before,.has-error .radio-inline input[type="radio"]:before,.has-error .checkbox input[type="checkbox"]:before,.has-error .checkbox-inline input[type="checkbox"]:before{
    border-color:#ff8e89
}
.has-error .radio input[type="radio"]:hover:before,.has-error .radio-inline input[type="radio"]:hover:before,.has-error .checkbox input[type="checkbox"]:hover:before,.has-error .checkbox-inline input[type="checkbox"]:hover:before{
    background-color:#fff4f4;
    border-color:#ff8e89
}
.has-error .checkbox input[type="checkbox"]:after,.has-error .checkbox-inline input[type="checkbox"]:after{
    border-color:#ff5d5d
}
.has-error .checkbox input[type="checkbox"][disabled]:before,.has-error .checkbox input[type="checkbox"][disabled]:hover:before,.has-error .checkbox input[type="checkbox"][disabled]:checked:before,.has-error .checkbox input[type="checkbox"].disabled:before,.has-error .checkbox input[type="checkbox"].disabled:hover:before,.has-error .checkbox input[type="checkbox"].disabled:checked:before,fieldset[disabled] .has-error .checkbox input[type="checkbox"]:before,fieldset[disabled] .has-error .checkbox input[type="checkbox"]:hover:before,fieldset[disabled] .has-error .checkbox input[type="checkbox"]:checked:before,.has-error .checkbox-inline input[type="checkbox"][disabled]:before,.has-error .checkbox-inline input[type="checkbox"][disabled]:hover:before,.has-error .checkbox-inline input[type="checkbox"][disabled]:checked:before,.has-error .checkbox-inline input[type="checkbox"].disabled:before,.has-error .checkbox-inline input[type="checkbox"].disabled:hover:before,.has-error .checkbox-inline input[type="checkbox"].disabled:checked:before,fieldset[disabled] .has-error .checkbox-inline input[type="checkbox"]:before,fieldset[disabled] .has-error .checkbox-inline input[type="checkbox"]:hover:before,fieldset[disabled] .has-error .checkbox-inline input[type="checkbox"]:checked:before{
    background-color:#fff;
    border-color:#eaeeef
}
.has-error .checkbox input[type="checkbox"][disabled]:after,.has-error .checkbox input[type="checkbox"].disabled:after,fieldset[disabled] .has-error .checkbox input[type="checkbox"]:after,.has-error .checkbox-inline input[type="checkbox"][disabled]:after,.has-error .checkbox-inline input[type="checkbox"].disabled:after,fieldset[disabled] .has-error .checkbox-inline input[type="checkbox"]:after{
    border-color:#eaeeef
}
.has-error .radio input[type="radio"]:after,.has-error .radio-inline input[type="radio"]:after{
    background-color:#ff5d5d
}
.has-error .radio input[type="radio"][disabled]:before,.has-error .radio input[type="radio"][disabled]:hover:before,.has-error .radio input[type="radio"][disabled]:checked:before,.has-error .radio input[type="radio"].disabled:before,.has-error .radio input[type="radio"].disabled:hover:before,.has-error .radio input[type="radio"].disabled:checked:before,fieldset[disabled] .has-error .radio input[type="radio"]:before,fieldset[disabled] .has-error .radio input[type="radio"]:hover:before,fieldset[disabled] .has-error .radio input[type="radio"]:checked:before,.has-error .radio-inline input[type="radio"][disabled]:before,.has-error .radio-inline input[type="radio"][disabled]:hover:before,.has-error .radio-inline input[type="radio"][disabled]:checked:before,.has-error .radio-inline input[type="radio"].disabled:before,.has-error .radio-inline input[type="radio"].disabled:hover:before,.has-error .radio-inline input[type="radio"].disabled:checked:before,fieldset[disabled] .has-error .radio-inline input[type="radio"]:before,fieldset[disabled] .has-error .radio-inline input[type="radio"]:hover:before,fieldset[disabled] .has-error .radio-inline input[type="radio"]:checked:before{
    background-color:#fff;
    border-color:#eaeeef
}
.has-error .radio input[type="radio"][disabled]:after,.has-error .radio input[type="radio"].disabled:after,fieldset[disabled] .has-error .radio input[type="radio"]:after,.has-error .radio-inline input[type="radio"][disabled]:after,.has-error .radio-inline input[type="radio"].disabled:after,fieldset[disabled] .has-error .radio-inline input[type="radio"]:after{
    background-color:#eaeeef
}
.has-error .input-group-addon+.form-control:last-child{
    background-image:none;
    box-shadow:0 1px 0 0px #ff8e89,0 -1px 0 0px #ff8e89,1px 0 0 0px #ff8e89,0.7px 0.7px 0 0px #ff8e89,0.7px -0.7px 0 0px #ff8e89
}
.has-error .form-control-addon{
    background-image:none;
    border-right:0;
    background-position:center right 0px;
    box-shadow:0 1px 0 0px #ff8e89,0 -1px 0 0px #ff8e89
}
.has-error .form-control-addon:first-child{
    box-shadow:0 1px 0 0px #ff8e89,0 -1px 0 0px #ff8e89,-1px 0 0 0px #ff8e89,-0.7px 0.7px 0 0px #ff8e89,-0.7px -0.7px 0 0px #ff8e89
}
.has-error .input-group-addon:first-child{
    color:#f24147;
    border:1px solid #ff8e89;
    border-right:none;
    box-shadow:0 1px 0 0px #ff8e89,0 -1px 0 0px #ff8e89,-1px 0 0 0px #ff8e89,-0.7px 0.7px 0 0px #ff8e89,-0.7px -0.7px 0 0px #ff8e89
}
.has-error .input-group-addon:last-child{
    color:#f24147;
    border:1px solid #ff8e89;
    border-left:none;
    box-shadow:0 1px 0 0px #ff8e89,0 -1px 0 0px #ff8e89,1px 0 0 0px #ff8e89,0.7px 0.7px 0 0px #ff8e89,0.7px -0.7px 0 0px #ff8e89
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background: #89a16e;
    border-bottom: 0 !important;
    border-bottom-color: #89a16e !important;
}

#landelijkesubsidies {
    height: auto;
}

#gemeentelijkesubsidies {
    height: auto;
}

.subsidieregel {
    cursor: pointer;
}

.subsidieregel:hover {
    text-decoration: underline;
}

.subsidieregel .mdi {
    color: #8AC44B;
    position: absolute;
    font-size: 22px;
}

.text-success-subsidiecheck {
    color: #00CC00;
}

/* MD Sizes */
@media only screen and (max-width : 1280px){

}

/* SM Sizes */
@media only screen and (max-width : 992px){
	.subsidiecheck-header-title{
        width: 100%;
        font-size: 32px;
        letter-spacing: 0;
        line-height: 34px;
        margin-top: 30px;
    }
    .subsidiecheck-header-title span {
        font-size: 32px;
        letter-spacing: 0;
        line-height: 34px;
    }
    #subsidiecheck-tool {
        padding: 0 20px;
        padding-bottom: 40px; 
    }
    #bedrijven-content-wrapper-white {
        height: auto;
        padding-bottom: 40px;
    }
}

/* XS Sizes */
@media only screen and (max-width : 767px){

}

/* Extra XS Media Querie */ 
@media only screen and (max-width : 480px){
	.subsidiecheck-header-title{
        padding-left: 19px;
    }
}