/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2023 | 23:11:04 */
/* Basisstile */
.dropdown-menu-toggle {
  padding-right: 10px !important;
}

/* Media Queries für verschiedene Bildschirmgrößen und Ausrichtungen */

/* Ab 769px Breite */
@media (min-width: 769px) {
  .site-header {
    display: none;
  }

  #left-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #DC0E65;
  }

  #custom_html-2 {
    width: 100%;
    background-color: #DC0E65;
    position: absolute;
    bottom: 0;
    padding: 10px;
  }

  .menu > .menu-item > a {
    height: 40px;
    line-height: 40px !important;
  }

  div.site-logo.sticky-logo.navigation-logo {
    margin: 0 !important;
  }

  .inside-left-sidebar {
    margin-top: 0 !important;
  }
}

/* Ab 769px Breite und maximal 769px Höhe */
@media (min-width: 769px) and (max-height: 769px) {
  .menu > .menu-item > a {
    height: 35px;
    line-height: 35px !important;
  }
}

/* Ab 769px Breite und maximal 1124px Breite */
@media (min-width: 769px) and (max-width: 1124px) {
  .menu > .menu-item > a {
    padding: 0 10px !important;
  }

  .dropdown-menu-toggle {
    padding: 0 5px !important;
  }
}

/* Maximale Höhe von 640px */
@media (max-height: 640px) {
  div.site-logo.sticky-logo.navigation-logo {
    width: 70%;
    margin: 0 auto !important;
  }
}

/* Maximal 768px Breite */
@media (max-width: 768px) {
  .inside-header {
    display: none;
  }

  #custom_html-2 {
    display: none;
  }


