/* Fonts */

h1, h2, h3, h4, h5, h6, .title-font {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 1.6rem;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 180%;
}

li.nav-item {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 180% !important;
}

ul li {
  line-height: 100%;
  font-family: 'Montserrat', sans-serif;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

/* Whitespace */

.white-space-5 {
  margin-top: 100px;
}

.white-space-4 {
  margin-top: 80px;
}

.white-space-3 {
  margin-top: 60px;
}

.white-space-2 {
  margin-top: 40px;
}

.white-space-1 {
  margin-top: 20px;
}

/* Buttons regular*/

.btn {
  border:none;
  padding: 12px 24px 12px 24px;
  border-radius: 6px;
}

.btn-primary {
  border: none;
}

.btn-light {
  border: none;
  background-color: #ffffff;
}

.btn-light:hover {
  color: #ffffff;
}

/* circled caret right*/

.contact_block i {
  color: #ffffff;
}

.contact_block p {
  margin: 0;
}

/* caret  */

.caret-background {
  display: inline-block;
  width: 30px;
  height:30px;
  border-radius: 50%;
}

.caret-background i {
  padding-top: 22%;
  padding-left: 45%;
}

/*Navbar*/
.navbar {
  z-index: 999;
  padding-top: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.shrink {
  padding-top: 0px;
  max-height: 100px;
  background: -webkit-linear-gradient(rgb(169,169,169) 90%, rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,1) 90%, rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,1) 90%, rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgb(169,169,169) 90%, rgba(0,0,0,0)); /* Standard syntax */
}

.navbar.shrink.without_transition {
  -webkit-transition: all 0.0s ease;
  transition: all 0.0s ease;
}

.navbar-brand img {
  max-width: 200px;
  max-height: 90px;
}

.nav-link {
  border-radius: 5px;
  margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
  z-index: 999;
  color: white;
  padding-left: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

/* Dropdown submenu navbar */

.dropdown-menu {
  display: none;
  position: absolute;
  top:37px;
  left: 10px;
  z-index: 1;
  border: none;
  border-top-left-radius: 0;
}

.navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  padding-top:10px;
  padding-bottom: 10px;
  font-size: 1rem;
  border-bottom: 1px solid #000;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* breadcrumb */

.navbar-breadcrumb {
  display: inline-block;
  list-style-type: none;
  text-align: center;
}

.navbar-breadcrumb li {
  float: left;
  font-size: 30px;
}

.navbar-breadcrumb li:after {
  content: " // ";
  margin-right: 7px;
}

.navbar-breadcrumb li:last-child::after {
  content: "";
}

.navbar-breadcrumb li a {
  text-decoration: none;
  color: #ffffff;
}

/*Top image*/

#top_image, #large_image {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#large_image {
  height: 75vh;
}

.overlay {
  background: rgba(0,0,0,0.5);
  height: 100%;
  background: -webkit-linear-gradient(rgba(0,0,0,0.5) 25%, rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0.5) 25%, rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0.5) 25%, rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0.5) 25%, rgba(0,0,0,0)); /* Standard syntax */
}

.overlay-upside-down {
  position: relative;
  background: rgba(0,0,0,0.3);
  height: 100%;
  background: -webkit-linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.7)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.7)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.7)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.7)); /* Standard syntax */
}

.style-grijs {
  background-color: #efefef;
}

/* top-image */

.top-titles {
 color: #ffffff;
}

.top-titles h1 {
  font-size: 5em;
}

.top-titles p {
  font-weight: 300;
  font-size: 2.2em;
}

.top-image-button a {
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 20px;
}

/* Article and blog preview */

.col-md-8 .article-preview {
  height: 100%;
}

.col-md-12 .article-preview {
  height: 500px;
}

.col-md-4 .col-md-12 .article-preview {
  height: 200px;
}

.article-preview-xl {
  padding-bottom: 20px;
}

.article-preview {
  margin-bottom: 20px;
  height: 200px;
  background-color: grey;
}

.article-preview a, .footer-navbar a {
  display: block;
}

.article-title-block h2, .article-title-block p{
  position: absolute;
}

.article-title-block h2, .article-title-block p, .blog-title-block p, .blog-title-block h2, .blog-introduction p, .read-more {
  text-decoration: none;
  color: #ffffff;
}

.article-title-block h2 {
  bottom: 40px;
  left: 40px;
}

.article-title-block p {
  bottom: 65px;
  left: 40px;
}


/* blog */

.blog-preview {
  margin-top: 30px;
}

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-preview {
  position: relative;
  height: 500px;
}

.col-md-6 .blog-preview {
  height: 420px;
}

.blog-preview-l .overlay-upside-down {
  position: relative;
  height: 240px;
}

