/*Boost-restyling.nl css*/
:root {
  scroll-behavior: smooth;
}

html {
  font-family: "Open Sans", Sans-serif;
  font-size: 15.5px;
  /* color-scheme: light dark; */
  /*font-family: Tahoma, Geneva, sans-serif;
 	Hadden we eerst gekozen Light is mooier..*/
  font-weight: 300;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1201px) {
  html {
    font-size: 16.5px;
  }
}

/* Voorkomen dat bij Modal de achtergrond verspringt */
body {
  padding: 0 !important;
  /* Items below should make footer 'sticky'*/
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}

.bold-font {
  font-weight: 600;
}
.italic-font {
  font-style: italic;
}
.small-font {
  font-size: small !important;
}
.large-font {
  font-size: large !important;
}
.card .card-content span.card-title.no-margin-bottom {
  margin-bottom: 0;
}

/* Item main should help make footer 'sticky'*/
main {
  flex: 1 0 auto;
}

/*Remove blue outline on focus of modals*/
*:focus {
  outline: none;
}

section {
  scroll-margin-top: 80px;
}

#home.section {
  padding: 2px;
}

/* Color for the headings & body */
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  color: #455a64;
}
/* Incluus de Card Titles */
.card-title {
  color: #455a64;
}

/* Resize the header font sizes, are way too large in Materialize.css 
   Line Height is ok though 
	 Scaling factor is h3 / h1 = 2.92rem / 4.2rem = 0,69523 
	 Check with h4 / h2 = 2.28rem / 3.56rem = 0.64045 */

h1 {
  font-size: 2.92rem;
  margin: 1.94rem 0 1.5rem 0;
}

h2 {
  font-size: 2.05rem;
  margin: 1.52rem 0 1.4rem 0;
}

h3 {
  font-size: 1.64rem;
  margin: 1.09333rem 0 1.1rem 0;
}

h4 {
  font-size: 1.2rem;
  margin: 0.76667rem 0 0.8rem 0;
}

h5 {
  font-size: 1.14rem;
  margin: 0.6rem 0 0.5rem 0;
}

h6 {
  font-size: 1.05rem;
  margin: 0.5rem 0 0.2rem 0;
}

/*Generic Top / Bottom & Left / Right margins*/
.margin-tb-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.margin-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-lr-2 {
  margin-left: 2px;
  margin-right: 2px;
}
.margin-lr-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-left-2em {
  margin-left: 2em;
}
.margin-left-2xem {
  margin-left: 2.5em;
}
.margin-right-2em {
  margin-right: 2em;
}

.container {
  max-width: 1152px;
}

/* List-item second level */
ul ul .listcircle {
  list-style: circle outside none;
}

/*Branding*/
.brand-logo {
  height: 74px;
  background-color: transparent;
  margin-top: 2px;
  transition: all 0.5s;
}
.brand-logo img {
  height: 100%;
}

/* Menu poetsen */
.menu-font {
  font-size: 1.25em;
  /* color: #584A2F;  */
}

nav {
  background-color: white;
  transition: 0.7s;
}
nav,
.navbar-fixed {
  height: 80px;
  line-height: 80px;
}

/* Dropdown fixes */
.dropdown-content {
  top: 0 !important;
}
.dropdown-content li > a:hover {
  color: #455a64;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 1.25rem;
  line-height: 64px;
  color: #a8a8a8;
  padding: 0 15px;
}
/* Navbar overrides */
/* hide on xl and down */
@media only screen and (max-width: 1280px) {
  .hide-on-xl-and-down {
    display: none !important;
  }
}
/* hide on xl and up*/
@media only screen and (min-width: 1281px) {
  .hide-on-xl-and-up {
    display: none !important;
  }
}

/* Collapsed menu bar transparant maken ivm projecten foto's */
@media only screen and (max-width: 992px) {
  nav {
    background-color: transparent !important;
    transition: 0.7s;
  }
  nav a.sidenav-trigger {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .brand-logo {
    background-color: white;
  }
}
nav a i {
  font-size: 3rem !important;
}

/* Aanpassing toc onderstrepen ipv linker border.. */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: none;
  border-bottom: 1px solid #bdbdbd;
}
.table-of-contents a.active {
  font-weight: 400;
  padding-left: 14px;
  border-left: none;
  border-bottom: 2px solid #9e9e9e;
}

