/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* Eigene Styles */
.burger-spalte {
  width: 0;
}
.logo-spalte {
  width: 25%;
}
.nav-spalte {
  width: 75%;
}
.hcs .text-logo h3 a {
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
}
.hcs .text-logo h3 a .bold {
  font-weight: 900;
}
@media all and (min-width:1921px) {}
@media all and (max-width:1920px) {}
@media all and (max-width:1366px) {}
@media all and (max-width:1024px) {
  .burger-spalte {
    width: 25% !important;
    float: left;
    clear: none;
  }
  .logo-spalte {
    width: 75% !important;
    float: left;
    clear: none;
  }
  .nav-spalte {
    width: 0;
  }
  .text-logo .fl-heading {
    text-align: right;
  }
}
@media all and (max-width:768px) {
  .hcs .text-logo h3 {
    font-size: 1.25rem !important;
  }
  .hcs .burger-spalte {
    width: 25% !important;
    float: left;
    clear: none;
  }
  .hcs .logo-spalte {
    width: 75% !important;
    float: left;
    clear: none;
  }
}
@media all and (max-width:500px) {
  .hcs .text-logo h3 {
    font-size: 1.1rem !important;
  }
}