.blog-title-block {
  position: absolute;
  bottom: 0px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.blog-title-block p, .blog-title-block h2, .contact-form h2 {
  margin-bottom: 0px;
}

.blog-preview-xl .blog-title-block, .blog-preview-xxl .blog-title-block {
  bottom: 100px;
}

.blog-preview-xl .blog-title-block h2 {
  bottom: 200px;
}

.blog-preview-l .blog-preview {
  background-size: 100% 240px;
  background-position: center top;
}

.blog-introduction {
  position: absolute;
  height: 200px;
  overflow: hidden;
  padding: 30px;
}

.col-md-6 .blog-introduction {
  height: 130px;
}

.blog-preview-xl .blog-introduction, .blog-preview-xxl .blog-introduction {
  bottom: 0;
  height: 130px;
}

.read-more {
  position: absolute;
  margin: 0px;
  padding: 30px;
  bottom: 0px;
}

.blog-preview-xl .read-more, .blog-preview-xxl .read-more {
  display: none;
}

/*footer*/

.footer .row {
  padding: 100px 0px;
}

.footer img {
  max-height: 120px;
}

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

.footer p {
  margin-bottom: 0;
}

/* footer branding */

.footer-branding a {
  color: rgba(255,255, 255, 0.5);
  text-decoration: underline;
}

.footer-branding p {
  color: rgba(255,255, 255, 0.5);
  margin-bottom: 0;
  font-size: 0.7em;
}

.footer-branding .row {
  padding: 30px 0px;
}

/* footer navbar */

.footer-navbar .row .col-sm-12 {
  margin: 0px;
  padding: 0px;
  border-radius: 0;
}

.footer-navbar .col-sm-12 .btn-primary:hover {

  color: #ffffff;
}

.footer-navbar .col-md-3:last-child {
  border-right: none;
}

.footer-navbar .fa {
  position: absolute;
  right: 30px;
  top: 35%;
}

.footer-navbar .btn:hover, .footer-navbar .btn {
  border-radius: 0;
}

/* contact form */

.form-fields input, .form-fields textarea {
  border-radius: 0px;
  margin-top: 10px;
}

.total-form .col-md-6, .contact-form .col-12 {
  padding: 0px;
}

.form-title {
  height: 50px;
}

.form-title h2 {
  padding-top: 10px;
  font-size: 1.5rem;
}

.form-button {
  position: absolute;
  margin-top: 30px;
  right: 30px;
  bottom: 30px;
}

.form-fields {
  padding: 20px 30px 115px 30px;
  margin-bottom: 0px;
}

.form-fields input, .form-fields textarea {
  width: 100%;
  height: 40px;
}

.form-fields textarea {
  height: 200px;
}

/* Sidebar projects */
/* on every general page */

.project-sidebar {
  margin-top: 48px;
}

.project-sidebar .btn {
  max-width: 100%;
}

.project-sidebar-button .btn-light {
  border: 1px #000 solid;
}

.project-sidebar .article-title-block, .sidebar-project .article-title-block{
  position: relative;
  height: 100%;
  padding: 40px;
}

.project-sidebar .article-title-block h2, .sidebar-project .article-title-block h2 {
  bottom: 15px;
  left: 25px;
}

.project-sidebar .article-title-block p, .sidebar-project .article-title-block p {
  top: 110px;
  left: 25px;
}

.sidebar-project .article-preview {
  height: 200px;
}

.project-sidebar-button {
  margin: 0px 15px;

}

/* Recent post block */

.recent-post .blog-preview {
  height: 250px;
}

.recent-post .blog-preview, .recent-post .overlay-upside-down {
  height: 250px;
  background-image: none;
  background: transparent;
}

.recent-post .blog-preview .blog-title-block {
  top: 0;
  padding:10px;
  height: 100%;
  width: 100%;
}

.recent-post .blog-preview time {
  font-weight: 600;
}

.recent-post .blog-preview h2, .recent-post .blog-preview p {
  color: #000000;
}

.recent-post .blog-introduction {
  padding: 10px;
  height: 130px;
  width: 100%;
  top: 90px;
}

.recent-post .read-more {
  padding: 0 10px 0 0;
  right: 0;
}

/* Paginate */

.paginate-icon i.fa {
  display: inline-block;
  border-radius: 60px;
  padding: 0.5em 0.9em;
}

.paginate-icon p {
  display: inline-block;
  padding: 0px 15px;
  text-decoration: none;
  font-weight: 400;
}

.paginate a {
  display: inline-block;
  border-radius: 60px;
  border: 1px solid;
  padding: 0.25em 0.7em;
}

.paginate-menu {
  margin-bottom: 25px;
}

.paginate-menu li {
  margin-left: 5px;
  margin-right: 5px;
}

.paginate a:hover {
  text-decoration: none;
}

/* FOTOSLIDER */
.fotoslider { -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; }
.fotoslider_pic { height: 375px; width: 100%; background-position: center 35% !important; }

@media all and (min-width: 450px) {
  /* FOTOSLIDER */
.fotoslider_pic { height: 275px; width: 100%; }
}

@media all and (min-width: 700px) {
/* FOTOSLIDER */
.fotoslider_pic { height: 475px; width: 100%; }
}

.justify-content-center {
    justify-content: left !important;
}
