/* 
Bevat CSS van de Customizer

DIT BESTAND NIET HANDMATIG BEWERKEN

*/
 
/* general */
:root{--max-width:1510px;}
 
/* header */
body .site-header .wrap{--max-width:100%;--padding-left:0px;--padding-right:0px;grid-template-columns:220px 1fr auto;}
body #topbar .wrap{--max-width:100%;--padding-left:0px;--padding-right:0px;padding-top:14px;padding-bottom:14px;}
body .site-header .wrap .title-area{padding-top:14px;padding-bottom:14px;}
body .site-header .wrap .nav-primary-wrapper{--padding-left:0;}
.nav-primary-wrapper .genesis-nav-menu > li > a:hover, .nav-primary-wrapper .genesis-nav-menu > li > a:focus, .nav-primary-wrapper .genesis-nav-menu > li[class*=current] > a{text-decoration:underline;}
body .site-header{font-family:'Overpass',sans-serif;font-size:14px;font-weight:500;}
 
/* gutenberg */
body .has-gutenberg-1-color{--color:#003057;}
body :not(.is-style-outline) > .has-gutenberg-1-background-color{--bgcolor:#003057;}
body .is-style-outline > .has-gutenberg-1-background-color{--bordercolor:#003057;}
:root{--gutenberg-1:#003057;--gutenberg-2:#e60162;--gutenberg-3:#ffffff;--gutenberg-4:#d4dbdf;}
body .has-gutenberg-2-color{--color:#e60162;}
body :not(.is-style-outline) > .has-gutenberg-2-background-color{--bgcolor:#e60162;}
body .is-style-outline > .has-gutenberg-2-background-color{--bordercolor:#e60162;}
body .has-gutenberg-3-color{--color:#ffffff;}
body :not(.is-style-outline) > .has-gutenberg-3-background-color{--bgcolor:#ffffff;}
body .is-style-outline > .has-gutenberg-3-background-color{--bordercolor:#ffffff;}
body .has-gutenberg-4-color{--color:#d4dbdf;}
body :not(.is-style-outline) > .has-gutenberg-4-background-color{--bgcolor:#d4dbdf;}
body .is-style-outline > .has-gutenberg-4-background-color{--bordercolor:#d4dbdf;}
 
/* body */
body{color:#003057;font-family:Cambria,serif;font-size:18px;}
body h1{color:#e60162;font-family:'Overpass',sans-serif;font-size:52px;font-weight:900;}
body h2{color:#003057;}
.entry-content h2{font-family:'Overpass',sans-serif;font-size:36px;font-weight:900;}
.entry-content * + h2{font-family:'Overpass',sans-serif;font-size:36px;font-weight:900;}
 
/* mainmenu */
body .nav-primary .genesis-nav-menu,body .primary-nav-container{font-family:'Overpass',sans-serif;font-size:16px;font-weight:300;}


@media only screen and (max-width:960px) { 
	/* header */
	body .site-header .wrap{grid-template-columns:90px auto 1fr;}
	body .site-header .wrap .title-area{grid-column-start:1;grid-column-end:1;}
	body .site-header .wrap .widget-area{grid-column-start:2;grid-column-end:2;}
	body .site-header .wrap #nav-wrapper_secondary{display:none;}
	body .site-header .wrap #nav-wrapper{grid-column-start:3;grid-column-end:3;grid-row-start:1;margin:0;}
}