/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* Eigene Styles */
/* -------------------------------------------------------------------- OC Overlay */
.hcs-oc-overlay {
  display: block !important;
}
#hcs-oc-overlay {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#hcs-oc-overlay .fl-row-content-wrap {
  background-color: rgba(0, 0, 0, 0.9);
}
/* --------------------------------------------------------------------OC Container  */
#hcs-off-canvas-nav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  background-color: none;
  overflow-x: hidden;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
#hcs-off-canvas-nav .fl-row-content-wrap:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.hcs-oc-nav {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
#hcs-off-canvas-nav::-webkit-scrollbar {
  display: none; /* Keine Scrollbar im Off-Canvas Menü */
}
/* -------------------------------------------------------------------- Menü Container */
.mobile-nav-spalte {
  margin-top: 2em;
}
.mobile-nav-spalte .fl-col-content {
  margin: 0 !important;
}
.oc-menu .fl-module-content {
  margin: 0 !important;
}
/* ------------------------------------------------------------------- Menu Links */
#hcs-off-canvas-nav a {
  font-weight: 400;
  padding: 25px 40px 25px 40px;
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: left;
  background: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.oc-menu .menu.fl-menu-accordion li, .oc-menu .menu.fl-menu-horizontal li li {
  border-color: rgba(255, 255, 255, 0.15);
}
/* Navigation Hover Animation */
#hcs-off-canvas-nav a:hover {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media all and (min-width:1921px) {}
@media all and (max-width:1920px) {}
@media all and (max-width:1366px) {}
@media all and (max-width:1024px) {}
@media all and (max-width:768px), screen and (orientation : portrait) {}
@media all and (max-width:500px) {}