/*
Theme Name: Dierendoc 2025
Author: Roel Veldhuyzen
Author URI: https://www.roelveldhuyzen.nl
Description: Dierendoc theme met Bootstrap framework.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Dierendoc
*/



/************************************************
*	Kleurdefinities 							*
************************************************/

:root {
	--Achtergrond: #c7c7a3;
	--LogoBlauw: #263683;
	--LogoGroen: #08622c;
	--Groen01: #a7af88;
	--Groen02: #919c7a;
	--Groen03: #81856c;
	--Tekstdefault: #000000;
	--Tekstlinks: #08622c;
	--Teksttitels1: #08622c;
}


/* var(--Tekstdefault); */
	


/************************************************
*	Global 										*
************************************************/


html, body{
	width: 100%;
	height: 100%;
}



.balkcontent2 {
	max-width: 974px;
	width: 98%;
	margin: 0 auto;
	padding: 20px;
	background-color: rgba(255,255,255, 0.4);
}



.spacer {
	width: 100%;
	height: 20px;
}

.doublespacer {
	width: 100%;
	height: 40px;
}

.horizontalline {
	background-color: var(--LogoGroen);
	width: 100%;
	height: 2px;
	margin: 20px 0px;
}


body,p, .p {
	font-family: 'Roboto', sans-serif; 
	color: var(--Tekstdefault);
	font-size: 14pt;
	line-height: 1.7;
	margin-block-start: -0.4em;
	margin-block-end: 1em;
}


@media only screen and (max-width: 400px) {
body,p, .p {
	font-size: 12pt;
	}
}
	
h1, .h1{
	font-family: 'Montserrat';
	color: var(--Teksttitels1);
	font-weight:600;
	font-size: 14pt;
}




h6, .h6 {
	font-family: 'Montserrat';
	color: var(--Teksttitels1);
	font-weight:600;
	font-size: 18pt;
	text-transform: uppercase; 
	text-align: center; 
	width: 100%; 
	padding-bottom: 20px;	
}

h6:after, h6:before {
	display: inline-block;
    content: "";
    border-top: 2px solid var(--Teksttitels1);
    width: 25%;
	margin: 0px 15px -3px 15px;
    transform: translateY(-1rem);
}



@media only screen and (max-width: 1050px) {
h6:after, h6:before{
	 width: 8%;
}
}





a, a:visited, a:active {
	color: var(--Tekstlinks);
}

a:hover{
	color: #306309 !important;
	text-decoration: none !important;
}


.table {
	border-collapse:collapse !important;

}
.table, th, td {
	border: 1px solid !important;
	border-color: #85b916 !important;
	padding: 5px;
}



/************************************************
*	Afbeeldingen								*
************************************************/

img.alignright { 
	float: right; 
	margin: 0 0 1em 1em; 
}


img.alignleft { 
	float: left; 
	margin: 0 1em 1em 0; 
}

img.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}






.alignright { 
	float: right; 
}

.alignleft { 
	float: left; 
}

.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}


@media only screen and (max-width: 525px) {
.actueelartikel h2 {
	clear: both;
	margin-top: 40px;
}
}

@media only screen and (max-width: 525px) {
.actueelartikel img.alignleft, .actueelartikel img.alignright {
	display: block; 
	margin: 0 auto !important; 
	float: unset;
}
}



@media only screen and (max-width: 525px) {
.actueelartikelgeenschaduw img.alignleft, .actueelartikelgeenschaduw img.alignright {
	display: block; 
	margin: 0 auto; 
	margin-bottom: 40px;
	float: unset;
}
}



/************************************************
*	Logo balk 									*
************************************************/

.logobalk {
	z-index: -1; 
	height: 180px; 
	background-color: var(--Achtergrond); 
	padding-top: 30px; 
	padding-left: 12px; 
	width: 100%;
	background-size: auto 400px;
}



@media only screen and (max-width: 1720px) {
.logobalk{
	height: 225px;
}
}

@media only screen and (max-width: 1000px) {
.logobalk{
	height: 290px;
}
}

	@media only screen and (max-width: 835px) {
.logobalk{
	height: 330px;
}
}

	@media only screen and (max-width: 400px) {
.logobalk{
	height: 355px !important;
}
}


		
@media only screen and (max-width: 865px) {
.logobalk{
	background: none;
	background-color: var(--Achtergrond);
	height: 440px;
	}
}
				
