﻿body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

h1, h2, h3, h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

p, ul {
  font-size: 16px;
  font-weight: 500;
  color: #00454f; }

.mb-200 {
  padding-bottom: 200px; }

.inline-span span {
  display: inline-block;
  width: 100%; }
  .inline-span span span {
    display: inline; }

.error_message {
  color: #b20000; }

input.form-control {
  border-radius: 2px;
  background: #cceff3;
  border: 0px;
  font-size: 18px;
  color: #034647;
  height: auto;
  padding: 10px;
  box-shadow: none;
  font-weight: 500; }
  input.form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #82a8ab; }
  input.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #82a8ab;
    opacity: 1; }
  input.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #82a8ab;
    opacity: 1; }
  input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #82a8ab; }

input.error {
  background: #fff3f3;
  margin-bottom: 10px; }
  input.error::-webkit-input-placeholder {
    color: #cb6e6e; }
  input.error:-moz-placeholder {
    color: #cb6e6e;
    opacity: 1; }
  input.error::-moz-placeholder {
    color: #cb6e6e;
    opacity: 1; }
  input.error:-ms-input-placeholder {
    color: #cb6e6e; }
  input.error:after {
    content: "!";
    background: #b20000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 20px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 17px; }

.has-error {
  position: relative; }
  .has-error input {
    background: #fff3f3; }
    .has-error input::-webkit-input-placeholder {
      color: #cb6e6e; }
    .has-error input:-moz-placeholder {
      color: #cb6e6e;
      opacity: 1; }
    .has-error input::-moz-placeholder {
      color: #cb6e6e;
      opacity: 1; }
    .has-error input:-ms-input-placeholder {
      color: #cb6e6e; }
  .has-error:after {
    content: "!";
    background: #b20000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 20px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 17px; }

.search-form {
  padding-top: 20px; }

.page-title {
  font-size: 30px;
  color: #00454f; }
  .page-title span {
    display: inline-block;
    margin-bottom: 3px;
    width: 100%; }

.page-subtitle {
  color: #00aec3;
  font-size: 18px;
  position: relative; }
  .page-subtitle:after {
    content: "";
    height: 1px;
    width: 75px;
    background: #41b749;
    position: absolute;
    bottom: -15px;
    left: 0px; }

label {
  color: #378333;
  font-size: 18px; }

.btn-group.justified i {
  display: block;
  margin-top: 15px;
  margin-bottom: -15px;
  font-size: 2rem; }

.btn-group .btn.sidebar-toggle {
  background: #00aec3;
  -ms-transform: skew(-20deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg);
  /* Safari */
  transform: skew(-20deg);
  margin-lefT: -20px;
  padding-left: 35px;
  padding-right: 20px; }
  .btn-group .btn.sidebar-toggle:hover {
    color: white; }
  .btn-group .btn.sidebar-toggle.close {
    opacity: 1; }
  .btn-group .btn.sidebar-toggle span, .btn-group .btn.sidebar-toggle img {
    display: inline-block;
    -ms-transform: skewX(20deg);
    /* IE 9 */
    -webkit-transform: skewX(20deg);
    /* Safari */
    transform: skewX(20deg); }
  .btn-group .btn.sidebar-toggle img {
    height: 25px; }
  .btn-group .btn.sidebar-toggle.back {
    height: 50px;
    color: white;
    padding-top: 9px; }

.search-gg {
  padding: 30px;
  background: #c6e9c8; }

.search-results > div {
  padding: 20px 30px;
  border-bottom: 1px solid #50af31;
  cursor: pointer; }
  .search-results > div:hover {
    background: #cceff3; }

.company-gg {
  padding: 30px;
  background: #cceff3; }
  .company-gg h5 {
    font-size: 14px;
    color: #00aec3;
    position: relative;
    font-weight: 500; }
    .company-gg h5:before {
      content: "";
      height: 1px;
      width: 75px;
      background: #41b749;
      position: absolute;
      bottom: -7px;
      left: 0px; }
  .company-gg p.inline-span {
    margin-bottom: 0px; }

.cert-gg {
  padding: 30px; }
  .cert-gg .cert-section {
    margin-bottom: 20px; }

.gg-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #00454f; }

p {
  font-size: 16px;
  font-weight: 500;
  color: #00454f; }

strong {
  font-size: 16px;
  font-weight: 900;
  color: #00454f; }

.section-title {
  font-size: 14px;
  color: #00aec3;
  position: relative;
  font-weight: 500;
  margin-bottom: 12px; }
  .section-title:before {
    content: "";
    height: 1px;
    width: 75px;
    background: #41b749;
    position: absolute;
    bottom: -7px;
    left: 0px; }

.sidebar-left-in .sidebar-left {
  margin-left: 0vw;
  transition: all 300ms ease-in-out; }

.sidebar-left {
  background: #184f50;
  margin-left: -70vw;
  transition: all 300ms ease-in-out; }
  .sidebar-left .blue-bg.links {
    display: none; }
  .sidebar-left .sidebar-space {
    height: 55px; }
    .sidebar-left .sidebar-space img {
      display: none; }
  .sidebar-left svg {
    margin-bottom: -5px; }
  .sidebar-left .list-group-item i {
    width: 20px;
    text-align: center; }
  .sidebar-left .list-group-item.active, .sidebar-left .list-group-item:hover {
    background: #50af31;
    color: white;
    border-color: #113a3b; }

.sidebar-container {
  padding-top: 50px; }

.navbar-app {
  border: 0px; }

.navbar-brand {
  background: #e5f7f9; }
  .navbar-brand h4 {
    color: #00aec3; }
  .navbar-brand .btn {
    color: white; }
    .navbar-brand .btn:hover {
      color: white; }
  .navbar-brand img {
    margin: 0 auto;
    height: 36px;
    margin-top: -7px;
    max-height: 50px; }
  .navbar-brand.navbar-blue {
    background: #00aec3; }

.navbar-app .btn-navbar, .navbar-app .btn {
  color: white; }

.navbar-app.navbar-absolute-bottom .btn {
  color: #41b749; }

.app-body {
  background: #e5f7f9;
  padding-top: 51px; }

.scrollable-content.main {
  background: #e5f7f9;
  margin-bottom: 180px; }
  .scrollable-content.main > .section:first-of-type {
    min-height: calc(100vh - 257px); }

.scrollable-content > .section {
  padding: 30px; }

.footer {
  background: #e5f7f9; }

.green-bg {
  background: #c6e9c8;
  padding: 30px;
  border-radius: 2px; }
  .green-bg strong {
    display: inline-block;
    width: 100%; }
    .green-bg strong:first-of-type {
      font-size: 18px; }
  .green-bg dl {
    color: #00454f;
    margin-top: 20px;
    margin-bottom: 0px; }
  .green-bg dt {
    font-size: 14px;
    font-weight: 400; }
  .green-bg dd {
    font-size: 16px;
    font-weight: 700; }

.dl-horizontal {
  color: #00454f;
  margin-top: 20px; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px; }
  .dl-horizontal dd {
    font-weight: 700;
    margin-left: 180px;
    font-size: 16px;
    padding-bottom: 0px; }
  @media all and (max-width: 400px) {
    .dl-horizontal dt {
      width: 100%; }
    .dl-horizontal dd {
      width: 100%;
      margin-left: 0px; } }

.blue-bg {
  background: #00aec3; }
  .blue-bg.abso {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  .blue-bg ul {
    list-style: none;
    padding: 0;
    margin: 0px; }
    .blue-bg ul li {
      padding-left: 1.3em;
      position: relative; }
      .blue-bg ul li a {
        display: inline-block;
        padding: 5px 0px;
        color: white;
        font-size: 16px;
        font-weight: 500; }
      .blue-bg ul li:before {
        background-image: url("../img/white_right.png");
        content: "";
        top: 6px;
        height: 17px;
        left: 2px;
        width: 21px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute; }

.mb-100 {
  margin-bottom: 100px; }

.btn {
  border-radius: 0px;
  font-size: 18px; }

.btn-primary {
  color: #fff;
  padding: 10px;
  background-color: #f06600;
  border-color: #00aec3;
  border: 0px solid;
  box-shadow: 0 5px 0 0 #b75211;
  border-radius: 2px; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:focus, .btn-primary:active:hover {
    background: #d75b00;
    box-shadow: 0 5px 0 0 #b75211; }

.btn-secondary {
  color: #fff;
  padding: 10px 25px;
  background-color: #00aec3;
  border-color: #00454f;
  border: 0px solid;
  box-shadow: 0 5px 0 0 #00454f;
  border-radius: 2px; }
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    color: white;
    background: #00454f;
    margin-top: 5px;
    margin-bottom: -5px;
    box-shadow: 0 0 0 0 #00454f; }

dl {
  font-size: 18px; }
  dl dd {
    padding-bottom: 5px; }

.easy-autocomplete {
  width: 100% !important; }

.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #00aec3;
  border-color: #00aec3; }

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

.grey-bg {
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  background: #f3f3f3;
  margin-top: 20px;
  margin-bottom: 20px; }

.company-big .navbar-absolute-top {
  display: none; }

.company-big h2, .company-big dl {
  color: white; }

.company-big .scrollable {
  position: relative; }

.content-block {
  padding-top: 20px; }

#plaatsnaam.error {
  margin-bottom: 10px; }

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  text-align: center;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8); }
  .loader i {
    font-size: 3em;
    color: #00aec3; }
  .loader.load {
    display: flex; }

.overlay-transition {
  width: 100vw;
  height: 100vh;
  float: left;
  position: relative; }

.overlay-transition:first-of-type {
  position: absolute;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }

.details-visible .overlay-transition:first-of-type {
  margin-left: -100vw;
  transition: all 400ms ease; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100vw); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes position {
  0% {
    position: relative; }
  100% {
    position: absolute; } }

@keyframes position {
  0% {
    position: relative; }
  100% {
    position: absolute; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.search-desktop {
  display: none; }

.search-mobile {
  display: block; }

.error-fix {
  padding-bottom: 10px; }

.nevenvestiging {
  margin-top: 25px; }
  .nevenvestiging .gg-title {
    position: relative;
    margin-top: 20px; }
    .nevenvestiging .gg-title:before {
      content: "";
      height: 1px;
      width: 75px;
      background: #41b749;
      position: absolute;
      top: -7px;
      left: 0px; }
    .nevenvestiging .gg-title:first-of-type:before {
      display: none; }

@media all and (min-width: 991px) {
  .nevenvestiging {
    margin-top: 0px; }
  .mobile-banner {
    display: none; }
  .loader {
    height: calc(100vh - 315px);
    bottom: 0px; }
  .navbar.navbar-absolute-top.rel-lg {
    position: relative;
    top: 0px; }
  .search-desktop {
    display: block; }
    .search-desktop .search-block {
      margin-top: 0px;
      padding-top: 0px;
      padding-bottom: 0px; }
  .search-mobile {
    display: none; }
  .details-visible .overlay-transition:first-of-type {
    margin-left: 0vw;
    transition: all 400ms ease; }
  .app {
    margin-right: 0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0px; }
    .app .loader.load {
      display: none; }
  .sidebar-right .loader.load {
    top: 200px;
    display: flex; }
  .scrollable-content.main {
    background: white; }
    .scrollable-content.main > .section:first-of-type {
      min-height: unset; }
  .page-title {
    text-align: left; }
    .page-title span {
      display: inline; }
  .cert-section .section-title, .company-gg .section-title {
    font-size: 18px; }
  .cert-section .gg-title, .company-gg .gg-title {
    margin-bottom: 5px; }
  .cert-gg .cert-section {
    margin-bottom: 40px; }
  .search-results > div {
    border-bottom: 1px solid #e5f7f9; }
  .search-gg, .btn.sidebar-toggle.back {
    display: none; }
  .navbar.navbar-absolute-top {
    height: 70px;
    overflow: hidden;
    display: block; }
    .navbar.navbar-absolute-top .navbar-brand {
      height: 70px;
      position: absolute;
      width: 100%;
      padding-left: 30px; }
      .navbar.navbar-absolute-top .navbar-brand img {
        display: none; }
      .navbar.navbar-absolute-top .navbar-brand.search-result-bar {
        background: white;
        height: 50px; }
        .navbar.navbar-absolute-top .navbar-brand.search-result-bar h4 {
          font-size: 24px; }
  .back {
    display: block; }
  .has-navbar-top .app-body {
    padding-top: 0px; }
  .sidebar-container {
    padding-top: 0px; }
  .detail-container {
    margin-top: 0px; }
  .app-content {
    height: auto; }
  .scrollable {
    position: relative; }
  .search-block {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 40px; }
  .error-block {
    padding-left: 30px; }
  .sidebar-left {
    background: #00aec3;
    margin-left: 0vw; }
    .sidebar-left .blue-bg.links {
      display: block;
      padding: 20px; }
    .sidebar-left .list-group-item {
      background: #00aec3;
      border-bottom: 1px solid #0291a2; }
      .sidebar-left .list-group-item:hover {
        background: #00454f;
        color: white; }
      .sidebar-left .list-group-item.active {
        background: #00454f; }
    .sidebar-left .sidebar-space {
      height: 70px;
      padding: 18px; }
      .sidebar-left .sidebar-space img {
        display: inline-block;
        width: 120px;
        margin-left: -20px;
        margin-top: -17px; }
        .sidebar-left .sidebar-space .logo-wide img {
            display: inline-block;
            width: 200px;
            margin-left: -5px;
            margin-top: -10px;
            margin-bottom: 30px;
        }
  .sidebar-space {
    background: #e5f7f9; }
  .sidebar-right {
    position: absolute;
    width: calc(100vw - 320px);
    z-index: 9;
    padding-top: 30px;
    margin-top: 75px;
    height: calc(100vh - 315px);
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .sidebar-right .navbar-absolute-top {
      top: 210px;
      z-index: 1; }
    .sidebar-right #searchMain {
      padding-left: 30px;
      padding-right: 30px; }
  .app-content {
    height: 100vh; }
    .blue-bg.links {
        display: none;
        position: absolute;
        bottom: 180px;
        width: 100%;
        background-color: #00aec3;}
  .btn-primary.search-btn {
    padding: 7px;
    padding-bottom: 7.5px; }
    .btn-primary.search-btn:hover {
      color: #fff;
      background: #d75b00;
      border-color: #00aec3;
      border: 0px solid;
      box-shadow: 0 5px 0 0 #b75211;
      border-radius: 2px; }
    .btn-primary.search-btn:focus, .btn-primary.search-btn:focus:hover {
      box-shadow: none; }
  .search-result * {
    display: inline !important; }
  .gg-title {
    font-size: 20px; }
  .search-result-desktop {
    margin-left: -30px;
    margin-right: -30px;
    background: #f1f1f1;
    height: calc(100vh - 300px); } }

@media all and (min-width: 1200px) {
  .search-btn {
    margin-top: 10px; }
  .loader {
    height: calc(100vh - 300px);
    bottom: 0px; } }

/*Read more*/
.read-more-state {
  display: none; }

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease; }

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em; }

.read-more-state ~ .read-more-trigger:before {
  content: 'Meer'; }

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Minder'; }

.read-more-trigger {
  color: #50af31;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400; }

.bottom-spacing {
  margin-bottom: 30px; }

.sidebar-bottom {
    margin-top: 30px;
    margin-left: 15px;
}

.bottom-images {
    margin-left: 10px;
    width: 70px;
    float: left;
}

.bottom-image-ssvv {
    background: #00454f;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    margin-top: 30px;
    padding-left: 20px;
}

.SSVV-image {
    width: 85%;
}