/* ------------------------ MOBILE LOGO  ------------------------ */

@media only screen and (max-width: 999px) {
  .infinite-logo-inner {
    max-width: 100px;
  }
}

/* ------------------------ NAVIGATION  ------------------------ */

/* Overlay Hintergrund */

.infinite-overlay-menu-content {
  background-color: rgba(255, 255, 255, 1) !important;
}


/* ------------------------ SLIDER  ------------------------ */

/* Outer Navigation */

.gdlr-core-flexslider .flex-direction-nav li a {
  background: rgba(0, 0, 0, 1) !important;
}


/* ------------------------ TEXT  ------------------------ */

/* Columnized Text */

@media only screen and (max-width: 767px) {
  div.gdlr-core-columnize-item-content.gdlr-core-skin-divider {
    column-count: 1 !important;
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
  }
}