@media only screen and (max-width: 865px) {	
div.nav-menu > ul > li > a {
	padding: 4px 10px !important;
	}
}


.logo {
	float: left;
		border-radius: 0px 0px 150px 0px;
		padding: 100px 50px 50px 100px;
		position: fixed;
		background-color: var(--Achtergrond);
		margin: -100px 0px 0px -100px;
	z-index: 10;
	box-shadow: 1px 1px 10px 1px rgb(0,0,0,0.5);
}

.logo img {
	width: 320px;
}


@media only screen and (max-width: 1500px) {
.logo img {
	width: 200px;
}
}

@media only screen and (max-width: 600px) {
.logo img {
	width: 120px;
}
}


.socials {
	max-width:	967px;
	margin: 0 auto;
	text-align: right;
	 padding-right: 10px;
}

.socials img{
	width: 50px;
	border-radius: 50%;
	
}

.socials img:hover {
	box-shadow: 0px 2px 4px 1px rgba(0,00,0,0.3);
}

@media only screen and (max-width: 600px) {
.socials img{
	width: 40px;
	}
}
	
	

.HeaderSpacer {
	height: 20px;
	width: 100%;
	background-color: var(--Groen02);
	padding: 10px 0px 0px 80px;
	float: left;
}



/************************************************
*	Menubalk									*
************************************************/

.menubar {
	margin: 0  auto;
	max-width: 1000px;
	color: #fff;
	padding-top: 40px;
}

@media only screen and (max-width: 1720px) {
.menubar{
	max-width: 880px;
	Margin-left: 400px;
}
}



@media only screen and (max-width: 1500px) {
.menubar{
	Margin-left: 250px;
}
}


@media only screen and (max-width: 600px) {
.menubar {
	margin-left: 120px;
}
}

@media only screen and (max-width: 865px) {	
.menubar {
	max-width: 245px;
	margin-right: 10px;
	}
}

@media only screen and (max-width: 865px) {	
div.nav-menu > ul > li {
	float: unset !important;
	}
}




/************************************************
*	Hoofdmenu									*
************************************************/

div.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.nav-menu li {
	position: relative;
}

div.nav-menu a {
	font-family: 'Montserrat';
	color: var(--LogoGroen);
	font-size: 1em;
	text-transform: uppercase; 
	text-decoration: none;
	display: block;
}

@media only screen and (max-width: 1725px) {
div.nav-menu a {
	font-size: 1em;
}
}





div.nav-menu a:hover {
	color:white !important;
}

div.nav-menu > ul > li {
	float: left;
}

div.nav-menu > ul > li > a{
	padding: 10px 10px;
}

div.nav-menu > ul > li:hover > a{
	background: var(--Groen01);
	color: #ffffff;
}

/* == Sub Menu == */
div.nav-menu .sub-menu,
div.nav-menu .children {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background: #ffffff;
	color: var(--Groen01);
	min-width: 200px;
	display: none;
}

div.nav-menu li:hover > .sub-menu,
div.nav-menu li:hover > .children {
	display: block;

}

div.nav-menu .sub-menu a,
div.nav-menu .children a {
	padding: 5px 10px;
	color: var(--Groen01);
}

div.nav-menu .sub-menu li:hover,
div.nav-menu .children li:hover  {
	background: rgba(131, 187, 38, 0.5);
	color: #ffffff;
}

div.nav-menu .sub-menu a:hover,
div.nav-menu .children a:hover  {
	color: #ffffff;
}

/* == Grandchildren Menu == */
div.nav-menu .sub-menu .sub-menu,
div.nav-menu .children .children {
	position: absolute;
	left: 100%;
	top: 0;
	background: #ffffff;
	color: var(--Groen01);
}









/************************************************
*	Links globaal 								*
************************************************/
	
a {
	color: var(--Tekstlinks1);
	text-decoration: none;
}
a:hover,
a:focus {
	color: var(--Tekstlinks1);
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}



/************************************************
*	Breadcrumbs 								*
************************************************/
	
		.breadcrumb {
					padding: 0px 15px 8px 15px ;
					margin-bottom: 0px;
					list-style: none;
					background-color: #fff;
		}
		.breadcrumb > li {
		  			display: inline-block;
		}
		.breadcrumb > li + li:before {
					padding: 0 5px;
					color: #003772;
					content: ">";
		}
		.breadcrumb > .active {
		 		 	color: #777;
		}


		.breadcrumbcontainer {
					min-height: 30px;
					width: 100%;
		}


		.breadcrumbbar{
					max-width: 1000px;
					width: 100%;
					min-height: 40px; 
					margin: 0 auto;
					margin-top: 10px;  
					background: #fff;
					border-radius: 0px;
					}

