/*
 * Globals
 */

html {
	display:flex;
	justify-content: center;
	background-color: #f5f5f5;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	width: 1500px;
	background-color: #f2eaf0 !important;	
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Blog name and description
 */


/*
.blog-header {
  font-size: 300%;
  margin: auto;
  width: 100%;
  padding: 1px;
  background-color: #9ec4e4;
  border-bottom: 2px solid #9ec4e4;	
}*/

/*
 * 2022-01-18: Blog-header img  toegevoegd om image in header te plaatsen met ronde borders
 */

.blog-header img {
  	color: #fff !important;
	background-color: #9ec4e4; !important;
/*	border: 1px solid #428bca;
	border-radius: 50px;*/
	padding: 1px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	//max-width: 35%;
	//height: auto;
}

/*
 * 2022-01-16: Blog-header h1  toegevoegd om titel op te maken met ronde borders
 * 2022-01-18: weer verwijderd
 */

.blog-header h1 {

}

.blog-title {

}

.blog-description {

}

/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #ea93aa;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/*
 * Start navigatie menu nieuwe methode met custom Walker menu
 * class PF1847_Walker_Nav_Menu_vert
 * 2022-01-29 JTO
 */


.menu-bovenste-menu-container ul {
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	background-color:  #ea93aa;       
}

.menu-bovenste-menu-container li {
    list-style-type: none;
	text-align: left;
	margin: 0;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0px;
}

.menu-bovenste-menu-container ul li a {
	color: #fff;
	display: inline-block;
	text-decoration: none; 
	padding: 1.0em; 
/*	border creëert een box om menu item heen */
/*	border-bottom: solid 1px #000; 
  	border-right: solid 1px #000;*/ 
}

.menu-bovenste-menu-container ul li a:hover {
    background: #9ec4e4;
    color: #222;
    text-decoration: none;
}

.menu-bovenste-menu-container ul ul {
    display: none;
	position: absolute; 
    left: 0;
    z-index: 99999;
    width: 12em;
	background: #ea93aa;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.9);
}

.menu-bovenste-menu-container ul li:hover > ul {
    display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.menu-bovenste-menu-container li li {
    list-style: none; 
	display: block;
	text-align: left; 
	margin: 0;
	position: relative;
}

.menu-bovenste-menu-container li li a {
	display: block; 
	text-decoration: none; 
	padding: 1.0em; 
}

.menu-bovenste-menu-container li li:hover > ul {
    display: block;
	margin-top: -50px;
	margin-left: 12em;
}

.menu-bovenste-menu-container li li > ul {
    display: none;
	padding: 10px;
	margin-top: 10px;
	margin-left: 100px;
}

.menu-bovenste-menu-container li li li {
	
}

/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* 2022-02-19 JTO
 * styling voor header widget
 */
.header-widgets {
	float: left;
	padding-top: 30px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	border-bottom: 3px solid #999;
	color: #111;
	font-size: 18px;
   
}


/* 2022-01-19
 * nieuwe class titel categorie boven categorie pagina 
*/
.categorie-naam {
	text-align: center;
	color: #428bca;
}

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */


.font {
//font-size: 120%;
}

.blog-post {

//font-size: 150%;
 // margin-bottom: 60px;
}
.blog-post-title {
  //margin-bottom: 5px;
  //font-size: 40px;
}
.blog-post-meta {
 // margin-bottom: 20px;
  //color: #999;
}

.post img {
//	width: 400px;
//	height: 275px;
//	border: 1px solid #fff;
//	border-radius: 15px;
}


img {
//    display: inline-block;
  //  height: auto;
    //max-width: 100%;
}

.post {
//  position: relative;
  //text-align: center;
//  color: white;
}

.caption {

  font-size: 60%;
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.3); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.caption a {
  color: #fff;
  font-weight: bold;
	
}


* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/*
 * Footer
 */

.blog-footer {
	padding: 0px;
	margin-bottom: 0px;
  background-color: #555;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.blog-footer a {
	color: #555;
	font-weight: bold;
}

/***********************************************************************************
 * 2022-02-06 JTO
 * ccs voor footer-widgets toegevoegd (menu en social verwijderd)
 * ********************************************************************************* */

.footer-nav-widgets-wrapper,
#site-footer {
/*	background-color: #f9f9f9;*/
//	background-color: #fc9ea3;
background-color: #fc9ea3;

}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	margin-top: 5rem;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0.1rem;
}

.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
	
}

/* Footer Top -------------------------------- */

.footer-top {
	display: flex;
	border-bottom: 0.1rem solid #999; /*#dedfdf;*/
	justify-content: space-between;
}

/* Footer Widgets ---------------------------- */

.footer-widgets-outer-wrapper {
/*	border-bottom: 1px solid #999; /*#dedfdf;*/
	width: 100%;
	margin: 0 auto;
}  
.footer-widgets-outer-wrapper ul {

}
.footer-widgets-wrapper {
	display: flex;
	justify-content: space-between;
	width: 
}

.footer-widgets-wrapper li ul {
	list-style-type: none;
}
.footer-widgets {
	float: left;
	width: 33.33%;
/*	border:1px solid #dedfdf;*/
	list-style-type: none;
}

.widget-content h1, .widget-content h2, .widget-content h3, .widget-content h4, 
.widget-content h5, .widget-content h6{
	margin-top: 0;
	padding: 5px;
	padding-left: 50px;	
/*	text-align: center;*/
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background-color: #428bca;
/*	margin-left: -40px;*/
}
.widget-content p
{
	font-weight: normal;
	color: #111;
	padding-left: 50px;
	padding-bottom: 5px;		
}

.widget-content p > a {
	font-weight: bold;
	color: #111;
}

/* Responsive layout - zorgt ervoor dat de drie blokken onder elkaar komen */
@media screen and (max-width: 600px) {
	.footer-widgets-wrapper,
	.footer-widgets {
		float: none;
		width: 100%;
		display: block;
	}
} 

/* Footer Bottom ----------------------------- */

#site-footer {
	font-size: 1.6rem;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline;
}

.footer-copyright {
	font-weight: 600;
	padding: 10px;
	margin: 0px;
	background-color:#8b0000;
	color: #fff;
	text-align: center;
}

.footer-copyright a
{
	color: inherit;
}

.footer-to-the-top {
	padding: 15px;
	margin: 0px;
	color: #111;
	text-align: center;
	background-color: #f5f5f5;	
}
.footer-to-the-top a {
	font-weight: 600;
	color: #111;
}

/**************************************************
 * Einde toevoeging css voor footer widgets
 * **********************************************/




