@charset "UTF-8";
/** ------------------------------------------------------------- 
 *  Variablen
 */
/* dunkel schwarz */
/* heller schwarz */
/* orange */
/** ------------------------------------------------------------- 
 *  short color
 */
.bg-1 {
  background-color: #111111 !important; }

.bg-2 {
  background-color: #1f1f21 !important; }

.tc-1 {
  color: #FFFFFF !important; }

.tc-2 {
  color: #c32700 !important; }

.tcolor-1 {
  background-color: #111111 !important; }

.tcolor-2 {
  background-color: #1f1f21 !important; }

.tcolor-3 {
  background-color: #c32700 !important; }

.bcolor-1 {
  background-color: #111111 !important; }

.bcolor-2 {
  background-color: #1f1f21 !important; }

.bcolor-3 {
  background-color: #c32700 !important; }

/** ------------------------------------------------------------- 
 *  Zusätzliche Imports
 */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #000;
  width: 100vw; }
  .site-header a {
    color: #fff;
    text-decoration: none; }
  .site-header .top-row {
    display: flex;
    justify-content: space-between;
    background: #000;
    color: #c32700;
    padding: 0.5rem 1rem;
    font-size: 0.8rem; }
    .site-header .top-row a {
      color: #c32700; }
    .site-header .top-row.top-row-1 {
      display: none; }
  .site-header .second-row {
    display: flex;
    align-items: center;
    background: #c32700;
    position: relative; }
    .site-header .second-row .logo-wrapper {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-weight: bold;
      padding: 1.2rem;
      font-size: 1.5rem; }
      .site-header .second-row .logo-wrapper img {
        height: 50px; }
    .site-header .second-row .navigation {
      padding-top: 16px;
      align-items: center;
      flex: 2; }
      .site-header .second-row .navigation ul.menu {
        display: flex;
        list-style: none;
        gap: 1rem;
        padding: 1.0rem;
        white-space: nowrap; }
        .site-header .second-row .navigation ul.menu li {
          position: relative; }
          .site-header .second-row .navigation ul.menu li .submenu {
            white-space: nowrap;
            display: none;
            position: absolute;
            top: 100%;
            background: #1f1f21;
            border: 1px solid #c32700;
            padding: 1.5rem;
            padding-bottom: 0;
            list-style: none; }
            .site-header .second-row .navigation ul.menu li .submenu li {
              padding-bottom: 1rem; }
          .site-header .second-row .navigation ul.menu li:hover > .submenu {
            display: block; }
    .site-header .second-row .kundenbereich {
      background: #1f1f21;
      color: white; }
      .site-header .second-row .kundenbereich a {
        padding: 2.1rem;
        color: white;
        text-decoration: none;
        display: table; }
    .site-header .second-row .burger {
      display: none;
      background: none;
      border: none;
      font-size: 3rem;
      position: absolute;
      right: 1rem;
      top: 0.5rem;
      font-weight: bold; }
    .site-header .second-row .pointermenu {
      cursor: pointer; }
  .site-header .canvas-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #c32700;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.3);
    padding: 2rem 1rem;
    z-index: 1000;
    flex-direction: column;
    justify-content: space-between; }
    .site-header .canvas-menu.open {
      display: flex; }
    .site-header .canvas-menu .close {
      background: none;
      border: none;
      font-size: 3rem;
      align-self: flex-end;
      font-weight: bold;
      margin-top: -2rem;
      padding: 0; }
    .site-header .canvas-menu .canvas-nav {
      list-style: none;
      padding: 0; }
      .site-header .canvas-menu .canvas-nav li {
        margin: 1rem 0; }
        .site-header .canvas-menu .canvas-nav li .submenu li {
          list-style: none !important; }
    .site-header .canvas-menu .canvas-footer {
      margin-top: auto;
      border-top: 1px solid #ddd;
      padding-top: 1rem;
      background: #000;
      color: #fff; }
      .site-header .canvas-menu .canvas-footer a {
        font-weight: bold;
        color: #fff;
        text-align: center;
        display: block;
        padding-bottom: 14px; }

@media (max-width: 910px) {
  .top-row {
    display: none !important; }
    .top-row.top-row-1 {
      display: block !important; } }
@media (max-width: 990px) {
  .has-submenu > .submenu {
    display: none; }

  .has-submenu.open > .submenu {
    display: block; }

  .menu-toggle {
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
    width: 100%;
    text-align: left; } }
  @media (max-width: 990px) and (min-width: 990px) {
    .menu-toggle {
      display: none; } }

@media (max-width: 990px) and (min-width: 990px) {
  .has-submenu:hover > .submenu {
    display: block; }

  .submenu {
    display: none; } }
@media (max-width: 990px) {
  .second-row {
    flex-direction: column;
    align-items: stretch; }
    .second-row .logo-wrapper {
      justify-content: center;
      text-align: center;
      margin-bottom: 0.5rem;
      padding-left: 0 !important; }
    .second-row .navigation, .second-row .kundenbereich {
      display: none; }
    .second-row .burger {
      display: block !important; } }
/** ------------------------------------------------------------- 
 *  global color
 */
a {
  color: #c32700; }

/** ------------------------------------------------------------- 
 *  Struktur
 */
html body {
  font-family: "Open Sans", Calibri, sans-serif;
  font-size: 1rem;
  background-color: #111111;
  color: #FFFFFF; }
  html body .container {
    max-width: 100vw !important; }
    html body .container.body-container {
      min-height: 300px; }
  html body footer .footer-headtext {
    background-color: #c32700;
    color: #111111;
    padding: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    font-size: 2.1rem;
    text-align: center; }
    html body footer .footer-headtext .rightlower {
      font-size: 1.2rem;
      vertical-align: text-top;
      padding-left: 5px; }
  html body footer .footer-copyright {
    font-size: 12px;
    color: #c32700;
    padding: 1rem; }
  html body footer .listitems {
    font-size: 0.9rem;
    width: 80vw; }
    html body footer .listitems h5 {
      font-size: 0.9rem;
      padding-left: 15px; }
    html body footer .listitems ul {
      border-left: 1px solid #c32700; }
      html body footer .listitems ul.first {
        border: 0; }
      html body footer .listitems ul li {
        color: #c32700;
        padding-left: 15px; }
    html body footer .listitems .list-unstyled {
      padding: 0;
      margin: 0; }

a {
  color: #c32700; }

/** ------------------------------------------------------------- 
 *  Mobile
 */
/** ------------------------------------------------------------- 
 *  Mobile Footer Navigation
 */
@media (max-width: 990px) {
  .listitems {
    width: 95vw !important; } }
@media (max-width: 909px) {
  .listitems h5 {
    cursor: pointer;
    position: relative; }

  .listitems ul {
    display: none;
    margin-top: 0.5rem; }

  .listitems h5::after {
    content: '▼';
    position: absolute;
    right: 10px;
    font-size: 0.8rem; }

  .listitems h5.open::after {
    content: '▲'; }

  .listitems h5.open + ul {
    display: block; } }

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