/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;
  background-color: #f5f5f5;*/
}

a { outline: none; }

footer a {color: white; }
footer a:hover {color: rgba(255,255,255,0.7); }

p {font-size: 18px;}



.bg-blue {
  background-color: #608b32;
}

.text-blue {
  color: rgba(60,124,165,1.0);
}

.text-purple {
	color: #541531;
}

h1 {
	color: #000000;
}

.heading-purple {
	color: #541531;
}

.heading-white {
	color: #ffffff;
}

@media only screen and (min-width: 767px) {
  .heading-white-lg {
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff;
  }
}  

@media only screen and (min-width: 200px) and (max-width: 767px)  {
  .heading-white-lg {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
  }

}  


h2 {
	color: #000000;
}

/*h3 {
	color: rgba(60,124,165,1.0);
}*/

.fa-plus {
	color: #541531;
}

.bg-ortus {
    background-color: rgba(60,124,165,1.0);
}

.bg-zorgkaart {
    background-color: rgba(60,124,165,0.5);
}

.bg-form {
    background-color: rgba(92,14,49,0.05);
}

.btn-mob-donate {
  background-color: rgba(107, 142, 35, 1.0);
    color: white;
}

.btn-mob-donate:hover {
  background-color: rgba(107, 142, 35, 0.7);
    color: white;
}

.btn-ortus-purple {
	background-color: rgba(96, 139, 50, 1.0);
    color: white;
}

.btn-ortus-purple:hover {
	background-color: rgba(96, 139, 50, 0.7);
    color: white;
}

.btn-ortus {
	background-color: rgba(60,124,165,1.0);
    color: white;
}

.btn-ortus:hover {
	background-color: rgba(60,124,165,0.7);
    color: white;
}

.btn-ortus-outline {
	background-color: #ffffff;
	border: 1px solid rgba(92,14,49,1.0);
}

.btn-ortus-outline:hover {
	background-color: #fbfbfb;
	border: 1px solid rgba(92,14,49,1.0);
}

.photo-image-caption {
	position: absolute;
	bottom: 0;
	padding: 45px;
}

.photo-image-caption-left {
	position: absolute;
	bottom: 5px;
	left: 20px;
	padding: 45px;
}


.card{
    margin-left: 15px;
	margin-right: 15px;
	margin-top: -15px;
}

.unselectable {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 0px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

code {
  font-size: 80%;
}

/* Modals */

.effect {
  text-decoration: none; 
  cursor: pointer;
  color: black;
}

.over:hover {
  margin: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* navbar 
----------------------------------------------------*/

.navbar {
	padding: 1rem;
  background-color: rgba(107, 142, 35, 0.1);
	border-bottom: 0px solid rgba(60,124,165,1.0);
}

a .navbar { outline: none; }

.navbar-nav li {
	padding-right: 20px;
	padding-top: 10px;
  margin-bottom: 15px;
}

.nav-item {  
  
  /*color: #608b32;*/
  color: #000000;
  font-size: 1.2em !important;
  margin-bottom: 20px;
  text-decoration: none;
  text-decoration-color: transparent;
  padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}


.nav-item:hover { 
  color: rgba(0,0,0,0.6);
  font-size: 1.2em !important;
  
}

.navbar-nav > .active > a { 
    background-color: rgba(107, 142, 35, 0.8);
    border: 1px solid rgba(107, 142, 35, 0.6);
    opacity: 1.0;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13);
    padding-top: 5px; 
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    text-decoration: none;
}

.dropdown {  
  
  color: #000000;
  font-size: 1.2em !important;
  /*margin-top: 5px;*/
  text-decoration: none;
  /*padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 22px; */
  text-decoration-color: transparent;
}

.dropdown .active {
  margin-top: 3px;
}

.nav-item.dropdown > .active > a {
  text-decoration: none;
}

.nav-link .active {
	color: #000000;
  font-size: 1.2em !important;
  /*margin-bottom: 20px;*/
  text-decoration: none;
  /*padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;*/
  text-decoration-color: transparent;
}

.dropdown li {
	margin-top: 0px;
  text-decoration: none;
  text-decoration-color: transparent;
}
	

.nav-link {
	font-size: 1.2em !important;
	/*margin-bottom: 20px;*/
}

.dropdown-menu {
  background-color: rgba(96, 139, 50, 0.7);
  padding: 5px;
  border-radius: 15px;
}

a.dropdown-item {
  color: #ffffff;
  background-color: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: rgba(96, 139, 50, 1);
  color: #ffffff;
  border-radius: 10px;
}

/* carousel
----------------------------------------------------*/

.slider {padding-right: 0; padding-left: 0;}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.carousel-caption {
	background: rgba(60,124,165, 0.3);
}

.round {
	border-radius: 25px;
}

/* -------------------------------------*/

.hero {
	position: relative;
	
	height: 55vh;
	
	background-size: cover;
	background-position: top;
}

.bg-lighter-green {
  background-color: rgba(96, 139, 50, 0.15);
}

.bg-light-green {
	background-color: rgba(96, 139, 50, 0.3);
}

.bg-mid-green {
	background-color: rgba(96, 139, 50, 0.6);
  color: white;
}

.bg-cloud-grey {
  background-color: #7976a4;
}

.bg-sunset-orange {
  background-color: #f7cb92;
}

.bg-black {
  background-color: #000000;
}

.bg-purple-3 {
	background-color: #ab8c99;
}

.bg-blue-4 {
	background-color: #a4bed0;
}

.top-margin {
	margin-top: -20px;
}

.photo-img-faq {
	width: 100%;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
  color: black;
}

.small-pill {font-size: 0.8em;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: rgba(96, 139, 50, 1);
}
.article-archive > li {
  list-style-type: none;
  margin: 5px;
}
.article-archive > li > a {
  text-decoration: none;
  display: inline-block;
  background-color: rgba(96, 139, 50, 0.4);
  border-radius: 10px;
  padding: 8px;
  margin: 5 px;
  color: black;
}

.article-post h2 a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 12px;
  margin: 1 px;
  font-size: 18px;
}

/* ------- cookies -----------*/

.cookiealert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: rgba(92,14,49,1.0);
    background: rgba(60,124,165,1.0);
	font-size: 14px;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    font-size: 1em;
}