@font-face {
  font-family: ITCAvantGardeStd;
  font-weight: bold;
  src: url("../fonts/ITCAvantGardeStd-BoldCn.otf") format("opentype"); }
@font-face {
  font-family: ITCAvantGardeStd;
  font-weight: normal;
  src: url("../fonts/ITCAvantGardeStd-MdCn.otf") format("opentype"); }
.header .logo {
  height: 90px; }
.header .menu {
  height: 90px;
  display: flex;
  justify-content: space-evenly; }
  .header .menu .menu-item {
    display: flex;
    align-content: center; }
    .header .menu .menu-item .menu-button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .header .menu .menu-item .icon {
      height: 40px;
      width: 40px;
      margin-bottom: 5px; }
    .header .menu .menu-item strong {
      color: #0077b1; }
.header .header-homepage, .header .banner-ipad {
  padding: 0; }
.header .header-homepage img, .header .banner-ipad img {
  height: auto;
  width: 100%;
  display: block; }
.header .top-button-wrapper {
  position: relative;
  height: 30px; }
  @media screen and (max-width: 700px) {
    .header .top-button-wrapper {
      height: 40px; } }
  .header .top-button-wrapper .top-button {
    position: absolute;
    left: 66%;
    display: inline-block;
    background-color: #0077b1;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px; }
    @media screen and (max-width: 700px) {
      .header .top-button-wrapper .top-button {
        text-align: center;
        position: relative;
        left: 0;
        display: block; } }

.footer {
  position: relative; }
  .footer .footer-background-wrapper {
    position: relative; }
  .footer .footer-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: -1; }
  .footer .logo-wrapper {
    margin-top: 40px;
    text-align: center; }
    .footer .logo-wrapper img {
      width: 300px; }
    .footer .logo-wrapper span {
      color: #939597;
      display: block;
      padding-top: 10px; }
  .footer .map-wrapper {
    text-align: center; }
    .footer .map-wrapper img {
      width: 400px; }
  .footer .footer-sitemap {
    color: #ffffff;
    text-align: center;
    background-color: #0077b1;
    padding: 20px; }
    .footer .footer-sitemap a {
      color: #ffffff; }
      .footer .footer-sitemap a:hover, .footer .footer-sitemap a:visited {
        text-decoration: none;
        color: #ffffff; }

.homepage .wifi-people {
  position: relative; }
  .homepage .wifi-people img {
    position: absolute;
    top: -260px; }
.homepage .product-overview {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .homepage .product-overview .product {
    display: inline-block;
    position: relative;
    height: 260px;
    margin: 5px; }
    .homepage .product-overview .product:hover .image-overlay {
      background: none; }
    .homepage .product-overview .product .icon-background {
      background-color: #ffffff;
      position: absolute;
      border-radius: 50%;
      border-color: #ffffff;
      top: 82px;
      left: 57px;
      height: 95px;
      width: 95px; }
    .homepage .product-overview .product .icon {
      position: absolute;
      top: 89px;
      left: 64px;
      height: 80px;
      width: 80px; }
    .homepage .product-overview .product .title {
      left: 0px;
      right: 0px;
      position: absolute;
      top: 170px;
      text-align: center;
      font-size: 22px; }
      .homepage .product-overview .product .title span {
        color: #0077b1; }
    .homepage .product-overview .product .image-overlay {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      height: 150px;
      background: rgba(5, 120, 179, 0.65); }
    .homepage .product-overview .product .subtitle {
      left: 0px;
      right: 0px;
      position: absolute;
      top: 204px;
      text-align: left;
      color: #FFFFFF;
      background-color: #0077b1;
      font-size: 16px;
      padding-left: 10px;
      padding-top: 4px; }
.homepage .quality-banner {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: center; }
  .homepage .quality-banner .banner {
    height: auto;
    width: 100%; }
  .homepage .quality-banner .banner-text {
    position: absolute;
    align-self: center; }
    .homepage .quality-banner .banner-text p {
      text-align: center;
      font-size: 40px;
      color: #ffffff;
      text-shadow: 2px 2px 15px #000; }

@CHARSET "ISO-8859-1";
a {
  text-decoration: none;
  color: #939597; }
  a:hover, a:visited {
    text-decoration: none;
    color: #939597; }

body {
  font-family: ITCAvantGardeStd;
  font-size: 16px; }
  @media screen and (max-width: 700px) {
    body {
      font-size: 14px; } }

.content {
  margin-top: 20px;
  min-height: 150px; }

.separator-blue {
  position: relative;
  height: 214px;
  display: flex;
  justify-content: center; }
  .separator-blue .divider {
    position: absolute;
    width: 100%;
    z-index: -1; }
  .separator-blue span {
    align-self: center;
    text-align: center;
    display: block;
    font-size: 32px;
    color: #ffffff;
    margin-top: 5%; }
    @media screen and (max-width: 990px) {
      .separator-blue span {
        margin-top: 0; } }

.header-image {
  padding: 0; }
  .header-image .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: inset 1px 4px 10px -6px #000000;
    -moz-box-shadow: inset 1px 4px 10px -6px #000000;
    box-shadow: inset 1px 4px 10px -6px #000000; }
  .header-image img {
    width: 100%;
    height: auto; }

.page-wrapper {
  -webkit-box-shadow: 0px 2px 20px -6px #888;
  -moz-box-shadow: 0px 2px 20px -6px #888;
  box-shadow: 0px 2px 20px -6px #888;
  padding: 0; }

.eclipse {
  position: relative; }
  .eclipse .eclipse-white-top {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0; }
  .eclipse .eclipse-white-bottom {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    border: 0; }

.contact-banner {
  height: 400px;
  background-image: url("../img/OptimalWifi_patroon.png");
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact-banner .contact-block {
    background-color: #0077b1;
    padding: 20px; }
    .contact-banner .contact-block span {
      display: block;
      text-align: center;
      font-size: 32px;
      color: #ffffff; }
      .contact-banner .contact-block span.title {
        font-size: 40px; }
        @media screen and (max-width: 700px) {
          .contact-banner .contact-block span.title {
            font-size: 30px; } }
      @media screen and (max-width: 700px) {
        .contact-banner .contact-block span {
          font-size: 18px; } }
  .contact-banner .visible-xs-contact-block {
    width: 100%; }

.page-logo {
  position: relative; }
  .page-logo .logo {
    position: absolute;
    height: 400px;
    width: 400px;
    top: -200px;
    left: 65px; }
  .page-logo .background {
    position: absolute;
    border-radius: 50%;
    width: 320px;
    height: 320px;
    background-color: #ffffff;
    top: -159px;
    left: 106px; }

@media screen and (max-width: 700px) {
  h1, .h1 {
    font-size: 24px; }

  .container {
    padding: 0;
    margin: 0; }

  .row {
    margin: 0; } }

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