:root {
  --hintergrund: #121212;
  --extraebene: #1e1e1e;
  --extraactive: #191919;
  --extrasecondary: #2e2e2e;
  --extraborder: #0d0d0d;
  --extratext: #fff;
  --extratexthover: #e1e1e1;
  --maincolor: #ec661c;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #959595;
  border-radius: 20px;
  border: transparent;
}

.apexcharts-text {
  fill: var(--text);
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  border-bottom: 1px solid var(--border) !important;
  background: var(--active) !important;
}

.apexcharts-tooltip.apexcharts-theme-light {
  background-color: var(--ebene) !important;
  border-color: var(--border) !important;
}

.raster {
  width: 400px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  margin-left: -12px;
}

.raster opt {
  background-color: var(--active);
  box-shadow: inset 0 0 4px gainsboro;
  display: block;
  border-radius: 16px;
  flex: 0 0 30%;
  transition: .2s;
}

.raster opt:hover {
  background-color: gainsboro;
  cursor: pointer;
}

[val].active {
  background-color: var(--maincolor) !important;
}

.table {
  width: 100% !important;
  border-spacing: 0 5px !important;
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 16px;
}

tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 16px;
}

.offcanvas-backdrop {
  height: calc(100% - 110px);
  margin-top: 60px;
}

#notifications {
  margin-bottom: 50px;
  margin-top: 60px;
}

#notifications .offcanvas-body {
  padding: 4px !important;
  height: calc(100% - 50px);
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.dNotification {
  border-radius: .25rem;
  margin-bottom: 10px;
  transition: .1s;
  cursor: default;
  padding: 6px 12px;
}

.dNotification i[notification] {
  cursor: pointer;
}

.dNotification:hover {
  background-color: var(--ebene);
}

.dNotification .dNotiHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dNotification .dNotiHead span {
  font-weight: lighter;
}

.dNotification .dNotiBody {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.dNotification .dNotiBody label {
  color: var(--text);
  text-transform: none;
  font-size: 14px;
  padding: 0px;
  display: block;
}

.dNotification .dNotiBody span {
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 175px;
  display: block;
}

.picker-container {
  display: flex;
  background-color: var(--border);
  padding: 5px;
  border-radius: .25rem;
  gap: 15px;
  align-items: center;
  font-weight: bold;
  transition: .1s;
  user-select: none;
  margin: 15px 0px;
}

.picker-container:hover {
  cursor: pointer;
  background-color: var(--hintergrund);
}

.picker {
  border-radius: .25rem;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all linear .2s;
}

.colorPickWrapper {
  position: relative;
  width: 0;
  height: 0;
}

#colorPick {
  background: var(--ebene);
  position: absolute;
  border-radius: .25rem;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  padding: 15px;
  width: 140px;
  box-sizing: content-box;
  z-index: 999;
}

#colorPick span {
  user-select: none;
  font-size: 9pt;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--text);
  margin-bottom: 5px;
  display: block;
  clear: both;
}

.colorPickButton {
  border-radius: .25rem;
  width: 20px;
  height: 20px;
  margin: 0px 3px;
  cursor: pointer;
  display: inline-block;
  transition: .1s;
}

.colorPickButton:hover {
  transform: scale(1.1);
}

.navbar a {
  color: var(--extratext) !important;
}

.icon-bg.transparent {
  background-color: transparent !important;
}

.icon-bg.transparent:hover {
  background-color: var(--active) !important;
}

.navbar .icon-bg {
  background-color: var(--active) !important;
}

.navbar .icon-bg:hover {
  background-color: var(--secondary) !important;
}

.timeline {
  background-color: var(--ebene);
  border-radius: 10px;
  padding: 10px;
}

/*
Based off CSS code by Matt Bango: http://mattbango.com/notebook/web-development/pure-css-timeline/
Released with permission under the MIT license.
*/
ul.timestack-events {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  position: relative;
}

ul.timestack-events li {
  margin-bottom: 6px;
  position: relative;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  color: var(--text);
  background-color: var(--border);
  border-radius: 10px;
  font-weight: bold;
}

ul.timestack-events li em {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
}

ul.intervals {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}

ul.intervals li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-right: 1px solid var(--border);
  color: var(--text);
  float: left;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

ul.intervals li:last-child {
  border-right: none;
}

ul.intervals:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
  margin-bottom: 8px;
}