/*Entree stuff*/
/* Slider height */
#home .slider,
#home .slider .slides {
  height: 40vh !important;
}
@media only screen and (min-width: 601px) {
  #home .slider,
  #home .slider .slides {
    height: 50vh !important;
  }
}
@media only screen and (min-width: 801px) {
  #home .slider,
  #home .slider .slides {
    height: 65vh !important;
  }
}
@media only screen and (min-width: 1001px) {
  #home .slider,
  #home .slider .slides {
    height: 75vh !important;
  }
}
@media only screen and (min-width: 1281px) {
  #home .slider,
  #home .slider .slides {
    height: 81vh !important;
  }
}
#entreeSlider img {
  object-fit: cover;
}

.entreetekst h1 {
  margin-bottom: 1em;
}

/* Entree Catchy text */
.entreetekst .catchy-text {
  max-width: 95%;
  margin-inline: auto;
  p {
    font-size: 1.15rem;
  }
}

/* Flexing */
.flex-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.disp-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

@media only screen and (min-width: 993px) {
  .disp-flex.inner {
    max-width: 48%;
  }
}

#diensten .card .card-title {
  font-size: 1.5rem;
  font-weight: 400;
}

#diensten .card .card-content .card-title {
  line-height: 28px;
}

/* Honey pot stuff contact form */
#contact-form #address {
  display: none;
}

#contact-form {
  height: 100%;
}
.contactinfo {
  padding: 24px;
  margin: 1rem;
}
.submit-wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.contact-logo {
  width: 50%;
  justify-self: end;
}

/* Over Boost */
.grid-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  justify-items: space-between;
}
@media screen and (min-width: 800px) {
  .grid-row {
    grid-template-columns: repeat(auto-fit, minmax(40ch, 1fr));
  }
}

#overboost {
  .col-image {
    max-height: 100%;
  }
  img {
    display: block;
    max-height: 480px;
    max-width: 100%;
    object-fit: cover;
    margin-inline: auto;
  }
}
#overboost.section {
  margin-block: 4rem;
}

.mdl-large {
  width: 70%;
}

.mdl-large .modal-content {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 720px) {
  #mdl-review .modal-content {
    grid-template-columns: 3fr 2fr;
  }
}
@media screen and (min-width: 1024px) {
  #mdl-review .modal-content {
    grid-template-columns: 3fr 1fr;
  }
}
.mdl-text {
  padding-right: 2rem;
}

/* diensten sectie */
.dienst h3 {
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 2.5rem;
  line-height: 28px;
  font-variant: small-caps;
}

/* Werkwijze sectie */
#werkwijze .kopje {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}

#werkwijze .kopje + p {
  margin-top: 0;
}

/* Recensies */
#recensies .collapsible-header {
  display: block;
}

/*Projecten "parallax" */
.parallaxed {
  height: 20vh;
  background-image: url("../img/proj-head.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*Projecten achtergrond titel*/
.projecten-boost {
  background-color: rgba(198, 208, 217, 0.6);
  position: absolute;
  top: 20.5vh; /*Responsive maken?*/
}

/* Tekst copyright op projectenpagina */
.discl-copy {
  font-size: 0.8em;
  font-style: italic;
  color: #584a2f;
}

/*Projecten / In Progress container op home- en projecten pagina*/
.container-95 {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 1280px;
  width: 98%;
}
@media only screen and (min-width: 601px) {
  .container-95 {
    width: 95%;
  }
}
@media only screen and (min-width: 993px) {
  .container-95 {
    width: 85%;
  }
}
.proj-item {
  display: block;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.proj-bg {
  display: block;
  transition: 0.7s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 0;
  opacity: 0;
  background-color: black;
}
.proj-text {
  display: block;
  position: relative;
  margin: auto;
  padding: 1em;
  width: 100%;
}
.proj-img {
  padding: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: 0.7s ease;
}
.proj-title {
  color: white;
  transition: 0.5s ease;
  transition-delay: 0.3s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 16px 32px;
}
.projecten-boost h1,
#inprogress h1 {
  padding-left: 4vw;
}
@media only screen and (min-width: 601px) {
  .projecten-boost h1,
  #inprogress h1 {
    padding-left: 6vw;
  }
  .proj-item,
  .proj-text {
    width: 50%;
  }
}

@media only screen and (min-width: 993px) {
  .projecten-boost h1,
  #inprogress h1 {
    padding-left: 10vw;
  }
  .proj-item,
  .proj-text {
    width: 33%;
  }
}

/* Hover effect om titel zichtbaar te maken */
.proj-item:hover img,
.proj-item:hover .proj-bg {
  opacity: 0.5;
}
.proj-item:hover .proj-title {
  opacity: 1;
}

/* Project detail tover, zie vooral de js */
.prj-detail {
  margin-top: 20px;
}

