@import url("css-family=Open+Sans-400,300.css"/*tpa=https://fonts.googleapis.com/css?family=Open+Sans:400,300*/);
@import url("overrule.css"/*tpa=https://lrdbv.nl/wp-content/themes/basis-template/styles/overrule.css*/);
/*
Theme Name: basis template foundation
Theme URI: http://www.erikhandels.nl/basicfoundation
Author: Erik Handels
Author URI: http://www.erikhandels.nl
Description: basic foundation theme
Version: 1.0
License: GNU General Public License
*/

/* changes to wp-members plugin/forms.php
	replace:
	'button_class'     => 'buttons',
	by:
	'button_class'     => 'buttons',
*/

html{
	font-family: 'Open Sans', sans-serif;
}
body {
	background-color: #FFFFFF;
	color: #2C4D82;
}
h1, h2, h3, h4, h5, h6 { color: #017ac1; }
h1 { font-size: 2.0125rem; }
h2 { font-size: 1.7875rem; }
h3 { font-size: 1.4375rem; }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }
h5 { font-size: 0.8rem; }

/* prevent outline box around element that has focus */
* :focus { outline: 0; }

/* header */
.homepage-title {
	position: absolute;
	top:10px;
	left:10px;
	padding:5px;
	background-color:rgba(200,200,200,0.6);
	z-index:1000;
}
.homepage-title a {
	color: #FFFFFF;
	font-size:0.6em;
}
.fb-div {
	position: relative;
	float:right;
	padding-top:10px;
}
.logo {
	position:relative;
	margin-top:20px;
	margin-bottom:0px;
	float:left;
	width: 100%;
}
.header {
	position:relative;
	margin-top:20px;
	margin-bottom:10px;
	float:right;
}
.headertext {
	position:relative;
	margin-top:30px;
	float:center;
}
.header img /*{
	height: 200px;
}*/

/* menu */
.top-bar {
	margin-top:20px;
}
.top-bar-section {
	position:relative;
  /*	float:right;*/
}

.top-bar-section > ul > .divider {
	height: 0px !important;
	line-height: 0px;
}
/* room between dropdown menu items    */
/* for 1 px divider use buttonheight+1 */
.top-bar-section .dropdown li {
  height: 37px;
}


/* page-content */
.page-content {
    display:table;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 20px;
	min-height: 550px;
}
.the-content{
	background-image: url("achtergrond.jpg"/*tpa=https://lrdbv.nl/wp-content/themes/basis-template/images/achtergrond.jpg*/);
	background-repeat: no-repeat;
}
.no-bullet {
	list-style-type: none;
}

/* page-content */
.homepage-widgets {
	background-color: #FFFFFF;
	padding-bottom:30px;
}
.homepage-widget {
	position:relative;
	float:left;
	padding:15px;
	margin-left:20px;
	margin-bottom:20px;
	max-width: 30px;
	min-width: 30px;
	min-height:310px;
	border: 1px solid #C0C0C0;
	background-color: #F7F7F7;
	transition: all .25s ease;
}
.homepage-widget:hover {
	background-color: #FDFDFD;
}

/* sidebar */
.sidebar {
	background-color: #F0F0F0;
	padding-top:20px;
}
.sidebar p {
	font-size: 0.9em;
}

/* custom buttons */
.kader {
	float: left;
	/*border: 1px solid grey;*/
	width: 220px;
	height: 190px;
	text-align:center;
	margin: 10px 20px 10px 0;
	padding: 0;
}
.inner-img {
	overflow: hidden;
	width: 220px;
	height: 165px;
	margin:0;
	padding:0;
	background-color:#F0F0F0;
}
.inner-txt {
	overflow: hidden;
	width: 220px;
	height: 25px;
	text-align:center;
	margin: 5px 0 0 0;
	padding:0;
	/*background-color:#FFF0F0;*/
}
.kleine-tekst { font-size: 0.75em; }


/* footer */
.footer {
	padding-left:15px;
	padding-right:15px;
}
.footer1 {
	min-height: 0px;
	background-color:#017ac1;
	color:#A16409;
	padding: 0px; 0 0px 0;
	font-size: 0.8125em;
}
.footer1 h4 {
	color: #A16409;
}
.footer2 {
	min-height: 40px;
	background-color:#017ac1;
	font-size: 0.8125em;
	padding-top:10px;
}
.footer2 h4 {
	color: #FFDA88;
}
.footer2 ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer2 ul li {
	font-size: 0.8125em;
}
.footer2 a {
	color:#FFFFFF !important;
}

/* Post comment formatting */
.commentlist {
	list-style-type: none;
}
.comment-body {
	margin-bottom: 30px;
}
.commentlist .even {
	background-color:#ccddf2;
}
.commentlist .odd {
	background-color:#cceef2;
}
.vcard {
	border: none;
}
small {
	text-transform: none !important;
	font-size: 80%;
}


/* sidebar informatie

.sidebarinfo{
	background-color: #f2f5f8;
	border-radius: 5px;
}
*/
/* Visual form builder */
.vfb-error {
	color: #FF0000; /* error text color */
}

/* minimum height of form textarea */
.vfb-textarea {
	min-height:150px !important;
}
/* 
To prevent visual form builder floating over footer
add to class .page-content:
	display:table;
*/	  


