/*
 Theme Name:  joriki
 Description:  My own theme for everything
 Author:       Jo Sels
 License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template:     
 Version:      1.0.0
 Text Domain:  joriki
*/

/*  ************* */

/* =WordPress Core
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* =WordPress Core einde
-------------------------------------------------------------- */

.sticky{
	background-color: #ffc;
	padding: 1em;
}

.gallery-caption{
	color: #707070;
	display: block;
	font-size: 1em;
}

.bypostauthor {
	background: #e7f8fb;
}

.tags{
	line-height:1.2em;
	font-size: x-small;
}
/*   *****   */

html, body{
width: 100% !important;
background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;

    }



body{
 font-family: Arial, sans-serif;
 font-size: 14px;
 color: #333;
 margin: 0px;
 width: 100%;
}




/* General settings */


div.container{
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}



/* header */

/* verborgen op 20/4 */
header{
	width: 100%;
}


/* footer */

.site-footer{
border-top: 2px solid #999;
}

/* Image styles */


div .header-image  {
position:relative;
overflow:hidden;
height: 500px;
width: 100% ;
/*border: 2px red solid;*/
}


div.header-image img{

position: absolute;
left: 5%;
top:  -40%;
}


}


div.header-image-assist img{
max-width: 100px;
height: auto;

}




div.header-image-assist {
text-align: center;
}


/* layout voor pagina's */

.content-assist{
	background-color: #C1D8F8;
	border-bottom: 2px solid black;
	height: 100%;
}

.main-assist{
	width: 75%;
	background-color:#C1D8F8;
	display: inline-block;
	height: 90%;
	padding-top: 10px;


	
	 display: block;
  margin-left: auto;
  margin-right: auto;



}


.mijnEigenLoopContent h1 {
color:darkred;
font-size: 36px;
}

div .mijnEigenLoopContent{
	border-radius: 15px;
	border: 2px solid black;
	background-color: white;
	padding: 20px 35PX 20px 35px;
}





/* Opmaak tekstgedeelte van de home-page */

div.wrapper{
	background-color:#E3DFA1;
	display: inline-block;
	 	
}

div.home_links{
	height: 100%;
	width:  20%;
	display: inline-block;
	vertical-align: top;
	padding-left:10px;
	margin:15px 0px 0px 0px;
	float:left;
}

.komende_activiteiten{
	font-size: 15px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	//text-decoration: underline;
	background-color: darkred;
	text-align: center;
	margin: 15px 10px 10px 0px;
}

.kalender_actief{
color: darkred;
padding-left: 10px;
}

.kalender_aangekondigd{
color: black;
padding-left: 10px;
}


.kalender_aangekondigd p {
color: darkred;
padding-left: 10px;
}

.uitgelicht{
	font-size: 15px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	//text-decoration: underline;
	background-color: darkred;
	text-align: center;
	margin: 15px 10px 10px 0px;

}



.home_midden{
	height: 100%;
	width:  50%;
	vertical-align: top;
	background-color:white;
	padding: 0px 30px 0px 30px;
	margin:15px 0px 0px 0px;
	border-radius: 15px;
	float:left;
}

.home_rechts{
	height: 100%;
	width:  20%;
	vertical-align: top;
	padding-left:20px;
	float: left;
	color: #333333;
	margin:15px 0px 0px 0px;
}

.berichten_loop{
border-bottom: 2px solid black;
}


.berichten_loop_rechts{
border-bottom: 2px solid black;
}


.home_rechts h1{
color: #7C1313;
font-size: 18px;
}

.home_rechts img{
float: left; 
padding-right: 15px; 
max-width: 180px;

}

.home_rechts hr{
color: black;
}


.home_rechts hr.style-seven { 
	height: 30px; 
	border-style: solid; 
	border-color: black; 
	border-width: 1px 0 0 0; 
	border-radius: 20px; 
	} 
	
.home_rechts hr.style-seven:before { /* Not really supposed to work, but does */ 
	display: block; 
	content: ""; 
	height: 30px; 
	margin-top: -31px; 
	border-style: solid; 
	border-color: black; 
	border-width: 0 0 1px 0; 
	border-radius: 20px; 
	}



