/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: "Catamaran", sans-serif;
  color: #425124;
/*  background-color: #FBFCF8;*/
}

.page-title {
	font-size: 36px;
	padding: 20px;
}
/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
  margin-bottom: 0px;
  padding-top: 0;
}
.jumbotron h1 {
	font-size: 36px;
}
.logo {
	max-width: 100%; 
	max-height: 80%;
	margin-top: 18px;
}
@media screen and (max-height:768px) {
	.logo {
		max-height: 200px;
	}	
}
.btn-success {
	background-color: #41AD48;
}
.btn-success:hover, .btn-success:focus {
	background-color: #425124;
}

.header-img {
	padding: 20px;
	max-height: 100px;
	display:  inline;
	margin-left: 20px;
}
.header-img.praktijk-img {
	/*padding: 20px;*/
	max-height: 150px;
	display:  inline;
}
.my_item {
	border-color:#41AD48;
	border-style:solid;
	border-width:1px;
	border-top-width:5px;
	border-bottom-width:5px;
	background-image:url(../img/background_bamboo_green3-xs.jpg);
	text-align: center;
    display: block;
    margin: 0 auto;
	margin-bottom: 40px;
	/*height: 300px;*/
}
.my_img {
	height: 70px;
	padding: 5px;
	margin-bottom: 15px;
}
.col-md-4 .my_item {
	margin: 10px;
}
.lessen {
	height: 460px;
}
@media screen and (max-width: 1199px) {
	.lessen {
		height: 510px;
	}
}
@media screen and (max-width: 991px) {
	.lessen {
		height: auto;
	}
}
.lessen-content {
	text-align: left;
}
article {
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 50px;
	color: #425124;
	position: relative;
	overflow-wrap: break-word;
}
article h1 {
	font-size:x-large;
	font-weight:bold;
}
article h2 {
	font-size:large;
	font-weight:normal;
}
a {
	color:inherit;
}
a:hover, a:focus {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
.more {
	width: 80%;
	font-size:large;
	font-weight:bold;
	padding-top:10px;
	margin-top:20px;
	margin-bottom:10px;
	border-top-style: solid;
	border-top-width:thin;
	border-top-color: #425124;
	position: absolute;
    bottom: 0;
}
.more > a {
	color:inherit;
}
.more > a:hover, .more > a:focus {
	color: #41AD48;
	cursor: pointer;
	text-decoration: none;
}
.under-construction {
	color: #9EBA65;
}
.under-construction > a:hover, .under-construction > a:focus {
	color: #9EBA65;
	/*cursor: not-allowed;*/
}
.my_event_highlight {
	position: relative;
	border-top-width:15px;
	border-bottom-width:15px;
	border-style: double;
}
.agenda.height_my_item {
	height: 460px;
}
.agenda-next-week a {
	font-weight: bold;
	color:inherit;
}
.agenda-next-week a:hover, .agenda-next-week a:focus {
	color: #41AD48;
	cursor: pointer;
	text-decoration: none;
}
.agenda-next-week .hour {
	font-size: small;
}

.home.height_my_item {
	height: 290px;
}
@media screen and (max-width: 1199px) {
	.agenda.height_my_item {
		height: 480px;
	}
	.home.height_my_item {
		height: 330px;
	}
}
@media screen and (max-width: 991px) {
	.agenda.height_my_item {
		height: auto;
	}
	.home.height_my_item {
		height: auto;
	}
}
.my_event_img {
	height: 140px;
	padding: 5px;
	margin-bottom: 15px;
}
.datum_event {
	font-weight:bold;
	text-align:left;
	padding-top:10px;
/*	position: absolute;
	bottom: 50px;*/
}
.profile-img {
	max-height:150px;
}
.contact {
	margin-top: 30px;
}
a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}
@media screen and (max-width: 1024px) {
	.logo {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		padding-top: 20px;
	}
	/*.my_event {
		height: auto;
		/*padding-bottom: 50px;*/
	}
	.my_event_img {
		height: 120px;
	}
}
@media screen and (max-width: 480px) {
	.my_event_img {
		height: 100px;
	}
}
@media screen and (max-width: 360px) {
	.my_event_img {
		height: 80px;
	}
}

.homepage-agenda {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #F6F8D9;
	border-radius: 7px;
}
.fb-like {
	padding-left: 10px;
    position:relative;
    top:50%; 	
}
.full-width {
	width: 100%;
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.panel-footer {
	height: auto;
}
footer .panel-default {
	margin-top:50px;	
}

.sidebar .h2 {
	font-size: 1.2em;
    font-weight: 700;
    margin: 1em 0;
    text-transform: uppercase;
}
.agenda-next-week {
    padding-left: 0.3em;	
}

.list--border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1em;
    padding-bottom: 1em;
	margin-left: 0;
}
.bullet {
    list-style: none;
    padding-left: 1em;
    position: relative;
    text-align: left;
}
.bullet:before {
    background: #41AD48;
    content: "";
    height: .5em;
    left: 0;
    position: absolute;
    top: .4em;
    width: .5em;
}

#newsletter-form {	
	top:20%;
	}
.popup-img {
	height: 200px;
}

p.anchor {
    display: block;
    position: relative;
    top: -40px;
	background-color: aqua;
	color:black;
    visibility: hidden;
}

/* making all cols same height per row 
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
*/