.navbg{
	background-color:#fff;
}
.navabstand{
	padding: 1rem;
}
.naviconsize{
	font-size: 1.5em !important;
}
.newsbody{
    background-color: #284b6359;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 10px 1px;
    margin-top: 2rem;
}
summary{
	outline: none;
	list-style: none;
}
details summary::-webkit-details-marker{
	display: none !important;
}
.newsuserbild{
    width: 4rem;
    border-radius: 3rem;
}
.newsfeedtextimg{
	display:block;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	margin-top: auto;
	margin-bottom: auto;
}
.newsfeedoption{
	display:block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	margin-top: auto;
	margin-bottom: auto;
}
.optiongear{
	color: #fff;
	background-color: #284b63;
	border-color: #284b63
}
iframe{
	border-radius: 1rem;
}
.navsidetext{
	padding: 0rem 2rem;
	color: #fff
}

.profilimg{
	width: 2.125rem;
	height: 2.125rem;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  z-index: 2024;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #dceaf5;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -100px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #dceaf5 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.iconbigger {
	font-size: 20px !important;
}

.iconnotvisible{
	visibility: hidden;
}

input[type="checkbox"]{
    accent-color: #284b63;
  }
 
.hometableheight{
	min-height: 56rem;
}

.qwarning{
	color: #db4c4c;
	font-size: 1rem;
}
.neue-aufgabe-element {
	display: none;
}
.neue-aufgabe-element.visible {
	display: block;
}
.checkboxzeiterfassung {
	display: block;
	width:25px;
	height:25px;
	margin-left:4rem;
	margin-top:0.5rem;
}

.navtrennlinie {
	margin: 2.7rem;
}
.zeithinzufügenbtn{
	margin-top: 1.1rem;
}
.badge-ticketfarbe {
background-color: #284b63;
color: white;
min-width: 20px; 
text-align:center;
}

.ticket-verschieben{
	margin-right: 8px;
}
.neue-branche-element{
    display: none;
}
.neue-branche-element.visible{
    display: block;
}
.is-hidden{
    display: none !important;
}
.badge-big{
    width: 28px !important;
    height: 28px !important;
    padding: 1rem 1rem !important;
    border-radius: 50% !important;
    display: inline-block !important;
    line-height: 28px !important;
    font-size: 0 !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.2) !important;
}
.prio-niedrig{
    background-color: #00cc44 !important; 
}
.prio-mittel{
    background-color: #ff9900 !important; 
}
.prio-hoch{
    background-color: #e60000 !important;
}
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 0;
    font-size: 18px;

    display: flex;
    align-items: center;
    justify-content: center;
}