/*   layout voor de posts in de single view */


.post-content{
	border-radius: 30px;
	moz-border-radius: 30px;
	webkit-border-radius: 30px;
	background-color:#DBDBBD;
	width: 75%;
	margin: auto;
	padding: 15px 35px 15px 35px;
	margin-top: 0px;
	
}



.post-main{
 background-color:red;
}


.post_main{
 background-color:#C1D8F8;
}

/*   layout voor de posts in de frontpagina */

.show_post_title,
.show_post_title a
{
	color:#7C1313;
	font-size: 18px;
	padding: 15px 10px 5px 5px;
	margin-top: 5px;
	text-decoration: none;
}



.show_post_excerpt{
	border-bottom: 2px solid #7C1313;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 5px;
	position: relative;
	display: block;
}


div.show_post_excerpt img{
	max-width: 200px;
	max-height: auto:
	text-align: left;
	display: inline-block;
	vertical-align: top;
	float: left;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
}


.more-link a{
	background-color: #DBDBBD;
}

.more-link a:before{
	content: " ... ";
	background-color:white;
	color:black;
	text-decoration:none;
}

.show_calendar li{
	/*list-style-type:none;*/
	margin-top:3px;
	margin-bottom:3px;

}

.show_calendar li a{
	text-decoration: none;
	color: black;	
}


.show_calendar li a:hover{
	color: #999999;
}


.show_calendar_uitgelicht li > a:after { content:" " ; }

.show_calendar_uitgelicht li{

	list-style-type:none;
	margin-top:1px;
	margin-bottom:1px;
	margin-left: 2px;
	padding-left: 2px;
	text-align:center;
}



/* Menu 1 */


nav {
	margin: 0px 0;
	background-color: #DEBC5F;
}

nav ul {
	padding: 0;
	padding-left: 20px;
  	margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #DEBC5F;
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#000;
	font-size:14px;
	line-height: 60px;
	text-decoration:none;
	font-family: Arial,sans-serif;
	
}

nav a:hover { 
	background-color: #a6a6a6; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
	height: 30px;
	z-index: 10;
	overflow: hidden;	
}

nav ul ul li a{
	font-size: 12px;
	/*color: #FFF;*/
	color: #000;
	line-height:25px;
}


/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:" \25be" ; }
li > a:only-child:after { content: ''; }





/* menu 2 */

/*
#primary_nav_wrap
{
	background-color: #DEBC5F;
	height:60px;
	border-top: 2px solid #DEBC5F;
}

.menu-mijn-menu-container > ul {
	display: inline;
}

.menu-mijn-menu-container > ul > li {
	position: relative;
	float: left;
	display: inline;
}



.menu-mijn-menu-container > ul > li > a{
	padding: 0 20px 0 20px;
	text-decoration: none;
	line-height: 60px;
	display: block;
	color: #FFF;
	font-family: Arial,sans-serif;
}

.menu-mijn-menu-container a:hover{
	color: #0099cc;
	//background-color: #be9627;
}



.menu-mijn-menu-container ul li ul {
	background-color: blue;
	display:none;
	list-style: none;
	visibility: hidden;
}


.menu-mijn-menu-container ul li:hover > ul {

	display: inline-block;
	visibility: visible;
	padding-left: 0;
	width: 110px;
	color: #0099cc;	
}


.menu-mijn-menu-container ul li ul a{
	display:inline-block;	
	background-color:#999999;
	line-height: 30px;
	text-decoration: none;
	height: 100%;
	width: 100%;
	padding-left: 20px;	
	color: #FFF;
}

*/

/* mijn css vor de header */

.local_body{
	margin:0px;
}

.header-main{
	max-height: 550px;
	max-width:  100%;
	overflow: hidden;

}
.afbeelding{
	float:left;
	overflow: hidden;
	max-width:  100%;
	max-height: 100%;
}

.header-main img{
	max-width:  90%;
	margin-top: -17%;
	/*overflow: hidden;*/

}


/* Speciale layout voorpagina-bericht dana Corna */

.coronaLayout{
	font-size: 10px!important;
}



/*@media screen and  (max-height: 700px) and (max-width: 1300px){*/