.prj-beschrijving h1 {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* Projecten Carousel fiddlezz op project detailpaginas */
.middle-indicator {
  position: absolute;
  top: 50%;
  height: 0;
}
.carousel-item {
  background-size: cover;
  background-position: center;
}
.prj-detail .carousel.carousel-slider,
.prj-detail .carousel.carousel-slider .carousel-item {
  min-height: 58vh;
}
.middle-indicator-text {
  font-size: 5rem;
}
/* a.middle-indicator-text {
  color:white !important;
} */
.content-indicator {
  width: 64px;
  height: 64px;
  background: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.indicators {
  visibility: hidden;
}
.transp-grey {
  background-color: rgba(158, 158, 158, 0.7);
}
.prj-detail .carousel.carousel-slider.square,
.prj-detail .carousel.carousel-slider.square .carousel-item {
  min-height: 85vh;
  /*transition: min-height .5s ease .3s;*/
}
.single-img {
  max-width: 100%;
}

/* Fix for alignment problem buttons project navigatie*/
.inline-block {
  display: inline-block;
}
/* Als we overgaan op FABS deze verwijderen*/
.project-nav a {
  background-color: #607d8b;
}
#project-nav.fixed-action-btn {
  position: fixed;
  right: 10vw;
  bottom: 60px;
}
/* Collage text disclaimer */
#coll-tekst {
  position: relative;
  float: right;
  top: 7px;
}
/* On mobile position more to the right bottom corner */
@media only screen and (max-width: 992px) {
  #project-nav.fixed-action-btn {
    right: 5vw;
    bottom: 55px;
  }
}
#project-nav .btn-floating {
  background-color: rgba(158, 158, 158, 0.7);
}
#project-nav .btn-floating:hover {
  background-color: #90a4ae;
}

/* Project detail modals
   Aanpassing Materialize modal voor project details */
.prj-detail .modal {
  top: 2% !important;
  max-height: 100%;
  width: 140vh;
  max-width: 95%;
}
.prj-detail .modal .modal-content {
  padding: 0;
}
.prj-detail .modal img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* Project detail portrait */
.prj-detail .modal.portrait {
  margin: auto;
  width: 67vh;
}

/* Footer understreep links & ander footer spul */
#footer {
  padding-bottom: 5px;
}
#footer a,
#diensten a,
#algemene-voorwaarden a {
  text-decoration: underline;
  position: relative;
}
#footer a:after,
#diensten a:after,
#algemene-voorwaarden a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: black;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
#footer a:hover:after,
#diensten a:hover:after,
#algemene-voorwaarden a:hover:after {
  opacity: 1;
}

/* Footer column order change on 800px and below to 2-1-3*/
#footer .row {
  margin-bottom: 5px;
}
footer .footcol-1 {
  order: 2;
  padding-left: 0.75rem;
}
footer .footcol-2 {
  order: 1;
}
footer .footcol-3 {
  order: 3;
}
footer .footcol-1,
footer .footcol-3 {
  width: 50%;
}
footer .footcol-2 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  footer .footcol-1,
  footer .footcol-2,
  footer .footcol-3 {
    width: 33%;
  }
  footer .footcol-1 {
    order: 1;
  }
  footer .footcol-2 {
    order: 2;
  }
  footer .footcol-3 {
    order: 3;
  }
}
#contact .card-panel {
  height: 95%; /*100% is teveel */
}
/* Uitgezet om Irma te laten zien */
/* #contact p {
  font-size: 1.4em !important;
} */
#contact .input-field > label {
  color: #455a64 !important;
}
.svg-wrap {
  display: flex;
  justify-content: center;
}
.svg-wrap img {
  width: 80%;
}
/*Responsive tweaks*/
@media only screen and (max-width: 992px) {
  .entreepic {
    height: 420px;
  }

  #entree .parallax img {
    bottom: 0;
  }
  .parallax-container {
    max-height: 380px;
  }
  .projecten-boost h1 {
    padding-left: 5vw;
  }
}

/* Extra threshold for entree */
@media only screen and (max-width: 770px) {
  #home .col {
    width: 100%;
  }
}
/*On mobile*/
@media only screen and (max-width: 600px) {
  /*Branding*/
  .brand-logo {
    /*!important lelijk maar het werkt voorlopig*/
    height: 54px !important;
    margin-top: 2px !important;
  }
  .entreepic {
    height: 320px;
  }
  .parallax-container {
    max-height: 280px;
  }
  .projecten-boost h1 {
    padding-left: 0;
  }
}
