/*<OVERRIDES>*/

/*++++<BOOTSTRAP>*/
.bg-customgreen {
  background-color:#2E8B57;
}

.bg-light {
  background-color: #efefef !important;
}

.btn-success {
  background-color:#2E8B57;
  border-color:#2E8B57;
}

.btn-info {
  background-color: #55ACEE;
}
/*++++</BOOTSTRAP>*/

/*++++<FONT-AWESOME>*/
.fa-file-pdf {
  color: #f23c3c;
}
/*++++</FONT-AWESOME>*/

/*</OVERRIDES>*/

/*<GALLERIA>*/
.galleria{ 
  width: 100%; 
  height: 100vh;
}
/*</GALLERIA>*/

body {
  min-height: 100vh;
  position: relative;
  margin: 0;
}

main {
  padding-bottom: 40px; /* approx the footer's height + some extra */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

p.compact {
  margin-bottom:0;
}

span.line {
  display: inline-block;
}

.farm-bg {
  background-image:url(/static/images/achtergrond.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.news h3, .vacatures h3 {
  font-size: 1.2rem;
}
.news time {
  font-size: 1rem;
}

 /* Style all font awesome icons */
.social-media .fab {
  padding: 20px;
  font-size: 20px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}

.social-media a + a {
  margin-left:5px;
}

.social-media .fab:hover {
  opacity: 0.7;
}

/* Facebook */
.fa-facebook-f {
  background: #3B5998;
  color: white;
}

/* Linkedin */
.fa-linkedin {
  background: #55ACEE;
  color: white;
}

.content-block h2 {
  font-size: 1.8rem;
}

#about-us .fas {
  color: #2E8B57;
}

#news .fas, .nieuwsoverzicht .fas, .actueel-overzicht .fa-newspaper {
  color: #55ACEE;
}

#vacatures .fas, .actueel-overzicht .fa-user-md {
  color: #f60;
}

.news {
  margin-top: 10px;
  background-color: white;
}

.bg-clipped {
  background-clip: content-box;
}

.bg-subtle {
  background-color: #06110B4D;
}

.bg-form {
  background-color: #48AC7452;
}

.jaarrekening {
  font-size: 1.1rem;
  line-height: 0.9rem;
}