.dropdown-menu {
  color: var(--text);
  background-color: var(--active);
  border: none;
  border-radius: .25rem;
}

.dir {
  cursor: pointer;
}

.dropdown-item .row .col-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-item.a {
  background-color: var(--extraactive) !important;
  display: flex;
  border: 0;
  text-align: center;
  font-size: 20px;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid var(--border);
  margin: 3px;
  transition: .1s;
}

.dropdown-item.a:hover {
  background-color: var(--secondary) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--border);
}

.dropdown-item {
  text-decoration: none !important;
  color: var(--text) !important;
}

.dropdown-item:active {
  background-color: var(--active) !important;
  color: var(--text) !important;
}

.dropdown-menu .list-group-item:hover {
  background-color: var(--ebene) !important;
}


.OverallSearch {
  display: none;
  height: 100%;
}

label.a {
  font-size: 16px;
}

label.b {}

.no-border {
  border: 0px !important;
}

.maincolor {
  color: var(--maincolor) !important;
}

.bg-maincolor {
  background-color: var(--maincolor) !important;
}

.border-maincolor {
  background-color: var(--border) !important;
  border: 1px solid var(--maincolor) !important;
  padding: 5px 10px;
  transition: .1s;
}

.border-maincolor:hover {
  background-color: var(--maincolor) !important;
  cursor: pointer;
}

.shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.font.fs14 {
  font-size: 14px !important;
}

.font.fs15 {
  font-size: 15px !important;
}

.font.fs1rem {
  font-size: 1rem !important;
}

div[overall] {
  padding: 12px;
}

.white {
  color: white !important
}

.bold {
  font-weight: bold !important;
}

.OverallFileViewer {
  height: 100%;
  display: none;
}

.fileview {
  cursor: pointer;
}

#fileviewshow {
  margin-top: 20px;
}

.file_outer {
  border-radius: 10px;
  padding: 15px;
  background-color: var(--extraebene);
}

.image-viewer,
.audio-viewer,
.video-viewer {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  max-width: calc(100% - 70px);
  max-height: 80vh;
}

form {
  margin: 0px;
}

.pdf-viewer,
.text-viewer,
.pptx-viewer {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 70px);
  height: 80vh;
}

.default-viewer {
  width: calc(95% - 250px);
  text-align: center;
  background-color: var(--extraebene);
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  left: calc(50% + 125px);
  top: calc(50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.text-viewer {
  background-color: #fff;
}

.fa-xl,
.fa-lg {
  line-height: normal;
}

.OverallContainer {}

.dStempelung.progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
  box-shadow: none;
}

.dStempelung.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.dStempelung.progress.small .progress-bar {
  border-width: 3px;
}

.dStempelung.progress.small {
  width: 40px;
  height: 40px;
  margin: 0px;
}

.dStempelung.progress.small::after {
  border: 3px solid #eee;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
}

.start-100 {
  z-index: 1;
}

.file_container .icon {
  width: 32px;
}

.dContainer {
  border: 2px solid var(--ebene);
  padding: 10px 16px;
  border-radius: 5px;
  margin: 12px 12px 0px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.dTimeContainer {
  display: flex;
  flex-wrap: wrap;
}

.dTime {
  height: 24px;
  width: 20px;
  border: 2px solid var(--border);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 5px;
  flex: 0 1 calc(14.25% - 5px);
}

.ticket_container a:last-child {
  float: right;
}

.ticket_container .icon {
  margin-right: 10px;
}

.ticket_container .hide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 25px);
  display: inline-block;
}

.ticket_container .icon-bg {
  width: 25px !important;
  height: 25px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--extraactive);
  transition: .1s;
}

input,
textarea,
select,
.select2-selection {
  border: none !important;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 25px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .1s;
}

input:checked+.slider {
  background-color: #28a745;
}

input:checked+.slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 15px;
}

