@import '../css/fontawesome.min.css';
@import '../css/bootstrap.min.css';
html {
  scroll-behavior: smooth; }

a, button {
  outline: none !important; }

#menu-main {
  white-space: nowrap;
  padding: 4rem 0 3rem 0; }
  #menu-main > .container {
    justify-content: normal; }
  @media (max-width: 767px) {
    #menu-main .logo-wrapper {
      width: 100%; } }
    #menu-main .logo-wrapper .logo img {
      width: 195px;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      -khtml-user-drag: none;
      -moz-user-drag: none;
      -o-user-drag: none;
      user-drag: none; }
  @media (max-width: 767px) {
    #menu-main .slogan-wrapper {
      margin-top: 0.5rem;
      width: 100%; } }
    @media (min-width: 768px) {
  #menu-main .slogan-wrapper {
    margin-left: 15rem;
    max-width: 11em; } }
    #menu-main .slogan-wrapper .slogan {
      display: block;
      color: #00b3ff;
      text-transform: uppercase;
      word-break: break-word;
      overflow-wrap: break-word;
      white-space: normal;
      width: 100%; }
      @media (max-width: 767px) {
  #menu-main .slogan-wrapper .slogan {
    text-align: center; } }
  .btn.btn-primary {
    border-radius: 0;
    background-color: #00b3ff;
    border-color: #00b3ff; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    text-decoration: none; }

.btn.contact-button {
  margin-top: 0.5rem; }

.content {
  color: #35373d; }
  .content #header #header-picture-one {
    background-image: url("../img/homepage/hout.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 36rem; }
    .content #header #header-picture-two {
      background-image: url("../img/homepage/logo_big.png");
      background-repeat: no-repeat;
      background-position-x: 23rem;
      background-position-y: 3rem;
      min-height: 36rem; }
    @media (min-width: 768px) {
    .content #header #header-title-container {
      position: relative;
      bottom: 12rem; } }
      @media (max-width: 767px) {
  .content #header #header-title-container {
    padding-top: 3rem; } }
      @media (min-width: 768px) {
    .content #header #header-title-container #header-title-wrapper {
      padding-left: 1.5rem; } }
        .content #header #header-title-container #header-title-wrapper h1 {
          font-weight: normal; }
  @media (min-width: 768px) {
    .content #intro {
      margin-top: -12rem; }
      .content #intro #intro-column {
        padding-left: 2rem; } }
  @media (max-width: 767px) {
    .content #info {
      padding-bottom: 0; } }
    .content #info #info-image {
      background-image: url("../img/homepage/keuken.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position-y: bottom;
      background-position-x: left;
      min-height: 40rem; }
      @media (max-width: 767px) {
  .content #info #info-image {
    margin-top: 2rem; } }
  .content > div {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
  .content > div {
    padding-top: 3rem;
    padding-bottom: 3rem; } }
    .content > div:first-child {
      padding-top: 0; }
  .content #contact {
    background-color: #ececed;
    padding-top: 6rem;
    padding-bottom: 6rem; }
    .content #contact h2 {
      color: #00b3ff; }
    .content #contact form label {
      margin-top: 1rem;
      font-weight: bold; }
      .content #contact form label sup {
        color: #f00; }
      .content #contact form input, .content #contact form textarea {
        border-radius: 0;
        border: none; }
      .content #contact form .btn {
        margin-top: 2rem; }
  .content #banner {
    background-image: url("../img/homepage/blue_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 499px;
    height: 499px;
    color: white; }
    .content #banner #wandco-logo {
      height: 100%; }
      .content #banner #wandco-logo img {
        height: 175px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none; }
    .content #banner #wandco-text {
      height: 100%; }
      @media (max-width: 767px) {
  .content #banner #wandco-text {
    margin-top: 3rem; }
    .content #banner #wandco-text span {
      width: 100%;
      text-align: center;
      font-size: 1.5em; } }
      @media (min-width: 768px) {
  .content #banner #wandco-text {
    padding-left: 6rem;
    font-size: 1.75em; } }

footer {
  color: white;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #35373d;
  min-height: 28rem; }
  @media (max-width: 767px) {
  footer {
    min-height: 30rem; } }
  @media (max-width: 767px) {
    footer #address {
      margin-top: 3rem; } }
    footer #address p {
      margin-bottom: 0; }
    footer #address a {
      color: white; }
      footer #address a:hover {
        color: white; }
