
a, a:hover {
	color:black;
	text-decoration:none;
}

.icondiv {
    display:inline-block;
    padding:5px;
    border-radius:3px;
}

.row {
	border-bottom:1px solid #ccc;
}



@media (min-width: 1400px) {
  .sidebar-xxl-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px !important;
    z-index: 1050;
    background-color: #fff;
    padding: 0;
    overflow-y: auto;
  }

  /* Cancel Bootstrap's offcanvas behavior at XL and above */
  .sidebar-xxl-fixed.offcanvas {
    transform: none !important;
    visibility: visible !important;
  }
  .sidebar-xxl-fixed.offcanvas.start {
      transform: none !important;
  }
  .sidebar-xxl-fixed .offcanvas-body {
    padding: 0;
    }

  main.main-xxl-offset {
    margin-left: 300px !important;
  }

  #buttonToggle {
    display: none;
  }

  #optionenbox {
    left:310px;
  }
}
