/*   #D7DEDB   - olive
     78807D    - grey             
     #c7d8d0        */

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/*   defaults  */
html,
body {
  height: 100%;
  font-size: 14px;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
a {
  color: #fff;
}

.menu-list {
  font-size: 14px;
  color: #fff;
}

.disclaimer-content h3,
p,
p > span {
  color: #000;
}
.disclaimer-content {
  margin-bottom: 2em;
}
.disclaimer-content h3 {
  font-size: 14px;
  font-weight: bold;
}
.disclaimer-content p,
ul {
  font-size: 12px;
}
.disclaimer-content p > span {
  font-size: 12px;
  font-weight: bold;
}

.navbar-brand img {
  width: 5em;
}
.content-blok-md {
  margin-top: 1em;
}
/* Header                  */
.call-us {
  background-color: #3c7c6b;
  padding: 0.4em;
}

.jumbotron {
  background: url(img/unit.jpg) no-repeat center center;
  min-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 363px;
}
.content-blok-hero {
  position: relative;
  top: 3em;
}
.unit-button {
  background-color: #3c7c6b;
  color: #fff;
}

.header-text {
  padding: 2em;
  background-color: #3c7c6b;
  color: #fff;
  opacity: 0.8;
}
.header-text h1 {
  font-size: 1rem;
}
.header-sub-text {
  margin-top: 1em;
  padding: 2em;
  background-color: #000;
  color: #fff;
  opacity: 0.75;
}

/*  Home */
.home-title {
  padding: 1.5em;
}

/*   characteristics                     */
#characteristics {
  margin-top: 2em;
  margin-bottom: 2em;
}
.row-flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.char-item {
  height: 100%;
  padding: 20px 20px 10px;
  background-color: #f4f4f4;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.char-item-col {
  margin-bottom: 15px;
}
.char-item i {
  color: #3c7c6b;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.char-item h4 {
  margin-bottom: 0.4em;
}
.char-item hr {
  background-color: #3c7c6b;
  width: 45px;
  height: 3px;
  margin: 0 auto;
  border: none;
}
.char-item ul {
  margin: 10px 0 0 30px;
  padding: 15px;
}

.char-list {
  font-size: 1rem;
}
/* Locatie */

.section-title hr {
  background-color: #3c7c6b;
  width: 45px;
  height: 3px;
  position: relative;
  z-index: 1;
}
.section-title div {
  position: relative;
  width: 100px;
  z-index: 10;
}

.location-title hr {
  background-color: #3c7c6b;
  width: 150px;
  height: 3px;
  border: none;
}
.location-col {
  margin-top: 3em;
  margin-bottom: 3em;
}

/* aanbod */
#aanbod {
  background-color: #c7d8d0;
}
.aanbod-col {
  margin-top: 1em;
  margin-bottom: 1em;
}
.right-col {
  position: relative;
  bottom: 1em;
}
.left-col {
  position: relative;
  top: 3em;
}

.aanbod-title {
  padding: 1em 0 0 3em;
  margin-bottom: 1em;
}
.aanbod-title ul {
  padding: 0 0 0 1em;
}
.aanbod-title hr,
.home-title hr {
  background-color: #3c7c6b;
  width: 150px;
  height: 3px;
  border: none;
}
.text-col {
  background-color: #fff;
}
/* contact */
.contact-gegevens {
  background-color: #3c7c6b;
}
.contact-item i,
h3,
span {
  color: #fff;
}
/* Footer */

#footer {
  background-color: #78807d;
}
footer {
  color: #fff;
}
.footer-line {
  background-color: #fff;
  width: 150px;
  height: 2px;
  border: none;
}

#registered {
  background-color: #3c7c6b;
  color: #fff;
  margin-bottom: 2px;
  z-index: 999;
  position: relative;
}

/* Bootstrap breakpoint */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .jumbotron {
    background: url(img/3b-units-hero-900-400.jpg) no-repeat center center;
    min-height: 300px;
  }
  .header-text,
  .header-sub-text {
    width: 60%;
  }
  .content-blok-hero {
    position: relative;
    top: 1em;
  }
  .navbar-brand img {
    width: 6em;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
  .header-text,
  .header-sub-text {
    width: 50%;
    opacity: 1;
  }
  .char-item {
    padding: 20px 0 0 0;
  }
  .jumbotron {
    background: url(img/3b-units-hero-1024-600.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    min-height: 375px;
  }
  .navbar-brand img {
    width: 8em;
  }
  .content-blok-hero {
    top: 2em;
  }
  .left-col {
    position: relative;
    top: -2em;
    left: 2em;
  }
  .right-col {
    position: relative;
    top: 2em;
    right: 2em;
  }
  .aanbod-title {
    padding: 3em 0 0 3em;
  }
  .aanbod-col {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .footer-line {
    display: none;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .navbar-brand img {
    width: 8em;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .header-text,
  .header-sub-text {
    max-width: 600px;
  }
  .jumbotron {
    background: url(img/3b-units-hero-1600-800.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
  }
  .content-blok-hero {
    top: 5em;
  }
}
