body.responsive #page-wrapper {
    max-width: 1400px;
}
body.responsive.layout-full #page-wrapper .full-container {
    max-width: 1300px;
}
body {
    background: #ffffff;
}
#colophon #theme-attribution, #colophon #site-info {
    display: none;
}
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		height: 120px;
}
body {
    padding-top: 85px; /* Pas dit aan naar de hoogte van je header */
}
.layout-full #colophon {
    padding-bottom: 0px;
}
		#masthead .hgroup .support-text, body.responsive #masthead .hgroup #header-sidebar {
				margin-bottom: 0px !important;
		}
		
	 #masthead .hgroup .logo {
			text-align: left;
				width: 200px;
		}
#masthead .hgroup .logo img {
    vertical-align: middle;
    padding-top: 15px;
		padding-bottom: 0px;
		margin-bottom: 0px;
}

@media (max-width: 768px) {
    .site-header {
        height: 85px;
    }
}


.main-navigation {
    display: none;
}