html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: roboto, sans-serif;
  font-size: 14px;
}

div.outline {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  color: #666;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 30px;
}

p {
  font-size: 14px;
  color: #333;
}

a, a:hover, a:active, a:visited {
  color: #4a4a4a;
  font-size: 14px;
  outline: 0 !important;
  text-decoration: underline;
}

.btn {
  border-radius: 0;
}
.btn-default {
  background: #fff;
}
.btn-appointment {
  color: #fff !important;
  text-decoration: none;
  background: #9f332c;
  height: 48px;
  padding: 15px;
  border-radius: 4px;
}
.btn-appointment img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: -4px;
}

.section {
  padding: 30px 15px;
}

#row_home_online, #row_producten_content, #row_contact {
  background: #fafafa;
}

#row_heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url("../images/header.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  box-shadow: 0 0 4px #333333;
  padding: 0;
}
#row_heading #heading-top {
  margin-bottom: auto;
}
#row_heading #branding-container {
  margin: 25px 0 0 25px;
}
@media screen and (min-width: 960px) {
  #row_heading #branding-container {
    margin: 25px 0 0 0;
  }
}
#row_heading #branding {
  max-height: 120px;
  transition: height 1s;
}

#row_heading_menu {
  margin-top: -96px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99999;
}
#row_heading_menu #row_heading_menu_logo {
  height: 66px;
  opacity: 0;
  display: none;
  transition: opacity 0.1s ease-in;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  #row_heading_menu #row_heading_menu_logo {
    height: 86px;
  }
}
#row_heading_menu #menu {
  height: 96px;
  padding: 20px 15px;
  background: rgba(51, 51, 51, 0.8);
}
#row_heading_menu #menu #menu-list-container {
  display: flex;
  position: relative;
}
#row_heading_menu #menu #menu-list-container > * {
  align-self: center;
}
#row_heading_menu #menu #menu-list {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 auto;
}
#row_heading_menu #menu #menu-list li {
  display: inline-block;
}
#row_heading_menu #menu #menu-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 0 15px;
  line-height: 80px;
  transition: color 0.3s;
}
#row_heading_menu #menu #menu-list li a:hover {
  color: #999999;
  text-shadow: 0 0 2px #666666;
}
#row_heading_menu #menu #menu-list li.appointment-link {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #row_heading_menu #menu #menu-list li.appointment-link {
    display: none;
  }
}
#row_heading_menu #menu #menu-list li.appointment-link img {
  height: 25px;
  width: 25px;
  margin-right: 25px;
  margin-left: -50px;
}
#row_heading_menu #menu #menu-toggle {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0 25px 0 auto;
}
#row_heading_menu #menu .btn-appointment {
  margin-left: 0;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  #row_heading_menu #menu .btn-appointment {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #row_heading_menu #menu {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 768px) {
  #row_heading_menu #menu {
    transition: background-color 0.3s;
  }
  #row_heading_menu #menu #branding {
    margin-top: 15px;
    max-height: 80px;
  }
  #row_heading_menu #menu #menu-list {
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -15px;
    margin-top: 76px;
    padding: 0;
    background: rgba(51, 51, 51, 0.95);
  }
  #row_heading_menu #menu #menu-list li {
    display: block;
    padding: 0 15px;
  }
  #row_heading_menu #menu #menu-list li a {
    font-size: 24px;
    border-top: 1px rgba(51, 51, 51, 0.8) solid;
    width: 100%;
    display: inline-block;
  }
  #row_heading_menu #menu.expanded {
    transition: background-color 0s;
    background-color: rgba(51, 51, 51, 0.95);
  }
}

#row_personeel {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
#row_personeel .overlay {
  background: rgba(91, 91, 91, 0.5);
  padding: 30px 15px;
}
#row_personeel h2 {
  color: #ffffff;
  text-shadow: 0 0 5px #999;
}
#row_personeel .panel {
  border-radius: 3px 3px 15px 3px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
#row_personeel .panel .panel-heading {
  background: none;
  display: block;
  font-size: 1.25em;
  text-decoration: none;
}
#row_personeel .panel .panel-heading:hover, #row_personeel .panel .panel-heading:active {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #row_personeel .panel-group {
    display: flex;
    align-items: stretch;
  }
  #row_personeel .panel-group .panel {
    margin-right: 15px;
    margin-top: 0 !important;
    display: flex;
  }
  #row_personeel .panel-group .panel .panel-heading {
    min-height: 260px;
    display: flex;
    align-items: center;
    width: 80px;
    padding: 0;
  }
  #row_personeel .panel-group .panel .panel-heading .panel-caption {
    display: block;
    transform: rotate(-90deg);
    margin: 0 auto;
  }
  #row_personeel .panel-group .panel .panel-collapse {
    height: 100% !important;
    transition: width 0.3s;
    overflow: hidden;
    max-height: 375px;
  }
  #row_personeel .panel-group .panel .panel-collapse.collapse {
    width: 1px;
  }
  #row_personeel .panel-group .panel .panel-collapse.in {
    width: 100%;
  }
  #row_personeel .panel-group .panel .panel-collapse.collapsing {
    width: 1px;
  }
  #row_personeel .panel-group .panel:last-child {
    margin-right: 0;
  }
}
#row_personeel .working-caption {
  font-weight: 800;
  color: #666666;
}

#row_prijslijst .prijzen {
  margin-bottom: 0;
}
#row_prijslijst .prijzen .valuta {
  width: 60px;
  text-align: right;
  padding-right: 4px;
}
#row_prijslijst .prijzen .price {
  width: 20px;
  text-align: right;
  padding-left: 0;
}

#row_contact .contact-description {
  color: #666666;
}
#row_contact .address {
  max-width: 300px;
  font-size: 14px;
  color: #333;
}
#row_contact .address tr td {
  padding: 0;
  border: 0;
}
#row_contact .social {
  margin-bottom: 15px;
}
#row_contact .social a {
  text-decoration: none;
}
#row_contact .social img {
  width: 40px;
  height: 40px;
}
#row_contact .social .social-label {
  line-height: 40px;
}

body.pastHead #row_heading_menu_logo {
  display: block !important;
  opacity: 1 !important;
  transition: none;
}
body.pastHead #menu #branding {
  max-height: 90px;
}
body.pastHead #menu .btn-appointment {
  margin-left: auto;
}
body.pastHead #menu #menu-toggle {
  margin-left: 0;
}
body.pastHead #menu .expanded {
  background-color: rgba(51, 51, 51, 0.9) !important;
}
body.pastHead #menu .expanded #menu-list {
  background-color: rgba(51, 51, 51, 0.9) !important;
  box-shadow: 0 2px 4px #333333;
}

/*# sourceMappingURL=content.css.map */
