.homeWidgetsContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.homeWidgetsContainer {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* Variables */
/* Mixins */
/* Extends */
.bodyFont, body, input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em; }

.title, h1, h2, h3, h4, h5, h6, .paginaTitel,
.artikelTitel,
.widgetTitel {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6em; }

.subTitle, .paginaSubTitel,
.artikelSubTitel,
.widgetSubTitel {
  font-size: 20px;
  line-height: 1.6em; }

.btn, .defaultButton,
input[type=button],
input[type=submit] {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  padding: 10px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background: #cd1e38;
  border: 0;
  border-radius: 3px;
  cursor: pointer; }
  .btn:hover, .defaultButton:hover,
  input[type=button]:hover,
  input[type=submit]:hover {
    color: #fff;
    background: #a1172c; }

/* ALGEMENE OPMAAK
 * =========================================================================================== */
* {
  margin: 0;
  padding: 0; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #202020;
  background: #F3F3F3; }

p {
  margin-bottom: 20px; }

a {
  color: #cd1e38;
  text-decoration: none;
  outline: none; }
  a:hover {
    color: #a1172c; }

hr {
  height: 0;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dadada; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

ul {
  list-style-position: inside;
  margin: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  padding: 10px;
  border: solid 1px #dadada;
  border-radius: 3px;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    border-color: silver; }

table {
  max-width: 100% !important; }

/* DEFAULTS
 * =========================================================================================== */
.container {
  max-width: 1000px;
  margin: auto; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

/* Titels
 * =========================================================================================== */
/* Top
 * =========================================================================================== */
.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F3F3F3;
  border-bottom: solid 5px #cd1e38;
  z-index: 1000; }
  .top > .container {
    position: relative;
    padding: 20px 0; }
    .top > .container:before, .top > .container:after {
      content: "";
      display: table; }
    .top > .container:after {
      clear: both; }
  .top .logo {
    position: absolute;
    top: 20px;
    width: 256px;
    height: 30px;
    overflow: hidden; }
    .top .logo > a {
      display: block; }
    .top .logo img {
      display: block; }
  .top .langContainer {
    float: right;
    font-size: 0;
    line-height: 0; }
    .top .langContainer > a {
      display: inline-block;
      padding: 12px 10px; }
      .top .langContainer > a img {
        display: block;
        width: 24px;
        height: 16px; }
  .top .topNavigatie {
    list-style: none;
    float: right; }
    .top .topNavigatie li {
      display: inline-block; }
      .top .topNavigatie li:after {
        display: inline-block;
        content: "/"; }
      .top .topNavigatie li a {
        position: relative;
        display: inline-block;
        padding: 10px;
        margin: 0 10px;
        line-height: 20px;
        color: #202020; }
        .top .topNavigatie li a:hover {
          color: #cd1e38; }

/* Eyecatcher
 * =========================================================================================== */
.eyecatcherContainer {
  position: relative;
  width: 100%;
  padding-top: 85px;
  background: #D9D8DA; }

.eyecatcher {
  width: 100%;
  height: 350px;
  overflow: hidden;
  list-style: outside none none;
  background: transparent url("../images/restyle/defaulEyecatcher.jpg") no-repeat scroll center center/cover; }

.sloganTitel {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  width: 1000px;
  margin-left: -500px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
  text-align: right;
  text-transform: uppercase;
  color: #FFF;
  z-index: 10; }

/* Navigatie
* =========================================================================================== */
.navigatie {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #cd1e38;
  cursor: auto;
  z-index: 200; }
  .navigatie > .container {
    position: relative; }
  .navigatie ul {
    list-style: outside none none;
    padding: 0 60px 0 0;
    margin: 0;
    font-size: 0px;
    text-align: right;
    line-height: 0;
    z-index: 9999999; }
    .navigatie ul > li {
      position: relative;
      display: inline-block; }
      .navigatie ul > li > a,
      .navigatie ul > li > p {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        display: block;
        padding: 10px 20px;
        margin: 0;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 40px;
        color: #FFF;
        white-space: nowrap;
        cursor: pointer; }
        .navigatie ul > li > a:hover,
        .navigatie ul > li > p:hover {
          color: #FFF;
          background: #a1172c; }

/* Search widget
* =========================================================================================== */
.searchWidget {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px; }

.btnSearchWidget {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cd1e38 url("../images/restyle/icons/search.svg") no-repeat center center;
  cursor: pointer; }
  .btnSearchWidget:hover {
    background-color: #a1172c; }
  .btnSearchWidget.active {
    background-color: #a1172c;
    background-image: url("../images/restyle/icons/close.svg"); }

.searchContainer {
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  width: 320px;
  padding: 10px;
  background: #a1172c; }
  .searchContainer:before, .searchContainer:after {
    content: "";
    display: table; }
  .searchContainer:after {
    clear: both; }
  .searchContainer .searchField {
    float: left;
    width: 260px;
    height: 40px;
    border: 0;
    border-radius: 3px 0 0 3px; }
  .searchContainer .btnSearch {
    float: right;
    width: 40px;
    height: 40px;
    margin: 0;
    background: #FFF url("../images/restyle/icons/search-dark.svg") no-repeat scroll center center;
    border-radius: 0 3px 3px 0; }
    .searchContainer .btnSearch:hover {
      background: #FFF url("../images/restyle/icons/search-dark.svg") no-repeat scroll center center; }

/* Framework
* =========================================================================================== */
.main {
  /* Sides
  * =========================================================================================== */ }
  .main > .container {
    overflow: hidden; }
  .main .leftContainer,
  .main .rightContainer,
  .main .centerContainer {
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #FFF; }
  .main .leftContainer {
    float: left;
    width: 240px;
    margin-right: 20px; }
  .main .rightContainer {
    float: right;
    width: 240px;
    margin-left: 20px; }
  .main .leftContainer .widget,
  .main .rightContainer .widget {
    margin: 20px 0; }
    .main .leftContainer .widget:first-of-type,
    .main .rightContainer .widget:first-of-type {
      margin-top: 0; }
  .main .leftContainer ul,
  .main .rightContainer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .main .leftContainer ul li,
    .main .rightContainer ul li {
      position: relative;
      display: block;
      border-top: 1px dashed #D9D9D9; }
      .main .leftContainer ul li a,
      .main .leftContainer ul li p,
      .main .rightContainer ul li a,
      .main .rightContainer ul li p {
        display: inline-block;
        padding: 10px 0;
        margin: 0; }
      .main .leftContainer ul li .btnSubNav,
      .main .rightContainer ul li .btnSubNav {
        position: absolute;
        top: 0;
        right: 0;
        width: 43px;
        height: 43px;
        background-image: url("../images/restyle/widgets/plus.svg");
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer; }
        .main .leftContainer ul li .btnSubNav.active,
        .main .rightContainer ul li .btnSubNav.active {
          background-image: url("../images/restyle/widgets/min.svg"); }
      .main .leftContainer ul li ul,
      .main .rightContainer ul li ul {
        display: none; }
        .main .leftContainer ul li ul li a,
        .main .rightContainer ul li ul li a {
          padding-left: 20px; }

.centerContainer {
  overflow: hidden; }

.kruimelpad {
  display: none; }

/* Twitter share button */
.btnShare {
  display: inline-block;
  padding: 10px 40px 10px 20px;
  margin: 10px 0;
  color: #FFF;
  background-color: #4099FF;
  vertical-align: middle;
  background-image: url("../images/restyle/social-media/twitter.svg");
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 3px;
  background-clip: padding-box; }
  .btnShare:hover {
    background-color: #0D7EFF; }

/* Share buttons */
.socialMediaShare {
  margin: 20px 0; }
  .socialMediaShare .shareTitel {
    display: block; }

.socialMediaShareIcon {
  display: block;
  background: #222;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px; }
  .socialMediaShareIcon.facebookShare {
    background-image: url("../images/restyle/social-media/share/facebook.svg");
    background-color: #43609C; }
  .socialMediaShareIcon.linkedInShare {
    background-image: url("../images/restyle/social-media/share/linkedin.svg");
    background-color: #1884BC; }
  .socialMediaShareIcon.googlePlusShare {
    background-image: url("../images/restyle/social-media/share/googleplus.svg");
    background-color: #DD4B39; }
  .socialMediaShareIcon.twitterShare {
    background-image: url("../images/restyle/social-media/share/twitter.svg");
    background-color: #55ACEE; }

.no-svg .socialMediaShareIcon.facebookShare {
  background-image: url("../images/restyle/social-media/share/facebook.png"); }
.no-svg .socialMediaShareIcon.linkedInShare {
  background-image: url("../images/restyle/social-media/share/linkedin.png"); }
.no-svg .socialMediaShareIcon.socialMediaShareIcon.googlePlusShare {
  background-image: url("../images/restyle/social-media/share/googleplus.png"); }
.no-svg .socialMediaShareIcon.socialMediaShareIcon.twitterShare {
  background-image: url("../images/restyle/social-media/share/twitter.png"); }

/* Content
* =========================================================================================== */
#gallery {
  float: left;
  max-width: 48%;
  margin: 0 4% 0 0; }

#gallery img {
  width: 100%;
  height: auto; }

/* Attachments */
.attachmentListing {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }
  .attachmentListing li {
    display: block;
    padding: 10px;
    overflow: hidden; }
    .attachmentListing li:nth-of-type(odd) {
      background: #F3F3F3; }
    .attachmentListing li img {
      float: left;
      display: block;
      margin-right: 10px; }
    .attachmentListing li a {
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 32px;
      overflow: hidden; }

/* Fotoalbum */
.fotoAlbum:before, .fotoAlbum:after {
  content: "";
  display: table; }
.fotoAlbum:after {
  clear: both; }
.fotoAlbum .photo {
  float: left;
  width: 31%;
  margin-left: 3%;
  margin-bottom: 20px; }
  .fotoAlbum .photo:nth-of-type(3n+1) {
    margin-left: 0; }
  .fotoAlbum .photo > a {
    display: block; }
    .fotoAlbum .photo > a > img {
      display: block;
      width: 100%;
      height: auto; }

/* Homepage
* =========================================================================================== */
.homeWidgetsContainer {
  max-width: 1000px;
  margin: 20px auto; }

.homeWidget {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: calc(25% - ((20px * 3) / 4));
  padding: 20px;
  margin-left: 20px;
  background: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  .homeWidget:hover {
    color: #fff;
    background-color: #cd1e38; }
  .homeWidget:first-of-type {
    margin-left: 0; }
  .homeWidget .widgetImage {
    display: block;
    margin: 0 0 10px 0;
    background-size: cover;
    background-position: center center; }
  .homeWidget .widgetContent {
    display: block;
    color: #202020; }
    .homeWidget .widgetContent .title, .homeWidget .widgetContent h1, .homeWidget .widgetContent h2, .homeWidget .widgetContent h3, .homeWidget .widgetContent h4, .homeWidget .widgetContent h5, .homeWidget .widgetContent h6, .homeWidget .widgetContent .paginaTitel,
    .homeWidget .widgetContent .artikelTitel,
    .homeWidget .widgetContent .widgetTitel {
      margin: 0;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase; }
  .homeWidget:hover .widgetContent {
    color: #fff; }

/* Contact
* =========================================================================================== */
#hoestdrankje,
.hoestdrankje {
  display: none; }

.formItem {
  margin: 0 0 20px 0; }
  .formItem .formLabel {
    display: block;
    font-weight: 500;
    margin-bottom: 5px; }
  .formItem input[type="text"],
  .formItem input[type="password"],
  .formItem textarea {
    width: 100%; }
  .formItem .inputFileUpload {
    position: relative;
    margin-bottom: 3px; }
    .formItem .inputFileUpload span {
      position: absolute;
      right: 0;
      top: 0;
      font-weight: bold;
      font-size: 13px;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .formItem .inputFileUpload span img {
        margin-bottom: -3px; }

.hs-input {
  width: 80%;
  margin-bottom: 10px; }

/* Route */
.input_contact {
  display: inline-block;
  vertical-align: middle;
  height: 40px; }

#directions {
  width: 100% !important; }

.adp-placemark {
  padding: 10px; }

img.adp-marker {
  margin-right: 10px; }

/* Errors */
.errorContainer {
  padding-left: 20px;
  margin-bottom: 20px;
  list-style: square outside;
  color: #cc0000; }

/* Search results
* =========================================================================================== */
.searchResultsListing {
  list-style: none;
  padding: 0;
  margin: 0; }
  .searchResultsListing li {
    display: block;
    padding: 10px; }
    .searchResultsListing li:nth-of-type(odd) {
      background-color: #F3F3F3; }

/* Social media
* =========================================================================================== */
.socialMediaIcons {
  position: fixed;
  top: 170px;
  right: 0;
  width: 40px;
  font-size: 0;
  line-height: 0;
  z-index: 250; }

.socialMediaIcon {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position: center center; }
  .socialMediaIcon:first-of-type {
    border-radius: 3px 0 0 0; }
  .socialMediaIcon:last-of-type {
    border-radius: 0 0 0 3px; }
  .socialMediaIcon:hover {
    background-color: #070707; }
  .socialMediaIcon.linkedinIcon {
    background-image: url("../images/restyle/social-media/linkedin.svg"); }
  .socialMediaIcon.twitterIcon {
    background-image: url("../images/restyle/social-media/twitter.svg"); }
  .socialMediaIcon.facebookIcon {
    background-image: url("../images/restyle/social-media/facebook.svg"); }
  .socialMediaIcon.youTubeIcon {
    background-image: url("../images/restyle/social-media/youtube.svg"); }

/* Parallax scrolling images
* =========================================================================================== */
.sloganContainer {
  position: relative;
  height: 350px;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  .sloganContainer.parallaxFooter {
    background-image: url("../images/restyle/defaulEyecatcher.jpg"); }
  .sloganContainer.parallaxHome {
    background-image: url("../images/restyle/eyecatcher-home.jpg"); }
  .sloganContainer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.5;
    z-index: 1; }
  .sloganContainer .sloganTitel {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    width: 1000px;
    margin-left: -500px;
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    color: #FFF;
    z-index: 10; }
    .sloganContainer .sloganTitel .colored {
      color: #cd1e38; }

/* Form Content Contact
 * =========================================================================================== */
.contentContactFormContainer {
  background: #DDD;
  width: 100%;
  padding: 0 0 20px 0;
  margin-bottom: -20px;
  box-shadow: 0 0 0 20px #ddd; }

.contentContactFormContainer:before, .contentContactFormContainer:after {
  content: " ";
  display: table; }

.contentContactFormContainer:after {
  clear: both; }

.contentContactFormLeft {
  width: 48%;
  float: left; }

.contentContactFormRight {
  width: 48%;
  float: right; }

.contentContactFormContainer .subTitel {
  color: #666666;
  font-weight: 500; }

.contentContactFormContainer .formItem {
  margin-bottom: 8px; }

.contentContactFormContainer .formItem input[type="text"],
.contentContactFormContainer .formItem input[type="password"],
.contentContactFormContainer .formItem textarea,
.contentContactFormContainer .formItem select {
  border-radius: 0;
  border: 0;
  font-size: 12px; }

.contentContactFormContainer .formItem [name="bericht"] {
  height: 88px;
  min-height: 88px; }

.contentContactFormContainer .formItem input[type="submit"] {
  height: 40px;
  border-radius: 0;
  width: 100%; }

.contentFormUSP {
  margin-bottom: 40px;
  font-size: 12px;
  padding-top: 20px; }

.contentFormUSP:before, .contentFormUSP:after {
  content: " ";
  display: table; }

.contentFormUSP:after {
  clear: both; }

.uspTitle {
  font-size: 22px;
  font-weight: 500;
  color: #cd1e38; }

.uspLeft {
  width: 48%;
  float: left; }

.uspRight {
  width: 48%;
  float: right; }

.uspRight ul {
  margin-left: 12px !important;
  margin: 0; }

/* Footer
* =========================================================================================== */
.footer {
  padding: 40px 0;
  color: #FFF;
  background-color: #202020; }
  .footer > .container:before, .footer > .container:after {
    content: "";
    display: table; }
  .footer > .container:after {
    clear: both; }
  .footer .widget {
    width: 33.333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px; }
    .footer .widget ul {
      list-style: none;
      padding: 0;
      margin: 0; }

.footerInfo {
  padding: 20px 0;
  color: #fff;
  background: #070707; }
  .footerInfo > .container {
    font-size: .8em; }
    .footerInfo > .container:before, .footerInfo > .container:after {
      content: "";
      display: table; }
    .footerInfo > .container:after {
      clear: both; }

/* Footer
* =========================================================================================== */
.overlayContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1000000;
  -moz-transform: translate(-1000%, -1000%);
  -o-transform: translate(-1000%, -1000%);
  -ms-transform: translate(-1000%, -1000%);
  -webkit-transform: translate(-1000%, -1000%);
  transform: translate(-1000%, -1000%);
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear; }
  .overlayContainer.active {
    opacity: .7;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

/*
.popupContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  opacity: 0;
  z-index: 1000001;
  @include translate(-50%, -75%);
  @include transition(all, 250ms, linear);

  &.active {
    opacity: 1;
    @include translate(-50%, -50%);
  }

  .leftImageContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    overflow: hidden;

    &:before {
      position: absolute;
      bottom: 50%;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      border-top: solid 300px transparent;
      border-bottom: solid 300px transparent;
      border-right: solid 300px #fff;
      z-index: 1;
    }

    &:after {
      position: absolute;
      top: 50%;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      border-top: solid 300px transparent;
      border-bottom: solid 300px transparent;
      border-right: solid 300px #fff;
      z-index: 1;
    }

    > img {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 10000%;
      width: auto;
      height: 100%;
      @include translate(-50%, -50%);
    }

    .bauma-logo {
      position: absolute;
      top: 15px;
      right: 0;
      width: 120px;
      height: 120px;
      padding: 20px;
      background: $primaryColor;
      border-radius: 50%;
      border: solid 5px #fff;
      z-index: 2;

      > img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 80px;
        @include translate(-50%, -50%);
      }
    }
  }

  .contentContainer {
    padding: 20px 70px 20px 320px;
    margin: auto;
  }

  .btnClose {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: $darkColor;
    cursor: pointer;

    &:hover {
      background: darken($darkColor, 10%);
    }
  }
}
*/
@media all and (max-width: 840px) {
  /*
  .popupContainer {
    left: 20px;
    right: 20px;
    width: auto;
    @include translate(0, -75%);

    &.active {
      @include translate(0, -50%);
    }
  } */ }
@media all and (max-width: 640px) {
  /*
  .popupContainer {
    text-align: center;

    .leftImageContainer {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      height: 200px;

      > img {
        width: 100%;
        height: auto;
      }

      &:before {
        bottom: 0;
        left: -300px;
        right: auto;
        border: 0;
        border-left: solid 300px transparent;
        border-right: solid 300px transparent;
        border-bottom: solid 30px #fff;
      }

      &:after {
        top: auto;
        bottom: 0;
        right: -300px;
        left: auto;
        border: 0;
        border-left: solid 300px transparent;
        border-right: solid 300px transparent;
        border-bottom: solid 30px #fff;
      }

      .bauma-logo {
        left: 50%;
        top: 50%;
        @include translate(-50%, -50%);
      }
    }

    .contentContainer {
      padding: 20px;
    }
  }
  */ }
.fancybox-overlay {
  background: #bebebe !important;
  background: rgba(235, 235, 235, 0.8) !important; }

.fancybox-nav span {
  visibility: visible; }

.logos-listing {
  display: block;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 0;
  line-height: 0;
  clear: both;
  border-top: solid 1px rgba(255, 255, 255, 0.1); }

.logos-listing-item {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 10px;
  text-align: left; }

.logos-listing-item-image > img {
  display: block;
  width: 200px;
  max-width: 100%; }

.logos-listing-item-title {
  display: inline-block;
  margin-bottom: 5px;
  font-size: .7rem;
  font-weight: bold;
  line-height: 1.2rem;
  color: #fff; }

.logos-listing-item:hover .logos-listing-item-title {
  color: #cd1e38; }

@media all and (max-width: 760px) {
  .logos-listing-item {
    width: 100%;
    margin-bottom: 20px; } }

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