/************************************************
*	Footer		 								*
************************************************/

.footerbarcontainer{
	min-height: 200px; 
	width: 100%; 
	margin: 0px; 
	margin-bottom: -20px;
	background-color: var(--Groen03); 
	text-align: center;
	clear: both;
	margin-bottom: -20px;
	background-size: auto 300px;
}

@media only screen and (max-width: 626px) {
.footerbarcontainer {
	padding-top: 20px;
	margin-bottom: -20px;
}
}

.footerbar{
	margin: 0  auto;
	max-width: 1000px;
}
	
.footercontentleft{
	float: left; 
	margin-left: 20px;
	margin-right: 20px;
	text-align: left; 
	margin-top:20px; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 12pt;
	line-height: 1.7;
	color: #ffffff;
	letter-spacing: 1px;

}

.footercontentleft a{
	color: #ffffff;
	text-decoration: none;
}

.footercontentright{
	float: right; 
	margin-left: 20px;
	margin-right: 20px;
	text-align: left; 
	margin-top:20px; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 12pt;
	line-height: 1.7;
	color: #ffffff;
	letter-spacing: 1px;
}


.footercontentcenter{
	display: inline-block;
	margin:0 auto;				
	text-align: left; 
	margin-top:20px; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 12pt;
	line-height: 1.7;
	color: #ffffff;
	letter-spacing: 1px;
}

.footertable td, .footertable th {
	border: 0px solid !important;
	padding: 0px;
}
 

@media only screen and (max-width: 626px) {
.footercontentleft, .footercontentright, .footercontentcenter {
	display: inline-block;
	margin:0 auto;
	clear: both;
	float: unset;
	padding: 15px 80px 30px 80px;
}
}


	  
/************************************************
*	Main page Balken							*
************************************************/

.balkwit {
	position: relative;
	display: grid;
	padding-bottom: 50px;
	padding-top: 50px;
}

.balkwit .h2, h2{
	color: var(--LogoBlauw);
	font-family: 'Montserrat';
	font-size: 1.5em;
	font-weight: 700;
	font-variant: all-small-caps;
	text-shadow: 2px 1px 2px rgb(0,0,0,0.1);
	margin-top: 0px;
}

.balkwit img.alignright { 
	float: right; 
	margin: 0 0 1em 1em; 
}



.balkgroen {
	background-color: var(--Groen01);
	position: relative;
	display: grid;
	padding: 50px 15px 50px 15px;

	
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 49.7%;
}

.balkgroen .h2, h2{
	color: var(--LogoBlauw);
	font-family: 'Montserrat';
	font-size: 1.5em;
	font-weight: 700;
	font-variant: all-small-caps;
	text-shadow: 2px 1px 2px rgb(0,0,0,0.1);
	margin-top: 0px;
}

.balkafbeelding1 {
	background: url("https://rv-vormgeving.nl/wp-content/themes/Archief/Images/Backgrounds/BG01.jpg") no-repeat center center;	
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	display: grid;
	padding-bottom: 50px;
	padding-top: 50px;
 	min-height: 350px; 
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 49.7%;

}



.balkafbeelding2 {
	background: url("https://rv-vormgeving.nl/wp-content/themes/Archief/Images/Backgrounds/BG03.jpg") no-repeat center center scroll;
	background-size: cover;
	position: relative;
	display: grid;
	padding-bottom: 50px;
	padding-top: 50px;
	
	min-height: 350px;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 49.7%;
}

.balkafbeelding3 {
	background: url("https://dierendoc.nl/wp-content/uploads/2019/02/Slideshow_Wide_02.jpg") no-repeat center center scroll;
	background-size: cover;
	position: relative;
	display: grid;
	padding-bottom: 50px;
	padding-top: 50px;
	
	min-height: 350px;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 49.7%;
}

.balkafbeelding5 {
	background: url("https://rv-vormgeving.nl/wp-content/themes/Archief/Images/Backgrounds/BG05.jpg") no-repeat center center scroll;
	background-size: cover;
	position: relative;
	display: grid;
	padding-bottom: 50px;
	padding-top: 50px;
	
	min-height: 350px;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 49.7%;
}