.public-fileview {
  background-color: var(--extraborder);
  padding: 10px 10px 5px 10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.btn-primary {
  cursor: pointer;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #22b444;
  border-color: #22b444;
}

.select2-selection__choice {
  width: 100%;
}

.icon-bg.square {
  border-radius: 5px !important;
}

.select2-selection__choice__display {
  width: 100%;
  text-align: center;
}

.dStempelung.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.dropdown-menu li {
  padding: 4px 6px;
}

.dropdown-menu .col-3.a {
  display: flex;
  justify-content: center;
}

.dropdown-menu .col-3.a i {
  align-self: center;
}

.dropdown-item {
  border-radius: 5px;
  transition: .1s;
  user-select: none !important;
  cursor: pointer;
}

.dropdown-item.b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-item.rem {
  color: #dc3545 !important;
}

.dropdown-item.rem:hover {
  background-color: #dc3545 !important;
  color: white !important;
}

.dropdown-item.gen {
  color: #28a745 !important;
}

.dropdown-item.gen:hover {
  background-color: #22b444 !important;
  color: white !important;
}

.dStempelung.progress .progress-left {
  left: 0;
}

.dStempelung.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.dStempelung.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.dStempelung.progress .progress-right {
  right: 0;
}

.dStempelung.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.dStempelung.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.profilecontainer .info {
  width: 100%;
}

.list-group-item {
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  transition: .1s;
  font-weight: bold;
  color: var(--text);
  padding: .5rem 1.2rem;
  margin: 0px 10px;
  border-radius: .25rem !important;
}

*:focus-visible {
  outline: none !important;
}

.list-group-item span {
  color: var(--text);
}

.list-group-item:hover {
  color: var(--text);
  background-color: var(--ebene) !important;
}

.dropdown-menu.top {
  background-color: var(--ebene);
  transition: .1s;
}

.dropdown-menu.top .list-group-item {
  border: none !important;
  border-radius: 5px !important;
  padding: .4rem .8rem;
}

.dropdown-menu.top .list-group-item:hover {
  background-color: var(--border) !important;
  border: none !important;
}

.fastmenu {
  width: calc(100% - 16px);
  height: 39px;
  margin: 8px;
}

.fastmenu .item,
.extra .item {
  color: var(--text);
  background-color: var(--border);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px !important;
  width: 39px;
  height: 39px;
  ;
  transition: .1s;
  text-align: center;
  border-radius: 10px;
}

.extra .item {
  background-color: var(--active);
  border-radius: 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 34px !important;
  width: 34px !important;
  border: none;
}

.extra .item:hover {
  background-color: var(--border) !important;
}

.optionbar {
  background-color: var(--hintergrund);
  margin-left: -12px;
  margin-right: -12px;
  position: sticky;
  top: 58px !important;
  z-index: 100;
  height: 39px;
  margin-top: -15px;
  margin-bottom: 5px;
}

.optionbar .item {
  color: var(--text);
  border-radius: 6px;
  display: inline-block;
  margin: 2px;
  padding: 6px 12px;
}

.optionbar .item-right {
  color: var(--text);
  border-radius: 5px;
  display: inline-block;
  padding: 6px 12px;
  margin: 2px;
  float: right;
}

#main-navbar {
  height: 58px;
}

.fastmenu .item:hover {
  color: var(--text);
  background-color: var(--ebene) !important;
}

.navbar {
  margin-left: 246px;
}

#iSearchOverall {
  background-color: var(--ebene) !important;
  width: 215px;
  z-index: 1;
  border: none !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: .375rem .75rem .375rem 0px;
}

.iSearchIcon {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ebene);
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.iSearchBadge {
  z-index: 1;
  right: 12px;
  display: none;
}