.balkafbeelding6 {
	background: url("https://rv-vormgeving.nl/wp-content/themes/Archief/Images/Backgrounds/BG06.jpg") no-repeat center center scroll;
	background-size: cover;
	position: relative;
	display: grid;
	padding-bottom: 50px;
	padding-top: 50px;
	
	min-height: 350px;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 49.7%;
}

.balkafbeeldingtop {
	background: url("https://rv-vormgeving.nl/wp-content/themes/Archief/Images/Backgrounds/BG02.jpg") no-repeat center center scroll;
	background-size: cover;
	position: relative;
	display: grid;
	margin-top:-50px;
	
	min-height: 350px;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 49.7%;
}

.balkafbeeldingbottom {
	background: url("https://rv-vormgeving.nl/wp-content/themes/Archief/Images/Backgrounds/BG04.jpg") no-repeat center center scroll;
	background-size: cover;
	position: relative;
	display: grid;
	margin-bottom:-50px;
	
	min-height: 350px;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 49.7%;
}



.mainartikelcontainer {
	margin: 0 auto;
}

.mainartikel {
	max-width: 974px;
}


.mainartikel img.alignright{
	margin-left: 50px;
}


.mainartikel img.alignleft { 
	margin-right: 30px;
}



.balkcontent {
	max-width: 974px;
	width: 98%;
	margin: 0 auto;
}






/************************************************
*	Boeken pagina	-	Overzicht				*
************************************************/

.achtergrondboeken {
	width: 100vw;
	min-height: 70vh;
	position: relative;
	margin-left: -50vw;
	left: 49.7%;
	background: url("https://rv-vormgeving.nl/wp-content/themes/UitgeverijLente/Images/bg03.jpg")no-repeat center center fixed;
	background-size: cover;
	
	margin-top: -40px;
	margin-bottom: -60px;
	padding-top: 50px;
	padding-bottom: 50px;
}


/* Balken */

.boekenbalk1 {
	background-color: var(--Achtergrondgroen2);
	position: relative;
	display: grid;
	margin-bottom: 60px;
	padding-top: 20px;
	padding-left: 7px;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
}

.boekenbalk1 span {
	color: var(--Teksttitels2);
}


.boekenbalkcontent {
	max-width: 974px;
	width: 98%;
	margin: 0 auto;
}




/************************************************
*	Over ZooMed Conservation					*
************************************************/

.achtergrondover {

	width: 100vw;
	min-height: 70vh;
	position: relative;
	margin-left: -50vw;
	left: 49.7%;
	background: url("https://rv-vormgeving.nl/wp-content/themes/UitgeverijLente/Images/bg03.jpg")no-repeat center center fixed;
	background-size: cover;
	
	margin-top: -40px;
	margin-bottom: -60px;
	padding-top: 50px;
	padding-bottom: 50px;
}



.profielfoto {
	border-radius: 50%;
	overflow: auto;
	box-shadow: 0px 2px 5px 1px rgba(0,00,0,0.2);
	float: right;
	margin: -1em 0em 2em 1em; 
}

.profielfoto img {
	width: 300px;
}

@media only screen and (max-width: 580px) {
.profielfoto {
	display: block; 
	margin: 0 auto !important; 
	margin-bottom: 30px !important;
	float: unset;
	max-width: 300px;
	max-height: 300px;
}
}

.profielinfo {
	float:left;
}



.balkover {
	background-color: rgba(255,255,255, 0.5);
	position: relative;
	display: grid;
	padding-bottom: 10px;
	padding-top: 10px;
	
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 50%;
	
	margin-bottom: 50px;
}


.balkcontentover {
	max-width: 1200px;
	width: 98%;
	margin: 0 auto;
	
	padding: 20px 10px 0px 10px;
}



/************************************************
*	Contactpagina  								*
************************************************/

.achtergrondcontact {
	width: 100vw;
	min-height: 70vh;
	position: relative;
	margin-left: -50vw;
	left: 49.7%;
	background: url("https://rv-vormgeving.nl/wp-content/themes/UitgeverijLente/Images/ContactBackground.jpg")no-repeat center center fixed;
	background-size: cover;
	
	margin-top: -40px;
	margin-bottom: -60px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 860px) {
.achtergrondcontact {
	left: 49.6%;
}
}

@media only screen and (max-width: 690px) {
.achtergrondcontact {
	left: 49.5%;
}
}


.balkcontentcontact {
	max-width: 1200px;
	width: 98%;
	margin: 0 auto;
	padding: 30px 30px;
	background-color: rgba(255,255,255, 0.6);
	border-radius: 30px;
	box-shadow: 0px 5px 10px rgba(0,0,0, 0.2);
}


.ContactOpeningImage {
	height: 250px; 
 	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top: -40px;
	margin-bottom: 30px;
	left: 49.7%;
	background-image: url(http://www.inekehogema.nl/wp-content/uploads/2016/04/bloemen-boek.jpg); 
	background-size: cover;
	background-position: center;
	}


.contactformcontainer {
	float: left;
	width: 50%;
	padding: 0px 20px 20px 0px;
	min-width: 390px;
}

.contactformcontainer th, .contactformcontainer td {
	border: 0px !important;
}

@media only screen and (max-width: 830px) {
	.contactformcontainer {
	min-width: 98%;		
	}
}



.contactcontinfocontainer{
	width:100%;
	margin: 0 auto; 
	text-align: center;
	clear: both;
}

@media only screen and (max-width: 690px) {
.contactcontinfocontainer{
	height: 240px;
	}
}

@media only screen and (max-width: 480px) {
.contactcontinfocontainer{
	height: 380px;
	}
}


.contactinfo {
	float: left;
	text-align: left;
	padding: 20px 20px 20px 0px;
	min-width: 200px;
}

.contactinfomiddle {
	display: inline-block;
	margin:0 auto;
	margin-top:10px;
}

.contactsocials {
	float: right;
	padding: 20px 00px 20px 0px;
	text-align: right;
	min-width: 200px;
}

.contactsocials img {
	width: 65px;
}

@media only screen and (max-width: 675px) {
.contactsocials {
	float: left;
	padding: 20px 20px 20px 0px;
	width: 100%;
}

.contactinfomiddle {
		float: right;
}
}


@media only screen and (max-width: 435px) {
.contactinfo {
		width: 100%;
		padding-left: 30px;
		text-align: left;
}
	
.contactinfomiddle {
		width: 100%;
		padding-left: 30px;
		text-align: left;
}
	
.contactsocials {
	float: left;
	padding: 20px 20px 20px 0px;
	width: 100%;
	text-align: center;
}
}


/************************************************
*	19.	Buttons  								*
************************************************/

.button, a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link, #submit, input[type=submit],
#comments #respond input#submit, .container .gform_wrapper input.button, #wrapper #infinite-handle span {
	display: inline-block;
	position: relative;
	background-color: var(--Groen01);
	color: white !important;
	font-family: 'Montserrat';
	font-size: 0.8em;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 12px 0px;
	padding: 6px 12px;
	border-radius: 0px;
	border: none;
	-webkit-appearance: none;
}



.button:hover, a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover,
.more-link:hover, input[type=submit]:hover, #submit:hover, #comments #respond input#submit:hover,
.container .gform_wrapper input.button:hover, #wrapper #infinite-handle span:hover {
	background-color: var(--Groen01);
	color: White !important;
	text-decoration: none;
	box-shadow: inset 0px 2px 0px rgba(0, 0, 0, .2);
	cursor: pointer;
}
.article .more-link {
	margin: 24px 0px 0px 0px;
}


/* =============================================  Content ============================================= */

.contentcontainer {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	min-height: 800px; 			/* <================== wenselijk? */
}

.content{
	display: inline-block;
	max-width: 1000px;
	width: 100%;
	text-align: left;
	padding: 0px 10px 0px 16px;
	margin: 0px;
	vertical-align: top;
}


/* =============================================  Category ============================================= */

.categorycontainer {
	margin-top: 10px;
}

.listimage {
	float:left; 
	height: auto; 
	margin-right: 10px;
	border: solid; 
	border-color: var(--Groen01); 
	border-width:2px; 
}


.listcontent {
	margin-left: 160px;
}

.listdate {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: italic;
	font-size: 10pt;
	color: var(--Tekstdefault);	
	margin-top: 0px;
}


/************************************************
*	404 		 								*
************************************************/


.container404 {
	margin-top: 10px;
	min-height: 700px;
	background-position: right bottom; 
	background-repeat: no-repeat;
	}


.blog-post {
	margin-bottom: 50px;
	margin-top: 50px;
	}

.blog-post-title {
	margin-bottom: 5px;
	font-size: 30px;
	}
.blog-post-meta {
	margin-bottom: 20px;
	color: var(--Tekstdefault);
	}