.bg-dark {
  background-color: var(--hintergrund) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.navbar-toggler {
  border: 0 !important;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.breadcrumb {
  margin-bottom: 0px;
}

.fastmenu p {
  position: absolute;
  top: 35px;
  font-size: 14px;
  font-weight: bold;
  color: var(--extraebene);
  text-align: center;
  width: 100%;
}

.sidebar {
  background-color: var(--hintergrund) !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  z-index: 600;
}

.list-group-item.active {
  background-color: var(--ebene) !important;
  margin-top: 0px !important;
}

@media (min-width: 991.98px) {
  main {
    padding-left: 250px;
  }
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}

.bg-layer img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.zeit_kalender {
  margin-top: 15px;
  border-radius: 5px;
}

.zeit_header {
  text-align: center;
  font-weight: bold;
  padding: 8px;
  min-height: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.list-bg .flex {
  display: flex;
  justify-content: space-between;
}

.list-bg .infos {
  margin: 10px;
  margin-left: 20px;
}

.list-bg .icon-bg {
  height: 40px;
  width: 40px;
}

.icon-flex {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
  user-select: none;
}

input {
  outline: none !important;
}

.group-members .admin {
  color: lightgreen;
  border: 2px solid lightgreen;
  border-radius: 10px;
  padding: 0px 7px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 4px;
}

.group-members a .bg i {
  margin-left: 4px;
}

.group-members .details {
  display: inline-block;
  margin-left: 10px;
}

html {
  height: 100%;
  scrollbar-width: thin;
}

.bg-border {
  background-color: var(--border);
}

.bg-ebene {
  background-color: var(--ebene);
}

.bd-inner {
  background-color: var(--active);
  border-radius: 20px;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 13px;
  margin-bottom: 10px;
}

.bd-full {
  background-color: var(--border);
  color: var(--text);
  font-size: 13px;
  border-radius: 10px;
}

.bd {
  background-color: var(--ebene);
  border-radius: 12px;
  border: 2px solid var(--border);
  color: var(--text);
  font-size: 13px;
  margin-bottom: 20px;
  transition: .1s;
}

.bd.border {
  border: 2px solid var(--ebene) !important;
  background-color: transparent !important;
}

.alone.small {
  padding: 10px 19px;
}

.OverallSearch .bd:hover {
  background-color: var(--secondary);
  cursor: pointer;
}

.bd.dark {
  background-color: var(--border) !important;
}

.bd.dark .avatar {
  background-color: var(--ebene);
  width: 120px;
  height: 120px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bd .header {
  padding: 10px;
  border-bottom: 1px solid var(--border);
}

.bd .body {
  padding: 10px;
}

.alone .inner {
  background-color: var(--border);
  display: inline-block;
  width: 40%;
  padding: 10px 19px;
  border-radius: 6px;
}

.alone {
  padding: 19px;
}

.p-title {
  padding: 5px 0px 25px 0px;
}

.lead {
  font-weight: 400;
}

.img-card {
  display: flex;
  flex-direction: column;
  width: 150px;
}

.img-card img {
  transition: .1s;
  border-radius: 13px;
  outline: 2px solid transparent;
}

.img-card img.active,
.img-card img:hover {
  outline: 2px solid var(--maincolor);
  cursor: pointer;
}

.img-card .active {
  color: var(--maincolor);
}

.img-card span {
  margin-left: 10px;
}

in {
  cursor: default;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.profile-banner .dropdown-menu {
  width: 240px;
}

.dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: .1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-divider {
  border-color: var(--secondary) !important;
  margin: .2rem 0;
}

.profile-banner {
  position: absolute;
  bottom: 0px;
  padding: 4px;
  width: 100%;
  transition: .1s;
}

.profile-banner .dropdown-item {
  font-size: 13px;
  padding: .25rem .5rem;
  font-weight: bold;
  color: gainsboro;
}

.profile-banner .dropdown-item .profilebadge.outer {
  top: 0px !important;
  left: 0px !important;
  background-color: transparent !important;
  width: 13px !important;
  height: 13px !important;
  margin-right: 6px !important;
}

.profile-banner .dropdown-item .profilebadge {
  width: 13px !important;
  height: 13px !important;
}

.profile-banner label {
  padding: 0px;
  color: gainsboro;
  font-size: 12px;
  display: block;
  margin-bottom: -5px;
}

.profile-banner small {
  font-size: 13px;
}

.profile-banner img {
  width: 30px;
  height: 30px;
}

.profile-banner .name {
  width: calc(100% - 50px);
  text-align: left;
  margin-left: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  user-select: none;
  color: var(--text);
}

.profile-banner .profile {
  width: 160px;
  border-radius: 5px;
  background-color: transparent;
  padding: 6px;
  transition: .1s;
}

.profile-banner .profile:hover {
  background-color: var(--active);
  cursor: pointer;
}

.profile-banner .profile:hover .profilebadge.outer {
  background-color: var(--active);
  cursor: pointer;
}

.profilebadge {
  width: 11px;
  height: 11px;
  padding: 0px !important;
  display: inline-block;
}

.profilebadge.outer {
  top: 10px;
  left: -13px;
  margin-right: -10px;
  background-color: var(--ebene);
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s;
}

.profilebadge.normal.outer {
  min-width: 20px !important;
  height: 20px !important;
  top: 16px !important;
  left: -17px !important;
}

.profilebadge.normal {
  width: 15px !important;
  height: 15px !important;
}

.btn,
.badge {
  white-space: nowrap;
  border: none !important;
}

.dropdown-menu .list-group-item {
  margin: 3px;
  padding: 6px 8px;
  border-radius: 3px;
}

.dropdown-menu.a {
  width: 64px;
  min-width: 64px !important;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
}

.dropdown-menu.a.show {
  display: flex !important;
}

.nav-link {
  transition: .1s !important;
}

.profilemenu .nav-link {
  border-radius: .25rem !important;
}

.nav-tabs .nav-link {
  margin-bottom: 0px !important;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

th[data-column-index] {
  cursor: grab;
  user-select: none;
}

.topalert {
  position: absolute;
  width: calc(100% - 250px);
  height: 25px;
  margin-top: -15px;
  margin-left: -12px;
  text-align: center;
  display: inline-block;
  z-index: 300;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

label {
  color: var(--maincolor);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  padding: 6px;
}

.info label {
  color: var(--maincolor) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: bold !important;
  font-size: 12px !important;
  padding: 6px !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

.profilecontainer .info {
  width: 100%;
}

.profilecontainer .avatar {
  width: 110px;
}

.offcanvas {
  width: 250px !important;
  overflow: visible !important;
  scrollbar-width: thin !important;
  border-right: none !important;
}

.offcanvas-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-backdrop {
  opacity: 0 !important;
}

.offcanvas-body {
  overflow: visible !important;
  scrollbar-width: thin !important;
  padding: 0px !important;
}

.btn-activate {
  background-color: transparent;
  padding: 5px 8px;
}

.btn-deactivate {
  background-color: transparent;
  padding: 5px 8px;
}

.btn-activate.active {
  background-color: #198754;
  border-color: #198754;
}

.btn-deactivate.active {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-full {
  padding: 5px 10px;
  margin-top: 10px;
  font-weight: bold;
  transition: .1s;
  user-select: none;
  border-radius: 3px;
}

.btn-full:hover {
  cursor: pointer;
}

.btn-full.red {
  background-color: #dc3545;
}

.btn-full.red:hover {
  background-color: #d32727;
}

.w100 {
  width: 100%;
}

.btn-full.green {
  background-color: #28a745;
}

.btn-full.green:hover {
  background-color: #198754;
}

.abtn {
  transition: .1s;
  font-weight: bold;
}

.abtn:hover {
  text-decoration: underline !important;
}

.wartungsmodus {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wartungsmodus label.head {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  padding: 6px;
}

.pd-left.p4 {
  padding-left: 8px;
}

.pd-left.p6 {
  padding-left: 6px !important;
}

.pd-left.p8 {
  padding-left: 8px;
}

.pd-left.p12 {
  padding-left: 12px;
}

.pd.p12 {
  padding: 12px;
}

.pd-left.p24 {
  padding-left: 24px;
}

.pd-10-20 {
  padding: 10px 20px;
}

.pd-10 {
  padding: 10px;
}

.pd-5 {
  padding: 5px;
}

.pos.absolute {
  position: absolute;
}

.pos.relative {
  position: relative;
}

.pos.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos.r-0 {
  right: 0px;
}

.pos.t-0 {
  top: 0px;
}

.beta {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  vertical-align: top;
}

.btn-danger {
  box-shadow: none !important;
  cursor: pointer;
}

.zeit_kalender {
  flex-wrap: wrap;
}

.zeit_kalender div {
  flex-basis: calc(14.28% - 4px);
  min-width: calc(14.28% - 4px);
}

.pos.b-5 {
  bottom: 5px;
}

.pos.b-10 {
  bottom: 10px;
}

.pos.xcenter {
  left: 50%;
  transform: translate(-50%);
}

.dflex {
  display: flex;
}

.small {
  font-size: 11px !important;
}

.self.center {
  align-self: center;
}

.dflex.center {
  justify-content: center;
}

.dflex.around {
  justify-content: space-around;
}

.dflex.between {
  justify-content: space-between;
}

.dflex.column {
  flex-direction: column;
}

.dflex.align.center {
  align-items: center;
}

.dflex.align.center.x {
  justify-content: left;
}

.width.p100 {
  width: 100px;
}

.margin.none {
  margin: 0px !important;
}

.margin.mt5 {
  margin-top: 5px;
}

.margin.mt10 {
  margin-top: 10px;
}

.margin.mt25 {
  margin-top: 25px;
}

.margin.mt50 {
  margin-top: 50px;
}

.margin.m5 {
  margin: 5px;
}

.margin.m10 {
  margin: 10px;
}

.margin.mb5 {
  margin-bottom: 5px !important;
}

.margin.mb10 {
  margin-bottom: 10px;
}

.margin.ml6 {
  margin-left: 6px;
}

.margin.ml10 {
  margin-left: 10px;
}

.margin.ml20 {
  margin-left: 20px;
}

.margin.mr3 {
  margin-right: 3px;
}

.margin.mr8 {
  margin-right: 8px;
}

.brd.r10 {
  border-radius: 10px;
}

.brd.r15 {
  border-radius: 15px;
}

.text.center {
  text-align: center;
}

.text.right {
  text-align: right;
}

.float.right {
  float: right;
}

.float.left {
  float: left;
}

.zeit_thismonth mobile {
  float: right;
}

.zeit_thismonth label {
  margin: 5%;
  display: block;
  font-weight: bold;
}

.modal-content {
  border-radius: 4px !important;
}

.modal-content .abtn {
  margin-right: 10px;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  text-align: center;
  font-weight: bold;
  width: 100%
}

.btn-success[disabled] {
  opacity: .65;
  cursor: default;
}

.btnStp {
  max-height: 28px;
}

.mobile-nav {
  display: none;
}

.container-fluid {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  mobile {
    display: none;
  }

  .default-viewer {
    width: 95% !important;
    left: 50% !important;
  }

  .navbar::before {
    display: none;
  }

  .navbar::after {
    display: none;
  }

  .mobile-nav {
    position: absolute;
    right: 0px;
    display: block;
  }

  .optionbar {
    top: 46px !important;
  }

  .topalert {
    width: 100% !important;
  }
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  #main-navbar {
    margin-left: 0px;
  }

  .default-viewer {
    width: 95% !important;
    left: 50% !important;
  }

  .topalert {
    width: 100% !important;
  }

  .dropend:hover .dropdown-menu,
  .dropend:active .dropdown-menu {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
  }
}

@media (min-width: 991.98px) {

  .dropend:hover .dropdown-menu,
  .dropend:active .dropdown-menu {
    display: block;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(236px);
  }

  .dropend.m:hover .dropdown-menu,
  .dropend.m:active .dropdown-menu {
    transform: translate(165px);
  }

  .dropend.n:hover .dropdown-menu.n,
  .dropend.n:active .dropdown-menu.n {
    bottom: -60px !important;
    left: 10px !important;
    inset: auto;
  }

  .dropend.n:hover .dropdown-menu.m,
  .dropend.n:active .dropdown-menu.m {
    bottom: -40px !important;
    left: 10px !important;
    inset: auto;
  }
}

.dropend::after {
  content: '';
  position: absolute;
  top: 0;
  left: 230px;
  bottom: 0;
  width: 12px;
}

.dropend.n::after {
  content: '';
  position: absolute;
  top: 0;
  left: 240px;
  bottom: 0;
  width: 10px;
}

.dropend.m::after {
  content: '';
  position: absolute;
  top: 0;
  left: 140px;
  bottom: 0;
  width: 30px;
}

.bd label {
  font-size: 12px !important;
  color: var(--maincolor);
  padding: 0px;
}

.display.block {
  display: block;
}

.bd-full label {
  padding: 0px;
  margin-left: -6px;
  padding-bottom: 12px;
}

.bd text {
  font-size: 14px;
  font-weight: bold;
}

.dropend button::after {
  display: none !important;
}

.list-group-item button {
  background-color: transparent;
  border: none;
  padding: 0px;
}

.list-group-item i {
  color: var(--maincolor);
}

.draw-tag {
  display: inline-flex;
  flex-direction: column;
  margin-right: 10px;
}

.draw-tag span {
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: var(--text);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.draw-tag>div {
  margin-top: 5px;
  height: 5px;
  border-radius: 5px;
}

.no-padding {
  padding: 0px !important;
}

.ttag {
  width: calc(25% - 8px);
  box-sizing: border-box;
  margin: 8px 0px 0px 8px;
  display: inline-block;
}

.tag-container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.card {
  border-radius: 5px;
}

.btn-std {
  background-color: var(--maincolor);
  transition: .1s;
}

.btn-in {
  color: var(--maincolor);
}

.btn-std:hover {
  background: #eb590b;
}

.bd-full .icon-bg {
  min-height: 30px;
  min-width: 30px;
}

.card-header {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.card-body {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

body {
  height: calc(100% - 73px);
}